/*  
 * Theme Name: 		Sanctuary
 * Theme URI: 		http://www.sanctuary143.com/
 * Description: 	A three column theme, bespoke creation.
 * Author: 			Richard Dows
 * Author URI: 		http://www.theenglishguy.co.uk/
 */

* {
    margin:					0;
	padding:                0;
}

body, html {
	background-color:		#fff;
	font-family:			"Trebuchet MS", verdana, Helvetica, sans-serif;
	font-size:				100%;
	color:					#222;
}



/*----------------------------- wrapper ------*/
#wrap {
    width:					1000px;
	background-color:		#fff;
	text-align:				left;
	margin-left:			20px;
	margin-top:				5px;
}



/*-------------------------- main divs -------*/
#content {
    width:					625px;
	margin:					25px 0 0 0;
	padding:                0 0 0 5px;
	float:					right;
}


#sidebar {
    width:					230px;
	margin:					25px 0 0 0;
	text-align:				left;
	float:					right;
}
#sidebar .block {
	color:					#000;
	margin:					15px 0 0 15px;
	padding:                5px 0;
}

.sidebar h3, .sidebar h2 {
	font-size:				10px;
	text-align:				left;
	margin:					0 0 0 5px;
	color:					#666;
	font-weight:			normal;
}
#sidebar h3#listen {
    /*background-image:		url(images/headphones.gif);*/
	background-position:	40px 0;
	background-repeat:		no-repeat;
	width:					100px;
	padding:                2px 0 0 0;
}
.sidebar p {
    font-size:				10px;
	margin:					0 0 0 5px;
}
#sidebar ul {
    margin:					0 0 0 5px;
	list-style-type:		none;
}
#sidebar ul li {
    padding:                5px 0 5px 0;
}

#sidebar .enews {
	padding:				0;
	margin-top:				35px;
}

#form-enews {
	padding:				0;
	margin:					10px 0 0 7px;
}
	
#form-name, #form-email {
	background:				transparent url(images/email_border.gif) repeat-x scroll left top;
	border:					none;
	color:					#CCCCCC;
	float:					left;
	font-weight:			normal;
	font-size:				.7em;
	height:					20px;
	width:					180px;
	padding:				0.8em 0 0 0;
	margin:					-0.6em 0 0 0;
	}
	
#form-submit {
	width:					55px;
	height:					21px;
	margin:					-0.3em 0 0 0;
	padding:				0;
	position:				relative;
	top:					0px;
	left:					125px;
	}
	

#sidebartwo { 
    width:					180px;
	float:					right;
	padding:                0 0 0 0;
	margin:					0 25px 0 0;
}

#s {
width:140px;
font-size:9px;
color:#ccc;
border:1px solid #ccc;
padding:3px;
}

.thumb {
	border:					0;
	margin:					0;
}

#sidebarthree { 
    width:					600px;
	padding:                0 0 0 0;
	margin:					0;
}
#sidebartwo .block { 
    margin:					10px 0 0 0;
}

#sidebarthree .block { 
	width:215px;
    float:					right;
}
#sidebarthree .block, #sidebarthree .block2 {
	margin:					10px 0 0 0;
	padding:                0;	
}
#sidebarthree .block2 {
	width:					380px;
	margin-left:			-5px;
	float:left;
}

#sidebartwo ul, #sidebarthree ul {
    font-size:				0.6em;
    line-height:			175%;
	list-style-type:		none;
	margin:					5px 0 0 5px;
	color:					#646464;
}
#sidebartwo h3, #sidebarthree h3 {
    background:				url(images/nav_border.gif) bottom left repeat-x;
	padding:                0.5em 0 0.25em 0;
	font-size:				1.05em !important;
}


#logosidebar { 
    width:					135px;
	float:					right;
	padding:                25px 0 0 0;
}


/*---------------------------- footer --------*/
#footer { 
	background-color:		#9c9;
	margin:					25px 0 0 0;
}

#footer #left, #footer #right {
	width:					390px;
}
* html #footer #left, * html #footer #right {
    width:					380px;
}
#footer #right div {
    background-color:		#f5f5f5;
	border:					1px solid #666;
	width:					400px;
	margin:					10px 0 0 0;
	float:					right;
}
#footer #right p {
    padding:                5px;
	text-align:				left;
	color:					#333;
	line-height:			1.8em;
	font-size:				11px;
}

#footer #left, #footer #right {
    float:					left;
	margin:					0 5px 0 0;
}

#footer ul {
    list-style-type:		none;
}
#footer ul ul {
    list-style-type:		none;
	margin:					0 20px;
	color:					#333;
	font-size:				14px;
}
#footer ul ul li {
    padding:                5px 0;
	border-bottom:			1px solid #ebe5e0;
}

#footer h2 {
    font-size:				16px;
	font-weight:			bold;
	color:					#000;
	text-align:				left;
	padding:                0 0 10px 20px;
}

#podPress_footer { 
    display:				none !important;
}



/*----------------------------- post ---------*/
.post {
	margin:                 10px 0;
	width:					375px;
}
.post-wide {
	margin:                 10px 0;
	padding:				0;
	width:					600px;
}
.post-home {
	margin:                 25px 0;
	padding:				0;
	width:					600px;
	background:				url(images/nav_border.gif) top left repeat-x;
}
.post-wide p, .post-home p {
	color:					#999;
	font-size:				.8em !important;
	line-height:			25px !important;
}
.post-content {
	padding:                0;
	font-size:				13px;
}

.post-content p{
	line-height:			2em;
}

.post-content h2 {
	color:					#999;
	font-size:				1em;
	font-weight:			normal;
	line-height:			1.25em;
}

.post-content ul, .post-content ol, .post-content dl {
    padding:                5px 5px 10px 25px;
}
.post-top {
	padding:                0;
}
.post-entry {
	color:					#999;
	text-align:				right;
	margin:					0 0 1.5em 0; 
	height:                 1.5em;
	font-size:				0.6em;
	background:				url(images/nav_border.gif) bottom left repeat-x;
}
.post-bottom, .post-info {
    text-align:				right;
}
.post-bottom {
    padding:                0;
	margin:					0 0 25px 0;
}
.post-title { }
.post-title h2 {
    padding:                5px 0 0 0;
	color:					#666;
}
.posted-by {
	color:					#ccc;
	font-size:				10px;
	padding:                2px 0;
	margin:					0 0 10px 0;
}
.posted-in {
    text-align:				left;
	font-size:				0.7em;
	color:					#666;
}

.community p {}

.community_block {
    width:					170px;
	float:					left;
	margin:					-5px 35px 0 0;
}
.community_block ul {
    font-size:				11px;
	list-style-type:		none;
}
.community_block ul ul {
    margin:					5px 0 0 0;
}
.community_block ul ul li {
    line-height:			1.5em;
}
.community_block h2 { 
    color:					#666;
	background:				url(images/nav_border.gif) bottom left repeat-x;
	padding:                0 0 .25em 0;
    font-size:				1.5em;
	font-weight:			normal;
}

*+html .community_block h2 {
    font-size:				1.5em;
}



/*-------------------------- comments --------*/
#commentsdiv {
	margin:					0;
	width:					370px;
	background:				url(http://www.sanctuary143.com/wordpress/wp-content/themes/Sanctuary/images/textarea_bg.gif) bottom left repeat;
}
.comments {
	padding:                5px 10px;
}
.comment, .trackback {
    background-color:		#fff !important;
}
.comments-middle, .comments-top {
	color:					#000;
	text-align:				left;
}
.comments-number { 
	font-size:				20px;
	font-weight:			bold;
	color:					#000;
	float:					right;
	padding:                0 5px 5px 5px;
}
.comments-poster {
    padding:                3px 0 10px 0;
}
.comments-author {
    font-size:				18px;
}
.comments-date {
    font-size:				11px;
}

.comments-middle {
    padding:                0 0 0 5px;
}
.comments-middle p {
    padding:                2px 0 7px 0;
	font-size:				12px;
	line-height:			1.4em;
}

.comments-options {
    margin:					0 auto;
	width:					370px;
}
.comments-options h4 {
    color:					#000;
	font-size:				16px;
}
.comments-options h5 { 
	font-size:				12px;
	padding:                0 0 10px 0;
}
.comments-options label {
    width:					100px;
	float:					left;
	margin-left:			-5px;
	font-size:				12px;
}
.comments-options input {
    margin:					0 0 3px 0;
	border:					1px solid #605737;
}
.comments-options .comments-textarea {
	margin:					0 0 0 -5px;
}
.comments-options textarea {
    width:					350px;
	margin:                 0 0 25px 0;
	border:					1px solid #605737;
}
.comments-options input#submit {
	float:					right;
	margin:                 0 18px 0 0;
	padding:                2px 5px;
}



/*----------------------------- form ---------*/
form.cform { }
form.cform legend {
    font-family:			Trebuchet MS, Helvetica, sans-serif;
}

p.linklove {
    display:				none;
}



/*------------------------------ menu --------*/
#navcontainer { 
    width: 					180px; 
	margin:					0 0 0 22px;
}

#navcontainer ul {
    margin-left: 			0;
    padding-left:           0;
    list-style-type: 		none;
	background:				url(images/nav_border.gif) top left repeat-x;
}
#navcontainer li {
    background:				url(images/nav_border.gif) bottom left repeat-x;
	height:					20px;
}
#navcontainer li#last {
    background:				url(images/nav_border.gif) bottom left repeat-x;
}
#navcontainer li#active {
    background-color:		#ccc;
}

#navcontainer a {
    display: 				block;
    padding:                5px 2px 4px 5px;
	margin:					-5px 0 0 0;
    width: 					173px;
	font-weight:			500;
	font-size:				17px;
	line-height:			20px;
	min-height:             20px;
	height:					auto !important;
	height:					20px;
	max-height:				20px;
}

#navcontainer li#active a {
    color:					#fff;
}

#navcontainer a:link, #navcontainer a:visited {
    color: 					#ddd;
    text-decoration: 		none;
}

#navcontainer a:hover {
    color: 					#fff !important;
	background-color:		#f4f4f4 !important;
}


/*----------------------------- links --------*/
a, a:link, a:visited {
    color:					#999;
	text-decoration:		none;
}
a:hover {
    color:					#000;
}

.post-title h2 {
    font-family:			Trebuchet MS, Helvetica, sans-serif;
}
.post-title h2 a:link, .post-title h2 a:visited, .posted-by a:link, .posted-by a:visited {
    color:					#666;
} 
.post-title h2 a:hover, .posted-by a:hover {
    color:					#000;
}

.align-left h3 a:link, .align-left h3 a:visited, .align-right h3 a:link, .align-right h3 a:visited {
    color:					#360;
	text-decoration:		none;
}
.align-left h3 a:hover, .align-right h3 a:hover {
    color:					#666;
}

.post-info a:link, .post-info a:visited {
    color:					#360;
    text-decoration:		underline;
	font-weight:			100;
	font-size:				14px;
}
.post-info a:hover {
    color:					#000;
}

.community_block ul a, .community_block ul a:link, .community_block ul a:visited {
    text-decoration:		underline;
	font-size:				.9em;
}
.community_block ul a:hover {
    text-decoration:		none;
}

.sidebar a:link, .sidebar a:visited {
    color:					#999;
}
.sidebar p a:link, .sidebar p a:visited, #sidebartwo ul a:link, #sidebartwo ul a:visited, .posted-in a:link, .posted-in a:visited, #collective p a, #collective p a:link, #collective p a:visited, .community_block ul a, .community_block ul a:link, .community_block ul a:visited {
    text-decoration:		underline;
}
.sidebar a:hover, #sidebartwo ul a:hover, .posted-in a:hover, #collective p a:hover, .community_block ul a:hover {
    color:					#fff;
	background-color:		#333;
	text-decoration:		none !important;
}

#footer a, #footer a:visited {
    color:					#333;
	text-decoration:		none;
}
#footer a:hover {
    color:					#000;
}
#footer #right a:link {
    text-decoration:		underline;
}
#footer #right a:hover {
    text-decoration:		none;
}



/*----------------------------- misc ---------*/
.spacer {
    clear:					both;
}
.justify {
    text-align:				justify;
}
.navigation {
    text-align:				center;
}
abbr, acronym {
    border:					0;
}
.small {
    font-size:				87%;
}
.uppercase {
    text-transform:			uppercase;
}
.centered {
    text-align:				center;
	margin:					0 auto;
}
.align-left {
    margin:					0 0 0 10px;
	float:					left;
}
.align-right {
    margin:					0 10px 0 0;
	float:					right;
}
img {
    border:					0;
}
.post p {
    padding:                5px 0;
}
blockquote {
    background-color:		#eee;
	border-right:			1px solid #333;
	border-bottom:			1px solid #333;
	margin:					5px 25px;
	padding:                2px 5px 5px 5px;
}

.post-content h3 {
    font-size:				12px;
}

.category-label {
    margin:					15px 0 0;
    font-size:				.7em;
    color:					#bbb;
}

.category-label em {
	text-transform:			uppercase;
}

/* CONTENT PAGES */
	#full-page {width:1000px;}
	#static{width:595px;margin-top:.5em;}
	#static h1{font-size:1.5em; margin:0; padding:0; font-weight:normal;}
	#static h2, h2.static{margin-top:1em; padding-bottom:1.5em;}
	#static p, .post-main p{font-size:1em; line-height:175%; padding:0 0 1em 0;}
	#static p strong, .post-main p strong{color:#666;}
	em {text-align:right;font-size:.9em; line-height:170%; font-style:italic; color:#999;}
	
/* COLLECTIVE */
	#collective {position:relative; top:0; left:0;}
	.collective-header {width:600px; background:url(images/nav_border.gif) bottom left repeat-x; margin-top:30px;}
	.collective-row{background:url(images/nav_border.gif) bottom left repeat-x; margin:20px 0; width:600px; min-height:100px;height:auto !important;height:100px; padding-bottom:10px;}
	.collective-a{width:100px; float:left; margin-left:0px;}
	.collective-b{width:120px; float:left; margin-left:20px;}
	.collective-c{width:340px; float:left; margin-left:20px;}
	.collective-row h1{font-size:1.25em;line-height:150%; font-weight:bold;color:#666;padding:0; margin:0}
	.collective-row h2{font-size:.85em;line-height:150%; font-weight:normal; font-style:italic;color:#999;padding:0; margin:0}
	.collective-row p{font-size:.85em;line-height:150%; font-weight:normal;color:#999;padding:0; margin:0 0 1em 0;}	
	.collective-a img, .entry a img{border:1px solid #ddd; padding:1px;}
	.collective-a a:hover img, .entry a:hover img{border:1px solid #888;}
	