body{
	background: white;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

div{
	/* height: 230px; */
}

@font-face{
	font-family: berliner;
	src: url("../../fonts/berliner.ttf");
}

p{
	color : black;
	font-size : 1.2em;
	line-height : 1.2em;
	}

/* -- header elements --*/

h1#logo{
	background: url(../../img/logo.png) top left no-repeat;
	width: 243px;
	height: 223px;
	float: left;
	text-indent: -9999px;
	margin-left: 330px;
	margin-top : 10px;

}

h2, h3{
	font-family: Arial, Helvetica, sans-serif, Berliner;
}

h2 {
	color: #59770e;
	margin: 0px px 2px;
	border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
	padding-top: 3px;
}
h2 a, h2 a:visited {
	color: #59770e;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
	
	
}	

h4{
	color: #282828;
	
	font-size:20px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
	
}	

h5{
	color: #af0000;
	font-size:15px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
	text-transform: uppercase;
	
}	



/* -- navigation elements --*/

ul#nav{
	float: left;
	
		
}

ul#nav li{
	float: left;
	margin: 0 0 0 10px;
}

ul#nav li a {
	font-family:  Arial, Helvetica, sans-serif, Berliner;
	font-size:20px;
	color: white;
	padding: 5px 30px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 1px;
	-moz-border-radius-bottomright: 1px;
	/* OTHER */
	-khtml-border-radius-topleft: 6px;
	-khtml-border-radius-topright: 6px;
	-khtml-border-radius-bottomleft: 1px;
	-khtml-border-radius-bottomright: 1px;
	/* CHROME */
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 1px;
	-webkit-border-bottom-right-radius: 1px;
	/* OPERA */
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	border-bottom-left-radius:1px;
	border-bottom-right-radius:1px;
	overflow:hidden;
	
	background: black;
	color: white;	
	text-decoration: none;
	font-weight: bold;
}

ul#nav li a:hover{
	background: white;
	color : #d60000;
}

	
/* -- Structure elements -- */

/* ----------------------------------------------------------------------- */
/* --------CONTAINER----------- */

#container{
	width: 900px;
	/* width: 790px; */
	margin: 0 auto;	
	height : auto;
	
}

/* --------CONTAINER----------- */
/* ----------------------------------------------------------------------- */

/* ----------------------------------------------------------------------- */
/* -----HEADER_CONTAINER------ */

#header_container{
	width: 912px;
	float: left;
	margin-bottom: 10px;
	}
	
/* -----SIDEBAR_CONTAINER------ */
/* ----------------------------------------------------------------------- */

/* ----------------------------------------------------------------------- */
/* -----SIDEBAR CONTAINER------ */
#sidebar_container{
	margin-left: 200px;
	margin-bottom: 5px;
	float: left;
}
/* -----SIDEBAR CONTAINER------ */
/* ----------------------------------------------------------------------- */

/* ----------------------------------------------------------------------- */

#content_container{
	background : white; 
	float: left;
	width: 900px;
	/* width: 790px; */
	height: auto;
	margin: 0 auto;
	border-top : 35px solid black;
	border-right : 7px solid black;
	border-left : 7px solid black;
	border-bottom : 7px solid black;
	/* border: 7px solid #e5e5e5; */
	/* -moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	OTHER
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomright: 10px;
	CHROME
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	OPERA
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	OTHER
	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;
	CHROME
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	OPERA
	border-top-left-radius:10px;
	border-top-right-radius:10px; */
	overflow:hidden;
	
}
/* content_container end here */
/* ----------------------------------------------------------------------- */

/* ----------------------------------------------------------------------- */
/* slider_container start here */
	
#slider_container {
height : 287px;
width : 900px;
padding : 5px;
padding-left : 60px;
border-bottom: 5px solid #e5e5e5;
}
/* slider_container end here */
/* ----------------------------------------------------------------------- */	
	
/* ----------------------------------------------------------------------- */
/* content start here */

#content {
	float: left;
	width: 100%;
	overflow: hidden;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 5px solid #e5e5e5;
}

.post {
	margin-left: 20px;
	margin-bottom: 60px;
	margin-right: 10px;
	
	clear: both;
}
.post-title {
	font: bold 1.9em/1em Arial, Helvetica, sans-serif;
	letter-spacing: -.05em;
	margin: 0 0 10px;
	text-shadow: 0px 1px 4px #dfdfbb;
	color: #644527;
	
}
.post-title a {
	text-decoration: none;
	color: #af0000;
}
.post-title a:hover {
	color: #ca6c18;
}
.post-date {
	font: bold 1.2em/1em Arial, Helvetica, sans-serif;
	color: #887057;
	margin: -30px 0 0 -96px;
	padding: 0;
	width: 100px;
	text-align: right;
	position: absolute;
	margin-left: 740px;
}
.post-data {
	margin: 0 0 20px;
	font: bold .9em/1.3em Arial, Helvetica, sans-serif;
	color: #b09473;
}
.post-data a {
	color: #b09473;
	text-decoration: none;
	padding-bottom: 4px;
}
.post-data a:hover {
	color: #ca6c18;
	text-decoration: none;
}
.post-data span {
	padding: 0 0 3px 19px;
	margin-right: 12px;
}
.postauthor {
	background: url(../../img/postdata-icons.png) no-repeat 0 -512px;
}
.postauthor:hover {
	background: url(../../../../img/postdata-icons.png) no-repeat 0 -619px;
}
.postcategory {
	background: url(../../img/postdata-icons.png) no-repeat;
}
.postcategory:hover {
	background-position: 0 -253px;
}
.posttag {
	background: url(../../img/postdata-icons.png) no-repeat 0 -86px;
}
.posttag:hover {
	background-position: 0 -339px;
}
.postcomment {
	background: url(../../img/postdata-icons.png) no-repeat 0 -172px;
}
.postcomment:hover {
	background-position: 0 -425px;
}

.moretext {
   font-size : 1.2em;
   color : red;
   margin : 100px 0 10px 10px;
   /* line-height : 1em; */
   }

 .more-link {
	font: bold 10px Arial right, Helvetica, sans-serif;
	float: right;
	background: url(../../img/more-link.png) no-repeat right 3px;
	text-decoration: none;
	padding: 0 12px 3px 0;
}
a.more-link:hover {
	background-position: right -67px;
}

.post-nav {
	background: url(../../img/content-dots.png) repeat-x;
	width: 100%;
	overflow: hidden;
	margin: 10px 0 25px 0;
	padding-top: 12px;
	
}
.post-nav a {
	font: bold 1.2em/1.1em Arial, Helvetica, sans-serif;
	padding: 4px 0 12px;
	display: block;
	text-decoration: none;
	width: 225px;
	background: #ccc;
	margin : 0 10px 0 10px;
}
.post-nav .previous a {
	background: url(../../img/post-nav.png) no-repeat;
	padding-left: 32px;
	float: left;
	color: #393634;
}
.post-nav .previous a:hover {
	background-position: 0 -191px;
	color: #d90000;
}
.post-nav .next a {
	background: url(../../img/post-nav.png) no-repeat right -383px;
	padding-right: 32px;
	text-align: right;
	float: right;
	color: #393634;
}
.post-nav .next a:hover {
	background-position: right -574px;
	color: #d90000;
}

/* content end */
/* ----------------------------------------------------------------------- */

/* ----------------------------------------------------------------------- */
/* -----SIDEBAR1, Sidebar2, Sidebar3------ */
		
#sidebar1_container, #sidebar2_container, #sidebar3_container{
	background : #f7f7f7;
	font-size : 12px;
	width : 250px;
	height : 300px;
	float: left;
	margin-left : 35px;
	margin-top : 10px;
	margin-bottom : 10px;

	}
	
#sidebar1_container ul li {
	padding: 0 11px 0 11px;
	margin: 4px 0;
}

#sidebar2_container ul li {
	padding: 0 11px 0 11px;
	margin: 4px 0;
}

#sidebar3_container ul li {
	padding: 0 11px 0 11px;
	margin: 4px 0;
}

#sidebar1_container  a {
	font: 1.2em/1.1em Arial, Helvetica, sans-serif;
	color: #c90808;
	padding: 5px 0 5px 5px;
	display: block;
	text-decoration: none;
	width: auto;
	background: #ededed;
	}
	
#sidebar2_container  a {
	font: 1.2em/1.1em Arial, Helvetica, sans-serif;
	color: #c90808;
	padding: 5px 0 5px 5px;
	display: block;
	text-decoration: none;
	width: auto;
	background: #ededed;
	}
	
#sidebar3_container  a {
	font: 1.2em/1.1em Arial, Helvetica, sans-serif;
	color: #c90808;
	padding: 5px 0 5px 5px;
	display: block;
	text-decoration: none;
	width: auto;
	background: #ededed;
	}

/* -----SIDEBAR1, Sidebar2, Sidebar3------ */
/* ----------------------------------------------------------------------- */

/* ----------------------------------------------------------------------- */
/* adsense_container start here */
	
#adsense_container {
height : auto;
width : 900px;
padding : 15px;
padding-left : 85px;
/* border-bottom: 5px solid #e5e5e5; */
}
/* adsense_container end here */
/* ----------------------------------------------------------------------- */	

/* ----------------------------------------------------------------------- */
/* comments */

.comments,
.commentlist,
.nocomments,
.related {
	margin-bottom: 2em;
	margin-top:5em;
}

.commentlist .avatar {
	float: right;
	margin: 0 0 .5em ;
	padding: 4px;
}
#cancel-comment-reply-link {
	margin-left: 1em;
}

.trackback .content,
.pingback .content {
	font-style: italic;
}
.comentary{ padding:0px; font-size:8pt;}
ol.commentlist { list-style:none; margin:10px; padding:0px; text-indent:0; font-size:8pt; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font:bold 14px/1.4 helvetica,arial,sans-serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li p { margin:0 0 1em; }
ol.commentlist li ul { font:normal 12px/1.4  Verdana, Arial, Helvetica, sans-serif; list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li div.reply {font:bold 9px arial,sans-serif; padding:5px 10px;  text-align:center; width:36px; }
ol.commentlist li div.reply a {text-decoration:none; text-transform:uppercase; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li { }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }
ol.commentlist li.pingback div.vcard { padding:0 10px 0 0; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

.comment-body .vcard img{
	float: left; 
	margin-bottom:5px;
	width:50px;
	height:50px;
	
}

#comment{
	width:96%;
	padding:10px;
}

#author, #email, #url, #comment, #submit{
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:10px;
	padding:5px;
	border:1px solid #CCCCCC;
}
	
#submit{margin:10px; padding:5px;}


cite {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	

.children li, .reply{
	margin:0;
	padding:0;
	border: none;
	padding-left: 2em;
}
.children li ul {
padding-left: 2em;
}

.children li div .reply {
padding-left: 4em;
}

.comment-body{
	background: #f0f0f0;
	padding: 10px;
	margin-bottom: 10px;
}

.comment-body .vcard{
	
	line-height: 1.7em;}
.comment-body .vcard a{
	font-weight: bold;
	font-size: 14px;
}
.comment-body .vcard img{
	float: left; 
	margin-right: 5px;
	border: 3px solid #fff;
}
.comment-body .commentmetadata{
	font-size: 10px;
}
.comment-body .commentmetadata a{
	color: #888;
}
.comment-body p{
	clear: both;
	margin-top: 20px;
	line-height: 1.5em;
	
}
#commentform input {
	font-size: 12px;
	padding: 3px;
	margin-bottom: 5px;
}
#commentform textarea{
	font-size: 12px;
	padding: 3px;
	font-family: arial;
}
/* End Comments */
/* ----------------------------------------------------------------------- */

/* ----------------------------------------------------------------------- */
/* footer */

#footer_container{
	font: Arial, Helvetica, sans-serif;
	height: 40px;
	clear: both;
	padding : 10px
}

ul#footnav{
	width: 100%;
	float: left;
	clear: both;
	border-top: 2px solid #e5e5e5;
	margin: 15px 0 0 0;
}

ul#footnav li{
	float: right;
	border-left: 1px solid #e5e5e5;
	margin-top: 2px;
	margin-bottom: 2px;
	
}

ul#footnav li.copyright{
	float: left;
	border-left: 0;
	margin-left: 12px;
	margin-top: 2px;
}

ul#footnav li a{
	padding : 0px 15px;
	color: #d70303;
	text-decoration: none;	
}

/* footer end here */
/* ----------------------------------------------------------------------- */

  
   /* Portfolio Posts */

#portfolio {
	padding:10px 0 40px 35px;
	float:left;
	position:relative;
	width: 790px;
}
#portfolio .portfolio-item {
	width:215px;
	height:175px;
	background-color:#000;
	border:1px solid #ccc;
	float:left;
	margin:0 15px 15px 10px;
}
#portfolio .last {
	margin-right:0px;
}
#portfolio .thumb {
	display:block;
	width:215px;
	height:175px;
}
#portfolio .nothumb {
	display:block;
	width:195px;
	height:85px;
	padding:80px 10px 10px 10px;
	font-weight:bold;
	text-align:center;
}
#portfolio a.nothumb:hover {
	text-decoration:none;
}
#portfolio a.title-overlay {
	position:absolute;
	padding:5px 10px;
	height:165px;
	margin-top:-165px;
	width:195px;
	z-index:1;
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}
#portfolio a.title-overlay:hover {
	text-decoration:none;
}
/* Pagination / WP-Pagenavi */

/* If you're using PageNavi you should turn the css in its settings page */

.wp-pagenavi {
	clear:both;
	font-size:12px;
	padding:10px 15px;
	border:1px solid #ddd;
	border-width:1px 0 1px;
}
.menu ul-entries a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi .current, .wp-pagenavi .on, .wp-pagenavi a:hover, .wp-pagenavi span.extend, .wp-pagenavi span.pages {
	display: block;
	font:italic 12px/16px Georgia, serif;
	color:#777;
	text-decoration:none;
	padding:0;
}
.menu ul-entries a:hover {
	text-decoration:underline;
}
.wp-pagenavi a:link, .wp-pagenavi a:visited {
	display: inline;
	text-decoration: none;
	background: #fff;
	background:rgba(fff, 0, 0, 0.1);
	color: #666;
	padding: 3px 7px;
	border:1px solid #ddd;
	border:1px solid rgba(0, 0, 0, 0.2);
	margin-left:10px;
}
.wp-pagenavi .current, .wp-pagenavi .on, .wp-pagenavi a:hover {
	display:inline;
	padding: 3px 7px;
	background: #fff;
	background:rgba(fff, 0, 0, 0.5);
	border:1px solid #bbb;
	margin-left:10px;
}
.wp-pagenavi span.extend, .wp-pagenavi span.pages {
	display:inline;
	background:none;
	border:none;
	color:#666;
}
#content nav, #portfolio nav {
	clear:both;
	display: block;
	overflow: hidden;
}
#content nav .nav-previous, #portfolio nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next, #portfolio nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-below {
	margin: 1em 0 0 0;
}
.page-link {
	margin: 0 0 1em 0;
}

/* Reverse order on single-portfolio pages */

.single-portfolio  #content nav .nav-previous {
	float: right;
	text-align: right;
	width: 50%;
}
.single-portfolio  #content nav .nav-next {
	float: left;
	text-align: left;
	width: 50%;
}








	
	



