/*
Theme Name:New_Sensitive_Skin
Theme URI: http://wordpress.org/
Description: Customized Magazine theme based on Wordpress Default
Author: Tim Beckett and Bernard Meisler
Author URI: http://www.staging.sensitiveskinmagazine.com
Tags: blue, custom header, fixed width, two columns, widgets
www
	 
*/
/*@charset "UTF-8"*/
/*@import url('comments.css'); 
@import url('dropcaps.css'); */
@import url('css/home.css');
@import url('css/archives.css');
@import url('css/new.css');
@import url('css/posts.css');
@import url('css/footer.css');
@import url('css/5Column.css');
@import url('css/menu.css');

/*@import url('css/sociable.css');*/

/*/////UPDATED THURS 5/AUG BY TIM///////*/
* {margin: 0 0; padding: 0 0;}
body {
	background: #f8f7f3;
	font-family: Verdana, Geneva, sans-serif;
	color: #333; 
	line-height: 20px;
}
  	
#main_wrapper {
	position: relative;
	left:10px;
	/*border: 1px dotted #666;*/
	width: 1000px; 
	height: auto; 
	background: #fff; 
	/*margin: 10px; */
	margin: 0 auto; 
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
}
/*a img	{border-style: none;}*/
a img	{border:0px}
a {
	text-decoration: none;
	outline: none;
	color: #cc0000;
}
	
a:hover {
	text-decoration: underline;
}
/*//////TYPOGRAPHY////////*/
h1 {
	font-size: 2em; 
}
h2 {
	font-size: 1.5em; 
}
h3 {
	font-size: 1.2em; 
}
h4 {
	font-size: 1.0em; 
}
hr {
	display: none; 
}
/*HEADER*/
/* div wrapping the entire header - header.php contents*/
#header {
	position: relative; 
	width: 980px; 
	height: 220px;
	margin: 10px;
	/*margin: 0 auto 20px auto; ;  */
}
#header h1 {
	display: none; 
	margin-left: -9999px;  
}
/* for displaying the subhead - may be crucial for SEO! */
#header h2 {
	display: block; 
	margin: 10px 0 10px 0px; 
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
/* logo */
#headerimage {
	/*background: url:("/images/SensitiveSkinLogo_trimmed.jpg");  */
	margin: 10px 0 0 0px; 
}
/*/////////NAVIGATION//////////*/
/*////////SOCIAL MEDIA///////*/
#social {
	width: 120px; 
	position: absolute; 
	right: 20px; 
	margin-top: 4px; 
}
.widget {
	/*align: right; */
}
#social ul {
	margin-right: 5px; 
	margin-top: 27px;
}
#social li {
	display: inline; 
	text-decoration: none; 
	float: right; 
}

#social a {
	padding: 0 6px; 
	}
	
#social li:hover > a  {
	background: none; }


/*STYLES FOR FRONT PAGE*/
/*TOP-LEVEL CONTENT CONTAINERS*/
#container {
	/*border: 1px dotted #666;*/
	width: 1000px; 
	background: #fff; 
	margin:  10px auto 0 0px; 
}
.poem {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 10px 10px 10px 10px;
}

/*////////////////////////////////////////////////////////
STYLES FOR POSTS - individual stories
/////////////////////////////////////////////////////////*/


/*	SHOULD GO BACK AND CHECK ALL ISSUE 4 AND PREVIOUS POSTS
AND GET RID OF ALL THESE STYLES, USE THE ONES IN POSTS.CSS INSTEAD! */
#featured p.smalltitle{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	margin-top: 2.5em;
	margin-left:0px;
	text-align:justify;
	font-weight:bold;
	text-indent:0em;
}
#featured p.postquote{
	line-height: 1.5em;
	margin-bottom: 0.5em;
	margin-top: 0px;
	margin-left:0px;
	text-align:left;
	font-style:italic;
	text-indent:0em;
}
.FictionPostBodyCopy {
	margin-top:0px;
	text-indent:2em;
	margin-left: 0px;
}
#PostContent p.PostBodyCopyQuote {
	margin-right:20px;
	font-size: 11px;
	margin-left: 20px;
	line-height: 14px;
	text-align:left;
	width: 600px;
}
#featured p.description{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	margin-left:0px;
	text-align:left;
	text-indent:0em;
}
#featured p.noIndent{
	text-indent:0em;
}
#featured p.instructions{
	text-indent:0em;
	font-weight:bold;
	font-style: italic;
}
#featured p.excerpt{
	text-indent:0em;
	font-weight:bold;
	font-size:14px;
	margin-bottom:1em;
}
#featured p.startQuote{
	text-indent:0em;
	font-style: italic;
	font-size:14px;
	margin-bottom:1em;
}








.PostBodyCopySubtitle {
	font-size: 12px;
	font-weight: bold;
}



.FictionPostBodyCopy	a {
		text-decoration: none;
		outline: none;
		color: #cc0000;
		}	
.FictionPostBodyCopy	a:hover {
		text-decoration: underline;
		color: #cc0000;
		
		}
.FictionPostBodyCopyNoIndent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	margin-left:0px;
	text-align:justify;
}
.FictionPostBodyCopyNoIndent	a {
		text-decoration: none;
		outline: none;
		color: #cc0000;
		}	
.FictionPostBodyCopyNoIndent	a:hover {
		text-decoration: underline;
		color: #cc0000;
		
		}
.PoetryPostBodyCopyNoIndent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	margin-left:0px;
	text-align:justify;
}

/* floating boxes for pictures and pull-quotes*/
.pull_quote_left {

	float: left;
	font-size: 28px;
	line-height: 36px;
	text-align: left;
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-right: 3px solid #ccc;
	margin-right: 10px;
	padding-right: 10px;
	margin-top:20px;
}

.pull_quote_right {
	float: right;
	font-size: 28px;
	line-height: 36px;
	text-align: right;
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-left: 3px solid #ccc;
	margin-left: 10px;
	padding-left: 10px;
	margin-top:20px;
}

/** for any posts with more than one section - good for poems, subtitles, etceteras font is bigger, has space before*/
.post_secondary_titles{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	margin-top: 2.5em;
	margin-left:0px;
	text-align:justify;
	font-weight:bold;
}
/*////////////
STYLES FOR PAGES - Contributors, About, etc
*/
#PageContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin:10px;
	margin-top:0px;
	padding:0px;
	width:640px;
	text-align:justify;
	margin-bottom:1em;
}
#PageBodyCopy {
	margin-top:0px;
	width:640px;
	text-indent:2em;
}
#PageContent h2{
	font-size: 24px;
	text-align: left;
	line-height: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #000;
	margin-left:0px;
}

#PageContent p{
	margin-bottom:12px;
}

/*THUMBNAILS, FOR ART GALLERIES */
.thumbnail
{
float: left;
width: 170px;
/*margin: 0 15px 15px 0;*/
/*padding: 5px;*/
margin-left: auto ;
margin-right: auto ;
margin-top:10px;
}
.clearboth { clear: both; }
/*FOOTER*/

/*ADDING TWO CLASSES FOR CONTRIBUTORS PAGE*/
#contributors {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px; 
	line-height: 16px;
	width:600px;
	margin-left:0px;
	margin-top:10px;
	/*margin: 10px 10px 10px 10px; */
}
#contributors p {
	font-size: 11px;
	line-height: 16px;
	text-align:justify;
	margin-bottom:12px;
}
#contributors_title {
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	line-height: 1.5em;
	margin-top:1.5em;
	margin-bottom:10px;
}
#contributors	a {
		text-decoration: none;
		outline: none;
		color: #cc0000;
		}	
#contributors a:hover {
		text-decoration: underline;
		color: #ff0000;
		}
		

/*ADDING TWO CLASSES FOR SEARCH PAGE*/
#searchContent {
	margin-left:10px;
}
#searchContent a {
		text-decoration: none;
		outline: none;
		color: #cc0000;
		}	
#searchContent a:hover {
		text-decoration: underline;
		color: #ff0000;
		}

	

/* sidebar*/



#mondoSidebar {
	float:left;
	position:absolute;
	/*top:300px;*/
	/*margin-left:690px;*/
	width: 300px;
	text-align:left;
}
/*hack to make tables 100% in height - apply this to the table in single.php*/
#fullheight{height:auto}
/*box that contains the entire TOC sidebar*/
#floatingsidebar
{
	/*float: left;*/
	/* COOL - fixed makes it float - absolute "pins" it to the top */
	/*position: absolute;
	top:300px;
	margin-left:690px;
	width: 300px;*/
	top:100px;
	background-color: #fff;
	color: #FFF;
	border: 1px solid #ccc;
	z-index: 100;


}
/* white on black "knockouts" to label each section*/
#floatingsidebar h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-indent:5px;
	color: #ccc;
	line-height: 16px;
	font-style: italic;
	background-color: #000;
	margin-top:10px;
	margin-bottom:6px;
}
/* first seciton only - no space on top!*/
#firstH3inTOC{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-indent:5px;
	color: #ccc;
	line-height: 16px;
	font-style: italic;
	background-color: #000;
	margin-top:0px;
	margin-bottom:6px;
}
/*invidual listings in sidebar*/
#floatingsidebar h4{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #333;
	margin-top: 5px;
	margin-left:5px;
	margin-bottom:2px;
	font-weight:normal;
}

#floatingsidebar h4.currentStoryTitle{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #B5B586;
	margin-top: 5px;
	margin-left:5px;
	margin-bottom:2px;
	font-weight:bold;
}
/*/////////////////////////////////////Ads go here!*/
.sidebarAdsDonate
{
	background-color: #fff;
	border: 1px solid #ccc;
	color: #000;
	z-index: 100;
	padding-top:10px;
	margin-bottom:20px;

}
.sidebarAds
{
	background-color: #fff;
	color: #000;
	border: 1px groove #ccc;
	z-index: 100;
	margin-top:50px;

}
.sidebarAdsTop
{
	background-color: #fff;
	color: #000;
	border: 1px groove #ccc;
	z-index: 100;
	margin-bottom:20px;

}
.sidebarAdsAmazon
{
	background-color: #fff;
	border: 1px solid #ccc;
	color: #000;
	z-index: 100;
	margin-bottom:20px;

}
.adCopy{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align:right;
	line-height: 14px;
	color: #333;
	padding:5px;
}
.adCopySmall{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #333;
	padding:5px;
}
.adTitle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
	color: #333;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	margin-top:10px;
	margin-bottom:10px;
}
.adLink{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 12px;
	font-weight:bold;
	font-style:italic;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}


#content{
	/*float:left;*/
	}
	/* POEM VIDEO*/
#floatingPoemVideo
{
	float: left;
	/*position: fixed;
	top:300px;*/
	position: absolute;
	top:800px;
	margin-left:680px;
	
}



/* Subscribe CSS*/

#subscribe-left {
	float: left; 
	width: 500px; 
}

#subscribe-right {
	float: right; 
	width: 400px; 
}

#subscribe-content {
	padding: 5px; 
	border: 1px solid #000;
	height: 350px;  
}

div.subscribe-post {  
}

#Subscribe-Page-Content {
	padding: 10px; 
	border: 1px solid #333;
	height: 330px;  
}
		
		
h2.Subscribe-Title {
	font-size: 1.2em; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;  
	margin: 10px 5px; 
}
			
			
div.subscribe-entry {

}

div.subscribe-entry p {}


/**PAGES STYLE*/
.page_subtitle {
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	line-height: 1.5em;
	margin-top:1.5em;
	margin-bottom:10px;
}
.page_subtitle	a {
		text-decoration: none;
		outline: none;
		color: #cc0000;
		}	
.page_subtitle a:hover {
		text-decoration: underline;
		color: #ff0000;
		}
		

		
#page_title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	line-height: 1.5em;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
}
.page_small_subtitle {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	line-height: 1.5em;
	margin-top:1.5em;
	margin-bottom:10px;
}
.page_small_subtitle	a {
		text-decoration: none;
		outline: none;
		color: #cc0000;
		}	
.page_small_subtitle a:hover {
		text-decoration: underline;
		color: #ff0000;
		}
		
.page_body{
	font-size:12px;
	margin-left:10px;
}
.page_body_copy{
	margin-bottom:10px;
}
#social_media_form{
	border:1px solid #000;
	padding:5px;
	margin-top:20px;
	width: 970px; 
}

/*STYLES FOR EMBEDDED POST PICTURES OF VARIOUS SIZES*/
.small_photo_left {
	float: left;
	font-size: 28px;
	line-height: 32px;
	text-align: right;
	width: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 10px;
	padding-right: 10px;
}

.small_photo_right {
	float: right;
	font-size: 28px;
	line-height: 32px;
	text-align: left;
	width: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 10px;
	padding-left: 10px;
}
.PhotoCredit_left {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: left;
	margin-right:0px;
	margin-top:-45px;
	width: 600px;
	float: left;
}
.PhotoCredit_right {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: right;
	margin-right:0px;
	margin-top:-45px;
	width: 600px;
	float: right;
}
.tiny_photo_left {
	float: left;
	font-size: 28px;
	line-height: 32px;
	text-align: right;
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 10px;
	padding-right: 10px;
}

.tiny_photo_right {
	float: right;
	font-size: 28px;
	line-height: 32px;
	text-align: left;
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 10px;
	padding-left: 10px;
}
.medium_photo_left {
	float: left;
	font-size: 28px;
	line-height: 32px;
	text-align: right;
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 10px;
	padding-right: 10px;
}

.medium_photo_right {
	float: right;
	font-size: 28px;
	line-height: 32px;
	text-align: left;
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 10px;
	padding-left: 10px;
}


/*Styles for smart youtube video plug-in to make vids inline */

/*better for stories*/
.inline_video_left {
	float:left;
	margin-right: 20px
}
/* better for poems */
.inline_video_right {
	float:right;
	margin-left: 20px
}



	
/*for the music player icon link*/
.listen {
	background:url("../../images/audio-icon_30x30.png") no-repeat scroll left center transparent;
	display:block;
	width:32px;
	height:32px;

}
/*for the music player icon link*/
.listenHolder{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;

}



/*///////////////////////////////////////////////////////////
COMMENTS.CSS
///////////////////////////////////////////////////////////////////*/

/* Comments CSS */

div #comments {
	text-align: left; 
	margin-left: 0px; 
	font-size:1.2em;
	font-weight:bold;
	font-style:italic;
}

.comment-author {
	width: 615px; 
	padding: 10px 0 0 15px; 
	margin: 10px 0 0 0px; 
	background:#EDF3F7;
}

.comment-author a {
	font-size: 1.2em; }

span.says {
	font-size: .7em;
	margin-left: 5px; 
}

.commentlist{
	font-size:.8em; 
    padding: 10px 10px 30px 5px;
	margin: 10px 0px 20px 5px; 
	list-style-type:none;  
}


.commentlist a {
		text-decoration: none;
		outline: none;  
		margin: 0px 0; 
		}	
		
.commentlist a:hover {
		text-decoration: underline;
		color: #ff0000;
		}
		
.comment-meta {
	background:#EDF3F7;
	width: 615px; 
	font-size: .8em; 
	padding: 0px 0px 10px 15px; 
	margin: 0px 10px 0px 0px;
}

.comment-meta a {color: #9CC; }


.commentlist p {
font-size:1em;
line-height: 1.4; 
width: 600px; 
color: #000; 
padding: 2px 15px 5px;
background:#EDF3F7;
}

.reply {display: none; }

cite.fn {
	color: #900; 
	}
		
		
#respond {
	margin-top: 10px;
	margin-left:10px;
	margin-bottom:10px;
	width: 620px;
	border: 1px solid #333;
	padding: 6px;
}
#respond	a {
		text-decoration: none;
		outline: none;
		color: #cc0000;
		}	
#respond a:hover {
		text-decoration: underline;
		color: #ff0000;
		}
#respond p {
	font-size: 10px;
}


/*///////////////////////////////////////////////////////////
Front page popover
///////////////////////////////////////////////////////////////////*/
/*.popover {
	position: absolute;
	display: none;
	z-index: 2;
	height: 150px;
	width: 300px;
	background-color: #eaeaea;
}

*/
/*///////////////////////////////////////////////////////////
Forms.CSS - modal login box
///////////////////////////////////////////////////////////////////*/

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:auto;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:375px; 
  height:auto;
  padding:10px;
  background-color:#ffffff;
  border: 1px;
}

#dialog p{
	font-size:10px;
	text-indent:0px;
	line-height: 12px;
}
#dialog p.formTitle{
	font-size:12px;
	text-indent:0px;
	line-height: 12px;
	font-weight:bold;
	margin-bottom:12px;
}
#dialog span.closeBox{
	text-align:right;
	position:absolute;
right:5px;
top:8px;
}

/*///////////////////////////////////////////////////////////
STYLES FOR ARCHIVE PAGINATION BOXES
///////////////////////////////////////////////////////////////////*/
.navigation{
	margin-left:10px;
}
.page-numbers {
display: block; padding: 3px 6px; background-color: #f5f5f5; border: 1px solid #ccc;
float: left; margin: 0 6px 6px 0; font-size:10px;
font-weight: bold;

}
	
.current {
	background-color: #000; border-color: #000; color: #fff;
}
ul.paging { list-style: none; padding: 0; font-weight: bold; margin-left:10px; }
ul.paging li { float: left; margin: 0 6px 6px 0; font-size:10px; }
ul.paging li a, ul.paging li.active { display: block; padding: 3px 6px; background-color: #f5f5f5; border: 1px solid #ccc; }
ul.paging li.active { background-color: #000; border-color: #000; color: #fff; }


/*images*/
.pageImageLeft {
	float: left;
	width: auto;
	float: left;
	margin-right: 1em;
	margin-bottom: 2.5em;
	text-indent:0em;
	position:relative;
}

