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


/* PHOTO GALLERY */
.container.photo-gallery {
	margin: 20px 0 0;
	padding: 10px;
	width: 203px;
	height: 250px;
	float: left;
	border: 1px solid #000;
	-webkit-box-shadow: 0 0px 0px #888;
	-moz-box-shadow:0 0px 0px #888;
	-webkit-border-bottom-left-radius: 10px 10px;
	-webkit-border-bottom-right-radius: 10px 10px;
	-webkit-border-top-left-radius: 10px 10px;
	-webkit-border-top-right-radius: 10px 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	background-color: #222;
}

.container.left {
	margin-left: 0px;
	margin-right: 10px;
}

.container.middle {
	margin-left: 10px;
	margin-right: 10px;
}

.container.right {
	margin-left: 10px;
	margin-right: 0px;
}


.photo-gallery h6 {
	text-align: center;
}

img.photo-gallery {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.photo-gallery p {
	font-size: 12px;
}

img.photo-single {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.photo-single p {
	font-size: 12px;
	margin: 0;
}


body {
	font: 14px/140% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: lighter;
	margin: 0;
	padding: 0;
	background-image: url(../images/graphics/bg.gif);
	background-repeat: repeat;
}

H1, H2, H3, H4, H5, H6 {
	color: #ff9041;
	text-shadow: #333 0 1px 1px;
}

p {
	color: #adadad;
}

a {
	color: #adadad;
	text-decoration: none;
	border-bottom: 1px solid #32c4b0;
}


li {
	color: #adadad;
	}

img {
	border-style: none;
}

.contact a{
	border-bottom: none;
}

.clear {
	clear: both;
}
#brand {
	border-bottom: 1px #000 solid;
	padding-top: 5px;
	height: 20px;
	display: block;
	position:relative;
	width:100%;
	z-index:100000;
	color: #5aE53a;
	text-shadow: #111 0 1px 1px;
}

#social_links {
	padding: 0;
	margin-top: -4px;
	float: right;
}

#social_links a {
	
	border: none;
}

#nav_container {
	border-top: 1px #333 solid;
	border-bottom: 1px #000 solid;
	display: block;
	height: 35px;
	background: #1b1b1b;
}

#nav li{
	margin: 5px;
}

#nav ul, nav ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#nav ul li a{
    float: left;
    margin: 0 50px 0 0 ;
    color: #777;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    cursor: pointer;
    text-shadow: #000000 0 1px 2px;
    text-decoration: none;
    border-bottom: none;
}

#nav a:link{
}

#nav a:visited {
}

#nav a:hover{
    color: #999;
    text-shadow: #5ae53a 0 1px 3px;
}

#nav a:active{
    color: #eee;
    text-shadow: #5ae53a 0 1px 3px;
}

#nav a.selected {
	border-bottom: 1px #5ae53a solid;
}

#top_spacer {
	border-top: 1px #333 solid;
	height: 10px;
	display: block;
}

#home-intro {
	margin: 0 0 20px 0;
}

.content_container {
	border: 1px solid #111;
	-webkit-box-shadow: 0 0px 0px #000;
    -moz-box-shadow:0 0px 0px #333;
	-webkit-border-bottom-left-radius: 0px 0px;
	-webkit-border-bottom-right-radius: 0px 0px;
	-webkit-border-top-left-radius: 0px 0px;
	-webkit-border-top-right-radius: 0px 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	background: #1b1b1b;
}

.content_container p{
	color: #adadad;
}

.content_container h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
}


/* BLOG PHOTOS */
.blog-gallery {
	float: left;
	border: 1px solid #000;
	-webkit-box-shadow: 0 0px 0px #888;
	-moz-box-shadow:0 0px 0px #888;
	-webkit-border-bottom-left-radius: 10px 10px;
	-webkit-border-bottom-right-radius: 10px 10px;
	-webkit-border-top-left-radius: 10px 10px;
	-webkit-border-top-right-radius: 10px 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	background-color: #222;
}

.blog-gallery.left {
	margin:20px 0 0 0;
}

.blog-gallery.middle {
	margin:20px 20px 0;
}

.blog-gallery.right {
	margin:20px 0 0 0;
}

#post a.image{
	border-bottom: none;
}




.comment {
	margin-top: 40px;
}

.comment p {
	margin: 0;
}

.comment_container_left {
	float: left;
	border: 1px solid #111;
	-webkit-box-shadow: 0 0px 0px #000;
    -moz-box-shadow:0 0px 0px #333;
	-webkit-border-bottom-left-radius: 10px 10px;
	-webkit-border-bottom-right-radius: 10px 10px;
	-webkit-border-top-left-radius: 0px 0px;
	-webkit-border-top-right-radius: 10px 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	background: #1b1b1b;
	margin-top: 10px;
	padding: 10px;
}

.comment_container_right {
	float: right;
	border: 1px solid #111;
	-webkit-box-shadow: 0 0px 0px #000;
    -moz-box-shadow:0 0px 0px #333;
	-webkit-border-bottom-left-radius: 10px 10px;
	-webkit-border-bottom-right-radius: 10px 10px;
	-webkit-border-top-left-radius: 10px 10px;
	-webkit-border-top-right-radius: 0px 0px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 0px;
	background: #1b1b1b;
	margin-top:10px;
	padding: 10px;
}

.comment_form_container {
	border: 1px solid #111;
	-webkit-box-shadow: 0 0px 0px #000;
    -moz-box-shadow:0 0px 0px #333;
	-webkit-border-bottom-left-radius: 0px 0px;
	-webkit-border-bottom-right-radius: 0px 0px;
	-webkit-border-top-left-radius: 0px 0px;
	-webkit-border-top-right-radius: 0px 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	background: #1b1b1b;
	margin-top: 20px;
}

.comment_form_container p{
	color: #adadad;
	margin: 20px;
}

.summary {
	margin-bottom: 20px;
}

.summary:hover{
		-webkit-box-shadow: 0 0px 5px #5ae53a;
		-moz-box-shadow: 0 0px 5px #5ae53a;
	}

.summary_thumb {
	float: left;
	margin: 0 20px 0 0;
	border: 3px solid #000;
	-webkit-border-bottom-left-radius: 10px 10px;
	-webkit-border-bottom-right-radius: 10px 10px;
	-webkit-border-top-left-radius: 0px 0px;
	-webkit-border-top-right-radius: 10px 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	border-radius: 6px;
}

.summary_text {
	margin: 20px;
}

.sidebar_container {
	border: 1px solid #000;
	margin: 0 0 20px;
	padding: 10px;
	-webkit-box-shadow: 0 0px 0px #000;
    -moz-box-shadow:0 0px 0px #333;
	-webkit-border-bottom-left-radius: 0px 0px;
	-webkit-border-bottom-right-radius: 0px 0px;
	-webkit-border-top-left-radius: 0px 0px;
	-webkit-border-top-right-radius: 0px 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	background: #1b1b1b;
}
	.sidebar_container h1, h2, h3, h4, h5, h6 {
		margin: 0;
	}
	
	.sidebar_container ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	.sidebar_container li {
		margin: 0;
		padding: 5px 0 0 0;
	}

.search{
	-webkit-border-bottom-left-radius: 15px 15px;
	-webkit-border-bottom-right-radius: 15px 15px;
	-webkit-border-top-left-radius: 15px 15px;
	-webkit-border-top-right-radius: 15px 15px;
	-webkit-box-shadow: rgb(51, 51, 51) 0px 1px 1px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	margin-top: 7px;
	height: 20px;
	border: none;
	outline: none;
	background:#777 url(../images/graphics/mglass.png) no-repeat scroll 117px 1px;
}