html {

  background-color: #101010;

}

body {

  font-family: "Trebuchet MS", Arial, sans-serif;

  font-size: 12px;

	line-height: 1.3em;

	color:#c0c0c0;

	background:#1D1D1D url(img/bottom_bg.gif) no-repeat center bottom;

}



#background {

  /*background:transparent url(img/bottom_bg.gif) no-repeat center bottom;*/



}



h1,h2,h3,h4,h5,h6,p {

  margin: 0 0 1em 0;



}



b, strong {

  font-weight: bold;

	}

	

i, em {	

  font-style: italic;

	}



#container {

  margin: 0 auto;

 /* width:960px; */
 
 width: 1200px;

}

.eighteen-font {
    font-size: 18px;
}



#content {

  margin: 0 33px 0 33px;

	background-color:#1d1d1d;

}



h1#logo {

  width: 479px;

	height: 44px;

	background:#1d1d1d url(img/logo.gif) no-repeat 0 0;

	text-indent: -9999px;	

}



#menu  {

  color: #aaaaaa;

  font-size: 13px;

	margin: 20px 0 0 0;

	height: 5em;

}



#menu ul {

  margin: 0;

	padding: 0;

	list-style:none;

	float: left;

}



#menu ul li {

  float: left;

}



#menu ul a {

  display: block;

	padding: 0 2em ;

	line-height: 1.3em;

	text-decoration: none;

  color: #aaa;

	font-size: 13px;

	margin:0;

	border-right:1px solid #AAAAAA;

}



/* no right border for last item in nav menu */



#menu ul li.page-item-29 a{

  border: 0;

}



#menu ul a:hover, #menu ul li.current_page_item a , #menu ul li.current_page_ancestor a {

  color: #86c9d7;

}



#menu li ul {

	position:absolute;

	left: -999em;

}



#nav li:hover ul, #nav li.sfhover ul {

	left: auto;

}



#menu li ul a {

  border: 0;

	padding-top:20px;

}



div.slideshow  {

  border: 1px solid #757573;

	/*width:890px;	

	height:512px;*/
        width: 1130px;
        height: 750px;

	clear:both;

}



div#so2_1 {

	background:#1d1d1d url(img/gallery_placeholder.jpg) no-repeat 0 0;

}



#inner_content {

  margin:1px 42px 25px;

}

#pagination {
    text-align: center;
}

#pagination a, .page-numbers {
    font-size: 16px;
    margin: 0 10px;
}



#blog_images {

}



#post_meta  {

  color: #c0c0c0;

	background:#2b2b2b;

  font-size: 11px;

	padding: 13px 0 13px 13px;

	margin: 25px 0 30px 0;

	clear: both;

}



#previous_thumbnails {

 	/*width: 808px;*/

            height: 176px;

	/*background:#1d1d1d url(img/previous_thumbnails.jpg) no-repeat 0 0;*/

	margin: 5px 0 20px 0;

}



.previous_thumbnail_container {

  float : left;

  margin-right: 27px;

	width: 152px;

}

.last {margin-right: 0}



#footer {

  height: 263px;

	background:#101010;

	font-size: 10px;

	color: #c0c0c0;

	clear:both;

}



#quick_main_menu, #quick_gallery_menu {

	width:97px;

	margin: 0 0 0 50px;

}

#quick_gallery_menu {
    margin: 0 0 0 100px;
}



#quick_contact_details {

	width:170px;

	margin: 0 0 0 10px; 

}



#quick_about {

  width:410px;

	margin:0 100px;

}



#footer_pic {

  width: 94px;

	height: 58px;

	background:#1d1d1d url(img/footer_pic.jpg) no-repeat 0 0;

	margin: 5px 15px 0 0;

}



#copyright {

  margin: 10px 0 0 0;

}





.column {

  display:inline;

  float:left;

}





h2 {

  color:#c0c0c0;

	display: block;

	font-size: 16px;

	text-transform: uppercase;

	border-bottom: 1px solid #7d7d7d;

	line-height: 30px;

}



h3 {

  color:#86c9d7;

	font-size: 18px;

	font-weight: bold;

	margin: 30px 0 30px 0;

}



h4 {

  color:#C0C0C0;

	font-size: 14px;

	text-transform: uppercase;

	margin-top: 40px;



}

#footer h4 {
  color:#c0c0c0;
}


h5 {

  color:#C0C0C0;

	font-size: 12px;

	text-transform: uppercase;

	margin-top: 40px;



}

h6 {

  color:#C0C0C0;

	font-size: 12px;

	margin-top: 30px;



}

#quick_main_menu li a, #quick_gallery_menu li a {

  color:#7FBECB;

	text-decoration: none;

	font-size: 10px;

	line-height: 20px;

	margin-left: 5px;

}



div.post,div.page {

  color:#c0c0c0;

	font-size: 14px;

	font-weight: normal;

	line-height: 19px;

}



a {

  color:#7fbecb;

	text-decoration: none;

}



#blog_images img , #previous_thumbnails img {

  border: 1px solid #a9a9a9;

	margin-right: 22px;

}



img.portrait {

  width:162px;

	height:221px;

	margin: 0 0 30px 0;	

}



img.landscape {

  width: 620px;

	height:221px;

	margin: 0 0 30px 0;

}



img.square {

  width: 150px;

	height:150px;

	margin: 0 0 13px 0;

}



/* Begin Images */

p img {

	padding: 0;

	max-width: 100%;

	}



/*	Using 'class="alignright"' on an image will (who would've

	thought?!) align the image to the right. And using 'class="centered',

	will of course center the image. This is much better than using

	align="center", being much more futureproof (and valid) */



img.centered {

	display: block;

	margin-left: auto;

	margin-right: auto;

	}



img.alignright {

	padding: 4px;

	margin: 0 0 2px 7px;

	display: inline;

  clear: both;

	}



img.alignleft {

	padding: 4px;

	margin: 0 7px 2px 0;

	display: inline;

	}



.alignright {

	float: right;

	}



.alignleft {

	float: left

	}
        
.navigation {
	display: block;
	text-align: center;
	height:20px;
        font-size: 14px;
        margin:10px 0;
}

#gallery-area {
    clear:both; width: 920px; height: 850px; margin: 0 auto; border: 0px solid silver;
}

.entry .boxlarge {width: auto;height: 500px;padding-top: 50px}
.entry .boxlarge .Thumb {width: 350px;height: 350px}
.entry .boxlarge .ngg-album-compactbox {width: auto;height: auto;margin-left: 100px !important;}
.entry .boxlarge .ngg-album-desc {font-size: 18px;margin-left: 100px}
/* End Images */
