/*  
Theme Name: Gazette Edition
Theme URI: http://www.woothemes.com/
Description: Gazette Edition by WooThemes
Version: 2.0.2
Author: WooThemes
Author URI: http://www.woothemes.com/
*/

/*========= SETUP =========*/

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	color: #222;
	background-color: #eee;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

h1, h2, h3, h4, h5 {font-family: Georgia; font-weight: normal}

.block-wrapper {margin-bottom: 10px; overflow: hidden; clear: both;}
.home #features h2, .block-wrapper h1 {font-family: Helvetica, Arial, sans-serif; font-size: 12px; text-transform: uppercase; font-weight: bold; margin-bottom: 10px}
.block-wrapper h2 {font-family: Helvetica, Arial, sans-serif; font-size: 12px; text-transform: uppercase; font-weight: bold; margin-bottom: 10px}
#pages h1 {font-family: Helvetica, Arial, sans-serif; font-size: 12px; text-transform: uppercase; font-weight: bold; margin-bottom: 10px}
.home #latest_news .more_items ul li:first-child h3 {}



a{
	color: #660000;
	text-decoration: none;
}
a:hover{
	border-bottom: dotted 1px #ccc;
	color: #990000;
}

a:active {color: #cc0000}
input,select,textarea{
	border: #dddddd 1px solid;
	font-size: 12px;
	padding: 5px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}

input:focus, textarea:focus {border: solid 1px #999; background: #feffcd}


.red {color: #af1b17}
.dark {color: #333}


/*========= LAYOUT =========*/

#page{
	width: 980px;
	background: #fff;
	padding: 10px 10px 0 10px;
	margin:0 auto 0 auto;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
	border: solid 1px #ccc;
	border-width: 0px 1px !important; 
}
/*--- Main Columns ---*/
#columns{
	margin: 20px 0 0 0;
	position: relative
}
.col1{
	float: left;
	width: 660px;
	padding-right: 20px;
}
.col2{
	float: left;
	width: 300px !important;
}
/*--- Sub Columns ---*/
.subcol{
	width: 150px;
}
.subcol h2{
	font-size: 14px;
	padding: 0 0 10px;
	color: #FFFFFF;
}

/*========= HEADER =========*/
/*- Utility Bar -*/
#utility {overflow: hidden; padding:5px 0px 5px 0px; margin:0px auto;margin-bottom: 0px; border-bottom: solid 1px #ccc; background: #F6F6F6; -moz-box-shadow: 0px 1px 2px #ccc;
	-webkit-box-shadow: 0px 0px 5px #999; box-shadow: 0px 0px 5px #999; width: 99.85%}
.utility-inner {margin: 0 auto; width: 1000px}

#date-updated {float: left; line-height: 30px; color: #666}

#social {float: right; margin-top: 13px}
#social li {float: left; margin-left: 5px}

/*- Advertising -*/
#top_commercial {height: 90px; width: 728px; background: #ddd; margin: 0 auto; clear: both}

/* Breadcrumb */

.breadcrumb {height: 25px; line-height: 25px; border-bottom: solid 1px #dfdfdf; font-size: 11px; padding: 0 10px;}
	.breadcrumb li {float: left; padding: 0 7px 0 10px; background: url("images/ico/arrow.gif") no-repeat scroll 0 11px transparent;}
	.breadcrumb .no_arrow {background: none; padding: 0 7px 0 0}
	.breadcrumb li a {color: #666; text-decoration: underline; text-transform: uppercase; font-size: 11px;}
/*- Page Navigation -*/
#nav{
	height: 30px;
	padding: 0px 0px !important;
	background-color: #444;
	margin:10px 0 0 0 !important;

}
#nav-left {
	display:inline;

	}
#nav-right {
	float:right;
	display:inline;
	width:330px;
	margin:0px !important;
	padding:0px !important;
	}

/*- Dropdowns-*/

#nav1, #nav1 ul{
	padding: 0;
	list-style: none;
}
#nav1 {
	padding: 0;
	font-size:13px;
}
#nav1 a {
	margin: 0 10px;
	color: #fff;
}


/*#nav1 .cat-item-1 a {color: #af1b17} /* News */
/*#nav1 .cat-item-12 a {color: #574386} /* Features */
/*#nav1 .cat-item-13 a {color: #0669b8} /* Comments & Blogs */
/*#nav1 .cat-item-14 a {color: #af207e} /* Multimedia */
/*#nav1 .cat-item-15 a {color: #435b86} /* Catholic Life */
/*#nav1 .cat-item-16 a {color: #f09613} /* Spiritual Life */


#nav1 li {
	float: left;
	font-weight:bold;
	font-size:13px;	
	margin: 0px 0 0 0;
	padding: 6px 0 4px 0;
	border-right: solid 1px #333;
}

#nav1 li a:hover {
	text-decoration: none;
	}
#nav1 li:hover {
	background: #ccc;
}
#nav1 li:hover a {
	color: #222
	}

#nav1 li.subs {background: #ddd; float: right; border-right: 0px; border-left: solid 1px #222; height: 20px; line-height: 20px; margin-top: 0px;}
#nav1 li.subs:hover {background: #ccc}
#nav1 li.subs a {color: #333}

#nav1 li.current-cat {background: #ccc;}
#nav1 li.current-cat a {color: #222}
#nav1 li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	padding-top:1px;
	display: none
}
#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
}
#nav1 li ul li {
    background: #FFFFFF;
	border-bottom:1px solid #555;	
	border-left:1px solid #555;	
	border-right:1px solid #555;			
	line-height:28px;	
	width:15em;
}

#nav1 li:hover, #nav1 li.hover {
    position: static;
}
#nav1 li ul ul {
	margin: -29px 0 0 15em;
	border-top:1px solid #dedbd1;	
}

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


/*- Category Navigation -*/

/*- Nav / Dropdowns-*/
#nav2 {
	margin:0 0 15px 15px !important;
	margin:0 0 7px 7px;	 
}

#nav2, #nav2 ul{
	padding: 0;
	float:left;
	list-style: none;
}
#nav2 {
	padding: 0;
	font-size:13px;
	float:left;
	width:930px;
	border-top: 1px solid #DDDDDD;
}
#nav2 a {
	display: block;
	padding-left:15px;
	padding-right:15px;
	border-right: 1px solid #DDDDDD;
}
#nav2 li {
	float: left;
	line-height:30px;
}
#nav2 li a:hover {
	background: none;
    text-decoration: none;
}
#nav2 li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	z-index: 99999;
}
#nav2 li:hover ul, #nav2 li.sfhover ul {
	left: auto;
	z-index:1000;	
}
#nav2 li ul li {
    background: #FFFFFF;
	border-bottom:1px solid #dedbd1;	
	border-left:1px solid #dedbd1;	
	border-right:1px solid #dedbd1;			
	line-height:28px;	
	width:15em;
}
#nav2 li:hover, #nav2 li.hover {
    position: static;
}
#nav2 li ul ul {
	margin: -29px 0 0 15em;
}
#nav2 li:hover ul ul, #nav2 li.sfhover ul ul {
	left: -999em;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul {
	left: auto;
}
#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul {
	left: -999em;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul {
	left: auto;
} 

#subjects {background: #f6f6f6; height: 20px; padding:5px 10px; border-bottom: solid 1px #dfdfdf; overflow: hidden; }
#subjects span {float: left; font-weight: bold; color: #3879ad; margin-right: 5px}
#subjects ul li {float: left;  border-right: 1px solid #eee; padding: 0 5px;}
#subjects ul li a {font-weight: normal; color: #333}

/*- Search -*/
#search{
	float: right;
	height: 27px;
	width:330px;
	margin: 3px 0px 0px !important;
	padding:0px !important;
}

#s {-moz-border-radius: 3px; -webkit-border-radius: 3px; width: 235px;}
#s:focus {border: solid 1px #999; background: #feffcd}

.search_term {padding: 10px; background: #f7f7f7; border-top: solid 4px #e4e4e4; margin-bottom: 10px;}


* html #search{
	margin-right: 8px;
}

/*- Header -*/
#header{
	height: 45px;
	background-color: #ffffff;
	margin: 10px 0 0 0;
	padding: 0px;
}
/*- Logo -*/
#header #logo{
	float: left;
	display:inline;
	line-height: 41px;
	font-size: 24px;
	margin-top: 5px
	
}
#header #logo a{
	display: block;
	height: 38px;
	width: 500px;
	color: #999;
	font-size: 48px;
	font-family: "Josefin Sans Std Light", Helvetica;
	letter-spacing: -1px
	font-weight: normal;
}
#header #logo a:hover {
	border: 0;
	}

/*- Top Banner -*/
#topbanner {
	float: right;
	width: 468px;
	padding:20px 0px 0px;
}

#topbanner img{
	float: right;
}

/*- RSS -*/
#rss a{
	color: #666666;
}
#rss h2{
	padding:10px;
	font-size:14px;
	margin-bottom:10px;
}
#rss ul{
	margin: 0px;
	padding: 10px;
	float:left;
}
#rss li{
	margin: 0px;
	border:none !important;
	padding: 5px;
}
#rss img{
	float: right;
	padding-left: 10px;
	margin-top: 5px;
}

/* TABS */

.tabnav {width: 100%;
	padding: 0;
	height: 21px;
	border-bottom: solid 1px #dfdfdf;}
.tabnav li {  
 float: left;
	display:inline;
	font-size: 11px;
	line-height: 20px;
	background: #ececec;
	color: #333;
	border:1px solid #dfdfdf;
	border-bottom: 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	margin:0px 2px 0px 0px !important;
	cursor: pointer;  
 }  
   
 .tabnav li a {  
line-height: 20px;
	color: #333 !important;
	padding: 0 6px;
	display: block;  
 }  
   
 .tabnav li a:hover  {  
text-decoration:none;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-bottom: 0
	
 }  
   
 .tabdiv {  
 }  
   
 .tabdiv li {  
	border-bottom: dotted 1px #b9b9b9;
	padding:5px 0;
	text-indent: 10px;
	background: url(images/ico/arrow.gif) no-repeat 0 11px;
 }  

.tabnav li.ui-tabs-selected a {
	text-decoration:none;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-bottom: solid 1px #fff;
	background: #fff;
	font-weight: bold;
}
   
 .ui-tabs-hide {  
 display: none;  
 } 


/* GENERIC ARTICLE LIST STYLES */
.generic_button {padding: 5px; border: solid 1px #ddd; background: #eee; font-weight: bold; font-family: Helvetica, arial; -moz-border-radius: 3px; -webkit-border-radius: 3px; color: #333; text-shadow: 1px 1px 0 #fff; float: right}
.generic_button:hover {cursor: pointer; background: #333; border: solid 1px #111; color: #fff;text-shadow: 1px 1px 0 #111;}

.date {color: #888; font-size: 11px}
.poster_name {font-size:11px; text-decoration:none; text-transform:uppercase;}
.poster_name a {color:#660000 !important;}
.poster_name a:hover {color: #990000 !important}

.generic_list li, .related_post li {border-bottom: dotted 1px #b9b9b9; padding-bottom: 10px; margin-bottom: 10px; overflow: hidden}
.generic_list li:last-child, .related_post li:last-child {border-bottom: 0; margin: 0;}
.generic_list li h3 {line-height: 24px; margin-bottom: 5px; font-size: 18px;}
.generic_list li:first-child h3 {font-size: 22px;}
.generic_list li .date {display: block}
.generic_list li p {line-height: 17px;}

.single-headline {padding-bottom: 2px !Important; margin-bottom: 5px !important;}
.single-headline h3 {font-size: 14px !important; line-height: 18px !important}

#breaking_news {padding-bottom: 10px; width: 660px;}
.breaking-holder img {margin-right: 10px;}
.breaking-holder a.left:hover {border: 0;} 
.breaking-holder h3 {font-size: 28px; line-height: 32px;}
.breaking-holder p {font-size: 14px;}

#news-list li h3 {font-size: 20px; margin-bottom: 10px;}
#commentandblogs #news-list .photo {margin-right:10px; height: 60px; width: 60px}
#commentandblogs #news-list h3 {margin-bottom: 5px}
#commentandblogs #news-list .date a {font-size: 13px; font-family: Georgia;}

#catholiclife .lead_items {overflow: hidden}
#catholiclife .lead_items li {float: left; width: 213px; margin-right: 10px}
#catholiclife .lead_items li.third {margin-right: 0; clear: right;}
#catholiclife .lead_items li.forth {clear: left;}
#catholiclife .lead_items li img {margin-bottom: 10px}

.sidebar_list li {border-bottom: dotted 1px #b9b9b9; padding-bottom: 10px; margin-bottom: 10px; overflow: hidden}
.sidebar_list li:last-child {border-bottom: 0; margin: 0;}
.sidebar_list li:first-child {border-bottom: dotted 1px #b9b9b9;}
.sidebar_list li h3 {line-height: 18px;}
.sidebar_list li .photo {width: 40px; height: 40px;}

#tag-cloud {margin-bottom: 10px; padding-bottom: 10px; border-bottom: dotted 1px #b9b9b9;}

#authors .sidebar_list li {float: left; width: 150px}
#authors .sidebar_list li h3 {line-height: 18px; font-size: 13px}
#authors .sidebar_list li:last-child {border-bottom: dotted 1px #b9b9b9;}
#authors {}

.double-col {border-bottom: dotted 1px #b9b9b9}
.border-break {border-bottom: dotted 1px #b9b9b9; margin-bottom: 10px !important;}

/* IE WIDTHS */

#latest_news {width: 660px}
#print_edition, #features, #cath-spir {}



.first_items {width: 356px; float: right;}
.more_items {width: 284px; float: left;}

.post-categories li {border: 0 !important; padding: 0; margin: 0;}
.post-categories li a {color: #666 !Important; text-transform: uppercase; font-family: Helvetica, Arial, Sans-serif; font-size: 11px; text-decoration: underline}

.inner_image {float: left; }
.inner_image img {margin-right: 5px; margin-top: 4px;}

/* COLOURS 
#latest_news a {color: #bd2f1a}
#comments a, #authors a, #author-list a {color: #0284c7}
#features a {color: #695a9c}
#cathlife a {color: #566e9d}
#spirlife a, #spirituallife a {color: #efa518}
#media a {color: #bd3a93}
#twitter a {color: #445674}
#recommended a {color: #7DB722}
#pages a, #search_results a {color: #2aa300}
*/


.title-bk {background: #fff; padding-right: 10px;}
.title-bk a {color: #333 !important}
.col2 #comments .title-bk, .home #features .title-bk, .home #cath-spir .title-bk {background: #F7F7F7}
.col2 #comments {background: #eee; border-color: #ccc}
.col2 #comments .title-bk {background: #eee}
h2.sub-section-heading {font-family: Georgia; font-size: 30px; background: none !important; text-transform: none; font-weight: normal; border-bottom: dotted 1px #b9b9b9; margin: 20px 0 10px 0; padding-bottom: 10px; }


#recommended h2, 
#recommended h1 {background: url(images/headings/news.gif) repeat-x 0 7px; }

.news h2, 
#breaking_news h2,
#latest_news h2, 
#latest_news h1, 
.category-news #mostpopular h2 {background: url(images/headings/news.gif) repeat-x 0 7px; }

.breaking h2, #author-list h1,
.commentandblogs h2, 
#commentandblogs h1, 
#comments h2, 
#comments h2, 
#comments h1, 
.category-commentandblogs #mostpopular h2, #authors h2, #authors h1 {background: url(images/headings/news.gif) repeat-x 0 7px;}

#author-list h2 {background: none !important; margin-bottom: 10px}

.features h2, 
#features h2, 
#features h2, #features h1, 
.category-features #mostpopular h2 {background: url(images/headings/news.gif) repeat-x 0 7px;}

#catholiclife h1, 
.cathlife h2,
.catholiclife h2,
#cathlife h2, 
#cathlife h2, 
#cathlife h1, 
.category-catholiclife #mostpopular h2 {background: url(images/headings/news.gif) repeat-x 0 7px; }

.weekahead h2, 
.wordthisweek h2, 
.saintoftheweek h2, 
#spirituallife h1, 
.spirlife h2, 
#spirlife h2, 
#spirlife h2, 
#spirlife h1, 
.category-spirituallife #mostpopular h2 {background: url(images/headings/news.gif) repeat-x 0 7px;}

#spirituallife h3 {margin-bottom: 0px !important;}

#multimedia h1, 
.multimedia h2, 
.media h2,
#media h2, 
#media h1, 
.category-multimedia #mostpopular h2 {background: url(images/headings/news.gif) repeat-x 0 7px; }

#twitter h2, 
#twitter h1 {background: url(images/headings/news.gif) repeat-x 0 7px; }

#pages h1, #search_results h1 {background: url(images/headings/news.gif) repeat-x 0 7px;}

/*
.category-news a, .news a {color: #bd2f1a}
.category-features a, .features a {color: #695a9c}
.category-commentandblogs a, .commentandblogs a {color: #0284c7}
.category-catholiclife a, catholiclife a {color: #566e9d}
.category-spirituallife a, spirituallife a {color: #efa518}
.category-multimedia a, .multimedia a {color: #bd3a93}
*/

.photo {border: solid 1px #a1a6a9; padding: 2px; float: left; margin-right: 5px;}
.small {border: solid 1px #a1a6a9; float: left; margin-right: 10px;}
.small:hover {border: solid 1px #666}
.full {border: none !important}
.full:hover {border: none !Important}
.inner_image:hover {border: 0 !important}
/* HOMEPAGE LEADS */

img {display: block}
.left {float: left;}



#print_edition, #comments, #features, #cath-spir {border-top: solid 4px #e4e4e4; background: #f7f7f7; padding: 10px 10px 0 10px; overflow: hidden; clear: both;}	

#print_edition h2 {font-weight: bold; margin-bottom: 10px; font-family: Georgia; text-transform: none; font-size: 18px;}
#print_edition img {float: left; margin-right: 10px;}
#print_edition .copy {border-bottom: dotted 1px #b9b9b9; margin-left: 140px;}
#print_edition .copy p {margin-bottom: 10px}

#twitter {border-bottom: dotted 1px #b9b9b9}
#twitter p {background:url("images/ico/arrow.gif") no-repeat scroll 0 11px transparent; padding:5px 0;text-indent:10px; border-top: dotted 1px #b9b9b9}

#features {border: none;}
	.home #features .more_items {width: 274px;}
	.home #features .first_items {width: 346px}
	#features .more_items {width: 264px;}
	#features .first_items {width: 376px}
	
#cath-spir {padding-top: 20px; border-top: 0}

#cathlife {width: 319px; float: left;}
#spirlife {width: 301px; float: right;}

#cathlife img {float: left; margin-right: 10px;}
#cathlife h3 {font-size: 18px; margin-bottom: 5px; line-height: 22px;}

/* TWITTER */
.twtr-widget {border-bottom: dotted 1px #bdbdbd !important; padding-bottom: 10px !important}
.twtr-hd {padding: 0 0 10px 0 !important; margin-bottom: 10px !important; border-bottom: dotted 1px #bdbdbd;}
.twtr-doc {width: 300px !Important}
.twtr-widget .twtr-tweet-wrap {padding: 0 0 10px 0 !important; margin-bottom: 10px !important; border-bottom: dotted 1px #bdbdbd !important}
.twtr-widget .twtr-tweet {border: 0 !important}
.twtr-doc a:hover {text-decoration: none !important}
.twtr-ft div {padding: 0 !important}

/* CATEGORY OVERWRITES */

.category-features #features {background: none; padding: 0;}

#multimedia .lead_items li {float: left; width: 213px; margin-right: 10px; border: 0; }
#multimedia .lead_items li.third {margin-right: 0}
#multimedia .lead_items li h3 {font-size: 16px;line-height: 20px;}
#multimedia .lead_items li .video {margin-bottom: 0px}

.video_overlay {position: relative; overflow: hidden; height: 150px; display: block; margin-bottom: 10px;}
a.video_overlay:hover {border: 0}
.video_overlay .clickable {position: absolute; width: 300px; height: 200px; top: 0; left: 0; background: none }
.video_overlay .clickable:hover {top: 0px; left: 0;}

#multimedia #news-list li .video_overlay {float: left; margin-right: 10px; height: 110px; margin-bottom: 0}
#media .sidebar_list .video_overlay {height: 200px;}


/* ARTICLES */

.post-img {margin-bottom: 20px}
.post-img p {color: #666 !important; font-size: 12px !important; margin-top: 5px; border-bottom: solid 1px #eee; padding-bottom: 5px;}
#article .full {5px}
#article p {margin-bottom: 10px;}

.post-head {border-bottom: dotted 1px #b9b9b9; padding: 0 0 5px 0; margin-bottom: 10px;}
.post-head h1 {line-height: 30px; margin-bottom: 5px; font-family:"Crimson Text"; font-size: 30px; text-transform: none; font-weight: normal;}
.post-head p {margin: 0 !important}
.post-head .article_intro {margin-bottom: 5px; font-size: 15px; font-family: Helvetica, arial; color: #666;}

.video {margin-bottom: 20px;}

#related-posts, #article-tags {border-bottom: dotted 1px #b9b9b9; padding-bottom: 10px; margin-bottom: 20px}
#related-posts, #social-sharing {border-bottom: dotted 1px #b9b9b9; padding-bottom: 10px; margin-bottom: 20px}
#related-posts {padding: 0}
.sociable ul {overflow: hidden}
.sociable li {float: left; margin-right: 4px;}
.sociable .sociablelast {margin: 0}

#author-list h1 {font-family: Helvetica, Arial; font-weight: bold; font-size: 12px; text-transform: uppercase}
#author-list .author_info {margin: 10px 0 10px 0; padding: 10px; overflow: hidden; background: #f7f7f7; border-top: 4px solid #e4e4e4}
#author-list h3 {font-size: 20px !important; margin-bottom: 10px;}
#author-list .author_info .photo {margin-right: 10px}

/*========= FEATURED POSTS (FRONT-PAGE) =========*/

/* See slideshow.css */

/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/

#video-frame {
	background:#eee;
	float:left;
	width:583px;
	height:auto;
	margin:0px;
	padding: 5px;
	border: 1px solid #ddd;
	}
.video-left {
	float:left;
	width:285px !important;
	display:inline;
	background-color:#FFFFFF;
	}
.video-left p {
	padding:0px !important;
	margin:0px !important;
	}
.video-left h2 {
	display:none;
	}
.video-right {
	float:right;
	width:273px;
	min-height:214px;
	display:inline;
	background-color:#FFFFFF;
	padding: 10px;
	}
.video-right h2{
	color: #000000;
	font-size:11px;
	line-height:normal;
	font-weight:bold !important;
	margin:0 !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
.video-right p{
	color: #666;
	font-size:11px;
	line-height:12px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
	}
.video-right h3{
	font-style: normal !important;
	font-weight: bold;
	font-size:18px;
	line-height:20px;
	padding-bottom: 0px;
	}
.video-right .mootabs_title {
	border-top:1px solid #FFF;
	list-style:none;
	margin:0px;
	padding:0px;
	}
.video-right .mootabs_title li {
	color:#000;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	display:block;
	padding:10px;
	border: 1px solid #dddddd;
	background:#f7f7f7;
	line-height:10px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
.video-right .mootabs_title li:hover, .video-right .mootabs_title li.active {
	background:#dddddd url(images/ico-watch.gif) right center no-repeat !important;
	}

/*========= BLOG POST STYLING =========*/

/*=== Small Box Post ===*/
.post{
	margin: 0;
}
.post h2{
	font-size: 18px;
	padding: 0 0 5px;
}
.post h3{
	font-size: 14px;
}
.post h3 a{
	color: #000000;
}
.post p{
	padding: 0 0 15px;
	line-height: 15px;
}

/*- Box -*/
.box{
	clear: both;
	height: 1%;
	padding: 0;
	margin: 0;
}
.box .post{
	width: 288px;
	background-color: #ffffff;
	border:1px solid #ddd;
}
.box .post h2 a{
	color:#333333;
}
.box .post h2{
	font-size: 18px;
	padding: 10px;
	line-height: 20px;
}
.box .post p{
	font-size: 11px;
	padding: 5px 10px;
}

.box .post img{
	border: 1px solid #dddddd;
	float: right;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 10px;
}

/*=== Traditional Blog Post ===*/
.post-alt{
	margin: 0 0 15px 0;
	
}
.post-alt h2{
	font-size: 22px;
	padding: 0;
	color:#000000;
	line-height: 26px;
}
.post-alt h3{
	font-size: 13px;
	padding-bottom: 5px;
	line-height: 18px;
	color: #000000;
}
.post-alt h4{
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 16px;
}
.post-alt h3 a, .post-alt h2 a{
	color: #000000;
}
.post-alt p{
	padding: 0 0 15px;
}
.post-alt p.post_date{
	color: #999999;
	padding: 5px 0px 0px;
	font-size: 11px;
	font-weight: normal;
}
p.posted{
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	padding: 5px;
	margin-top: 10px;
	text-align: right;
	border-top:1px solid #ddd;
	/*border-bottom:1px solid #ddd;*/
	clear:both;
}
h3.posted a {
	color: #000000;
	font-size:11px;
}

.box .post h3.posted {
	border-bottom:none;
}

.author_info {
	margin-bottom: 20px;
}

.author_info h3 {
	margin-bottom: 0px;
}

.author_photo {
	float: right;
	margin:  0 0 0 10px;
	background-color: #ffffff;
}

.author_photo img {
	border: 1px solid #666666;
}

.author_links {}
.author_links li {float: left; margin-right: 5px}
.author_links li a:hover {border: 0}
.author_links li.email {background: url(images/ico/email.png) no-repeat; text-indent: -9999px;}
.author_links li.email a {display: block; width: 32px; height: 32px}

.author_links li.rss {background: url(images/ico/rss.png) no-repeat 0 6px; text-indent: -9999px;}
.author_links li.rss a {display: block; width: 32px; height: 32px}


/*=== Buttons ===*/
.continue{
	background: url(images/ico-arrow.gif) no-repeat left;
	font-weight:bold;
	padding-left: 15px;
}
.comments {
	padding-bottom:0px !important;
}
.comments a{
	background: url(images/ico-comm.gif) no-repeat left;
	color: #000000;
	font-weight:normal;
	font-size:11px;
	padding:0px 0px 0px 18px;
	margin-left:5px;
}
a.more{
	background: url(images/ico-arrow2.gif) no-repeat right;
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 0 0;
}
/*=== Traditional Blog Post ===*/
.navigation {
	margin-bottom:15px;
	padding: 10px 0 10px 0;
	overflow: hidden;
	border-bottom:  1px dotted #b9b9b9;
	border-top:  1px dotted #b9b9b9;

}
.navigation a {

}
.alignleft{
	display:inline;
	float:left;
	margin-right:15px;
}
.alignright{
	display:inline;
	float:right;
	margin-left:15px;
}

.nextpostslink {}

/*    Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.wp-smiley  {
    padding: 0!important;
    border: none!important;
}

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

    /* End Images */


/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	margin-bottom:15px;
	padding:10px;
	color:#000 !important;
}
#archivebox h4, #archivebox h3, #archivebox h2{
	color:#333333;
}
#archivebox h4 em, #archivebox h2 em, #archivebox h3 em{
	font-weight: normal;
}
#archivebox a, #archivebox h2 {
	color:#000;
}
.archivefeed {
	margin-top:0px;
	padding-bottom:0px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	height:20px;
	padding:3px 0px 1px 22px;
}
.arclist{
	width: 260px;
	margin:0px 0px 25px;
	padding:5px 0px 0px;
	border-bottom: 1px solid #eee;
}
.arclist h2{
	color: #000;
	padding:0px 0px 15px;
}

.arclist ul {
	margin-bottom: 15px;
}

.arclist ul li{
	color:#c0c0c0;
	font-size:12px;
	padding:8px 0 8px 10px;
	border-top:1px solid #eee;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
}
.singletags a { font-weight: normal !important; text-decoration:underline;color:#000000; }

.entry {float: left; width: 440px; }
.entry a {font-weight: bold;}
#pages .entry {width: auto; float: none;}

.related {float: right; width: 200px;}

.entry p{
	font-size: 14px;
	line-height: 20px;
	}
	
.entry blockquote {
	padding: 10px;
	border: 1px solid #ddd;
	color:#000;
	width:85%;
	background-color: #f7f7f7;
	font-style: italic;
	margin:5px auto 15px;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img {
border: 0;
	}
.wp-caption img {
	margin-bottom:15px;
}
p.wp-caption-text {
	text-align:center;
	padding: 0 0 15px 0;
	margin:0px;
	font-size:1.2em;
	font-style:italic;
	color:#000000;
}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}


/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.5em;
	padding: 0 0 5px;
	margin: 0 0 15px 0;
	font-weight:bold !important;
	color:#000000;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 10px;
	list-style: none;
	background: #f7f7f7;
	border-top: 4px solid #e4e4e4
	
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
	margin-left: 50px
}
ol.commentlist cite{
	font-style: normal;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
}
#comment {

}

/*========= THREADED COMMENTS =========*/

ol.commentlist .comment-meta{
	font-size: 11px;
	color: #999;
}
ol.commentlist .comment-meta a {color: #999}
ol.commentlist li .photo { 	
	margin-right: 10px;
	width: 35px; height: 35px
}

ol.commentlist li{
	border-bottom:1px dotted #b7b7b7;		
	margin: 0 0 20px 0;
	padding:0 0 10px 0;
}

ol.commentlist li .even{
	background:#ffffff;
}

.commentlist li ul li {
	margin-left:10px;
	margin-right:-5px;
}

ol.commentlist li .reply {
	padding:0 0 5px 0;
}

#respond p{
	margin-bottom:10px;
	line-height: 20px;
}

.comment-author {font-size: 17px; font-weight: normal; font-family: Georgia; margin-bottom: 5px}

/* PageNavi */

.more_entries {font-size:11px;}
.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: #660000 !important; color: #fff !important; font-weight: bold !important; border: solid 1px #111 !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: #EEEEEE;color: #666; padding: 4px !important; margin-left: 4px; border:1px solid #DDDDDD; line-height:24px; }

.more_entries .wp-pagenavi .extend { background:none; border:none; }

/*========= SIDEBAR =========*/

/* Tabs */

#tabs {
	width:300px !important;
	display: block;
}

.inside {

}

ul.wooTabs {
	width: 100%;
	padding: 0;
	height: 21px;
	border-bottom: solid 1px #dfdfdf;
}

ul.wooTabs li {
	float: left;
	display:inline;
	font-size: 11px;
	line-height: 20px;
	background: #ececec;
	color: #333;
	border:1px solid #dfdfdf;
	border-bottom: 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	margin:0px 2px 0px 0px !important;
	cursor: pointer;

}

ul.wooTabs li a {
	line-height: 20px;
	color: #333 !important;
	padding: 0 6px;
	display: block;
}

ul.wooTabs li a.selected {
	text-decoration:none;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-bottom: solid 1px #fff;
}


ul.wooTabs li a:hover {color: #333; border-bottom: 0}

#tagcloud {
	padding:10px;
}



#sub img {
	float: right;
	margin: 0 0 8px 8px;
}

.inside li {
	border-bottom:1px dotted #aaaaaa;
	padding: 5px 0;
}

.inside li img.avatar, .inside li img.thumbnail {
	border: 1px solid #ddd;
	padding: 3px;
	background-color: #ffffff;
	float: left;
	margin: 0 8px 0 0;
}

/*- Ads -*/

#mpu_banner {
	width:300px;
	height:250px;
	background-color:#eeeeee;
	margin-bottom:15px;
	padding: 9px;
	border: 1px solid #dddddd;
}

#advert_125x125 {
	padding-left: 14px;
}

#advert_125x125 img{
	border: 1px solid #ddd;
	padding: 5px;
	margin:0 14px 14px 0;	
}

/*- Flickr -*/

#flickr .wrap {
	padding-top: 15px;
}
.flickr_badge_image img {
	float:left;
}
/*========= FOOTER =========*/

#footer{
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 1px #b7b7b7;
}



#footer ul {width: 100%; overflow: hidden}
#footer li {float: left; padding: 0 10px; border-right: solid 1px #ddd}
#footer li:first-child {padding-left: 0px;}
#footer li:last-child {padding-right: 0px; border: 0}
#footer ul li ul li {display: none;}

#footer img {
	vertical-align:middle;
	margin-left:5px;
}

/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	border-bottom: 2px solid #eee;
}
.hl-full{
	float:left;
	clear:both;
	height:1px;
	width:100%;
	padding:0 !important;
	margin:0px 0px 15px;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}
.hl3{
	border-bottom: 1px solid #eee;
}
.blog{

}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	border: 1px solid #dddddd;
	float: right;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 0 0 5px 10px;
}

table#wp-calendar {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

table#wp-calendar a {
	color:#000000; 
}

table#wp-calendar caption { 
	font-weight: normal; font-size: 0.91667em; line-height: 1.72727em; text-transform: uppercase; letter-spacing: 2px; background: #e5e5e5; border-bottom: 1px dotted #ddd; 
}
table#wp-calendar th { 
	width: 26px; font-size: 0.91667em; line-height: 1.72727em; background: #f2f2f2; border-bottom: 1px dotted #ddd; text-align: center; 
}
table#wp-calendar td { 
	width: 26px; line-height: 1.66667em; color: #999; text-align: center; 
}
table#wp-calendar td#next, table#wp-calendar td#prev { 
	width: 78px; font-size: 0.83333em; letter-spacing: 1px; text-transform: uppercase; 
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}
.jdGallery a { cursor:pointer !important; }

/* Slider */

#slider-holder { position: relative; height: 270px; width: 595px; margin-bottom: 20px; overflow: hidden ; color: #fff;}
#slider-holder .slide{ position: absolute; top:0px; left: 595px; z-index: 1;height: 270px; width: 595px; overflow: hidden;}
#slider-holder .slide-1 { display : block; left:0px; top:0px;}
#slider-holder .slide a {display: block;  }
#slider-holder .slide img {  display: block; position: absolute; top:0px; left: 0px; }
#slider-holder  img.full-mask {  position: absolute; top:0; left: 0px; z-index: 0; display: none; }

#slider-holder .slide-content { position: absolute; top: 270px; left: 0;height: 700px; width: 575px; background: #000; padding: 10px 10px 0 10px;z-index: 999;}

#slider-holder .slider-left, #slider-holder .slider-right {position: absolute;    cursor: pointer; height: 150px; width: 120px; z-index: 999; display: block; color: white; }

#slider-holder .slider-left { left: 0;  top: 0; background: url('images/fleche1.png') no-repeat center bottom;   }
* html #slider-holder .slider-left { background: url('images/fleche1.gif') no-repeat center left; }

#slider-holder .slider-right{right: 0; top: 0; background: url('images/fleche2.png') no-repeat center bottom;}
* html #slider-holder .slider-right { background: url('images/fleche2.gif') no-repeat center right; }

.slider-shelf { z-index: 999; background: #000; position: absolute; top:0; width: 595px; overflow: visible;}
span.clicker { z-index: 999; background: #000; position: absolute; top:0px; right:120px; width: auto; font-size: 11px; display: block; padding: 2px 10px; cursor: pointer;}
.shelf-content { z-index: 9999; position: absolute; top:0; width: 595px;}
.shelf-content img {border:1px solid #fff; margin: 10px 0 0 10px; cursor: pointer;}

.shelf-title {padding: 0px 10px;}



