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

body {
	background-color:#111;
}

.content a {
	color:#0092d7;
	text-decoration: none;
}

.content a:hover {
	color: #F90;
	text-decoration:underline;
}
.content a.main-image-link:hover {
	border-bottom: none;
}

#head {height:130px;}
#wrapper_head {
	background: url(images/header_bg.jpg) repeat-x center top;
}
#nav #home, .nav #home {
	/*background-color:#0091d7;*/
}

#top .logo, .logo a {
	width: 525px;
}

#wrapper_main {
	border-bottom: 1px solid #fff;
	background: #f8f8f8 url(images/main_area_bg.gif) repeat-x center bottom;
	padding-bottom:20px;
}

#footer_bottom {
	padding: 20px 0px;
	border-top: 1px solid #333;
}
#wrapper_footer {
	/*border-top: 1px solid #ccc;*/
	border-bottom: 1px solid #1a1a1a;
}

#top .gallery_entry h3 a:hover {
	color:#666;
}
.the_gallery { background: none;}


.entry-content h4 {
	/*border-bottom: 1px solid #e8e8e8;*/
	margin: 20px 0px 0px;
	font-size: 1.4em;
}


.ngg-galleryoverview {
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 0px 5px 10px;
	background-color: #f8f8f8;
	overflow:hidden;
}
.ngg-gallery-thumbnail-box,
.ngg-gallery-thumbnail {
	display:inline;
}

.ngg-gallery-thumbnail a {
	display:block;
	float:left;
	margin: 0px 5px 5px 0px;
	padding:5px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.ngg-gallery-thumbnail a:hover {
	border-color: #aaa;
}

.ngg-gallery-thumbnail a img {display:block;}

.entry-content {
	clear:both;
	margin-top: 0px;
	padding-top: 10px;
	border-top: 1px solid #e8e8e8;
}
.entry-head {margin-bottom: 10px;}



table.pricing {
	border-collapse:collapse;
	border:none;
	margin: -1em 0px 30px;
}
table.pricing td, table.pricing th {
	text-align:left;
	font-weight: normal;
	border: 1px solid #ddd;
	padding: 3px 6px;
	margin: 0px;
}
table.pricing th {
	background-color: #e8e8e8;
	color: #666;
	line-height: 2em;
}
table.pricing th.price, table.pricing td.price {
	text-align:right;
}
table.pricing td.size {
	width: 240px;
}
table.pricing td.price {
	width:80px;
}
table.pricing strong, table.pricing td.price {
	color: #666;
}
table.pricing td.thumb {
	padding: 0px 0px 0px 0px;
	border: 1px solid #ddd;
	background-color: #fff;
}
table.pricing td.thumb img {
	width: 120px;
	height: 80px;
	display:block;
}
table.pricing td.thumb a {
	display:block;
	float:left;
	margin: 5px;
	/*border:1px solid #fff;
	padding: 5px;
	background-color: #f8f8f8;*/
}
table.pricing td.thumb a:hover {
/*	border:1px solid #666;
	background-color: #555;*/
}
div.pricing h2 {
	color: #333;
	margin: 0px 0px 15px;
	border-bottom: 1px solid #e8e8e8;
	padding: 15px 0px 0px;
	font-size: 2em;
}
div.pricing h3 {
	color: #56ADFF;
	margin-top:0px;
	font-size: 1.6em;
}
div.pricing h4 {
	color: #666;
	margin:0px;
	padding:0px;
}
div.pricing p {
	margin:0px 0px 1.5em;
	padding:0px;
}
.error, .alert, .success {
	border: 1px solid #fafafa;
	padding: 5px 10px !important;
	margin: 0 0 1.8em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight:normal;
}
.alert {
	background-color:#f8f8f8;
	border-color:#e0e0e0;
	color:#999;
}
.success {
	background-color:#d2ff83;
	border-color:#a8cc68;
	color:#6b800d;
}
.error {
	background-color:#F7CBCA;
	border-color:#c00;
	color:#c00;
}


.personal_data p {
	width:auto;
	float:none;
}


#main .entry ul {
	margin: 0px 0px 1.5em 10px;
	border:none;
}
#main .entry ul li {
	border:none;
	padding: 0px 0px 0px 10px;
	background-position-y: 10px;
}