/*  
Theme Name: Sanctuary New Theme 2010
Theme URI: 
Description: 
Version: 1.0
Author: Jerome Degl'innocenti
Author URI: http://www.freshegg.com/
*/


div.post div.ilsb_parent {margin:0 auto 0 0;font-size:1.1em;}
div.post div.ilsb-child {position:absolute; display:none; margin:0; padding:0 0 6px 0;}
div.post div.ilsb-child span {padding:0;}
div.post .ilsb {padding:10px 22px 10px 25px; font-size:0.8em; line-height:30px; background-position:0 50%; background-repeat:no-repeat;}
.photo{ border:2px solid #4DC5E2 !important;}
div.post h1, div.post h2{ text-align:left !important;}
div.pagination{
	padding:3px;
	margin:3px;
	text-align:center;
	}
div.pagination a{
	padding:2px 5px;
	margin:2px;
	border:1px solid #C6ECF6;
	background:#C6ECF6;
	color:#4CC5DF;
	text-decoration:none;
	}
div.pagination a:hover, div.pagination a:active{
	border:1px solid #53C7E3;
	background-color:#53C7E3;
	color:#fff;
	}
div.pagination span.current{
	padding:2px 5px;
	cursor:default;
	margin:2px;
	border:1px solid #53C7E3;
	background-color:#53C7E3;
	color:#fff;
	font-weight:bold;
	}
div.pagination span.disabled{
	padding:2px 5px;
	margin:2px;
	border:1px solid #eee;
	color:#ddd;
	}
/*Old div.post styling	
div.post{
	margin:0 0 40px;
	}*/
/*New div.post styling added by Doug*/
div.post{
	margin:0 0 40px;
	float:left;
	width:100%;
	padding-bottom:25px;
	border-bottom:1px solid #DFDFDF;
	text-align:center;
	}	
/*div.post img{
	background-color:#F2F2F2;
    border:1px solid #ccc;
	padding:2px;
	}
div.post img.alignleft, div.post dl.alignleft{
	float:left;
	margin:0 10px 10px 0;
	}
div.post img.alignright, div.post dl.alignright{
	float:right !important;
	margin:0 0 10px 10px;
	}
.mceTemp {padding:0;width:auto;}
.wp-caption-dd{ text-align:center; display:block; font-size:1.2em; line-height:1.5em;}
div.post img.aligncenter, div.post dl.aligncenter, div.post .aligncenter{
	display:block;
	margin:0 auto;
	padding:10px;
	margin-bottom:5px;
	}
.wp-caption img{ border-bottom:none !important; margin:0 !important; -moz-border-radius-bottomleft:0 !important;
	-moz-border-radius-bottomright:0 !important;}
.wp-caption-text {
        vertical-align:top;
		text-align:center !important;
		display:block !important;
		margin:0!important;	
		font-weight: bold;
		background-color:#F2F2F2;
		border-bottom:1px solid #ccc;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		-moz-border-radius-bottomleft:5px;
		-moz-border-radius-bottomright:5px;
		width:100%;
		line-height:22px;
		padding-top:5px 2px !important;
		font-size:.9em !important;
		}*/

div.post img{
	background-color:#F2F2F2;
    border:1px solid #ccc;
	padding:5px;
	display:inline;
	}
div.post p img{display:inline !important;}
div.post p{ text-align:left;	}
div.post img.aligncenter, div.post dl.aligncenter{
	margin:0 0 11px 11px !important;
	}
/*div.post img.alignleft, div.post dl.alignleft{
	float:left;
	margin:0 11px 11px 0;
	}
div.post img.alignright, div.post dl.alignright{
	float:right !important;
	margin:0 0 10px 10px;
	}*/
.mceTemp {padding:0;width:auto;}
.wp-caption-dd{ text-align:center; display:block; font-size:1.2em; line-height:1.5em;}
div.post img.aligncenter, div.post dl.aligncenter, div.post .aligncenter{
	display:block;
	margin:0 auto;
	}
.wp-caption img{ border-bottom:none !important; margin:0 !important;}
.wp-caption-text {
        vertical-align:top;
		text-align:center !important;
		display:block !important;
		margin:0!important;	
		font-weight: bold;
		background-color:#F2F2F2;
		border-bottom:1px solid #ccc;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		width:100%;
		line-height:22px;
		padding-top:5px 2px !important;
		font-size:.9em !important;
		}		
		
div.post small{
	font-size:1.2em;
	font-style:italic;
	line-height:2.5em;
	text-align:left !important;
	display:inherit
	}
div.post small.meta{
	margin:15px 0;
	}

div.post ul, div.post ol{
	list-style-type:none;
	padding:0 0 10px 30px;
	}
div.post ul li, div.post ol li{
	background:url(images/nav-bullet.gif) no-repeat 0 10px;
	font-size:1.3em;
	padding:5px 0 5px 18px;
	}

div.post pre,
div.post code{
	font-size:1.2em;
	margin:0 0 1em;	
	}
	
	
ol.commentlist{
	list-style:none;
	clear:both;
	margin:20px 0;
	padding:0;
	}
ol.commentlist li{
	display:block;
	width:520px;
	margin:5px 0;
	}
ol.commentlist li div.commenttitle{
	background:#C6ECF6;
	padding:5px;
	line-height:25px;
	}
ol.commentlist li div.commenttitle cite a,
ol.commentlist li div.commenttitle cite{
	color:#4DC5E2;
	text-decoration:none;
	font-style:normal;
	text-transform:uppercase;
	font-size:1.2em;
	}
ol.commentlist li div.commenttitle .avatarPic{
	float:right;
	text-align:right;
	width:70px;
	}
ol.commentlist li div.commenttitle .avatarPic img{
	border:2px solid #ccc !important;
	padding:2px;
	background-color:#F2F2F2;
	}
ol.commentlist li div.commentbody{
	padding:5px;
	background:#fff;
	}
ol.commentlist li div.commentbody p{
	padding:0 !important;
	margin:5px 0 !important;
	background:#fff;
	}
	
.author p{
	padding:6px;
	text-align:left;
}
.author img{
	padding:3px;
	border:1px solid #999;
	float:left;
	margin:0 5px 5px 0;
}
	
.ddsg-wrapper p{ display:none;}


/* NEW CSS */

/* Global Tags */

*{border:none; color:#666; font:1em/1.35em "trebuchet ms",arial,helvetica,sans-serif; margin:0; outline:none; padding:0;}
html{font-size:1em;}
body{font-size:62.5%; background:#4DC5E2 url(images/body-bgr.gif) repeat-x left top;}
a{text-decoration:none; color:#4DC5E2;}
a:hover{text-decoration: underline;}
em, em a{font-style:italic;}
h1{font-size:2.4em; color:#4DC5E2; line-height:1.35em; padding:0 0 5px 0; font-weight:normal !important;}
h1 a{font-weight:bold; line-height:1.35em; padding:0 0 12px;}
h2 a{font-size:1.1em; color:#4DC5E2; line-height:1.2em; padding:0 0 5px 0; font-weight:normal !important; font-style:normal !important;}
h2{font-size:2.2em; color:#4DC5E2; line-height:1.2em; padding:5px 0 5px 0; font-weight:normal !important; text-align:left;}
h3{font-size:1.4em; line-height:1.35em;padding:0 0 12px;}
h4{font-size:1.2em; line-height:1.35em;padding:0 0 12px;}
img{border:none;width:auto;}
input,select,textarea{border:none; margin:0; padding:0;}
p{font-size:1.2em; padding:0 0 12px; line-height:1.5em;}
strong,b{font-weight:bold;}

/* Page Structure */

#Container{margin:0 auto; width:800px;}
#HeaderContainer{float:left; width:550px; position:relative;}
#Logo{ float:left;}
#SearchContainer{height:65px !important;}
#ContentCols{float:left; clear:both; width:800px;}
#LeftContainer{width:520px; padding:15px; background:#fff; float:left; margin:1px 0 20px 0; min-height:1850px; height:auto !important;
  height:1850px;}
#RightContainer{width:250px; float:left; margin:1px 0 20px 0;}
#FooterContainer{width:800px; margin:0 auto;}
#FooterContainer p, #FooterContainer p a{color:#2A2A2A;}

/* Content */

.picAuthor{ float:left; margin:0 20px 30px 0; width:60px; height:60px;}
.retweet{ float:right; width:55px; margin:0 auto;}
.facebookShare{float:right; width:60px; clear:right; padding:3px 0 10px 0;  margin:0 auto;}
.divClear{ clear:both;}
.post a, .breadcrumbs a, .breadcrumbs, .Tweet p a, .sidebar p a, .stbuttontext { font-weight:bold; font-style:italic; color:#4DC5E2;}
.stbuttontext{ font-size:1.4em;}
.ddsg-wrapper ul{ font-size:1.4em;}
blockquote {
	background:#EFEFEF url(images/quotes_background.gif) no-repeat 10px 9px;
	color:#363636 !important;
	border:1px solid #DFDFDF;
	margin:-10px -50px 15px 0;
	padding:7px 15px 7px 40px;
		margin:0 2.5em;
	}
blockquote, q {
	quotes:none;
	}
blockquote p{ margin:0 !important; font-style:italic;}

/* Search Form */

#searchform{ float:right; padding-top:36px;}
#searchform input#s{ width:269px; padding:3px; font-size:1.2em; height:14px; float:left; border:2px solid #4DC5E2; margin-right:3px; font-style:italic;}
#searchform label {
	background:url("images/searchIcon.gif") no-repeat;
	float:left;
	height:0;
	overflow:hidden;
	padding:28px 0 0 0 !important;
	margin: 0 4px 0 0;
	width:92px;
	}
/* Sociable */

.sociable{ background:#C6ECF6; text-align:left;}
.sociable ul li{list-style:none !important; background:none !important; padding:3px !important;}
.sociable ul li img{ background:none !important; border:none !important; width:32px; height:32px; padding:0 0 0 4px; !important; }
.sociable ul li img:hover{ opacity:0.8 !important;}
.sociable_tagline{background:url(images/title-share-post.gif) no-repeat; overflow:hidden; display: block; height:0; width:132px; padding:25px 0 0 0 !important;}

/* Sidebar */

h2.TitleCategories{background:url(images/title-categories.gif) no-repeat; overflow:hidden; display: block; height:0; width:250px; padding:25px 0 0 0 !important;}
p.ComeSee{background:url(images/title-come-to-see-us.gif) no-repeat; overflow:hidden; display: block; height:0; width:186px; padding:38px 0 0 0 !important; margin-bottom:5px;}
h2.TitleRecentPosts{background:url(images/title-recent-posts.gif) no-repeat; overflow:hidden; display: block; height:0; width:250px; padding:25px 0 0 0 !important;}
h2.TitleVideo{background:url(images/title-latest-video.gif) no-repeat; overflow:hidden; display: block; height:0; width:250px; padding:25px 0 0 0 !important;}
h2.Facebook{background:url(images/title-follow-facebook.gif) no-repeat; overflow:hidden; display: block; height:0; width:250px; padding:25px 0 0 0 !important;}
h2.Twitter{background:url(images/title-follow-twitter.gif) no-repeat; overflow:hidden; display: block; height:0; width:250px; padding:25px 0 0 0 !important;}
h2.Author{background:url(images/title-author.gif) no-repeat; overflow:hidden; display: block; height:0; width:250px; padding:25px 0 0 0 !important;}
.sidebar{list-style:none; float:left; width:250px; padding-bottom:10px;}
.sidebar li{ margin:0; padding:10px; font-size:1.2em;}
.sidebarCategories{padding:10px 0 10px 10px; margin:0 0 20px 0; float:left; width:237px; list-style:none;}
.sidebarCategories li{ border-bottom: 1px dotted #fff; font-size:1.2em; padding:3px 0 3px 2px; color:#fff !important;}
p.sidebarCategories, p.sidebarCategories a, .sidebarCategories li a{color:#fff !important;}
img.authorPic{ border:2px solid #fff; float:left; margin:0 10px 10px 0;}
.sidebarFacebook{ padding:10px 0 10px 10px !important; color:#fff; width:240px; height:280px;}
.sidebarTwitter{ padding:10px 0 10px 10px !important; color:#fff;}
a.aktt_username, a.aktt_hashtag{ color:#fff;}

/* Tabs */

#tabs{ float:left; width:250px; margin:0 0 20px 0;}
#tabs ul{ list-style:none;}
#tabs ul li{ float:left;}
#tab1{background:url(images/title-comments-active.gif) no-repeat; overflow:hidden; height:0; width:142px; padding:34px 0 0 0 !important; float:left; display:block; cursor: pointer;}
#tab1.selected, #tab1:hover{background:url(images/title-comments.gif) no-repeat !important; overflow:hidden; height:0; width:142px; padding:34px 0 0 0 !important; float:left; display:block; cursor: pointer;}
#tab2{background:url(images/title-tags-active.gif) no-repeat; overflow:hidden; height:0; width:108px; padding:34px 0 0 0 !important; float:left; display:block; cursor: pointer;}
#tab2.selected, #tab2:hover{background:url(images/title-tags.gif) no-repeat !important; overflow:hidden; height:0; width:108px; padding:34px 0 0 0 !important; display:block; float:left; cursor: pointer;}
#panel1 ul, #panel2 ul{ float:left; padding:0 10px 10px 10px; font-size:1.2em; color:#fff !important;}
#panel1 ul li{padding:4px 0; border-bottom: 1px dotted #fff; width:225px; color:#fff !important;}
#panel1 ul li a, #panel1 ul li em, #panel1 ul li strong{ font-style:italic; color:#fff !important;}
#panel2{ padding:0 10px 10px 10px;}
#panel2 a{color:#fff !important;}


.kjgrcGravatar{ float:right; background-color:#F2F2F2; border:1px solid #ccc; padding:2px; margin:0 0 5px 5px;}

/* Footer */
#FooterLinks {
	list-style:none;
	text-align:center;
	}
#FooterLinks li {
	display:inline;
	}
#FooterLinks a {
	color:#1E9BBB;
	padding:0 4px;
	font-size:1.1em;
	}
p.CopyRight, p.CopyRight a{color:#1E9BBB !important; text-align:center;}

/* Comment Form */
#commentform label{ float:left; width:130px; font-size:1.2em; padding-top:10px; font-style:italic;}
p.subscribe-to-comments label{ width:400px !important; padding:10px 0 0 6px !important;}
p.subscribe-to-comments input{ margin:10px 0 0 6px !important; border:none !important;}
#commentform textarea{ width:498px; padding:10px; border:2px solid #4DC5E2; height:160px !important;}
#commentform input{ width:512px; border:2px solid #4DC5E2; height:20px !important; padding:3px; background:#fff; float:left;}
#commentform input#submit{ width:132px; height:22px !important; float:left; border:none;}

