@charset "UTF-8";
j @charset "UTF-8";
/*  =RESET CSS   
-------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	position:relative;
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


@font-face {
    font-family: 'PFDinDisplayProRegular';
    src: url('fonts/pfdindisplaypro-reg-webfont.eot');
    src: url('fonts/pfdindisplaypro-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfdindisplaypro-reg-webfont.woff') format('woff'),
         url('fonts/pfdindisplaypro-reg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	
}

@font-face {
    font-family: 'PFDinTextCompProLight';
    src: url('pfdintextcomppro-light-webfont.eot');
    src: url('pfdintextcomppro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('pfdintextcomppro-light-webfont.ttf') format('truetype'),
         url('pfdintextcomppro-light-webfont.svg#PFDinTextCompProLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* =MAIN
-------------------------------------------------------- */

html * { margin: 0; padding: 0; outline: none; }
a {color:#6e4d22; text-decoration:none;}
a:link {color:#6e4d22; text-decoration:none;}
a:hover {color:#23b0b9;}

body { background: #fff url(i/bg.gif) 0 0 repeat-x; }

#container {
	position: relative;
	z-index: 0;
	margin: 0 auto;
	width: 960px;
	min-height: 478px;
	background: url(i/main_bg.jpg) 0 0 no-repeat;
	}


/*   =NAVIGATION   
-------------------------------------------------------- */

#nav {
	float: left;
	display: inline;
	width: 820px;
	height: 28px;
	border-top: 1px solid #644114;
	border-bottom: 1px solid #644114;
	margin: 40px 0 0 90px;
	}
	
#nav ul#nav_main {
	float:left; 
	width:818px;
}	

#nav ul#nav_main li a {
	float: left;
	list-style: none;
	list-style-type: none;
	font-size:14px;
	}
	
#nav ul#nav_main li+li+li+li+li	{ /*allagi se lastchild */
	margin-right:0;
	}	
	
#nav_main li a {
	height: 28px;
	display: block;
	text-decoration: none;
	}
#nav_main li a:hover {
	text-decoration: none;
	background-color: #ffbb37;
	}
#nav ul#nav_main li#home a {
	width: 80px;
	background: url(i/btn_home.png) 0 0 no-repeat;
	}
#nav ul#nav_main li#club a {
	width: 80px;
	background: url(i/btn_club.png) 0 0 no-repeat;
	}
#nav ul#nav_main li#members a {
	width: 74px;
	background: url(i/btn_members.png) 0 0 no-repeat;
	}
#nav ul#nav_main li#law a {
	width: 93px;
	background: url(i/btn_law.png) 0 0 no-repeat;
	}

#nav ul#nav_main li#news a {
	width: 93px;
	background: url(i/btn_news.png) 0 0 no-repeat;
	}
#nav ul#nav_main li#articles a {
	width: 57px;
	background: url(i/btn_articles.png) 0 0 no-repeat;
	}
#nav ul#nav_main li#congress a {
	width: 99px;
	background: url(i/btn_congress.png) 0 0 no-repeat;
	}
#nav ul#nav_main li#news a {
	width: 93px;
	background: url(i/btn_news.png) 0 0 no-repeat;
	}
#nav ul#nav_main li#magazine a {
	width: 85px;
	background: url(i/btn_magazine.png) 0 0 no-repeat;
	}
#nav ul#nav_main li#medical a {
	width: 85px;
	background: url(i/btn_medical.png) 0 0 no-repeat;
	}
	
#nav ul#nav_main li#contact a {
	width: 108px;
	background: url(i/btn_contact.png) 0 0 no-repeat;
	}
	
#nav			ul#nav_main		li#home 			a:hover,
#nav			ul#nav_main		li#club 			a:hover,
#nav			ul#nav_main		li#members 			a:hover,
#nav			ul#nav_main		li#law 				a:hover,
#nav			ul#nav_main		li#news				a:hover,
#nav			ul#nav_main		li#articles			a:hover,
#nav			ul#nav_main		li#congress			a:hover,
#nav			ul#nav_main		li#magazine			a:hover,
#nav			ul#nav_main 	li#medical			a:hover,
#nav			ul#nav_main 	li#contact			a:hover						{
	text-decoration: none;
	background-color: #ffbb37;
	}

body#hm					#nav ul#nav_main			li#home	 		a,	
body#club-bd			#nav ul#nav_main			li#club 		a,	
body#members-bd			#nav ul#nav_main			li#members		a,
body#law-bd				#nav ul#nav_main			li#law			a,
body#news-bd 			#nav ul#nav_main 			li#news 		a, 
body#articles-bd 		#nav ul#nav_main			li#articles 	a,		
body#congress-bd		#nav ul#nav_main			li#congress 	a,
body#magazine-bd		#nav ul#nav_main			li#magazine 	a,
body#medical-bd			#nav ul#nav_main			li#medical 		a,
body#contact-bd			#nav ul#nav_main			li#contact 		a			{
	background-position: 0 -28px;
	}
	
body#hm .post-categories li,
body#news-bd .post-categories li,
body#congress-bd .post-categories li,
body#articles-bd .post-categories li {
	display:none;
	}
	
body#hm	.breadcrumbs {
	display:none;
	}	

#nav-sub											{
	float: left;
	width: 570px;
	height: 31px;
	border-bottom: 1px solid #b26e16;
	background-color: #f3f1e9;
	margin-left: 90px;
	padding-right:12px;
	}
	
ul.nav_sub_list { 
	display:none;
	}	
	
ul.nav_sub_list		li						{
	float:left;
	display: block;
	list-style-type: none;
	text-align:right;
	font:normal 1.0em/2em 'PFDinDisplayProRegular', Arial, Helvetica, sans-serif;
	padding:0 0 0 8px ;
	}

ul.nav_sub_list		li		a				{
	text-decoration:none;
	display: block;
	color:#644114;
	padding:0 6px 0 6px;
	}
	
ul.nav_sub_list		li		a:hover		{
	text-decoration: none;
	background-color: #644114;
	color:#f3f1e9;
	}
	
ul.post-category { 
	display:none;
	}	
	
ul.post-category		li						{
	float:left;
	display: block;
	list-style-type: none;
	text-align:right;
	font:normal 1.0em/2em 'PFDinDisplayProRegular', Helvetica, sans-serif;
	padding:0 0 0 8px ;
	}

ul.post-category		li		a				{
	text-decoration:none;
	display: block;
	color:#644114;
	padding:0 6px 0 6px;
	}
	
ul.post-category		li		a:hover		{
	text-decoration: none;
	background-color: #644114;
	color:#f3f1e9;
	}
	
	
body#club-bd			ul#club_act,
body#members-bd			ul#members_act,	
body#law-bd				ul#law_act,	
body#news-bd			ul.post-category,	
body#articles-bd		ul#articles_act,			
body#congress-bd		ul#congress_act,	
body#magazine-bd		ul#magazine_act,
body#medical-bd			ul#medical_act,
body#contact-bd			ul#contact_act					{
	display:inline;
	float:left;
	margin:0 0 0 25px;
	}

body#club-bd		#nav-sub			h2#club-title,
body#members-bd		#nav-sub			h2#members-title,
body#law-bd			#nav-sub			h2#law-title,	
body#news-bd		#nav-sub			h2#news-title,	
body#articles-bd	#nav-sub			h2#articles-title,	
body#congress-bd	#nav-sub			h2#congress-title,
body#magazine-bd	#nav-sub			h2#magazine-title,	
body#medical-bd		#nav-sub			h2#medical-title,
body#contact-bd		#nav-sub			h2#contact-title				{
	display:block;
	}
	

	
/*		=TYPOGRAPHY   
-------------------------------------------------------- */

	
h1#logo a {
	float: left;
	display: inline;
	width: 840px;
	height: 38px;
	margin-left: 70px;
	margin-top: 80px;
	text-indent: -9000px;
	border-top: 1px solid #b26e16;
	border-bottom: 1px solid #b26e16;
	border-right: 20px solid #b26e16;
	background: url(i/logo.gif) 506px 12px no-repeat;
	}
	
h2.cat-nav {
	float:left;
	display:inline;
	color: #6e4d22;
	font: normal 1.1em 'PFDinDisplayProRegular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:7px 0 0 8px;
	background:url(i/cat_arrw.gif) center right no-repeat;
	padding-right:15px;
	display:none;
	}

ul.post-categories li {
	float:left;
	font-size:0.725em;
	display: block;
	list-style-type: none;
	text-align:right;
	font:normal 0.8265em/2em 'PFDinDisplayProRegular', Arial, Helvetica, sans-serif;
	padding:0 0 0 8px ;
	}

ul.post-categories li a {
	display: block;
	padding:0 0 0 8px ;
	}

ul.post-categories li a:hover {
	color:#b26e16;
	}


h2.indx {
	float: left;
	width: 570px;
	border-bottom: 1px solid #b26e16;
	color: #b26e16;
	font: normal 1.4em 'PFDinDisplayProRegular', Arial, Helvetica, sans-serif;
	padding: 20px 0 10px 10px;
	margin: 0 0 10px 0;
	}

h2.indx a {
	float: left;
	width: 570px;
	text-decoration:none;
	color: #b26e16;
	}

h2.indx a:hover {
	color: #23b0b9;
	}
	
#content  h3 {
	float: left;
	width: 570px;
	border-bottom: 1px solid #b26e16;
	color: #b26e16;
	font: normal 1.4em 'PFDinDisplayProRegular', Arial, Helvetica, sans-serif;
	padding: 20px 0 10px 10px;
	margin: 0 0 10px 0;
	}

#content  h3 a {
	float: left;
	width: 570px;
	text-decoration:none;
	color: #b26e16;
	}

#content  h3 a:hover {
	color:#23b0b9;
	}

h4 {
	float: left;
	display: inline;
	width: auto;
	height: 31px;
	border-bottom: 1px solid #b26e16;
	background-color: #f3f1e9;
	color: #6e4d22;
	padding: 8px 0 0 10px;
	font: normal 1.1em 'PFDinDisplayProRegular', Arial, Helvetica, sans-serif;
	}
	
h5 {
	padding-bottom: 10px;
	margin-bottom:20px;
	display: inline;
	color: #6e4d22;
	font: normal 1.1em 'PFDinDisplayProRegular', Arial, Helvetica, sans-serif;
	}
	
hr {
	width:300px;
	margin:15px 0 0 150px;
	color:#b26e16;
	}


img.thumb {
	float:left;
	padding:5px 5px 0 5px;
	}
	
/* =CONTENT   
-------------------------------------------------------- */	
#content {
	float: left;
	display: inline;
	width: 580px;
	margin-left: 90px;
	}
#content p {
	font: normal 0.9em/1.7em Arial, Helvetica, sans-serif;
	color: #3d280c;
	text-align: left;
	padding: 15px 0 0 10px;	
	}
	
#content p a {
	font: bold 1em/1.7em  Arial, Helvetica, sans-serif;
	color: #6e4d22;
	text-decoration:none;
	}

#content p a:hover {
	text-decoration:none;
	color: #b26e16;
	}
	
#content p strong {
	font: bold 1.1em/1.7em Arial, Helvetica, sans-serif;
	color: #3d280c;
	}
	
#content p a strong {
	font: bold 1.0em/1.7em  Arial, Helvetica, sans-serif;
	color: #6e4d22;
	}
	
#content p a strong:hover {
	font: bold 1.1em/1.7em  Arial, Helvetica, sans-serif;
	color: #b26e16;
	}
	
.cont a {
	float:left;
	margin-top:250px;
	margin-left:-150px;
	font: bold 0.7em/1.7em  Arial, Helvetica, sans-serif;
	color: #6e4d22;
	}

.cont a:hover {
	text-decoration:none;
	color: #b26e16;
	border-bottom:1px solid #b26e16;
	}


#date-cat span{ 
	border-bottom: 1px solid #b26e16;
	padding-bottom: 5px !important;
	width:565px
	}


#content  span.date {
	float: left;
	color: #b26e16;
	font: normal 0.9em 'PFDinDisplayProRegular', Arial, Helvetica, sans-serif;
	padding: 3px 5px 0 10px;
	margin: -7px 0 10px 0px;
}

	
	/* =SIDEBAR   
-------------------------------------------------------- */
#sidebar {
	float:left;
	width:230px;
	margin:-30px 0 0 15px;
	}

.fb {
	float:left;	
	}
	
.fb a{
	margin:0 0 0 -10px !important;
	padding:0 !important;
	}
	
h2.widgettitle {
	width:230px;
	height:auto;
	font:normal 1.3em 'PFDinDisplayProRegular',  Arial;
	color:#fff;
	padding:4px;
	background-color:#23b0b9;
	margin:10px 0 0 0;
	}

h2.widgettitle a {
	color:#fff;
	}

h2.widgettitle a:hover {
	color: #DDDDDD;
	}

h2.widgettitle a.rsswidget {
	color:#fff;
	}

#sidebar ul li {
	float:left;
	font:normal 0.9em 'PFDinDisplayProRegular', Arial;
	color:#b26e16;
	border-bottom:1px solid #b26e16;
	padding:4px;
	margin:5px 0 0 0;

} 

.widget {
	border:none !important;
}

.textwidget a {
	float:left;
	margin:0 0 0 25px;
	}

.textwidget img.aligncenter {
	margin:10px 0 10px 35px;
	}

.textwidget {
	width:200px;
	}
	
.textwidget a {
	float:left;
	margin:0 0 0 25px;
	}

.textwidget p a {
	float:left;
	margin:0 0 0 0;
	}

		
	
/* =PAGENAVI   
-------------------------------------------------------- */
.wp-pagenavi span.pages {
	margin:50px 0 0 0;
	background-color:none;
	color:#b26e16;
	border:none !important;
	}

.wp-pagenavi span.current {
	color:#6e4d22;
	border:none !important;
	}

.wp-pagenavi a.page larger {
	color:#b26e16;border:1px solid #b26e16;
	border:none !important;
	}
	
.wp-pagenavi a:hover {
	background-color:#ffbc37;
	color:#644114;
	border:none !important;
	}

.wp-pagenavi a, .wp-pagenavi span {
	border: none !important;
	font:normal 0.8em Arial;
}

.wp-pagenavi {
	padding:30px 0 0 0;
	width:580px;
	}
	
/* =CATEGORY   
-------------------------------------------------------- */
.entry {
	float: left;
	width: 580px;
	}
	
.entry p {
	font: normal 0.8em/1.7em 'PFDinDisplayProRegular', Arial, Helvetica, sans-serif;
	color: #3d280c;
	text-align: left;
	padding:0 !important;
	margin:0 0 10px 10px !important;
	}

/* =Button read more   
-------------------------------------------------------- */
.button {
	float:right;
   border-top: none !important;
   border-bottom: none !important;
   background: #b26f16;
   background: -webkit-gradient(linear, left top, left bottom, from(#b26f16), to(#b26f16));
   background: -moz-linear-gradient(top, #b26f16, #b26f16);
   padding: 4.5px 9px;
   border-radius: 6px;
   color: #ffffff !important;
   font-size: 14px;
   font-family: 'PFDinDisplayProRegular', Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #ffbc37;
   background: #ffbc37;
   color: #644114 !important;
   }
.button:active {
   border-top-color: #ffbc37;
   background: #ffbc37 ;
   }
   
/* 	=FOOTER   
-------------------------------------------------------- */

#footer {
	float: left;
	clear: both;
	width: 100%;
	height:250px;
	background: url(i/footer_bg_img.gif) 0 0 repeat;
	margin-top: 140px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c18b45;
	border-top: 1px solid #c18b45;
	}
	
#footer_inner {
	width:880px;
	margin:-66px auto 0 auto;
	padding-left:80px;
	background: url(i/stethoscope.png) top right no-repeat;
	padding: 110px 0 125px 0;
	}
		
#footer_inner p {
	font: normal 0.7em/1.5em 'PFDinDisplayProRegular', Arial, Helvetica, sans-serif;
	padding: 0 0 16px 0;
	text-align: justify;
	margin:0 auto;
	}

#copy {
	float:right;
	width:960px0;
	margin-right:50px;
	}
		
#copy p {
	font: normal 0.7em 'PFDinDisplayProRegular', Arial, Helvetica, sans-serif;
	color: #b26e16;
	text-align:right;
	padding:0 0 15px 0;
	}
	
.blocklast {
	position:relative;
	margin:-15px 0 0 0px;
	padding:0 0 10px 10px;
	}

.block {
	float: left;
	margin:10px 0 0 30px;
	padding:0 0 10px 10px;
	font: normal 1.0em 'PFDinDisplayProRegular', Arial, Helvetica, sans-serif;
	}
	
.block p {
	color:#b26e16;
	font-size: 0.9em !important;
	line-height:normal;
	}

.block li {
	width:200px !important;
	color:#b26e16;
	margin:0;
	padding:0;
	}
	
.block li a {
	width:200px !important;
	color:#b26e16;
	font: normal 0.9em 'PFDinDisplayProRegular', Arial, Helvetica, sans-serif !important;
	}
	
h5#fsrch {
	width: 105px;
	border-bottom:1px solid #666666;
	margin:0 !important;
	padding:0 !important;
	}
	
h5#fcnt {
	width: 105px;
	border-bottom:1px solid #666666;
	margin:0 !important;
	padding:0 !important;
	}
	
h5#flnk {
	width: 105px;
	border-bottom:1px solid #666666;.
	margin:0 !important;
	padding:0 !important;
	}
	
.block form input {
	width: 180px;
	border: 0;
	border: 1px solid #b26e16;
	background-color:#FFFFFF;
	color: #022c2d;
	padding: 3px;
	margin-right:10px;
	}


#footer ul {
	float:left;
	padding:0 0 6px 20px;
	}	
	
#footer li {
	list-style: none;
	border-bottom: 1px solid #095154;
	padding:6px 0 6px 0;
	width:150px;
	}
	
#footer li a {
	font:normal 0.8em 'PFDinDisplayProRegular', Arial, Helvetica, sans-serif;
	color: #b26e16;
	text-decoration: none;
	}
	
#footer li a:hover {
	color: #6e4d22;
	text-decoration: none;
	}	
	
.block form label,
.block form input#searchsubmit {
	display:none;
	}	
	
.vvqbox {
 	float:left;
	clear:left; 
	}
	
#content img.ngg-singlepic {
	float:left;
	padding:0;
	margin-left:25px;
	margin-top:20px;
}
.blocklast ul li {
		
	}

/* 	=CONTACT   
-------------------------------------------------------- */	
	
.wpcf7-form p {
	padding:0;
	font: normal 1.0em 'PFDinDisplayProRegular', Arial, Helvetica, sans-serif !important;
	}

.your-message textarea {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid #b26e16;
	border-bottom: 1px solid #b26e16;
	background-color:#f3f1e9;
	width:556px;
	}

input.wpcf7-text {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid #b26e16;
	border-bottom: 1px solid #b26e16;
	padding:5px;
	background-color:#f3f1e9;
	width:556px;
	}

input.wpcf7-submit {
	float:right;
	border: 1px solid #b26f16;
	background: #b26f16 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#b26f16), to(#b26f16));
	background: -moz-linear-gradient(top, #b26f16, #b26f16);
	padding: 5px 10px;
	-moz-border-radius: 12px;
	color: white;
	font-size: 14px;
	text-decoration: none;
	text-shadow:none;
	vertical-align: middle;
	}
	
	
	
/* 	=IMGAES   
-------------------------------------------------------- */	
	
img.alignleft { float:left;  padding:5px; margin:5px; }

img.alignright { float:right;  padding:5px; margin:5px; }

img.aligncenter { float:left;  padding:5px; margin:10px 20px 10px 20px; border:2px solid #b26e16;  }

img.thumb { float:left;  padding:5px; margin:5px; }

.wp-caption { background-color: #DDDDDD; }

.img-display {
	display:none;
	}


/*     COMMENTS & COMMENT FORM
-------------------------------  */
#comment {
	float: left;
	width: 580px;
	margin-left: 5px;
	font: normal 0.8em Arial, Helvetica, sans-serif; 
	}
#s {
	margin-bottom:10px;
	}
#respond {
	background-color: #f3f1e9;
	margin-top:40px;
	padding:15px;
	margin-bottom: 20px;
	height-min:220px;
	}
#reply-title {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #ffffff !important;
	margin-bottom: 5px;
	margin: -12px 0 4px -12px !important;
	background-color: #23b0b9;
	}
#reply-title a {
	color: #037db2;
	}
#reply-title a:hover {
	color: #037db2;
	text-decoration: none;
	}
	
.required {
	color:#ff0000;
	}
.form-allowed-tags {
	display:none;
	}
.comment-notes {
	color:#285061;
	font-size:12px;
	margin:0 0 30px;
	}
	
#commentlist p {
	margin-left: 50px;
	font-size: 0.9em;
	}
#commentlist li {
	background: #f3f1e9;
	border-bottom:1px dotted #6cadc9;
	border-top:1px dotted #FFF;
	list-style:none;
	padding:10px;
	}
#commentlist li ul li {
	background:#f6fbfd;
	border-bottom:none;
	list-style:none;
	margin:15px;
	}
	
.comment-author a {
	color: #4b788b;
	}
	
.comment-meta a {
	font-weight: normal;
	color:#6cadc9;
	text-decoration: none;
	font-style: italic;
	font-size: 0.9em;
	}
.comment-meta a:hover {
	text-decoration: none;
	color: #ff0000;
	}
	
.comment-edit-link {
	font-style: normal!important;
	color: #ff0000!important;
	}
.comment-form-comment label {
	display:none;
	}
#commentform input, textarea {
	background-color: #fff;
	border: 1px solid #0098db;
	padding: 4px;
	display: block;
	}
#commentform textarea {
	width: 500px;
	background-color: #fff;
	border: 1px solid #23b0b9;
	padding: 4px;
	display: block;
	margin-left: -1px;
	font-size: 1em;
	margin-bottom: 10px;
	}

input#email,
input#author,
input#url  {
		border: 1px solid #23b0b9 !important;
	} 
	
.comment-meta, 
#commentlist cite {
	color:#14acec;
	font-weight: bold;
	font-size: 1.1em;
	}

.reply a {
	background:#6cadc9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	color:#FFFFFF;
	display:block;
	height:1.5em;
	text-align:center;
	width:75px;
	text-decoration: none;
	padding-top: 2px;
	border: 1px solid #fff;
	font-weight: bold;
	margin: 5px 0 0 50px;
	}
.reply a:hover {
	background:#ff0000;
	text-decoration: none;
	}

.avatar {
	float:left; 
	border: 1px solid #d3d3d3;
	background-color: #f4f4f4;
	margin: 0 8px 8px 0;
	padding: 4px;
	}


h2#comments {
	font-size:1.1em;
	}

#commentform p.comment-form-author,
#commentform p.comment-form-email,
#commentform p.comment-form-url {
	color: #285061;
	padding: 0 0 20px 0;
	}
#commentform p {
	display: block;
	font-size: 0.9em;
	}
	
#commentform #submit {
	background-color: #23b0b9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	color: #FFFFFF;
	border: 1px solid #fff;
	font-weight: bold;
	margin-top: 10px;
	}
#commentform #submit:hover {
	background-color: #44768c;
	}

#comment p a {
	text-decoration: none;
	color: #037db2;
	font-weight: bold;
	}
#comment p a:hover {
	color: #ff0000;
	}
.logged-in-as {
	margin-bottom: 5px;
	}
	
#no-comments p {
	width: 168px;
	height: 28px;
	text-indent: -9999px;
	background: url(i/no-comments-icon.png) 0 0 no-repeat;
	}

#commentform .form-submit {
	border:1px solid transparent;
	}


.form-allowed-tags {
	position:relative;
	display:none !important;
	}
	
li.recentcomments {
	font: 0.8em/1.5em Arial, Helvetica, sans-serif;
	margin-left: 8px;
	padding: 0 0 4px 0;
}

li.recentcomments a {
	color:#0098db;
	text-decoration:none;
}


.comm-cat { 
	font: 0.8em/1.5em Arial, Helvetica, sans-serif;
	margin: 0 0 0 8px;
	padding:0;
	}

.comm-cat a { color:#0098db;
	text-decoration:none;
	}
	

.breadcrumbs {
	margin:8px;
	color:#644114;
	font-family:'PFDinDisplayProRegular',serif;
	}


/* 	=LINKS   
-------------------------------------------------------- */	
.linkcat {
	width:580px;
	float: left;
	list-style-type:none;
	padding:0 0 10px 10px;
	font: normal 1.0em 'PFDinDisplayProRegular', Arial, Helvetica, sans-serif;
	}

.linkcat h2 {
	color:#b26e16;
	font: normal 1.2em 'PFDinDisplayProRegular', Arial, Helvetica, sans-serif;
	}

#content li ul.xoxo li {
	border-bottom:1px dashed #b26e16;
	padding:5px;
	width:560px;
	font: normal 0.8em 'PFDinDisplayProRegular', Arial, Helvetica, sans-serif !important;
	}



#dynamic-to-top {
	position:relative !important;
	z-index:999;
	bottom:50px !important;
	border:1px solid #b26e16 !important;
	background:#b26e16 !important;
	}			



.btn-more-links {
	font-size:14px;
	}
	/* 	=SITEMAP   
-------------------------------------------------------- */	

h3.title-sitemap  {
	float: left;
	width: 570px;
	border-bottom: 1px solid #b26e16;
	color: #b26e16;
	font: normal 1.0em 'PFDinDisplayProRegular', Arial, Helvetica, sans-serif;
	padding: 20px 0 10px 10px;
	margin: 0 0 10px 90px;
	}

h3.title-sitemap a {
	float: left;
	width: 570px;
	text-decoration:none;
	color: #b26e16;
	}

h3.title-sitemap a:hover {
	color:#23b0b9;
	}

#sitemap, #sitemap ul, #sitemap li {
	margin:10px 0 0 0 ;
	padding:0;
	list-style:none;
	}
	
#sitemap{}

#sitemap ul {
	display:none;
	}
	
#sitemap li {
	border-bottom: 1px solid #b26e16;
	line-height:200%;
	margin-top:1px;
	background:#f3f1e9;;
	position:relative;
	width:582px;
	}
	
/* IE leaves a blank space where span is added so this is to avoid that */
* html #sitemap li{
	float:left;
	display:inline;
	}

#sitemap li a {
	padding-left:28px;
	text-decoration:none;
	color:#b26e16;
	}
	
#sitemap li a:hover {
	color:#23b0b9; 
	}
	
#sitemap li span{
	float:left;
	position:absolute;
	top:5px;
	left:5px;
	width:13px;
	height:13px;
	cursor:auto;
	font-size:0;
	}
	
#sitemap li span, #sitemap li span.collapsed {
	background:url(i/collapsed.gif) no-repeat 0 0;
	}
	 
#sitemap li span.expanded {
	background: url(i/expanded.gif) no-repeat 0 0;
	}

/* second level */

#sitemap li li {
	background:#fff;
}
#sitemap li li a {
	padding-left:56px;	
	}
	
#sitemap li li span {
	left:28px;
	}

/* third level */

#sitemap li li li a	{
	padding-left:84px;
	}
	
#sitemap li li li span	{
	left:56px;
	}

#sitemap .pagenav li { 
	color:#000066;	
	}

/* 	=TABLE   
-------------------------------------------------------- */

table { width: 800px; }

	{mso-displayed-decimal-separator:"\,";
	mso-displayed-thousand-separator:"\.";}
@page
	{margin:1.0in .75in 1.0in .75in;
	mso-header-margin:.5in;
	mso-footer-margin:.5in;}
tr
	{mso-height-source:auto;}
col
	{mso-width-source:auto;}
br
	{mso-data-placement:same-cell;}
td
	{mso-style-parent:style0;
	padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:black;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:'PFDinDisplayProRegular', Arial;
	mso-generic-font-family:auto;
	mso-font-charset:161;
	mso-number-format:General;
	text-align:general;
	vertical-align:bottom;
	border:none;
	mso-background-source:auto;
	mso-pattern:auto;
	mso-protection:locked visible;
	white-space:nowrap;
	mso-rotate:0;}
.xl24
	{mso-style-parent:style0;
	font-weight:700;
	font-family:Arial, sans-serif;
	mso-font-charset:161;
	text-align:left;
	vertical-align:middle;
	border-top:none;
	border-right:none;
	border-bottom:.5pt solid windowtext;
	border-left:none;
	white-space:normal;}
.xl25
	{mso-style-parent:style0;
	vertical-align:middle;
	white-space:normal;}
.xl26
	{mso-style-parent:style0;
	font-weight:700;
	font-family:Arial, sans-serif;
	mso-font-charset:161;
	text-align:left;
	vertical-align:middle;
	border-top:.5pt solid windowtext;
	border-right:none;
	border-bottom:.5pt solid windowtext;
	border-left:none;
	background:#E3E3E3;
	mso-pattern:auto none;
	white-space:normal;}
.xl27
	{mso-style-parent:style0;
	font-family:Arial, sans-serif;
	mso-font-charset:161;
	vertical-align:middle;
	border-top:.5pt solid windowtext;
	border-right:none;
	border-bottom:.5pt solid windowtext;
	border-left:none;
	white-space:normal;}
.xl28
	{mso-style-parent:style0;
	font-family:Arial, sans-serif;
	mso-font-charset:161;
	text-align:left;
	vertical-align:middle;
	border-top:.5pt solid windowtext;
	border-right:none;
	border-bottom:.5pt solid windowtext;
	border-left:none;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:normal;}
.xl29
	{mso-style-parent:style0;
	font-family:Arial, sans-serif;
	mso-font-charset:161;
	text-align:left;
	vertical-align:middle;
	border-top:.5pt solid windowtext;
	border-right:none;
	border-bottom:.5pt solid windowtext;
	border-left:none;
	white-space:normal;}
.xl30
	{mso-style-parent:style0;
	font-family:Arial, sans-serif;
	mso-font-charset:161;
	text-align:left;
	vertical-align:middle;
	border-top:.5pt solid windowtext;
	border-right:none;
	border-bottom:none;
	border-left:none;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:normal;}
.style5 {color: #FFFFFF}
.style6 {mso-style-parent: style0; font-weight: 700; font-family: Arial, sans-serif; mso-font-charset: 161; text-align: left; vertical-align: middle; border-top: none; border-right: none; border-bottom: .5pt solid windowtext; border-left: none; white-space: normal; color: #FFFFFF; }
.style7 {mso-style-parent: style0; font-weight: 700; font-family: Arial, sans-serif; mso-font-charset: 161; text-align: left; vertical-align: middle; border-top: none; border-right: none; border-bottom: .5pt solid windowtext; border-left: none; white-space: normal; color: #FFFFFF; }
.style8 {mso-style-parent: style0; font-weight: 700; font-family: Arial, sans-serif; mso-font-charset: 161; text-align: left; vertical-align: middle; border-top: none; border-right: none; border-bottom: .5pt solid windowtext; border-left: none; white-space: normal; color: #FFFFFF; }
.style9 {mso-style-parent: style0; font-weight: 700; font-family: Arial, sans-serif; mso-font-charset: 161; text-align: left; vertical-align: middle; border-top: none; border-right: none; border-bottom: .5pt solid windowtext; border-left: none; white-space: normal; color: #FFFFFF; }


#videolight {
height:150px;
}

#videolight {
margin:0 0 0 -25px;
}

.pds-pd-link{
display:none !important;
}

.pds-total-votes {
display:none;
}
#account-options {
display:none !important;
}

a#visitor-maps-link {
display:none;
}

#videolight > div {
height:150px;
}

div.textwidget>a>img.alignleft.size-thumbnail {
	border:1px solid black;
	margin:10px 0 0 -15px;
	}