﻿.foto-1{padding:0px; margin:0px 15px 15px 0px; float:left; border:1px solid #ddd}

body {
	background: #EEEEEE url(../images/bg.png) repeat-x;
	color: #333333;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 auto 0;
	padding: 0;
	line-height: 22px;
	}
	
#wrap {
	background: url(../images/wrap.png) top center no-repeat;
	}
	
/***** Hyperlinks ********************/

a.MyLink:link{
	 color: #000000; text-decoration: underline;
	}
a.MyLink:visited{
	 color: #000000; text-decoration: underline;
	}
a.MyLink:active{
	 color: #E47600; text-decoration: underline;
	}
a.MyLink:hover{
	 color: #E47600; text-decoration: underline;
	}	

	
a, a:visited {
	color: #E47600;
	text-decoration: none;
	}
	
a:hover {
	color: #E47600;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Paragraphs ********************/
	
p {
	margin: 0;
	padding: 0;
	}
	
#content .post p, #content .page p, .genesis-box p, #child-bottom p, #child-theme-bottom p, .themes-top-left p {
	margin: 0;
	padding: 0 0 15px 0;
	}

#child-theme-bottom p {
	font-size: 13px;
	}

/***** Header  ********************/

#header {
	background: url(../images/logo.jpg) left top no-repeat;
	width: 960px; 
	height: 160px;
	margin: 0 auto 0;
	}

#title-area {
	width: 545px;
	float: left;
	overflow: hidden;
	}

#header .widget-area {
	width: 400px;
	float: right;
	padding: 16px 0 0 0;
	text-align: right;
	}
	
#header .widget-area img {
	margin: 0 0 0 10px;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 545px;
	height: 160px;
	margin: 0;
	text-indent: -9999px;
	}

/***** Nav Menu ********************/

#nav {
	background: url(../images/navigation.png);
	width: 960px;
	color: #FFFFFF;
	font-family: Georgia, Arial, Tahoma, Verdana;
	font-size: 16px;
	margin: 0 auto 10px;
	-moz-box-shadow: 0 1px 3px #666666;
	-webkit-box-shadow: 0 1px 3px #666666;
	overflow: hidden;
	clear: both;
	}

#nav ul {
	width: 950px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	}
	
#nav li {
	float: left;
	list-style: none;
	}
	
#nav li a {
	color: #FFFFFF;
	display: block;
    font-weight: normal;
    margin: 0;
	padding: 8px 18px 10px 18px;
	text-decoration: none;
	text-shadow: #333333 1px 1px;
	position: relative;
	}

#nav li a:hover, #nav li a:active {
	background: url(../images/navigation-hover.png);
	color: #FFFFFF;
	}

#nav li a .sf-sub-indicator {
	background: none;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: url(../images/secondary.png);
	color: #333333;
	width: 168px; 
	font-size: 14px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	text-shadow: #FFFFFF 1px 1px;
	text-transform: none;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #333333;
	color: #FFFFFF;
	text-shadow: #333333 1px 1px;
	}
	
#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0 0 0 -1px;
	padding: 0;
	}

#nav li ul a { 
	width: 170px;
	}
	
#nav li ul ul {
	margin: -33px 0 0 189px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}
	
/***** Affiliates Menu ********************/

#submenu-affiliates {
	width: 640px;
	background: #F5F5F5;
	margin: 0 auto 30px;
	border: 1px solid #DDDDDD !important;
	-moz-box-shadow: 0 0 5px #CCCCCC inset;
	-webkit-box-shadow: 0 0 5px #CCCCCC inset;
	overflow: hidden;
	clear: both;
	}

#content #submenu-affiliates ul {
	width: 635px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
	}
	
#submenu-affiliates li {
	float: left;
	list-style: none;
	}
	
#submenu-affiliates li a {
	color: #333333;
	display: block;
	font-family: Georgia, Arial, Tahoma, Verdana;
	font-size: 14px;
    font-weight: normal;
    margin: 0;
	padding: 7px 15px 7px 15px;
	text-decoration: none;
	position: relative;
	}

#submenu-affiliates li a:hover {
	color: #E47600;
	}

/***** Inner ********************/

#inner {
	background: url(../images/inner.png);
	width: 940px;
	margin: 0 auto 10px;
	padding: 10px 10px 0 10px;
	-moz-box-shadow: 0 1px 3px #666666;
	-webkit-box-shadow: 0 1px 3px #666666;
	overflow: hidden;
	}
	
.home #inner, .full-width-content #inner, .page-template-themes-child-php #inner, .page-template-themes-new-php #inner, .page-template-themes-prose-php #inner, .page-template-themes-genesis-php #inner, .page-template-themes-pro-plus-php #inner, .page-template-themes-connect-php #inner {
	background: #FFFFFF;
	}
	
/***** Homepage ********************/

#homepage {
	background: #F8F8F8;
	width: 940px;
	margin: 0 0 10px 0;
	overflow: hidden;
	}
	
/***** Homepage Top ********************/

#homepage-top {
	background: url(../images/homepage-top.png);
	width: 940px;
	height: 360px;
	color: #DDDDDD;
	}
		
#homepage-top h2 {
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 30px;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 20px 0;
	padding: 0;
	text-shadow: #000000 1px 1px;
	line-height: 36px;
	}
	
#homepage-top p {
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 18px;
	margin: 0;
	padding: 0 0 20px 0;
	text-shadow: #000000 1px 1px;
	line-height: 24px;
	}
	
.homepage-top-left {
	width: 370px;
	float: left;
	padding: 45px 0 0 0;
	}
	
.homepage-top-left-text {
	width: 320px;
	height: 210px;
	padding: 25px 20px 25px 30px;
	}

.homepage-top-right {
	width: 665px;
	float: right;
	}
	
/***** Homepage Middle ********************/

#homepage-middle {
	background: #F8F8F8 url(../images/homepage-middle.png);
	width: 940px;
	height: 370px;
	}
		
#homepage-middle h2 {
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 30px;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 20px 0;
	padding: 0;
	text-shadow: #333333 1px 1px;
	line-height: 36px;
	}
	
#homepage-middle p {
	text-shadow: #FFFFFF 1px 1px;
	}
	
.homepage-middle-1, .homepage-middle-2, .homepage-middle-3 {
	width: 313px;
	height: 370px;
	float: left;
	}
	
.homepage-middle-1-text {
	width: 253px;
	height: 118px;
	padding: 170px 20px 0 40px;
	}
	
.homepage-middle-2-text {
	width: 253px;
	height: 118px;
	padding: 170px 28px 0 32px;
	}

.homepage-middle-3-text {
	width: 253px;
	height: 118px;
	padding: 170px 38px 0 22px;
	}
	
.homepage-middle-1-button {
	width: 297px;
	height: 35px;
	text-align: center;
	padding: 0 0 0 16px;
	}
	
.homepage-middle-2-button {
	width: 312px;
	height: 35px;
	text-align: center;
	padding: 0 0 0 1px;
	}
	
.homepage-middle-3-button {
	width: 306px;
	height: 35px;
	text-align: center;
	padding: 0 7px 0 0;
	}
	
/***** Homepage Bottom ********************/

#homepage-bottom {
	width: 904px;
	margin: 0 auto 0;
	}
	
#homepage-bottom h2, #homepage-bottom h2 a, #homepage-bottom h2 a {
	color: #E47600;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 2px 0;
	padding: 0;
	}
	
#homepage-bottom h2 a:hover {
	color: #333333;
	text-decoration: none;
	}
		
#homepage-bottom h3 {
	background: url(../images/homepage-headline.png);
	color: #333333;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 12px 0;
	padding: 11px 0 11px 15px;
	text-shadow: #FFFFFF 1px 1px;
	text-transform: uppercase;
	}
	
#homepage-bottom h3.blog {
	background: url(../images/homepage-headline-blog.png);
	}
	
#homepage-bottom h3.testimonials {
	margin: 0 0 22px 0;
	}
	
#homepage-bottom p {
	font-family: Arial, Tahoma, Verdana;
	text-shadow: #FFFFFF 1px 1px;
	}
	
#homepage-bottom img {
	border: 7px solid #DDDDDD;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.homepage-bottom-left {
	width: 440px;
	float: left;
	}
	
.homepage-bottom-left-features {
	width: 406px;
	margin: 20px auto 0;
	border: 7px solid #DDDDDD;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: both;
	}
	
#homepage-bottom .homepage-bottom-left img {
	border: none;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	}

#homepage-bottom .homepage-bottom-left-features p {
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 14px;
	text-shadow: #FFFFFF 1px 1px;
	}

.homepage-bottom-right {
	width: 440px;
	float: right;
	}
	
.homepage-bottom-right-testimonial {
	background: url(../images/homepage-testimonial.png) top right no-repeat;
	width: 440px;
	height: 245px;
	}
	
.homepage-bottom-right-testimonial-1 {
	width: 130px;
	float: left;
	text-align: center;
	}
	
.testimonial-copyright {
	font-size: 10px;
	line-height: 12px;
	}
	
.testimonial-name-mini {
	color: #333333;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 16px;
	text-shadow: #FFFFFF 1px 1px;
	line-height: 30px;
	}
	
.testimonial-subline-mini {
	color: #555555;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 12px;
	text-shadow: #FFFFFF 1px 1px;
	line-height: 14px;
	}

.homepage-bottom-right-testimonial-2 {
	width: 260px;
	float: right;
	padding: 15px 0 0 40px;
	}
	
#homepage-bottom .homepage-bottom-right-testimonial-2 p {
	font-family: Georgia, Times New Roman, Trebuchet MS;
	color: #333333;
	margin: 0;
	padding: 10px 30px 0 0;
	font-style: italic;
	text-shadow: #FFFFFF 1px 1px;
	}
	
.testimonial-name {
	color: #333333;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 26px;
	text-shadow: #FFFFFF 1px 1px;
	line-height: 32px;
	}
	
.testimonial-subline {
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 18px;
	text-shadow: #FFFFFF 1px 1px;
	}
	
.homepage-linebreak {
	background: url(../images/homepage-linebreak.png) bottom no-repeat;
	margin: 0 0 8px 0;
	padding: 2px 0 22px 5px;
	}
	
.homepage-features-link {
	margin: 10px 0 0 0;
	padding: 0 0 20px 0;
	clear: both;
	}	
	
.homepage-arrow {
	background: url(../images/homepage-arrow.png) no-repeat right center;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 16px;
	margin: 0 0 0 5px;
	padding: 2px 25px 2px 0;
	}
	
/***** Homepage More ********************/

#homepage-more {
	width: 904px;
	height: 70px;
	margin: 0 auto 0;
	padding: 15px 0 0 0;
	text-align: center;
	overflow: hidden;
	clear: both;
	}

/***** Content ********************/

#content {
	width: 640px;
	margin: 0;
	padding: 10px 0 0 10px;
	float: left;
	}
	
.full-width-content #content {
	width: 920px;
	font-size: 14px;
	line-height: 22px;
	}
	
#content-wide {
	width: 920px;
	margin: 0 auto 0;
	padding: 10px 0 0 0;
	}

#content blockquote {
	background: #F5F5F5;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 10px 15px;
	border: 1px solid #CCCCCC;
	}
	
#content .gray-box {
	background: #F5F5F5;
	margin: 0 0 15px 0;
	padding: 10px 20px 10px 10px;
	border: 1px solid #CCCCCC;
	}
	
#content blockquote p {
	padding: 0 !important;
	}
	
.genesis-box, .themes-box, .featured-designer-box {
	background: #F5F5F5;
	margin: 15px 0 20px 0;
	padding: 15px;
	border: 1px solid #DDDDDD !important;
	-moz-box-shadow: 0 0 5px #CCCCCC inset;
	-webkit-box-shadow: 0 0 5px #CCCCCC inset;
	overflow: hidden;
	}
	
.themes-box {
	padding: 15px 0 0 15px;
	}
	
.featured-designer-box {
	margin: 0 0 20px 0;
	}

.genesis-box-screenshot {
	float: left;
	margin: 0 15px 0 0 !important;
	}

#content .post {
	margin: 0 0 30px 0;
	padding: 0;
	}
	
#content .page {
	margin: 0 0 15px 0;
	padding: 0;
	}

pre {
	background: #F5F5F5;
	font-family: Verdana, Tahoma, Verdana;
	display: block;
	margin: 0 10px 15px 10px;
	padding: 10px;
	font-size: 12px;
	border: 1px solid #DDDDDD;
	overflow: auto;
	}
	
code {
	font-family: Verdana, Arial, Tahoma !important;
	font-size: 12px;
	background: #F5F5F5;
	overflow: auto;
	}
	
.showcase-featured {
	margin: 0px 0px 30px 0px;
	padding: 9px 9px 0 9px;
	border: 1px solid #DDDDDD;
	overflow: hidden;
	}
	
.genesis-hooks {
	background: #F5F5F5;
	margin: 0px 0px 30px 0px;
	padding: 10px 10px 0 10px;
	border: 1px dotted #DDDDDD;
	overflow: hidden;
	}

.clear {
	clear: both;
	}
	
.clear-designers {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #DDDDDD;
	}

/***** Unordered/Ordered Lists ********************/
	
#content .post ul, #content .page ul, #content .post ol, #content .page ol {
	margin: 0;
	padding: 0 0 10px 0;
	}

#content .post ul#gform_fields_6 li, #content .page ul#gform_fields_6 li {
	background: none;;
	margin: 0 0 0 5px;
	}
	
#content .post ol li, #content .page ol li {
	margin: 0 0 0 25px;
	padding: 0;
	}
	
#content .post ul li, #content .page ul li {
	background: url(../images/list.png) no-repeat top left;
	list-style-type: none;
	margin: 0 0 5px 5px;
	padding: 0 0 0 18px;
	line-height: 20px;
	}

#content .post ul ul, #content .page ul ul, #content .post ol ol, #content .page ol ol {
	padding: 0;
	}
	

/***** Headlines **************************************************************************************************/

strong {
	color: #E47600;
	font-family: Georgia, Arial, Tahoma, Verdana;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;

	
	}



h1{
	font-size: 28px;
	font-weight: normal;
	color: #FEDC0B;
	font-family: Georgia, Arial, Tahoma, Verdana;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 10px;
	}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #FEDC0B;
	font-family: Georgia, Arial, Tahoma, Verdana;
	text-decoration: none;
	margin-top: 70px;
	padding: 10px;
	}

	
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #E47600;
	}
	
h4 {
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	color: #E47600;
	font-family: Georgia, Arial, Tahoma, Verdana;
	font-weight: normal;
	}
h4.center {
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	color: #E47600;
	font-family: Georgia, Arial, Tahoma, Verdana;
	font-weight: normal;
	}

/***** Meta ********************/
	
.meta {
	width: 300px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #DDDDDD;
	}
	
.meta-wide {
	width: 280px;
	float: left;
	margin: 0 21px 30px 0;
	padding: 0;
	}
	
#content .showcase-post .post {
	margin: 0;
	padding: 0;
	}
	
.meta-archive, .meta-tags {
	font-size: 12px;
	text-transform: uppercase;
	}

.meta-archive img, .genesis-archive img .meta-archive a img, .genesis-archive a img {
	background: #FFFFFF;
	margin: 0 0 5px 0;
	padding: 7px;
	border: 1px solid #DDDDDD;
	}

.meta-archive a:hover img, .genesis-archive a:hover img {
	border: 1px solid #999999;
	}

/***** Images ********************/

.comment-list li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #DDDDDD;
	margin: 0 5px 0 10px;
	padding: 4px;
	}
	
#inner .testimonial {
	float: left;
	margin: 0 10px 0 0;
	}

img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
img.alignnone {
	margin: 0 0 10px 0;
	display: inline;
	}
	
.showcase img.alignnone {
	display: inline;
	margin: 0;
	padding: 9px;
	border: 1px solid #DDDDDD;
	-webkit-box-shadow: 0 0 5px #CCCCCC inset;
	overflow: hidden;
	}
	
img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
	}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	}

/***** Post Navigation **********/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	clear: both;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#content .navigation li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
	}

.navigation li a, .navigation li.disabled  {
	color: #E47600;
	font-family: Georgia, Arial, Tahoma, Verdana;
	padding: 5px 8px 5px 8px;
	text-shadow: #FFFFFF 1px 1px;
	border: 1px solid #CCCCCC;
	}

.navigation li a:hover, .navigation li.active a {
	background: url(../images/navigation.png);
	color: #FFFFFF;
	font-family: Georgia, Arial, Tahoma, Verdana;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	text-shadow: #333333 1px 1px;
	}

/***** Sidebar ********************/

#sidebar {
	width: 270px;
	float: right;
	font-size: 13px;
	display: inline;
	line-height: 20px;
	}

#sidebar .widget {
	background: #F5F5F5;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	-moz-box-shadow: 0 0 5px #CCCCCC inset;
	-webkit-box-shadow: 0 0 5px #CCCCCC inset;
	}
	
#sidebar a, #sidebar a:visited {
	color: #333333;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #E47600;
	text-decoration: underline;
	}

#sidebar ul {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
	}

#sidebar li {
	background: url(../images/list.png) no-repeat top left;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 18px;
 	word-wrap: break-word;
	}

/***** eNews/Search Form ********************/

.s, .enews #subbox {
	background: #FFFFFF !important;
	width: 159px;
	color: #666666;
	font-family: Georgia, Arial, Tahoma, Verdana;
	font-size: 13px;
	margin: 5px 2px 5px 0;
	padding: 4px 0 4px 5px;
	border: 1px solid #CCCCCC;
	}
	
.s {
	width: 159px;
	}
	
.enews #subbox {
	width: 180px;
	margin: 5px 5px 5px 0;
	}
	
	
input#postcodebox
{
width: 138px; height: 30px; border: none; font-size: 20px;  
font-family: arial, sans-serif; padding: 0 0 0 5px;
background: url(../images/postcode-bg.png) no-repeat; text-transform: uppercase; letter-spacing: 12px;

}

	
	
/***** Buttons ********************/
	
#submit, .searchsubmit, .enews #subbutton, .gform_footer .button, .reply a, .reply a:visited {

	width: 90px;
	height: 28px;
	background: url(../images/bereken-orange.png) center;
	color: #FFFFFF;
	font-family: Georgia, Arial, Tahoma, Verdana;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 3px 5px 3px 5px !important;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #333333;
	}

#submit:hover, .searchsubmit:hover, .enews #subbutton:hover, .gform_footer .button:hover, .reply a:hover {
	background: url(../images/bereken-orange.png) center;
	text-decoration: none;
	color: #000000;
	border: 1px solid #000000;
	}

/***** Contact Form ********************/

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	background: #F5F5F5 !important;
	color: #333333 !important;
	font-family: Arial, Tahoma, Verdana !important;
	font-size: 14px !important;
	padding: 5px !important;
	border: 1px solid #DDDDDD;
	-moz-box-shadow: 0 0 5px #CCCCCC inset;
	-webkit-box-shadow: 0 0 5px #CCCCCC inset;
	-moz-border-radius: 0 !important;
	}
	
.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
	display: block;
	font-size: 13px !important;
	letter-spacing: normal;
	margin: 3px 0 8px 0;
	font-weight: bold;
	}

.gform_footer input.button {
	color: #FFFFFF !important;
	}
	
.gform_wrapper .gform_footer {
	border: none!important;
	}

#content .gform_wrapper h2.gsection_title {
	letter-spacing: normal !important;
	margin: 20px 0 0 0 !important;
	padding: 10px 0 5px 0 !important;
	}

.gform_wrapper .gsection_description {
	font-size: 13px !important;
	font-style: normal !important;
	}

/***** Footer ********************/

#footer {
	background: url(../images/navigation.png);
	width: 960px;
	color: #FFFFFF;
	font-family: Georgia, Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 0 auto 10px;
	padding: 8px 0 10px 0;
	text-shadow: #333333 1px 1px;
	-moz-box-shadow: 0 1px 3px #666666;
	-webkit-box-shadow: 0 1px 3px #666666;
	overflow: hidden;
	}

#footer .wrap {
	width: 960px;
	margin: 0 auto 0;
	text-align: center;
	}
	
#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}

/***** Comments ********************/

#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}

#author, #email, #url, #comment {
	background: #F5F5F5 !important;
	width: 250px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 13px;
	padding: 5px;
	margin: 5px 5px 5px 0;
	border: 1px solid #DDDDDD;
	-moz-box-shadow: 0 0 5px #CCCCCC inset;
	-webkit-box-shadow: 0 0 5px #CCCCCC inset;
	}
	
#author, #email, #url {
	width: 250px;
	}
	
#comment {
	width: 98%;
	height: 150px;
	margin: 5px 0 10px 0;
	}

.comment-list, .children {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 12px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.nocomments {
	text-align: center;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	background: #F5F5F5;
	}

.even, .alt, .depth-1 {
	border: 1px solid #DDDDDD;
	}
