/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #353324 url(../images/img01.gif) repeat-x;
	font-size: 13px;
	color: #FFFFFF;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #FFEA6F;
}

a:hover {
	text-decoration: none;
}

img { border: none; }

/* Header */

#header {
	width: 970px;
	height: 250px;
	margin: 0 auto;
	background: url(../images/img02.jpg) no-repeat;
}

/* Logo */

#logo {
	height: 170px;

}

#logo h1 {
	float: left;
	padding: 25px 40px 0 0px;
	letter-spacing: -2px;
	font-size: 48px;
}

#logo h2 {
	float: right;
	padding: 68px 0 0 0;
	font-size: 24px;
	
}

#logo a {
	text-decoration: none;
	color: #372412;
}

/* Gallery */

#galleryFla {
	clear: both;
	width: 900px;
	height: 300px;
	margin: 10px auto;
	
}

#top-photo h2 {
	height: 1.4em;
	font-size: 1em;
}

#top-photo p {
	margin: 0;
	padding: 0 0 10px 0;
}

/* Menu */

#menu {
	clear:both;
	width: 970px;
	height:50px;
	margin-top:30px;
	text-align:center;


}

#menu ul {
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	margin:0 auto;
}

#menu a {
	padding:20px 7px 25px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight:bold;
}

#menu a:hover {
	background: url(../images/img09.png) repeat-x;
	color: #FFFFFF;
}

#menu .active a {
	background: url(../images/img09.png) repeat-x;
	color: #F4E105;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 ;
}

/* Content */

#content {
	float: left;
	width: 620px;
}
#contentFull {
	float: left;
	width: 920px;
}

.post {
	padding: 10px 0 20px 17px; clear:left;
}

.title {
	margin: 0;
	border-bottom: 2px solid #4A3903;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #4A3903;
	text-align: right;
	color: #646464;
}

.meta a {
	padding-left: 15px;
	background: url(../images/img06.gif) no-repeat left center;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

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

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #4A3903;
	background: url(../images/img06.gif) no-repeat 15px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 2px 30px;
	background: url(../images/img05.png) no-repeat left bottom;
	border-bottom: 2px solid #4A3903;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width:100%;
	height:60px;
	clear: both;
	padding: 10px 0;
	background: #CDC4A3;
	border-top: 3px solid #716841;
	text-align: center;
	font-size: 11px;
	color: #666; footer_content
	
}

#footer_content { margin:0 auto; width:925px; }
#footer p {
	float:left;
}

#footer a   {
	color: #C28C21;
}


#footer ul {
	float:right;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0;
}

#footer li, #footer li a  {
display:inline;
margin:0 auto;
text-decoration:none;
}

#footer li a  {
margin-right:5px;
}
#footer li   {
	color: #C28C21;
}
#footer li a:hover   {
	color: #333;
}


#imgCategory { width:130px; float:left; margin:10px; }
#titleCategory  { width:460px; float:right; border-bottom:2px solid #4A3903; margin:0; clear:right; margin:65px 0 39px 0; }

h2.title a, h1.title a {color:#FFF; text-decoration:none;}
h2.title a:hover, h1.title a:hover {text-decoration:none; color:#FFEA6F;}



	/* jQuery lightBox plugin - Gallery style */
	#gallery, .gallery {
		padding: 10px;
		width: 860px;
	}
	#gallery ul, .gallery ul { list-style: none; }
	#gallery ul li, .gallery ul li { display: inline; }
	#gallery ul img, .gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img, .gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover, .gallery ul a:hover  { color: #fff; }




