/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


body {
background:url("/images/page_back.png") repeat-x scroll 0 0 #F8F8F8;
}

h2 a {
    color: #990000;
}


#first {
border-bottom:1px dashed #CCCCCC;
color:#464646;

font-size:1.35em;
line-height:1.3em;
margin:0 0 10px;
padding-bottom:8px;
}

#page {
padding:0;
}

.authorsure-author-box h4 a {

display: none;

}

div.sharedaddy.sd-block {
	
	display: none;

}




.teaser .format_teaser {margin-top:0em; margin-bottom:0em;}

.custom #logo {background-image: url('/images/psyblog_logo.png'); background-repeat: no-repeat;   height: 104px; text-indent: -9999px; }
.custom #logo a {width: 270px; height: 104px; display: block; outline: none;}

.custom_box {background:#FFF none repeat scroll 0 0; margin-right: 10px; line-height: 2em;
}

.custom #header { padding-left:0em; padding-bottom:0; background-color:#030303; width:1012px; border-top:4px solid #999966;}





.menu, .menu a, .menu li ul {border-width:0 0 0 0;}

.menu li {border-right:1px solid #666666;}

li.tab-home {border-left:1px solid #666666;}

.menu {background-color:#313131; padding-top:5px; padding-bottom:5px; height:24px; width:1024px; border-bottom:2px solid #999966;}

.menu a {
line-height:0.5em; letter-spacing:0.08em; }

.headline_area img.alignright {
margin:2.9em 0 2.4em 2.4em;}

.headline_area {
margin-bottom:0.6em;
margin-top: 2em;
}

.people {position:absolute;
right:150px;
top:70px;}



.post_box, .teasers_box, .full_width #content_box .page {
margin:0 0 0 0;
}

.post_box {
padding-top:0;
}

.alignright {
float:right;
margin-bottom:6px;
margin-left:16px;
}



.teasers_box {}





.sidebar ul.sidebar_list {
padding-right:4px; margin-right:5px;
}





.wppp_list li{
margin-bottom:7px;
list-style-type:circle;
font-size: 14px;

}

#widget_tptn_pop-2 h3 {
font-size: 20px;
font-weight: 500;
letter-spacing: 2px;
margin-bottom: 20px;
margin-top: 10px;
}

#wpp-3 li{
margin-bottom:7px;
list-style-type:circle;
font-size: 14px;
margin-left: 15px;

}






.thesis_widget_google_cse h3 {

font-weight: 500;
letter-spacing: 2px;
margin-bottom: 20px;
margin-top: 10px;
	
	
}

.widget_archive h3 {


}


ol.wppp_list  {

list-style-type:decimal;
margin-left:15px;
}

#recent-posts-2 ul  {
	list-style-type:circle;
margin-left:15px;
	
}



.widget_kbrss li{
list-style-type:square;
margin-left:15px;

}

#sidebar_2 ul.sidebar_list {
padding-right:0;


}

#sidebar_2  {

height:inherit;
   padding-right: 5px;
    width: 17em;
 border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
	font-size: 9px;

}




.sidebar h3 {
  font-size: 20px;
    font-variant: small-caps;
letter-spacing:0.1px;

color:#333333;


}
#content_box  {border:1px solid #EEEEEE; }
#content  {float:left; width:54.5em; padding-bottom:3em; padding-top:2em; padding-left:3.4em;}


#content a{
	
color:#9900000;	
	
}

#multimedia_box { 
margin-bottom: 1em;
    margin-top: 2.6em;
	  padding: 1.2em 1.2em 1.2em 0;
}

#sidebars { }



#sidebars a:hover{
color:#888888;
text-decoration:none

}

#sidebar_1 { width:21.4em; 
 border-style: solid;
    border-width: 1px;
	}


#sidebar_2 h3 {
color:#666666;	
	
margin-top: 12px;

	
}
#sidebar_2 a {

color: #666666;

}


.format_text OL {
	MARGIN: 0px 0px 1.5em 2.5em
}

#feature_box  {background:none repeat scroll 0 0 #F8F8F8;
font-size:25px;
list-style:none outside none;
padding:0.4em 0.2em 0.4em 3em;

}

#feature_box a {
	

	
	color:#990000;
}

#feature_box a:hover {
	

	
	text-decoration:underline;
}


#feature_box li {display:inline;}

#feature_box li.subrss {
background:url("/images/rss_small.gif") no-repeat scroll 0 0 transparent;
font-family:Arial,Helvetica,sans-serif;
margin-left:5px;
font-size:16px;
padding-left:23px;

border-right:1px solid #DDDDDD;
padding-right:8px;

}

#feature_box li.subemail {
background:url("/images/email_small.gif") no-repeat scroll 0 0 transparent;
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
margin-left:5px;
padding-left:23px;}

#feature_box li.subtwit {

font-family:Arial,Helvetica,sans-serif;
font-size:16px;
margin-left:5px;
border-right: 1px solid #DDDDDD;
  padding-right: 10px;
  
  }
  
  #feature_box li.subtwit img {
  
     position: relative;
    top: 5px;
  
  }

#feature_box li.subfb {

font-family:Arial,Helvetica,sans-serif;
font-size:16px;
margin-left:5px;
border-right: 1px solid #DDDDDD;
  padding-right: 10px;
  
  }
  
  #feature_box li.subfb img {
  
     position: relative;
    top: 5px;
  
  }


#feature_box li.subgoog {

    border-right: 1px solid #DDDDDD;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin-left: 0;
    padding-right: 3px;
  
  }
  
  #feature_box li.subgoog img {
  
     position: relative;
    top: 5px;
  
  }




#feature_box li.getlatest{


}



input, textarea {
background:none;
border-style:outset;
border-color:#990000;
}

.prev_next {
padding-left:0;
padding-right:2.4em;
}


.custom .comments_closed p {
  display: none;
}

.custom .teaser {
   width: 100%;
   margin-top: 0.5em;
   padding-top: 1em;
   text-align: left;
 
   padding-bottom:5px;
}
.custom .teasers_box {
   padding-top: 0;
   padding-bottom:0;
   border-top: 0;}

.teasers_box {
width: auto;
}




h1 {color:#333333;}

h1.entry-title {margin-bottom:20px}

.headline_area h1 {   
font-size: 3.6em;
    line-height: 1.1em;
}

.teaser h2 {

line-height:1.3em;
letter-spacing:-0.6px;
font-weight:bold;
font-size:22px;

}

.teaser .post_image_link img.alignleft {
margin-bottom:1.5em;
margin-right:1em;
margin-top:5px;
}

li.widget p a {
text-decoration:none;
}

li.widget {

padding-top:7px;
color: #666666;
line-height:1.45em;
}


li.widget p a:hover {
text-decoration:underline;
}

li.widget p {
margin-bottom:0;
}

form .fb_submit {

height:24px;
width:64px;
background-color:#DDDDDD;
vertical-align:middle;
padding:0;
margin:0;
font-size:16px;
}




form .fb_submit:hover {
	cursor:pointer
}


.format_text img.alignleft {
	margin:0 0 1.5em 0;
}

.format_text {
line-height:1.6em;
}

.format_text a{
color: #990000;
}



ol.sidebar_list {
list-style-type:decimal;


}


#bright {padding-top:200px;}


#banner-top-right {left:60px; float:right; margin-right: 30px;}
#banner-top-left {position:relative; float:left; margin-left: 30px;}


#soccounts{
text-align:left;
margin-top:20px;
}

#socbook {

   border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-top: 3px solid #990000;
    float: left;
    height: 500px;
    line-height: 1.5;
    margin-top: 10px;
    padding-left: 1em;
    padding-right: 0.5em;
    padding-top: 0.5em;
    width: 250px;
}

#socbook p {
font-size:1.4em;	
margin-bottom:0.3em;

color:#333333;


}


#socbook li.socrss {
background:url("/images/socrss.png") no-repeat scroll left center transparent;


}

#socbook li.socemail {
background:url("/images/socemail.png") no-repeat scroll left center transparent;


}


#socbook li.socstumb {
background:url("/images/socstumb.png") no-repeat scroll left center transparent;


}

#socbook li.socface {
background:url("/images/socface.png") no-repeat scroll left center transparent;


}

#socbook li.socdel {
background:url("/images/socdel.png") no-repeat scroll left center transparent;


}


#socbook li.socred {
background:url("/images/socred.png") no-repeat scroll left center transparent;


}


#socbook li {
list-style:none;
line-height: 50px;
padding-left: 40px;

}

#socbook ul {
margin:0;

}

#socbook a {
color:#990000;

}
#socbook a {
color:#990000;

}

#relatedposts a {
color:#990000;

}


.join  {
color:#999999;

margin:0 0 0 5px;
padding:0;
text-transform:uppercase;
}

.socul {

}

#wrap {
margin-top:20px;	
	height: 450px;
	border: 2px solid #CCCCCC;
}



#relatedposts {

  float: left;
    line-height: 1.5;
    margin-bottom: 30px;
    margin-top: 0;
    padding-left: 1em;
    padding-right: 0.5em;
    padding-top: 0.5em;
    width: 240px;
	   margin-top: 10px;
	 background-color: #F6F6F6;
	    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 3px solid #999;
	    height: 500px;
		border-left: 1px solid #EFEFEF;
}

#relatedposts p {
    background: url("/images/copy.png") no-repeat scroll left center transparent;
    color: #666666;
    font-size: 1.5em;
    margin-bottom: 0.3em;
    margin-left: -3px;
    padding-left: 20px;

}

.clear {
    clear: both;
}


.spacer {
	margin-top:15px;
	
}

.relimage {
margin-left:15px;
margin-top:10px;
}


#relatedposts ol {
	margin-left:37px;
}

#relatedposts li {
	margin-bottom:3px;
}

#relatedposts ul {
margin-left:16px;
padding-right: 10px;
}


.custom #footer {
background-color:#FFFFFF;
height:80px;
padding-bottom:1.2em;
text-align:right;
width:998px;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
display:none;

	
}

#comments {
display:none;
}


#customfooter {
background:none repeat scroll 0 0 #111111;
border-top:4px solid #999966;
color:#FFFFFF;
font-size:14px;
padding:70px 145px 100px;
text-align:right;
margin-bottom:-25px;
}

#customfooter a {

color:#555537;

}


#explore {
	height:100px;
}

.prev_next { margin-top:1em; font-size:1.2em;}

#psyblog_themes {font-size:1.2em; margin-top:10px;}

#psyblog_themes a {text-decoration:underline;}

#psyblog_themes a:hover {
text-decoration:none;
}

#psyblog_themes li {
margin-bottom:5px;
}

#psyblog_themes h2 {
	font-size:1.5em;
color:#111111;
}

#theme_left {    

	border-bottom: 1px solid #999966;
    border-left: 1px solid #999966;
    border-top: 1px solid #999966;
    float: left;
    height: 1050px;
    padding: 2em 1em 2em 3em;
    width: 209px;
	
	}

#theme_right {  
	border-bottom: 1px solid #999966;
    border-right: 1px solid #999966;
    border-top: 1px solid #999966;
    float: left;
    height: 1050px;
    padding: 2em 1em 2em 2em;
    width: 245px;
	
	}

#psyblog_themes h2{
	margin-bottom:7px;
	margin-top:7px;
}
	
	
#psyblog_themes ul{
	list-style: square;
	margin-left:22px;
	font-size:1.2em;
}
	
	

.series-box {

border:1px dotted #AA3F35;
padding: 10px;
}


.series-title {

background:#EEEEEE none repeat scroll 0% 50%;
border-left:1px solid #BBBBBB;
padding:8px;
}

.series-body {


border:1px dotted #BBBBBB;
padding:10px;
}



.series-nav-left {
float:left;
}

.series-nav-right {
float:right;

}


fieldset { 
float : left; 

padding : 1em; 
border : 1px dotted #3366FF; 
margin:10px 1em 20px 0;
width:393px;
}


legend { 
font-weight : bold; 
color:#3366FF;
margin : 0; 
padding : .5em; 
}


#serieslist-box { 


clear:both;
padding:5px 0 0;
 



}

.tweetmeme_button {

	
}

#serieslist-box h3 {
  display: none;
border-bottom:1px solid #cccccc;
font-size:14px;
text-transform:uppercase;

}

.serieslist-ul {
	
	color: #666666;
	list-style: disc outside none;
}
	


#latest {
color: #999966;
	padding-bottom:0;



	
}


#latest p { 
letter-spacing:2px;
text-transform:uppercase;
font-size:1.2em;
line-height:1em;
margin-bottom:0;

}

.sub {


	font-style: normal;
	color:#666666;
	line-height: 0.5cm;
	margin-bottom: 15px;
	font-weight: bold;
	

}

.headline_area img.frame {
border-width:0.1em;
padding:0.5em;
}

#archive_info {
padding-bottom:1.2em;
padding-top:0;
padding-left:0;
}

.format_text input, #commentform input, #commentform textarea {
border-width:0.063em;
padding:0.188em;
width:auto;
}

img.frame {

border-color:#DDDDDD;
border-style:solid;
}

.teaser .post_image_link img.frame {
border-width:0.1em;
padding:0.5em;
background:none;
}


#_widget-4 h3 {
font-weight: 500;
letter-spacing: 2px;
margin-bottom: 20px;
margin-top: 10px;
}


#smart-archives-fancy {
	
	font-family:Calibri,"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	
}


li.archive-list {
margin-bottom:10px;

}


.sidebar input[type="text"], .sidebar input[type="submit"] {
background-color:#FFFFFF;

}

.custom div.tweetbutton {


}

#serieslist-box p {
background-color: #F4FFCC;	
	
	
}


#create {
       border-top: 2px solid #DDDDDD;
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 20px;
	
}


#create_box {
    background-color: #E3F7FD;
    border: 1px solid #77D3F2;
    margin-top: 50px;
    padding: 10px;
    text-align: left;
    width: 170px;
	
}





#create_box h3{
margin-top:0px;	
	
	
}

#create_box ul{
	
	margin-bottom:8px;
	
}



#create_box2 {
    background-color: #FFDDDD;
    border: 1px solid #FF8888;
    margin-top: 50px;
    padding: 10px;
    text-align: left;

	
}

#create_box2 h3{
margin-top:0px;	
	
	
}

.pull {
   float: right;
    font-size: large;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 30px;
    width: 200px;
	
	
}


#creativitynew {
	
float:left;	
 margin-left: -25px;
	
}

#howbecreative p {
	
    font-size: 16px;
    margin-bottom: 12px;
 
	 padding-left: 133px;
	
}


#howbecreative a {
	
    text-decoration:underline;
	font-weight:bold;
	
}

#latest2{
 font-size: 14px;
    margin-top: 30px;
	border-top: 1px solid #DDDDDD;
	
}


#linky {
	
    font-size: 16px;
    height: 24px;
    margin-top: 2px;
	margin-bottom: 20px;
	
}

#linky a{


		text-decoration:underline;
	
}

#linky a:hover{

	
	    color: #dddddd;
		text-decoration:underline;
	
}

#adlink {
	
    color: #000000;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
	
}

#adlink a {
	text-decoration:underline;
	 color: #990000;
	
}




#fb-root {
	
	float: right;
	width: 300px;
	
	
}

#widget_144 {
margin-top:50px;	
	
	
}

.gpone {
    float: left;
	margin-right:10px;

}

iframe.twitter-share-button {

    margin: 0 10px -2px 0;
}



#lw_widget {
margin-bottom: 0;
margin-top:-48px;

}





#banner-top-left h2 {

  color: #FFFFFF;
    margin-top: 20px;
    text-align: center;
font-weight: 700;
}



.yasip img { padding-right: 15px; }


#yasip-2 h3 {

font-weight: 500;
letter-spacing: 2px;
margin-bottom: 20px;
margin-top: 10px;
font-size: 20px;


}

.joinpsyblog:hover {
	
	background:#F60 !important;
	font-size: 15px;
	
	
}


.joinpsyblog {
	font-size: 15px;
	
}


.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0px !important;
	
}

.yarpp-related ol {
	list-style-type:circle;
	
}


#thesis-google-cse-2 h3 {
margin-bottom:10px;	
font-size: 20px;
	
}


.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 3px  !important;
}


.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {

    margin-top: 7px !important;
	 padding: 6px 10px  !important;
}

.authorsure-author-box {
	display:none;
	
}

