/*  
Theme Name: Orthodontic CYBERjournal
Theme Info: Adapted from Busy Bee, WooThemes
Version: 2.2.1
Author URI: http://www.woothemes.com
*/

html, body {
	font-family: arial;
	font-size: 12px;
	border: 0;
	color: #565656;
}

html { overflow: -moz-scrollbars-vertical; /* height: 100.02%; */ }

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

p {
	line-height: 20px;
	padding: 10px 0;
}

hr {
	height:2px;
	width:100%;
	margin: 5px 0px;
	border: none;
	border-bottom: 1px solid #E0E0E0;
   }

h1, h2, h3, h4, h5 {
	padding: 10px 0;
	font-family: Georgia;
}

ul, ol {
	padding: 10px 0;
}

ul {
	list-style: none;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #2c6288;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

blockquote p {
	padding: 5px 0;
}

/* Align */

.aligncenter {
	margin: 10px auto 20px 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;
}

/* Wrap */

/* Top */

#top-out {
	width: 100%;
	background: #2C688E url(images/bg_top.gif) repeat-x 0 0;
	height: 140px;
}

#top {
	width: 960px;
	margin: 0 auto;
	background: url(images/bg_top_gradient.gif) no-repeat 
}

/* Page Navigation */

#page_navi {
	width: 100%;
	height: 19px;
	font-size: 11px;
}

#page_navi a {
	color: #F0F0F0;
}

#page_navi a:hover {
	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.gif) no-repeat 0 5px;
	padding: 5px 0 0 10px;
}

#page_navi ul.rss li {
	padding: 0 10px;
	display: inline;
	xbackground: url(images/bg_separator.gif) no-repeat right 4px;
}

#page_navi ul.rss li.last {
	background: none;
}

/* Header */

#header {
	width: 100%;
	height: 89px;
	padding-top: 1px;
	clear: both;
	position: relative;
}

#header img.title {
	margin-left: 2px;
}

#header .advert {
	position: absolute;
	right: 5px;
	top:8px;
}

#logo_desc {
	position: absolute;
	top: 46px;
	left: 7px;
	color: #FFF;
	font-size: 11px;
	font-family:arial,tahoma,sans-serif;
	width: 450px;
	cursor: default;
}

#logo_date {
	position: absolute;
	top: 0px;
	left: 335px;
	color: #FFF;
	font-size: 11px;
	font-family:arial,tahoma,sans-serif;
	width: 450px;
	cursor: default;
	z-index: 100;
}

/* Category Navigation */

#cat_navi {
	width: 100%;
	height: 29px;
	margin-top: 0;
	xborder: 1px solid blue;
}

#cat_navi li a span {
	font-size: 11px;
	color: #9D9D9D;
	font-weight: normal;
}

/* Middle */

#middle-out-top { /* Background - Middle Top */
	width: 100%;
	xbackground: #FFF url(images/bg_middle_out_top.gif) repeat-x 0 0;
}

#middle-out-bottom { /* Background - Middle Bottom Gradient */
	width: 100%;
	xbackground: 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: 960px;
	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 {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
}

#nav a {
	display: block;
	line-height: 27px;
	padding: 0 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;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li a {
	background: url(images/bg_page_navi_item.gif) repeat-x;
	line-height: 25px;
	font-size: 12px;
	color: #E0DFE3;
	width: 160px;
}

#nav li ul li a {
	border-right: #2A2A2A 1px solid;
}

#nav li ul ul {
	margin: -26px 0 0 180px;
}

#nav li ul ul li a {
	line-height: 25px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
}
 
/* IE7 Fix */

#nav li:hover, #nav li.hover {  
	position: static;
}

/* Second Menu */

#secnav, #secnav ul {
	padding: 0;
	margin-top: 2px;
	list-style: none; 
	line-height: 1;
}

#secnav a {
	display: block;
	line-height: 16px;
	padding: 6px 8px 6px 8px;
	color: #212121;
}

#secnav li:hover, #secnav li.sfhover1 {
	background-color: #F2F2F2;
	cursor: pointer;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	padding:0;
}

#secnav li:hover span, #secnav li.sfhover1 span {
	color: #fff;
}

#secnav li {
	font-family:arial,tahoma,sans-serif;
	float: left;
	font-size: 13px;
	margin-right: 10px;
	padding: 0 1px;
}

/* Style drop down list */

#secnav li ul {
	position: absolute;
	width: 1em;
	width: 188px;
	left: -999em;
	z-index: 10;
	border: 1px solid #e6e6e6;
	border-width:0px 1px 1px;
}

#secnav li li {
	font-weight: normal;
}

#secnav li:hover ul, #secnav li.sfhover1 ul {
	left: auto;
}

#secnav li ul li a {
	line-height: 34px;
	color: #565656;
	font-size: 12px;
	width: 148px;
	padding: 0 20px;
}

#secnav li ul li a {
}

#secnav li ul li a:hover {
	background: #D4D4D3;
}

#secnav li ul ul {
	margin: -35px 0 0 188px;
	border-width:1px;
}

#secnav li:hover ul ul, #secnav li:hover ul ul ul, #secnav li:hover ul ul ul ul, #secnav li.sfhover ul ul, #secnav li.sfhover ul ul ul, #secnav li.sfhover ul ul ul ul {
	left: -999em;
}

#secnav li:hover ul, #secnav li li:hover ul, #secnav li li li:hover ul, #secnav li li li li:hover ul, #secnav li.sfhover ul, #secnav li li.sfhover ul, #secnav li li li.sfhover ul, #secnav li li li li.sfhover ul {
	left: auto;
}

/* IE7 Fix */

#secnav  li:hover, #secnav  li.hover {  
	position: static;
}

/* Content */

#content {
	width: 950px;
	min-height: 550px;
	padding: 10px 5px 15px 5px;
	xbackground: url(images/bg_middle_top.gif) no-repeat 0 0;
}

* html #content {
	height: 550px;
}

/* Main Content */

#main-content {
	width: 620px;
	margin: 15px 0 0 0;
	overflow:hidden;
}

.single #main-content {
	background: #fff;
	width: 610 px;
	margin: 10px 0 0 0;
	padding: 0 12px 25px 0;
}

.single #main-content p{
	width: 590 px;
}


/* Main Content (style) */

#main-content a {
	text-decoration: underline;
}

#main-content a:hover {
	text-decoration: none;
}

#main-content h1 {
	font-size: 40px;
	font-weight: normal;
	color: #000;
}

#main-content h1 a{
	color: #000;
}

#main-content h2, #main-content h3 {
	font-weight: normal;
}

#main-content h2 {
	font-size: 24px;
}

#main-content h3 {
	font-size: 18px;
}

#main-content h4 {
	font-size: 12px;
}

#main-content ol, #main-content ul {
	line-height: 18px;
}

#main-content ul {
	padding-left: 50px;
}

#main-content ul li {
	list-style: circle;
	padding: 3px 0;
}

#main-content ol {
	padding-left: 57px;
}

#main-content ol li {
	list-style: decimal;
	padding: 3px 0;
}

#main-content blockquote {
	border-left:2px solid #777777;
	color:#777777;
	font-style:italic;
	margin:10px auto 10px;
	padding:0px 10px;
	width:85%;
}

#main-content .sec_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

/* Main Content (post) */



#main-content .post-title {
	width: 100%;
	position: relative;
}

#main-content .post-title h2, #main-content .post-title p.post-details, #main-content .post-title h3 {
	padding-right: 20px;
}

#main-content h2 a, #main-content h3 a {
	color: #2A2A2A;
	text-decoration: none;
}

#main-content h2 a:hover, #main-content h3 a:hover {
	text-decoration: underline;
}

#main-content .article h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

#main-content .article_summary {
	color: #888788;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	xletter-spacing: 1px;
	margin-top: 4px;
	padding-top: 0;
}

#article_details {
	font-size: 12px;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	padding: 6px 2px 7px 2px;
	margin: 10px 0 10px 0;
	font-family: "MS Reference Serif", Georgia, serif;
	line-height:16px;
	min-height: 16px;
}

#article_details a, article_details a:hover{
	color: #565656;
	text-decoration: none;
}

.article_img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#article_details .social{
	float: right;
}

#article_details .social img{
	margin-left: 1px;
	display:inline;
	margin-right: 0;
}

#main-content .ref_num{
	font-size:11px;
	vertical-align: top;
	letter-spacing: 1px;
	color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: normal;
}

#main-content .ref_num a{
	text-decoration: none;
}

#main-content .ref_num a:visited{
	text-decoration: none;
}

#main-content p, #main-content ol, #main-content ul{
	font-family: "MS Reference Serif", Georgia, serif;
	font-size: 12px;
	line-height: 20px;
}

#main-content p.post-details {
	line-height: 18px;
	margin-top: 0px;
	position: relative;
	color: #9F9F9F;
	font-size: 11px;
	padding: 0 50px 0 1px;
	font-family: Arial, Helvetica, sans-serif;
}

#main-content p.post-details a {
	text-decoration: none;

}

#main-content p.reference {
}

#main-content p.post-details a:hover {
	text-decoration: underline;
}

#main-content .comment-cloud {
	display: none;
	position: absolute;
	right: 0;
	top: 15px;
}

#main-content .comment-cloud a {
	width: 31px;
	height: 26px;
	padding-top: 4px;
	background: url(images/bg_comment_cloud.gif) no-repeat 0 0;
	text-align: center;
	font-family: Georgia;
	font-size: 11px;
	color: #5D5D5D;
	display: block;
	text-decoration: none;
}

#main-content .comment-cloud a:hover {
	text-decoration: underline;
}

#main-content .post h4 {
	margin-top: 1px;
	clear: both;
	width: 100%;
}

#main-content .post h4.continue a {
	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:#EEEEEE;
	border:1px solid #DDDDDD;
	padding:5px;
}

#main-content .post img.gallery {
	margin:0 7px 7px 0;
}

#main-content h2.arh {
	border-bottom: #EBEBEB 1px solid;
	margin-top: -10px;
	margin-bottom: 10px;
	position: relative;
}

/* Main Content (advert 468x60) */

#main-content .advert_468x60 {
	background-color:#F8F8F8;
	padding:12px 10px;
	margin: 0 0 25px 0;
	width: 600px;
	text-align:center;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

#main-content .latest .advert_468x60 {
	margin-left:33px;
}

/* Post (featured) */

#main-content .latest .featured, #main-content .archives .featured{
	position: relative;
	margin-bottom: 15px;
	clear: both;
}
#main-content .latest .featured {
	margin-left:33px;
}

#main-content .featured h4 {
	margin-bottom: 15px;
}

#main-content .featured .post-title {
	margin-left: 320px;
	width: 300px;
	position: relative;
}

#main-content .featured p {
	padding-top: 2px;
	margin-left: 320px;
	width: 295px;
}

* html #main-content .featured .post-title {
	margin-left: 0;
	width: 100%;
}

* html #main-content .featured p {
	padding-top: 2px;
	margin-left: 0;
	width: 100%;
}

/* Post (latest) */

#main-content .latest {
	width: 655px;
	margin-left: -33px;
	position: relative;
}

#main-content .latest .block {
	width: 285px;
	float: left;
	margin-left: 33px;
	margin-bottom: 25px;
	display: inline;
}

#main-content .latest h3 {
	padding-top: 7px;
}

#main-content .latest .comment-cloud {
	top: 10px !important;
}

#main-content .latest p.post-details {
	padding-top: 5px;
}

#main-content .latest h4 {
	margin-top: -3px;
	position: relative;
}

/* Post (archives) */

#main-content .archives .block {
	position: relative;
	margin-bottom: 15px;
	clear: both;
}

#main-content .archives h2 {
	padding-right: 50px;
}

#main-content .archives p.post-details {
	padding-right: 50px;
}

#main-content .archives p {
	padding-top: 1px;
}

#main-content .archives img.alignleft {
	margin: 10px 13px 0 0;
	border: 0;
}

#main-content .light{
	color: #888788;
}

#main-content .archive_list ul {
	margin: 15px 0 0 10px;
	width: 600px;
	position: relative;
	height:auto;
	padding:0;
}

#main-content .archive_list ul li {
	width: 160px;
	float: left;
	display: inline;
	background: url(images/bg_sidebar_folder.gif) no-repeat 1px 7px;
	line-height: 20px;
	padding: 5px 0 5px 21px;
	margin-left: 10px;
	overflow: hidden;
}

/* Main Content (post>single) */

#main-content p.tags {
	width: 100%;
	clear: both;
}

.single #main-content .advert_468x60 {
	margin: 15px 0 0px 0;
}

#main-content .page h2 {
	padding-top: 5px;
}

#main-content table{
	font-family: "MS Reference Serif", Georgia, serif;
	font-size: 12px;
	margin: 10px auto;
	color: #565656;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #E0E0E0;
	width: 90%;
}

#main-content th{
	background-color: #2C688E;
	font-weight: bold;
	color: #FFF;
	min-height: 15px;
	padding: 4px;
}

#main-content td{
	border-bottom: 1px solid #E0E0E0;
	color: #565656;
	min-height: 15px;
	padding: 4px;
}

#main-content col.alternate{
	background-color: #F8F8F8;
}

/* Comments */


#comments {
	width: 620px;
}

#comments h3 {
	font-size: 24px;
	font-weight: normal;
	padding: 10px 0 5px 0;
}

/* Comments (comment) */

#comments_wrap {
	width: 620px;
	position: relative;
}

#comments .author {
	font-size: 12px;
}

#comments .date {
	font-size: 11px;
	color: #888788;
}

#comments .comment a {
	text-decoration: underline;
}

#comments .comment a:hover {
	text-decoration: none;
}

#comments .comment small {
	font-size: 10px;
	margin-top: -2px;
}

#comments .comment {
	width: 558px;
	min-height: 60px;
	background: #fff;
	padding: 12px 15px 15px 15px;
	margin-bottom:15px;
	float:none;
	border: 1px solid #DDD; 
}

#comments ul.children .comment {
	width: 520px;
	min-height: 60px;
	background: #fff;
	padding: 6px 15px 6px 15px;
	float:none;
	border: none;
	border-left: 3px solid #EEE; 
	margin-bottom:0;
	margin-top: 15px;
}

* html #comments .comment {
	height: 60px;
}

#comments .comment span.reply { 
	float:right; 
	font-size:12px; 
}
#comments .comment span.reply a { 
	text-decoration:underline; 
	color:#2C6288;
	font-family:"MS Reference Serif",Georgia,serif;
}

#comments .nocomments {
	font-family:"MS Reference Serif",Georgia,serif;
}

#comments ul.children { 
	margin:0; 
	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: 15px 15px 1px 15px;
	background: #FAFAFA;
	
}
#comments .commentlist p{
	padding:0 0 10px;
}

#comments .commentlist #respond #form_wrap {
	padding:0 0 15px;
	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 {
	width: 590px;
	padding: 15px 15px 0 0;
	position: relative;
}

#form_wrap h2 {
	padding-bottom: 15px;
	position: relative;
}

#form_wrap .form-left {
	width: 170px;
	float:left;
}

#form_wrap .form-right {
	width: 360px;
	margin-left:180px;
}
.children #form_wrap .form-right {
	float:none;
}

#form_wrap textarea, #form_wrap .form-left input {
	border: 1px solid #DDD;
	background: #fff;­
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #676563;
	padding: 5px;
}

#form_wrap textarea {
	width: 440px;
	margin-bottom: 18px;
	padding: 8px;
	font-family:arial,tahoma,sans-serif;
}

#form_wrap .form-right textarea {
	width: 390px;
	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 {
	width: 100%;
	font-family: georgia;
	font-size: 12px;
	font-weight: bold;
	border-top: #EBEBEB 1px solid;
	padding: 18px 0 12px 0;
}

.more_entries .wp-pagenavi {clear:both;float: right;}
.more_entries .wp-pagenavi a {text-decoration: none !important;}

.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi a:hover {background: #555 !important;}

.more_entries .wp-pagenavi a,
.more_entries .wp-pagenavi a:link,
.more_entries .wp-pagenavi a:visited, 
.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi span.pages { background: #9F9F9F;color: #fff; padding: 5px 9px !important; padding:5px; margin-left: 4px; border:0; line-height:24px; }

/* Sidebar */

#sidebar {
	width: 307px;
	overflow: hidden;
}

#sidebar h2 {
	float: left;
	margin: 0 0 4px 1px;
	display: inline;
	font-weight:normal;
	font-size: 22px;
	padding-bottom: 5px;
}

#sidebar ul {
	clear: both;
}


#sidebar a {
	color: #636363;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Sidebar (block) */

#sidebar .block {
	width: 260px;
	padding: 15px 20px 18px 22px;
	background: url(images/bg_sidebar_separator.gif) repeat-x 0 bottom;
}

#sidebar .oiopub_widgets_banner_zone {padding: 15px 20px 11px 19px;}

/* Sidebar (block > inside)*/

#sidebar .block .inside {
	border: #D5D4D4 5px solid;
	background: #EDEDED;
	padding-bottom: 5px;
}

#sidebar .block .inside ul {
	padding: 0;
}

#sidebar .block .inside li {
	padding: 8px 15px 8px 10px;
	line-height: 18px;
	background: url(images/bg_footer_list.gif) repeat-x 0 bottom;
	position:relative;
}

#sidebar .block .inside li img.thumbnail,
#sidebar .block .inside li img.avatar{
	border: #A4A4A4 2px solid;
	float: left;
	margin-right: 10px;
}

/* Sidebar (widgetized)*/

/* Sidebar Google Ads */

#google_ads_div_ocj_sidebar_1,#google_ads_div_ocj_sidebar_1,#google_ads_div_ocj_sidebar_3, #google_ads_div_ocj_sidebar_4,#google_ads_div_ocj_sidebar_5,#google_ads_div_ocj_sidebar_6 {
	display:inline;
	float:left;
	height:125px;
	width:125px;
	margin:0 10px 10px 0;
}

#sidebar #text-6 {
	margin-left: -3px;
	width: 275px;
	height: 395px;
}


/* Sidebar (widgetized>list>)*/

#sidebar .widget ul {
	clear: both;
	width: 100%;
	padding: 0 0 8px 0;
	border-top: #E7E6E6 1px solid;
}

#sidebar .widgetized ul.oio-banner-zone {
	border-top: none;
}

#sidebar .widget ul li {
	border-bottom: #E7E6E6 1px solid;
	line-height: 20px;
	padding: 5px 0 5px 21px;
	background: url(images/bg_sidebar_paper.gif) no-repeat 1px 8px;
	overflow: hidden;
}

#sidebar .widgetized ul.oio-banner-zone li {
	border: #D3D3D3 1px solid;
}

/* Sidebar (widgetized>list>inside)*/

#sidebar .widget ul ul {
	padding: 0;
	margin: 3px 0 0 0;
}

#sidebar .widget ul ul li {
	border: 0;
	padding-bottom: 0;
}

/* Sidebar (widget > special list)*/

#sidebar .widget_categories ul, 
#sidebar .widget_archive ul,
#sidebar .widget_text ul,
#sidebar .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 .widget_categories ul li, 
#sidebar .widget_archive ul li, 
#sidebar .widget_text ul li,
#sidebar .widget_links ul li {
	width: 104px;
	float: left;
	display: inline;
	margin-left: 10px;
}

#sidebar .widget_categories ul li,
#sidebar .widget_text ul li,
#sidebar .widget_archive ul li {
	background: url(images/bg_sidebar_folder.gif) no-repeat 1px 7px;
}

#sidebar .widget_links ul li {
	background: url(images/bg_sidebar_circle.gif) no-repeat 5px 13px;
}

/* Sidebar (widgets)*/

#tag_cloud , #footer #tag_cloud h2 {
	display: block;
	float: none;
}

#sidebar .widget_tag_cloud {
	text-transform: lowercase;
	background: none;
}

#sidebar .widget_tag_cloud h2 {
	text-transform: capitalize;
}

#sidebar .widget_polls-widget h2 {
	margin-bottom: 0;
}

.textwidget {
	clear: both;
	padding: 5px 2px;
	line-height:20px;
}

.textwidget p {
	padding: 0;
	margin: 0;
}

#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
	clear: both;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th {
	color: #fff;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #E7E7E7;
	color: #9E9E9E;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar a:hover {
	text-decoration: none;
}


/* Sidebar (Search)*/

#sidebar #search_main form div {
	position: relative;
	width: 260px;
	height: 33px;
}

#sidebar #search_main input.field {
	width: 196px;
	height: 18px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 5px;
	color: #565656;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #D3D3D3;
	border-right: none;
	background-color: #FFF;
	z-index: 1;
}

#sidebar #search_main input.submit {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

/* 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;
	width: 125px;
	height: 125px;
	float: left;
	margin: 9px 0 0 8px;
	display: inline;
	border: 1px solid #D3D3D3;
}

/* Sidebar (OIO advert 125x125) */

#oio-banner-1 {
	width: 270px !important;
	margin-left: -10px;
	padding-top: 10px !important;
	padding-bottom: 25px !important;
	overflow: hidden;
	border-top: none;
}

#oio-banner-1 img {
	display: block;
	width: 125px;
	height: 125px;
	float: left;
	margin: 9px 0 0 8px;
	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;
	font-family: Georgia;
	font-weight: bold;
}

ul.vidTabs li a {
	line-height: 31px;
	background: #9F9F9F;
	color: #fff !important;
	display: block;
	float: left;
	padding: 0 12px;
	margin-right: 4px;
}

ul.vidTabs li a.selected, ul.vidTabs li a:hover {
	background: #9CA722;
	text-decoration:none;
}

.uc_alpha { list-style-type: upper-alpha; }
.lc_alpha { list-style-type: lower-alpha; }
.uc_roman { list-style-type: upper-roman; }
.lc_roman { list-style-type: lower-roman; }


/* Footer Ad */

#footer-ad-out {
	width: 100%;
	background: url(/images/bg_light.gif) repeat;
	xbackground-color:#F8F8F8;
	margin-top:10px;
	border-top: 1px solid #DDD;
}

#footer-ad {
	width: 939px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}

#footer-ad img {
	margin: 0 auto;
	display: block;
}

/* Footer */

#footer-out {
	width: 100%;
	background: rgb(159,159,159);
}

#footer {
	width: 939px;
	margin: 0 auto;
	background: url(images/bg_footer_gradient.jpg) no-repeat 0 0;
	padding: 23px 0 10px 0;
}

* html #footer {
	height: 275px;
}

#footer .position {
	width: 960px;
	margin-left: -20px;
}

#footer a {
	text-decoration: underline;
	color: #636363;
}

#footer a:hover {
	text-decoration: none;
}

#footer h2.widget_title {
	font-size: 14px;
	background: #2A2A2A;
	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: 100%;
	background: none;
	background-color: #252525;
	padding: 15px 0 15px 0;
	margin: 0;
}

#copyright {
	width: 939px;
	margin: 0 auto;
	font-size: 12px;
	color: #FFF;
	line-height: 16px;
}

#copyright a {
	color: #FFF;
	text-decoration: underline;
}

/* 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;
}

#sidebar .widget .wp-polls-ul li {
	background: none;
	padding:5px 0 5px 1px;
}

#sidebar .widget .wp-polls-ul {
	margin: 0;
}

#sidebar .widget .wp-polls-ul ul {
	padding: 0;
}

/*=== 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 {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	padding:4px 0 5px;
	text-align:center;
}
.wp-caption-text {
	padding:3px 0 0;	
	font-size:11px;
}

/* 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.idTabs {
	padding:7px 0 !important;
}
#footer .block #vidtabs ul {
	background:none;
	border:0;
}

/* Full Width */

#middle-out-bottom .full { /* Background - Content - Full Width Page */
	background: none;
}

#main-content.fullwidth {
	width:870px;
	margin: 24px 0 0 5px;
}
#content.full {
	background: none;
}
#middle-content-bottom.full { /* Background - Content Bottom */
	background: none;
}

/* Pingbacks / Trackbacks */
h3#pings  { margin: 20px 0 10px 0; }
.pinglist li  { margin: 0 0 0 20px; list-style-type: decimal; }
.pinglist li .author  { font-weight: bold; font-size: 15px; }
.pinglist li .date  { font-size: 11px; }
.pinglist li .pingcontent  { display: block; margin: 10px 0; }

/*-------------------------------------------------------------------------------------------*/
/* MISC */
/*-------------------------------------------------------------------------------------------*/

/* Google Archive Search */

#cse .gsc-control-cse form.gsc-search-box {padding:0;width:590px;}
#cse .gsc-control-cse table.gsc-search-box {margin:10px 0 10px 10px;}
#cse .gsc-control-cse .gsc-search-box {border:none;width:550px;}
#cse .gsc-control-cse .gsc-search-button {background:none repeat scroll 0 0 #316994;border:none;padding:0 6px 0 4px;text-shadow:none;font-weight:normal;font-family:Arial,sans-serif;}
#cse .gsc-control-cse .gsc-input {padding:0;width:510px;border:none;}
#cse .gsc-control-cse input.gsc-input {border:1px solid #316994;background:none;padding:5px;width:490px;}
#cse .gsc-control-cse .gsc-cursor-current-page {background-color:#316994;}
#cse .gsc-control-cse a.gs-title, #cse .gsc-control-cse .gs-visibleUrl, #cse .gsc-control-cse .gs-visibleUrl-short {
color:#2c6288;}
#cse .gsc-control-cse .gsc-tabHeader, #cse .gsc-tabhActive {border: none;background-color: #FFF;color: #DDD;text-transform: none;}
#cse .gsc-control-cse .gsc-tabsArea {display:none;}
#cse .gsc-control-cse .gsc-resultsHeader {display:none;}
#cse .gsc-control-cse .gsc-clear-button {display:none;}

#contact-page .form_submit{
width:64px;
height:30px;
font-size:12px;
display: block;
background: url("/images/submit.gif") no-repeat;
color: #FFF;
border: 0;
margin: 2px 0 0 120px; 
padding: 0 1px 3px 0;
cursor:pointer;
font-family: Arial, Helvetica, sans-serif;
}


/* Buttons */
.button, .button:visited{ font-family:Verdana, Geneva, sans-serif; background: url(images/alert-overlay.png); display: inline-block; padding: 5px 10px 6px; color: #fff !important; text-decoration: none; border:none; position: relative; cursor: pointer; }
.button, .button:visited{ background-color:#555; }
.button:hover { color: #fff  !important; text-decoration:none; }
.button:active { top: 1px; }
.small.button, .small.button:visited { font-size: 10px; padding: 0px 6px 1px; text-transform:uppercase;}
.button, .button:visited, .medium.button, .medium.button:visited { font-size: 13px; font-weight: bold; line-height: 1; }
.large.button, .large.button:visited { font-size: 14px; padding: 8px 14px 9px; }
.button, .button:visited, .medium.button, .medium.button:visited { text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.button, .button:visited { -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25); text-shadow: 0 -1px 1px rgba(0,0,0,0.25); border: 1px solid rgba(0,0,0,.25); border-bottom-color: rgba(0,0,0,.35); }
.button:hover { opacity:0.9; }

.subscribe_button{
background:url("/images/subscribe.gif") no-repeat scroll 0 0 transparent;
border:0 none;
color:#FFFFFF;
cursor:pointer;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
float:right;
padding:0 0 2px 0;
margin:6px 3px 0 0;
width: 78px;
height:30px;}

/* Info Boxes */
p.alert, p.download, p.info, p.note, p.tick {  margin:10px 0 20px 0; padding:10px 10px 10px 50px; }
p.alert { border-top:1px solid #f0baa2; border-bottom:1px solid #f0baa2; background:#ffd9c8 url(images/ico-alert.png) no-repeat 20px 13px; }
p.download { border-top:1px solid #d4ebaf; border-bottom:1px solid #d4ebaf; background:#edfcd5 url(images/ico-download.png) no-repeat 20px 13px; }
p.tick { border-top:1px solid #d4ebaf; border-bottom:1px solid #d4ebaf; background:#edfcd5 url(images/ico-tick.png) no-repeat 20px 13px; }
p.info { border-top:1px solid #ccc; border-bottom:1px solid #ccc; background:#eee url(images/ico-info.png) no-repeat 20px 13px; }
p.note { border-top:1px solid #efe3ae; border-bottom:1px solid #efe3ae; background:#fef6d2 url(images/ico-note.png) no-repeat 20px 13px; }

/* Contact Form */
#contact-page .screenReader { left: -9999px; position: absolute; top: -9999px; }
#contact-page ol.forms{float:left;list-style:none;width:100%;margin:10px 0 0;padding-left:0px; }
#contact-page ol.forms li{clear:both;float:left;margin-bottom:18px;position:relative;width:100%; list-style-type:none;}
#contact-page ol.forms label{cursor:pointer;display:block;float:left;font-weight:700;padding-right:20px;width:100px;}
#contact-page ol.forms input.txt{width:214px;}
#contact-page ol.forms input#sendCopy{border:none;}
#contact-page ol.forms textarea{height:200px;width:450px;}
#contact-page ol.forms li .error{font-size:12px;display:block;margin-left:120px;color:red;}
#contact-page ol.forms li.textarea .error{display:block; margin-left:120px}
#contact-page ol.forms li.screenReader{margin-bottom:0;}
#contact-page ol.forms li.buttons .submit{margin: 15px 0 0 120px; }
#contact-page ol.forms li.inline input{width:auto;margin-left:120px;}
#contact-page ol.forms li.inline label{display:inline;float:none;width:auto;}


#google_ads_div_ocj_sidebar_1_ad_container {display:inline;margin-right:3px}
#google_ads_div_ocj_sidebar_2_ad_container {display:inline;margin-right:3px}
#google_ads_div_ocj_sidebar_3_ad_container {display:inline;margin-right:3px}
#google_ads_div_ocj_sidebar_4_ad_container {display:inline;margin-right:3px}
#google_ads_div_ocj_sidebar_5_ad_container {display:inline;margin-right:3px}
#google_ads_div_ocj_sidebar_5_ad_container {display:inline;margin-right:3px}
#google_ads_div_ocj_sidebar_6_ad_container {display:inline;margin-right:3px}
