/*  
Theme Name: OCGP
Version: 3.5
*/

html, body {
	font-family: Helvetica, Arial, Trebuchet MS, Verdana, sans-serif;
	border: 0;
	color: #555555;
}

body {
	/*background: #c1c1b1 url('images/bg-home-bridge.jpg') no-repeat 0 0;*/
	background: #0a1b2a url('http://img.ocgp.org/bg-flights-sounds-2010.jpg') no-repeat 0 0;
	/*background: #0f1932 url('images/bg-home-flights-sounds-2009.jpg') no-repeat 0 0;*/
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

p {
	margin: 5px 0 10px 0;
}

h1, h2, h3, h4, h5 {
	padding: 10px 0 0 0;
}

ul, ol {
	list-style: circle;
	padding: 0;
	margin: 0;
}

small {
	font-size: 11px;
	line-height: 14px;
}

code {
	background: #ffffc1;
}

hr {
	height: 1px;
	/*background: #eeeeee;*/
	margin: 15px 0;
	border: none 0;
	border-top: 1px dotted #ccc;
}

a {
	color: #597e00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

blockquote p {
	padding: 5px 0;
}

/* Align */

.aligncenter {
	margin: 10px auto;
	display: block;
}

.alignleft {
	margin: 10px 20px 8px 0;
	float: left;
}

.alignright {
	margin: 10px 0px 8px 20px;
	float: right;
}

.col-left {
	float: left;
}

.col-right {
	float: right;
}

option {
	margin: 2px 0;
}

/* Wrap */


/* Top */

#top-out {
	width: 100%;
}

#top {
	width: 950px;
	margin: 0 0 0 30px;
	background: url('images/bg-header.png') no-repeat 0 0;
}

/* Page Navigation, Top-Level */

#page_navi {
	width: 100%;
	font-size: 10px;
}

#page_navi a {
	border-left: 2px solid #fff;
	margin-left: 2px;
	text-transform: uppercase;
}

#page_navi a:hover {
	border-left: 2px solid #ea6e00;
	text-decoration: underline;
}

#page_navi ul {
	padding: 0;
}

#page_navi .col-left {
	/*margin-left: -6px;*/
}

/* Page Navigation (rss) */

#page_navi ul.rss {
	background: url(images/bg_rss.png) no-repeat 0 3px;
	padding: 3px 0 3px 15px;
}

#page_navi ul.rss li {
	padding: 0 10px;
	display: inline;
	background: url(images/bg_separator.gif) no-repeat right 4px;
}

#page_navi ul.rss li.last {
	background: none;
}

/* Header */

#header {
	width: 100%;
	height: 93px;
	margin: 0 0 0 30px;
	/*background: url(images/bg_top_gradient.gif) no-repeat 0 0;*/
	clear: both;
	position: relative;
}

#header img.title {
	margin-left: 5px;
}

#header h1 {
	display: none;
}

#header .advert {
	position: absolute;
	left: 470px;
	top: 43px;
}

/* Category Navigation */

#cat_navi {
	width: 100%;
}

#cat_navi li a span {
	font-size: 11px;
	color: #9D9D9D;
	font-weight: normal;
}

/* Featured Content */
#featured {
	width: 100%;
	margin: 0 auto;
	clear: both;
}

/* Middle */

#middle-out-top { /* Background - Middle Top 
	width: 100%;
	background: rgb(239,239,234) url(images/bg_middle_out_top.gif) repeat-x 0 0; */
}

#middle-out-top#feature {
	margin: 0 auto;
	}
		
#middle-out-bottom { /* Background - Middle Bottom Gradient 
	width: 100%;
	background: url(images/bg_middle_out_bottom.gif) repeat-x left bottom;*/
}

#middle-out-bottom .single { /* Background - Content - Single Page 
	background: url(images/bg_middle_content_single.gif) repeat-y;*/
}

#middle-content { /* Background - Content 
	width: 939px;
	margin: 0 auto;
	background: url(images/bg_middle_content.gif) repeat-y;*/
}

#middle-content-bottom { /* Background - Content Bottom 
	width: 100%;
	background: url(images/bg_middle_content_bottom.gif) no-repeat 0 bottom;*/
}

/* Page Nav */

#nav, #nav ul {
	margin: 0;
	list-style: none; 
	z-index: 100;
}

#nav a {
	display: block;
	padding: 10px;
	z-index: 100;
}

#nav li {
	float: left;
	/*background: url(images/bg_separator.gif) no-repeat right 10px;*/
}

/* Style drop down list */

#nav li ul {
	position: absolute;
	width: 203px;
	left: -999em;
	font-weight: normal;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li a {
	background: #edede7 /*#33271b url(images/bg_page_navi_item.gif) repeat-x*/;
	line-height: 20px;
	font-size: 11px;
	text-transform: none;
	color: #666666/*#cbcbcb*/;
	width: 150px;
	padding: 1px 0 3px 5px;
}

#nav li ul li a {
	/*border-right: #333 1px solid;
	border-left: 2px solid #ff6600;*/
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85;
	-moz-opacity:0.85;
}

#nav li ul li a:hover {
	color: #fff;
	background: #659f12; 
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1;
	-moz-opacity:1;

}

#nav li ul ul {
	margin: -35px 0 0 204px;
}

#nav li ul ul li a {
	line-height: 36px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/* IE7 Fix */

#nav li:hover, #nav li.hover {  
	position: static;
}

/* Second Menu */

#secnav {
	padding: 0;
	margin-left: 5px;
	list-style: none; 
	line-height: 1;
	z-index: 1000;
}

#secnav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	z-index: 1000;
}

#secnav a {
	display: block;
	padding: 8px 12px;
	color: #eeeeee;
	background: #33271b;
	/* for IE */
	filter:alpha(opacity=92);
	/* CSS3 standard */
	opacity: 0.92;
	-moz-opacity: 0.92;
}

#secnav li:hover, #secnav li.sfhover1 {
	background: #ccc; /*url(images/bg_cat_navi_hover.gif) repeat-x;*/
	cursor: pointer;
}

#secnav a:hover {
	color: #fff;
	background: #659f12;
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity: 1.0;
	-moz-opacity: 1.0;
}

#secnav .selected {
	color: #fff;
	background: #659f12;
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity: 1.0;
	-moz-opacity: 1.0;
}

#secnav li:hover span, #secnav li.sfhover1 span {
	color: #fff;
}

#secnav li {
	float: left;
	font-size: 13px;
	font-weight: normal;
	margin-right: 1px;
	text-transform: uppercase;
	border-top: 2px solid #ea6e00;
}

/* Style drop down list */

#secnav li ul {
	position: absolute;
	width: 179px;
	left: -999em;
	z-index: 200;
	margin-top: 0px;
	border-bottom: 2px solid #ea6e00;
}

#secnav li li {
	font-weight: normal;
	border: none;
}

#secnav li:hover ul, #secnav li.sfhover1 ul {
	left: auto;
}

#secnav li ul li a {
	background: #33271b /*url(images/bg_cat_navi_item.gif) repeat-x scroll left bottom*/;
	line-height: 21px;
	color: #eeeeee;
	font-size: 11px;
	text-transform: none;
	width: 155px;
	padding: 1px 12px;
	/* for IE */
	filter: alpha(opacity=92);
	/* CSS3 standard */
	opacity: 0.92;
	-moz-opacity: 0.92;
	border: none;
}

#secnav li ul li a {
}

#secnav li ul li a:hover {
	background: #659f12;
	color: #fff;
	text-decoration: underline;
	/* for IE */
	filter: alpha(opacity=100);
	/* CSS3 standard */
	opacity: 1;
	-moz-opacity: 1;
}

#secnav li ul ul {
	margin: -35px 0 0 175px;
}

#secnav li:hover ul ul, #secnav li.sfhover1 ul ul {
	left: -999em;
}

#secnav li:hover ul, #secnav li li:hover ul, #secnav li.sfhover1 ul, #secnav li li.sfhover1 ul {
	left: auto;
}

/* IE7 Fix */

#secnav  li:hover, #secnav  li.hover {  
	position: static;
}

/* Content */

#content {
	width: 950px;
	min-height: 550px;
	margin: 0 0 0 30px;
}

* html #content {
	height: 570px;
}

/* Page Header */
.page-header {
	height: 163px;
	padding: 0;
	margin: 0 0 12px 0;
	background: #333;
	border: 4px solid #edede7;
}

/* Main Content */

#main-content /*Left Box*/ {
	width: 600px;
	padding: 20px;
	font-size: 13px;
	line-height: 18px;
	background: #fff url('images/bg-main-content.gif') repeat-x 0 0;
	border: 4px solid #edede7;
}

#main-content p a, #main-content ul a {
	color: #597e00 /*#555555*/;
	text-decoration: none;
}

#main-content p a:hover, #main-content ul a:hover {
	text-decoration: underline;
}

.single #main-content {
	background: #fff url('images/bg-main-content.gif') repeat-x 0 0;
}

.emptymonth {
	color: #ccc;
}

/* Main Content (style) */
	
#main-content h2, #main-content h2 a {
	font-size: 38px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #c1beb5;
	line-height: 37px;
}

#main-content h2 a:hover {
	color: #aba79c;
	text-decoration: none;
}

#main-content h3, #main-content h3 a {
	font-size: 17px;
	color: #333;
	margin: 0;
	padding: 0;
	line-height: 21px;
	font-weight: normal;
}

#main-content h3 span.date {
	color: #8f8f8f;
	font-weight: normal;
	font-size: 11px;
}

#main-content h4, #main-content h4 a {
	font-size: 16px;
	color: #333;
	margin: 20px 0 0 0;
	padding: 0;
}

#main-content h4.subtitle, #main-content h4.subtitle a {
	color: #7b7b7b;
	font-size: 13px;
	font-weight: normal;
	margin: 3px 0 10px 0;
	line-height: 17px;
	padding: 0;
}

#main-content h3 a:hover, #main-content h4 a:hover {
	text-decoration: underline;
	} 
	
#main-content h5, #main-content h5 a {
	font-size: 13px;
	color: #597e00;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#main-content h5 a {
	color: #ff6000;
	text-decoration: none;
	border-bottom: 1px solid #f0dacd;
}

#main-content h5 a:hover {
	color: #ff6000;
	border-bottom: 1px solid #ff6000;
}


#main-content ol, #main-content ul {
	line-height: 18px;
}

#main-content ul {
	padding: 0 0 0 20px;
}

#main-content ul li {
	list-style: disc;
	padding: 1px 0;
}

#main-content ol {
	padding: 7px 0 0 20px;
}

#main-content ol li {
	list-style: decimal;
	padding: 1px 0;
}

#main-content blockquote {
	background: url(images/bg-blockquote.gif) no-repeat 0 0;
	border-top: 1px dotted #dddddd;
	border-bottom: 1px dotted #dddddd;
	color: #ea6e00;
	font: 13px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 20px;
	padding: 20px 15px 10px 15px;
	margin: 15px 20px;
}

#main-content blockquote .quote {
	font-size: 48px;
	color: #ccc;
	}
	
#main-content .breadcrumb {
	font-size: 11px;
	border-bottom: 1px solid #dddddd;
	margin: 0 0 12px 0;
	padding: 0 0 10px 0;
}

/* Main Content (post) */

#main-content p.post-details {
	margin: 0 0 5px 0;
	padding: 0;
	color: #8f8f8f;
	font-size: 11px;
	text-transform: uppercase;
}

#main-content p.event-details {
	margin: 0 0 -10px 0;
	padding: 0;
	color: #6aa11c;
	font-size: 11px;
}

.note {
	background: #f5f5f5;
	border: 1px solid #dddddd;
	padding: 7px 10px 5px 10px;
	margin: 15px 0;
	overflow: hidden;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.ad {
	font-size: 10px;
	line-height: 14px;
}

.adlink {
	font-size: 10px;
	line-height: 14px;
	float: right;
	margin: 0;
	padding: 0;
	color: #999;
}

.stickynote {
	background: #fffbcc;
	border: 1px solid #e6db55;
	padding: 7px 10px;
	margin: 15px 0 5px 0;
	overflow: hidden;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.alert {
	color: #fff;
	background: #cc0000;
	/*border: 1px solid #b00000;*/
	padding: 8px 10px;
	margin: 5px 0 15px 0;
	overflow: hidden;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.alert a, .alert ul a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

.alert a:hover, .alert ul a:hover {
	border-bottom: 1px solid #fff;
}

.green-alert {
	color: #fff;
	background: #009900;
	padding: 8px 10px;
	margin: 5px 0 15px 0;
	overflow: hidden;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.green-alert a, .green-alert ul a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

.green-alert a:hover, .green-alert ul a:hover {
	border-bottom: 1px solid #fff;
}

.highlight {
	background: #ffffa0;
	border-bottom: 1px solid #e5e597;
	/*background: yellow;*/
}

#main-content .post p.continue a {
	font-size: 11px;
	color: #597e00;
	border: 0px;
	margin: -5px 0 0 0;
}

#main-content .post p.continue a:hover {
	color: #597e00;
	border: 0px;
	text-decoration: underline;
}

#main-content .post img.thumbnail {
	/*-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;*/
	background-color: transparent;
	border: 4px solid #dddddd;
	margin-bottom: 15px;
}

#main-content .post img.gallery {
	margin:0 7px 7px 0;
}

#main-content h2.arh {
	margin: -10px 0 25px 0;
	position: relative;
}

/* Main Content (advert 468x60) */

#main-content .advert_468x60 {
	background-color:#ededed;
	padding:12px 42px;
	margin: 0 0 25px 0;
}

#main-content .latest .advert_468x60 {
	margin-left:33px;
}


/* Latest Posts (frontpage) */

#main-content .latest {
	margin-left: -25px;
}

#main-content .latest .block {
	width: 275px;
	float: left;
	margin-left: 30px;
	margin-bottom: 10px;
	display: inline;
}

/*#main-content .latest h3 {
	font-weight: normal;
}*/


#main-content .latest p {
	font-size: 11px;
	line-height: 15px;
}

#main-content .latest .comment-cloud {
	top: 10px !important;
}

#main-content .latest h4 {
	/*margin: 0;*/
	position: relative;
}

#main-content .latest p.post-details {
}

/* Post (archives) --------------------------------------------*/

#main-content .archives .block {
	position: relative;
	clear: both;
	padding: 0;
	margin: 0;
}

#main-content .archives h2 {
	padding-right: 50px;
	margin: 0 0 -8px 0;
}

#main-content .archives p.post-details {
	padding-right: 50px;
	margin: 0;
	text-transform: uppercase;
}

#main-content .archives img.alignleft {
	margin: 15px 15px 0 0;
}

/* Main Content (post>single) -------------------------------*/

#main-content p.tags {
	width: 100%;
	clear: both;
	font-size: 10px;
}

.single #main-content .advert_468x60 {
	margin: 15px 0 0px 0;
}

#main-content .page h2 {
	padding-top: 5px;
}


/* Slideshow -----------------------------------------------*/

.slideshow {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	position: relative;
	padding: 0;
	margin: 0 0 12px 0;
	background: #333;
	border: 4px solid #edede7;
	height: 276px;
}

.slideshow img {
	padding: 0;
	margin: 0;
}

.slideshow li.slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.slideshow .slides {
	margin: 0;
	padding: 0;
}

.slideshow .slides li.slide {
	visibility: hidden;
	position: absolute;
	margin: 0;
	padding: 0;
}

.slideshow .buttons {
	display:none;
}

.slideshow .buttons {
	display: block;
	position: absolute;
	z-index: 3;
	line-height: 20px;
	margin: 235px 3px 0 20px /*15px*/;
}

.slideshow .buttons li {
	float: left;
	display: inline;
	padding: 1px 2px;
	text-align: center;
	/*background-image:url('buttonBg.png');
	background-repeat:no-repeat;*/
}

.slideshow .buttons li a {
	float: left;
	text-decoration: none;
	width: 16px /*18px*/;
	height: 18px;/*18px*/
	color: #fff;
	background: #493621;
	border: 1px solid #777777;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity: 0.80;
	-moz-opacity: 0.80;
}

.slideshow ul.buttons li a:hover {
	text-decoration:none;
	/*color: #666666*/;
	/*background: #f7f7f7;*/
	/* for IE */
	filter:alpha(opacity=95);
	/* CSS3 standard */
	opacity: 0.95 /*0.85*/;
	-moz-opacity: 0.95;
	/*border: 1px solid #666666;*/
}

.slideshow ul.buttons li.active a:hover,
.slideshow ul.buttons li.active a {
	/*color: #fff;*/
	background: #20160c /*#666666*/;
	/*background: #f7f7f7;
	border: 1px solid #666666;*/
}


/* Comments --------------------------------------------*/

#comments h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 10px 0 20px 0;
}

/* Comments (comment) ----------------------------------*/

#comments_wrap {
	width: 553px;
	padding: 15px 32px 75px 31px;
	background: url(images/bg_comments.gif) repeat-x 0 bottom;
	margin-bottom: -52px;
	position: relative;
}

#comments .comment a {
	text-decoration: underline;
}

#comments .comment a:hover {
	text-decoration: none;
}

#comments .comment small {
	font-size: 10px;
	margin-top: -2px;
}

#comments .comment {
	margin-top: 10px;
	width: 100%;
}

#comments .comment .col-left {
	width: 110px;	
}

#comments .comment .col-left img {
	border: #EDEDED 5px solid;
}

#comments .comment .col-left .inside {
	background: url(images/bg_comment_element.gif) no-repeat right 27px;
	width: 110px;
	float: right;
	margin-right: -16px;
	position: relative;
	overflow: hidden;
	padding-right: 7px;
	min-height:70px;
}

#comments .comment .col-left p {
	padding: 0 0 0 2px;
	line-height: 19px;
}

#comments .comment .col-right {
	min-height: 70px;
	background: #fff;
	padding: 10px 20px;
	border: #EDEDED 5px solid;
	margin-left:121px;
	float:none; 
}

* html #comments .comment .col-right {
	height: 100px;
}

#comments .comment span.reply { 
	float:right; 
	padding: 3px 3px 0; 
	font-size:11px; 
}
#comments .comment span.reply a { 
	text-decoration:none; 
	color:#aaa;
}

#comments ul.children { 
	margin:10px 0 0 20px; 
	padding:0; 
}

#comments .navigation .alignright, 
#comments .navigation .alignleft { 
	margin:0;
}

#comments .navigation a {
	background: #9F9F9F;
	color: #fff;
	display: block;
	padding: 5px 9px;
	margin-left: 4px;
	font-family:Georgia;
	font-weight:bold;
}
#comments .navigation a:hover {
	background: #888;	
}
#comments .commentlist {
	padding:0;
}
#comments .commentlist p{
	padding:0 0 10px;
}

#comments .commentlist #respond #form_wrap {
	padding:0 0 25px;
	margin:0;
	border:0;
	width:auto;
}
#comments .commentlist .children #respond #form_wrap .col-right{
	float:none;
}
#comments .cancel-comment-reply {
	margin-bottom:10px;
}

/* Comments (form) */

#form_wrap {
	border-bottom: 0px solid #E6E6E6;	
	width: 553px;
	padding: 15px 0 30px 31px;
	position: relative;
}

#form_wrap h2 {
	padding-bottom: 28px;
	position: relative;
}

#form_wrap .form-left {
	width: 170px;
	float:left;
}

#form_wrap .form-right {
	width: 361px;
	float:right;
}
.children #form_wrap .form-right {
	float:none;
}

#form_wrap textarea, #form_wrap .form-left input {
	border: 1px solid;
	border-top-color: #C5C3C3;
	border-left-color: #C5C3C3;
	border-right-color: #EDEDED;
	border-bottom-color: #EDEDED;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #676563;
	padding: 7px 10px;
}

#form_wrap textarea {
	width: 340px;
	margin-bottom: 18px;
}

#form_wrap .form-left input {
	width: 147px;
	display: block;
	margin-bottom: 10px;
}

#form_wrap input.sb {
	clear: left;
	display: block;
}

#form_wrap p.lc_logged {
	margin-top: -20px;
	position: relative;
}

/*PageNavi*/

.more_entries {
	font-size: 11px;
	font-weight: normal;
	padding-top: 20px;
}
/*
 .Nav {
	float: right;
}

.Nav a {
	text-decoration: none !important;
	border: 1px solid #eeeeee;
}

.Nav .on, .Nav a:hover {
	background: #f3f3f3 !important;
	border: 1px solid #e5e5e5;
}

.Nav a, .Nav .on {
	color: #666666;
	background: #fff;
	display: block;
	float: left;
	padding: 1px 6px;
	margin-left: 4px;
}
 */

/* Sidebar */

#sidebar {
	width: 270px;
	padding: 10px 0 0 10px;
	overflow: hidden;
	font-size: 11px;
	line-height: 14px;
	background: #f7f7f7 url('images/bg-sidebar.gif') no-repeat 0 0 /*#f7f6f6 */;
	border: 4px solid #edede7;
}

#sidebar .entry-content, #sidebar .entry-meta {
	line-height: 16px;
	}


#sidebar h2 {
	float: left;
	width: 100%;
	color: #6a6351;
	font-size: 10.5px;
	margin: 0 0 0 1px;
	display: inline;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px 0 0 0;
	border-top: 4px solid #dddad6;
}

#sidebar ul {
	clear: both;
}


#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Sidebar (block) */

#sidebar .block {
	width: 260px;
	color: #666666;
	margin-bottom: 30px;
	/*background: url(images/bg_sidebar_separator.gif) repeat-x 0 bottom;*/
}

/* Sidebar (block > inside)*/

#sidebar .block .inside {
	border: #D5D4D4 5px solid;
	background: #EDEDED;
	padding-left: 1px;
}

#sidebar .block .inside ul {
	padding: 0;
}

#sidebar .block .inside li {
	padding: 8px 15px 8px 10px;
	line-height: 14px;
	background: url(images/bg_footer_list.gif) repeat-x 0 bottom;
	position:relative;
}

#sidebar .block .inside li img.thumbnail {
	border: #a4a4a4 2px solid;
	float: left;
	margin-right: 10px;
}

.simpleimage img { 
	border: 0;
	margin: 0;
	padding: 0; 
}`

#sidebar .email-input  {
	font: 12px Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 3px 5px;
}


#sidebar #email-list-form  {
	font: 12px Helvetica, Arial, sans-serif;
	color: #999;
	margin: 0 0 -2px 0;
	padding: 4px 3px;
}

#sidebar .email-button {
	position: absolute;
}

/* Sidebar (widgetized)*/

#sidebar .widgetized h2 {
	margin: 0 0 10px 0;
}

/* Sidebar (widgetized>list>)*/

#sidebar .widgetized ul {
	clear: both;
	width: 100%;
	padding: 0 0 8px 0;
}

#sidebar .widgetized li {
	border-bottom: 1px solid #e3e3e3;
	line-height: 15px;
	padding: 3px 0 3px 5px;
	/* background: url(images/bg_sidebar_circle.gif) no-repeat 7px 12px; */
	overflow: hidden;
}

/* Sidebar (widgetized>list>inside)*/

#sidebar .widgetized ul ul {
	padding: 0;
	margin: 3px 0 0 0;
}

#sidebar .widgetized ul ul li {
	border: 0;
	padding-bottom: 0;
}

/* Sidebar (widgetized > special list)*/

#sidebar .widgetized .widget_categories ul, 
#sidebar .widgetized .widget_archive ul,
#sidebar .widgetized .widget_links ul {
	/*background: url(images/bg_sidebar_ul_lines.gif) no-repeat right 0;*/
	margin-top: 3px;
	border: 0;
	width: 270px;
	margin-left: -9px;
	position: relative;
}

#sidebar .widgetized .widget_categories ul li, 
#sidebar .widgetized .widget_archive ul li, 
#sidebar .widgetized .widget_links ul li {
	/*width: 104px;
	float: left;
	display: inline;*/
	margin-left: 10px;
}

#sidebar .widgetized .widget_categories ul li,
#sidebar .widgetized .widget_archive ul li {
	/*background: url(images/bg_sidebar_folder.gif) no-repeat 0 7px;*/
}

#sidebar .widgetized .widget_links ul li {
	/*background: url(images/bg_sidebar_circle.gif) no-repeat 5px 13px;*/
	list-style: none;
}

/* Sidebar (widgets)*/

#sidebar .social {
	margin: 0 7px 0 0;
	padding: 0;
	}

#tag_cloud h2, #footer #tag_cloud h2 {
	display: block;
	float: none;
}

.textwidget {
	clear: both;
	padding: 0 10px 5px 5px;
	line-height: 16px;
}

#wp-calendar {
	width: 100%;
	padding: 0;
	margin: 0;
	/*margin-bottom: 15px;*/
	clear: both;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th {
	color: #666666;
}

#wp-calendar td {
	padding: 1px;
	text-align: center;
	/*background: #E7E7E7;*/
	color: #9E9E9E;
}

/*#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th{
	padding: 3px 0;	
}*/


/* Sidebar (Search) */

#cse-search-box form {
	margin-left: 3px;
}

#cse-search-box input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999;	
	width: 195px;
	height: 14px;
	padding: 5px 6px 3px 6px;
	margin: 0 0 0 3px;
}

#cse-search-box .search-button {
	position: absolute;
	width: 38px;
	height: 33px;
	margin: -4px 0 0 0;
	padding: 0;
	}

#sidebar #search_main form div {
	position: relative;
	width: 260px;
	height: 33px;
	margin: 15px 0 0 0;
	background: #fff /*url(images/bg_search_field.stop) no-repeat 0 0*/;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #e6e6e6;
}

#sidebar #search_main input.field {
	width: 163px;
	position: absolute;
	left: 12px;
	top: 7px;
	padding-top: 2px;
	outline: none;
	font-size: 11.5px;
	color: #666666;
	border: 0;
	background: #fff;
	z-index: 1;
	font-family: Helvetica, Arial, sans-serif;
}

#sidebar #search_main input.submit {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.search-terms {
	color: #ea6e00;
}

/* Sidebar (advert 125x125) */

#advert_125x125 {
	width: 270px !important;
	margin-left: -10px;
	padding-top: 10px !important;
	padding-bottom: 25px !important;
	overflow: hidden;
}

#advert_125x125 img {
	display: block;
	float: left;
	margin: 9px 0 0 10px;
	display: inline;
}

/* Tabs */

ul#idTabs {
	width: 100%;
	padding: 0 0 7px 0;
}

ul#idTabs li {
	display: inline;
	font-family: Georgia;
	font-weight: bold;
}

ul#idTabs li a {
	line-height: 31px;
	background: #9F9F9F;
	color: #fff !important;
	display: block;
	float: left;
	padding: 0 12px;
	margin-right: 4px;
}

ul#idTabs li a.selected, ul#idTabs li a:hover {
	background: #9CA722;
	text-decoration:none;
}

#tagcloud {
	padding:10px;
}

/* Video Tabs */

ul#vidTabs {
	width: 100%;
	padding: 0 0 7px 0;
}

ul#vidTabs li {
	display: inline;
}

ul#vidTabs li a {
	line-height: 20px;
	background: #f7f6f6;
	color: #333 !important;
	display: block;
	float: left;
	padding: 0 8px;
	margin-right: 4px;
	text-decoration:none;
	border: 1px solid #e3e3e3;

}

ul#vidTabs li a.selected, ul#vidTabs li a:hover {
	background: #e3e1db;
	text-decoration:underline;
	border: 1px solid #ccc;
}

/* Sidebar (flickr) */

#flickr h2 span {
	color: #0061D8;
}

#flickr h2 span span {
	color: #FF1183;
}

#flickr .wrap {
	width: 270px;
	margin-left: -5px;
	padding: 0;
	position: relative;
}

#flickr a img {
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	display: block;
	padding: 3px;
	background: #fff;
	border: #CECFC6 1px solid;
}

#flickr a:hover img {
	border: #77796b 1px solid;
}

/* Footer */

#footer-out {
	width: 950px;
}

#footer {
	margin: 0 auto;
}

/* html #footer {
	height: 275px;
}*/

#footer .position {
	margin-left: -20px;
}

#footer a {
	text-decoration: underline;
	color: #636363;
}

#footer a:hover {
	text-decoration: none;
}

#footer h2.widget_title {
	font-size: 13px;
	color: #fff;
	padding: 10px 15px;
	float: left;
	margin: 0 0 10px 1px;
	display: inline;
}

/* Footer (block) */

#footer .block {
	width: 300px;
	float: left;
	margin-left: 20px;
	display: inline;
}

#footer .block ul, #footer .block .textwidget , #footer .block #calendar_wrap {
	border: #D5D4D4 5px solid;
	background: #EDEDED;
	padding-bottom: 10px;
	clear: both;
	/*margin:0 0 15px;*/
}

#footer .block .textwidget {
	padding: 5px 10px;

}

/* Footer (block > list) */

#footer ul {
	padding: 0;
}

#footer li {
	padding: 5px 10px;
	line-height: 20px;
	background: url(images/bg_footer_list.gif) repeat-x 0 bottom;
}

/* Footer (copyright) */

#copyright-out {
	width: 950px;
	margin: 12px 0 0 30px;
}

#copyright {
	width: 902px;
	margin: 0 0 15px 0;
	font-size: 11px;
	color: #fff;
	padding: 5px 18px 0 18px;
	background: #e86e01 /*#6b8a00*/;
	border: 4px solid #edede7;
}

#copyright a {
	color: #fff;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

#copyright .col-right img {
	vertical-align: middle;
}

#copyright .col-right span {
	display: none;
}

/* Fix */

.wrap:after,
#sidebar .widgetized .widget_categories ul:after,
#sidebar .widgetized .widget_archive ul:after,
#sidebar .widgetized .widget_links ul:after {
    content: "."; 
    display: block;
	height: 0;
    clear: both; 
    visibility: hidden;
	}

/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
	}

.fl{
	float: left
	}

.fr{
	float: right
	}

.ac{
	text-align: center
	}

.ar{
	text-align: right
	}

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

.wp-caption {
	background-color: #efefef;
	border: 1px solid #dddddd;
	padding: 5px 0 0 0;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

.wp-caption-text {
	padding: 0;	
	font-size: 11px;
	line-height: 12px;
	}

/* Video Widget */

#video p {
	padding:0;
}

#video h2 {
	margin-bottom:7px !important;
}

#video .latest {
	border: #D5D4D4 5px solid;
	background: #EDEDED;
	width:250px;
}

#video .vidtabs ul li {
	background: none !important; 
	border: 0px !important;
	padding: 0px !important;
}

.vidtabs ul#vidTabs {
	padding:7px 0 !important;
}

#footer .block .vidtabs ul {
	background:none;
	border:0;
}

/* Twitter */
#header .latest_twitter {
	position: absolute;
	left: 500px;
	top: 30px;
}

#header .latest_twitter img {
	float:left;
	margin: 0;
}

#header .latest_twitter ul {
	color:#fff;
	padding:0;
	line-height:14px;
	font-size: 11px;
}

#header .latest_twitter a {
	color: #777777;
	text-decoration: underline;
}

#header .latest_twitter a:hover {
	color: #666666;
}


