@charset "UTF-8";
/* CSS Document */

/* --------------------------- 
   PRIME ELEMENTS
------------------------------ */
body {
	margin: 5px;
	padding: 0px;
	background: #000 url(images/bgRepeat.jpg) repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.alignLeft {
	float:left;
}

.clear {
	clear:both;
}

/* --------------------------- 
   THE 3 HEADER IMAGES
------------------------------ */
img.headerLeft {
	float: left;
	margin: 0px 11px 0px 0px;
}

img.headerCenter {
	float: left;
}

img.headerRight {
	float: right;
	margin: 0px 0px 0px 11px;
}

img.imageEntry {
	float: left
}

img.left {
	float: left;
	margin-right: 30px;
}



/* --------------------------- 
   HEADER - PANEL TOP
------------------------------ */
#panelTop {
	width: 900px;
	height: 100px;
	margin: 0 auto;
}

#panelTopLeft {
	width: 281px;
	height: 100px;
	margin: 0px auto;
	float: left;
	background: url(images/panelTopLeft.gif) no-repeat;
}

#logo {
	width: 338px;
	height: 100px;
	float: left;
}

#panelTopRight {
	width: 281px;
	height: 100px;
	margin: 0px auto;
	float: left;
	background: url(images/panelTopRight.gif) no-repeat;
}


/* --------------------------- 
   HEADER
------------------------------ */
#header {
	width: 900px;
	height: 270px;
	margin: 0 auto;
	background: #FFFFFF;
	border-bottom: 1px solid black;
}

#slogen {
	width: 338px;
	height: 38px;
	margin: 0px auto;
	background: url(images/slogen.gif) no-repeat;
}

#pictureBox {
	width: 856px;
	height: 163px;
	margin: 5px auto  0px auto;
}


/* --------------------------- 
   PAGE CONTENT
------------------------------ */
#page {
	width: 900px;
	margin: 0 auto;
	background: #FFF;
}

.content {
	width: 750px;
	padding: 35px 75px 0px 75px;
}

.content .imageEntry {
	width: 750px;
	height: 100px;
	padding-bottom: 25px;

}


/* CONTENT TEXT SETTINGS */
.content p {
	line-height: 1.3em;
	font-size: 13px;
	color: #000;
	margin: 0;
	padding: 0;
}

.content .aboutText {
	text-align: justify;
}

.content .title {
	font-weight: bold;
	color: #a9804e;
}

.content h1, h2, h3 {
	color: #4C220F;
	margin: 0;
	padding: 0;
}

.content a {
	font-size: 13px;
	font-style:italic;
	color: #a91710;
}

.content a:hover {
	color: #a9804e;
}




/* --------------------------- 
   FOOTER
------------------------------ */
#footer {
	width: 900px;
	height: 25px;
	margin: 0 auto;
	background-image: url(images/panelBottom.gif);
}

/* Copyright */
.copyright {
	width: 900px;
	height: 60px;
	padding-top: 10px;
	margin: 0 auto;
}

.copyright p {
	text-align: center;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eeeeee;
	margin:8px 0px 6px 0px;
	padding:0px;
}

.copyright-text {
	text-align: center;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eeeeee;
	margin:0px;
	padding:0px;
}


.copyright h1 {
	text-align: center;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eeeeee;
	margin:0px;
	padding:0px;
}

.copyright a {
	font-style:normal;
	color: #eeeeee;
}

.copyright a:hover {
	color: #a9804e;
}





/* --------------------------- 
   NAV MENU
------------------------------ */
	
/* --------------------------- 
   NAV CONTAINER
------------------------------ */
	
.nav {
	/* this is the size with the blog option
	width: 862px; */
	width: 790px;
	height: 50px;
	margin: 5px auto 0px auto;
}

#navMenu{
	display: inline;
	margin: 0;
	padding: 0px;
}

#navMenu li {
	float: left;
	display: inline;
	margin: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}


/* --------------------------- 
   NAV MENU ITEMS
------------------------------ */

/* Home */
a.navHome, a.navHome_a{
	display:block;
	float:left;
	width:96px;
	height:50px;
	background: url("images/nav/home.gif");
	background-repeat:no-repeat;
}

a.navHome:hover{
	background: url("images/nav/home.gif") 0 100px;
}

a.navHome_a{
	background: url("images/nav/home.gif") 0 50px;
}


/* Arts & Culture */
a.navArts, a.navArts_a{
	display:block;
	float:left;
	width:173px;
	height:50px;
	background: url("images/nav/arts.gif");
	background-repeat:no-repeat;
}

a.navArts:hover{
	background: url("images/nav/arts.gif") 0 100px;
}

a.navArts_a{
	background: url("images/nav/arts.gif") 0 50px;
}


/* Travel */
a.navTravel, a.navTravel_a{
	display:block;
	float:left;
	width:170px;
	height:50px;
	background: url("images/nav/travel.gif");
	background-repeat:no-repeat;
}

a.navTravel:hover{
	background: url("images/nav/travel.gif") 0 100px;
}

a.navTravel_a{
	background: url("images/nav/travel.gif") 0 50px;
}


/* Food */
a.navFood, a.navFood_a{
	display:block;
	float:left;
	width:140px;
	height:50px;
	background: url("images/nav/food.gif");
	background-repeat:no-repeat;
}

a.navFood:hover{
	background: url("images/nav/food.gif") 0 100px;
}

a.navFood_a{
	background: url("images/nav/food.gif") 0 50px;
}


/* Copywriting */
a.navCopywriting, a.navCopywriting_a{
	display:block;
	float:left;
	width:140px;
	height:50px;
	background: url("images/nav/copywriting.gif");
	background-repeat:no-repeat;
}

a.navCopywriting:hover{
	background: url("images/nav/copywriting.gif") 0 100px;
}

a.navCopywriting_a{
	background: url("images/nav/copywriting.gif") 0 50px;
}


/* About */
a.navAbout, a.navAbout_a{
	display:block;
	float:left;
	width:90px;
	height:50px;
	background: url("images/nav/about.gif");
	background-repeat:no-repeat;
}

a.navAbout:hover{
	background: url("images/nav/about.gif") 0 100px;
}

a.navAbout_a{
	background: url("images/nav/about.gif") 0 50px;
}


/* Blog */
a.navBlog, a.navBlog_a{
	display:block;
	float:left;
	width:72px;
	height:50px;
	background: url("images/nav/blog.gif");
	background-repeat:no-repeat;
}

a.navBlog:hover{
	background: url("images/nav/blog.gif") 0 100px;
}

a.navBlog_a{
	background: url("images/nav/blog.gif") 0 50px;
}


/* Contact */
a.navContact, a.navContact_a{
	display:block;
	float:left;
	width:121px;
	height:50px;
	background: url("images/nav/contact.gif");
	background-repeat:no-repeat;
}

a.navContact:hover{
	background: url("images/nav/contact.gif") 0 100px;
}

a.navContact_a{
	background: url("images/nav/contact.gif") 0 50px;
}

