/*
Theme Name: sumire's theme
Theme URI: 
Description: ein schlichtes grau-in-grau-theme auf der basis von "equiX" by marcos sader, http://marcoss.com.ar/)
Author: 
Author URI:
Version: v. 0.1
Credits: das theme basiert auf "equiX" von marcos sader (http://marcoss.com.ar/).
*/

/*---------------------------- Main -------------------------------*/
html, body {
	margin: 20px auto;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 8px;
	text-align: left;
	background-color: #848484;
	cursor: crosshair;
	color: #313031;}

/*---------------------------- Links -------------------------------*/
a {color: #224359; text-decoration: none;}	
a:visited {color: #224359; text-decoration: none;}
a:hover {color: #CC0033; text-decoration: none;}		
a img {border: none;}		
.entry a.aktt_tweet_time {border-bottom: none; font-weight: normal;}
.entry a.aktt_hashtag {border-bottom: 1px dotted #313031; font-weight: normal;}


/*------ Images Structure -------------------------------*/

/*Now if you add the class "c" will center the img, "r" will
float it to the right and yeah you guessed!... "l" will float it left.*/
img.c {	display: block;
	margin-left: auto;
	margin-right: auto;}	
img.r {	float: right;}
img.l {	float: left;}
.entry img {/*A nice hover efect when your post-images are linking somewhere*/
	border: 2px solid #FFFFFF;
	padding: 6px;
	max-width: 98%;
	border: none;}

.entry img.wp-smiley {padding:0;}

.entry a img {border: 1px solid #FFFFFF;padding: 6px;	}
.entry a img:hover {border: 1px solid #D4D4D4;
	background-color: #D4D4D4;}	
/*---------------------------- General Html -------------------------------*/
hr {display: none;}
h2, h3 {padding: 1px;
	font-weight: bold;
	text-align: left;}
	.ncol h2{line-height: 24px;
		border-bottom: 2px solid #848484;
		font-size: 18px;		}
	.wcol h2{line-height: 25px;
		font-size: 20px;		}	
	.sidebar h2{border-bottom: 2px solid #848484;
		text-align: right;
		line-height: 14px;
		font-size: 10px;}	
h2, h3, h2 a, h2 a:visited{color: #525d5a;	}
h2 a:hover {color: #CC0033;}	
h3{font-size: 13px;}	
blockquote {border-left: 5px solid #848484;
	background-color: #DEDEDE;
	padding: 10px 20px;}
blockquote:hover {background: #E3E3E3;}
code {  font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.1em;}	
small {	font-size: 0.9em;
	line-height: 1.5em;	}
acronym, abbr {	letter-spacing: .07em;
	border-bottom: 1px dashed #CC0033;	}	
/*------ Page Navigation -------------------------------*/	
.navigation {
	margin: 40px 30px 20px 30px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 12px;}
.ncol .navigation {
	margin: 15px 0px;
	font-size: 11px;}	
.ar {	/*This way you can use a simple class="ar"/"al"/"ac" to get an objet floated or centered.*/
	float: right;}
.al {	float: left}
.ac {	text-align: center;
	margin-left: auto;
	margin-right: auto;}
/*---------------------------- Content -------------------------------*/
#content{margin: 0px auto;
	width: 780px;
	font-size: 11px;
  	text-align: left;	}
/*----------------------------Top Bar -------------------------------*/
#topbar{margin: 1px 0px;
	padding: 0px;
	width: 778px;
	height: 25px;
	background-color: #848484;
	border:1px solid #848484;
	font-family: Verdana, Geneva, Arial, sans-serif;
	line-height: 17px;
	font-size: 10px;}
.navbar{margin: 0px auto;
	padding: 3px 1px 2px 1px;}
.navbar ul{display: inline;
	list-style-type: none;}
.navbar li{display: inline;
	list-style-type: none;}
.navbar a, .navbar a:visited  {
	cursor: pointer;
	float: left;
	font-weight: bold;
	margin: 0px 10px 3px 10px;
	color: #848484;}		
.navbar a:hover{color: #CC0033;	}
/*------ Top Search Form -------------------------------*/
.topsform {
	margin: -1px 2px 3px 0px;
	padding: 0px;
	width: 150px;
	height: 16px;	
	background-color: #ffffff;
	border:1px solid #848484;
	float: right;}	
.t-s{
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #848484;
	font-size: 10px;
	width: 82%;
	height: 100%;
	border: none;
	background-color: #fff;	}	
.topsformsubmit{margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #848484;
	font-size: 10px;
	font-weight: bold;
        text-align: right;
	height: 100%;
	background-color: #fff;
	border: none;
	border-left:1px solid #D4D4D4;
	cursor: pointer;}
.topsformsubmit:hover{
	background-color: #848484;
	}	
/*---------------------------- Header -------------------------------*/
	/*--Just drop a 778px*98px image named 'header.png' in the theme folder an it will be displayed in your blog header---*/
.header {
	margin: 1px 0px;
	padding: 0px;
	display: block;
	width: 778px;
	height:98px;	
	background-color: #848484;
	border: 1px solid #848484;
	cursor: pointer;}		
/*---------------------------- Page -------------------------------*/
.page {
	width: 778px;
	margin: 1px 0px;
	padding: 0px;
	background-color: #FFF;
	border:1px solid #848484;
	text-align: left;
	float: left;}
.page table {cellpadding: 5px;}
.page td {align: left;}
/*---------------------------- Narrow Column -------------------------------*/
.ncol {
	padding: 20px 25px 40px 35px;
	width: 510px;
	background:#FFF;
	float:left;}	
/*---------------------------- Wide Column -------------------------------*/
.wcol {
	margin: 0px auto;
	width: 80%;	
	padding: 20px 15px 10px 15px;		
	line-height: 1.5em;
	}
/*---------------------------- Post Structure -------------------------------*/
.post {
	margin: 0px 10px 55px 2px;
	text-align: justify;}
.archived {padding: 0px 0px 0px 15px;}	
.archived h2{font-size: 14px;}
.postmetadata {
	width: 85%;
	margin: 25px 0 0 0;
	padding: 3px;
	border-top: 1px solid #D6D3CE;
	color: #313031;
	text-align: left;
	line-height: 17px;
	font-size: 10px;}
.entry {font-size: 1em;
	line-height: 1.7em;	}
.entry a {font-weight: bold;}
.entry ol li {
	list-style: decimal outside;
	}
.entry ul li {	
	list-style-type: square;
	}
.entry form { 
	text-align: left;
	}
.entry input { /* For password-protected posts */
	margin: 2px auto;
	font-size: 9px;
	padding: 0px;
	background-color: #FFFFFF;
	border:1px solid #D6D3CE;
	}	
.entry input[value="Submit"] {
	font-size: 9px;
	cursor: pointer;
	}
.entry input[value="Submit"]:hover{
	background-color: #F6F6E8;
	}
/*---------------------------- Sidebar -------------------------------*/
.sidebar {
	width: 172px;
	padding: 35px 34px 40px 0px;
	float:right;
	font-size: 10px;
	}
.sidebar h2 {
	text-align: right;
	font-size: 11px;
	}	
.sidebar ul {
	margin: 0px 2px 30px 18px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	}
.sidebarul li {
	list-style-type: none;
	list-style-image: none;	
	}
.sidebarul li ul {
	margin: 10px 0px 10px 10px;
	padding-left: 5px;
	}
.sidebar  ul li ul li {	
	margin: 0px 0px 0px 4px;
	color: #404040;
	list-style-type: square;
	list-style-image: none;
	}
/*------ Search box for error-404 pages -------------------------------*/
.searchbox{
	margin: 2px auto;
	padding: 0px;
	display: block;
	width: 100px;
	height: 50px;
	background: #F7F7F7;
	border:1px solid #D6D3CE;
	}
.searchbox #searchform {
	background: #FFF;
	margin: 14px auto;
	width: 400px;
	padding: 0px;
	border: 1px solid #D6D3CE;
	}
.searchbox #searchform #s{
	margin: 0px auto;
	padding: 1px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #404040;
	font-size: 10px;
	width: 298px;
	height: 100%;
	border: none;
	background-color: #FFF;	
	}
.searchbox #searchform #searchsubmit{
	border: none;
	margin: 0px auto;
	padding: 2px 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #404040;
	font-size: 10px;
	font-weight: bold;
	width: 96px;
	height: 100%;
	background-color: #FFF;
	border-left:1px solid #D6D3CE;
	cursor: pointer;
}
.searchbox #searchform #searchsubmit:hover{
	background-color: #F6F6E8;
	}
/*---------------------------- Comments -------------------------------*/
.comarea{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 17px;
	color: #313031;
	}
.comol{
	margin: 20px 0px 40px 0px;
	text-align: left;
	font-weight: bold;	
	list-style-type: upper-roman;
	}
.comli{
	border-left: 1px solid #D6D3CE;
	border-bottom: 1px solid #D6D3CE;
	text-align: left;
	margin: 25px 0px 20px 0px;
	padding: 4px;
	min-height: 90px;
	width: 95%;
}
.comauth{
	border-bottom: 1px solid #D6D3CE;	
	width: 70%;
	font-size: 11px;
	font-weight: bold;	
	padding: 0px 0px 2px 2px;
}
.mod {
	color: #CC0033;
	}
.comli .cmeta {
	margin: 1px 0px 5px 2px;
	border: none;
	font-size: 10px;
	font-weight: normal;
}	
.comtxt{
	margin: 0px 0px 0px 5px;
	font-size: 9px;
	font-weight: normal;	
	text-align: left;
}
.preview, .preview ul, .preview ul li {
	list-style: none;
	margin: 20px 0px 20px -13px;
	width: 594px;
	}
#TextDisplay { /*Live Preview of Comments */
	margin: 5px 0px 0px 5px;
	font-size: 9px;
	font-weight: normal;	
	text-align: left;
	}	
#tbs { /* This will let you asign your trackbacks/pingbacks a direferent style */
	padding: 5px;
	border: 1px solid #525D5A;	
	background: #F7F7F7;
	}
#tbs:hover {
	background-color: #D4D4D4;
	}
/*---------------------------- Comment Form -------------------------------*/
#commentform {
	margin: 15px 0px 30px 0px;
	}
#commentform input {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #D6D3CE;
	border-right: 3px solid #D6D3CE;
}
#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 594px;
	padding: 2px;
	border: 1px solid #D6D3CE;
	border-right: 3px solid #D6D3CE;
}
#commentform #submit {
	width: 600px;
	padding: 2px;
	background: #FFFFFF;
	text-align: center;
	border: 1px solid #D6D3CE;
	border-right: 3px solid #D6D3CE;
	font-weight: bold;
}
#commentform #submit:hover {
	background-color: #D4D4D4;
	cursor: pointer;
}
/*---------------------------- Footer -------------------------------*/
.footer {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 17px;
	font-size: 0.8em;
	margin: 1px 0px;
	padding: 0px;
	width: 778px;
	height: 55px;
	background-color: #FFFFFF;
	border:1px solid #848484;
	color: #848484;
	clear:both;
	}	
.powered {
	margin: 12px auto;
	margin-right: 30px;
	padding-left: 30px;
	text-align: right;
	}
.powered a {	
	color: #224359;
	font-weight: bold;
	}
.powered a:hover {	
	color: #CC0033;
	}
/*---------------------------- Go-up -------------------------------*/
	/*------An useless bottom line that will let you go up by clicking on it :p-----*/
.go-up {	
	margin: 1px auto;

	padding: 0px;
	width: 778px;
	height: 15px;
	background-color: #FFF;
	border:1px solid #D6D3CE;
	font-size: 10px;
	cursor: pointer;
	}


/*--------------------------- academic citations ----------------------------*/
/* Contains the [view academic citations] text */
div.view_citations_link { 
        color: #224359;
	font-weight: normal;
	text-decoration: none;
}

/* Contains the [hide academic citations] text */
div.hide_citations_link {
        color: #224359;
	font-weight: normal;
}

/* Box containing all citations */
div.citation_box {             
	padding: 6px;
	border: 1px solid #000; 
	background-color: #EEE;
}

/* Each citation has a hanging indent and space between lines */  
div.citation_entry {            
	margin-left: 2em;
	text-indent: -2em;
	padding: 0px 0px 6px 0px;
}

/* The header text, e.g. AMA Citation, APA Citation, etc. */   
.citation_hdrtxt {              
	font-size: 9px; 
	font-weight: bold;
}

/* The citation text. */ 
.citation_txt {
	font-size: 9px; 
	font-weight: normal;		
}

/* Print Style Sheet */
@media print {
   body {background:white; color:black; margin:0; border:0px;}
   .header {display:block;}  
   .postmetadata {display:none;}
   .comarea {display:none;}
   .footer {display:none;}
   div#sk2-footer {display:none;}
   div#view_citations_link {display:none;}

}

/** spreadshirt IDs and Styles **/
#spreadshirt_wrapper {
  list-style-type: none;
  width: 180px;
  padding: 0px 0px 10px 10px;}

#spreadshirt_wrapper a {
  float: left;
  display:inline;}

#spreadshirt_wrapper img {
  float: left;
  margin: 0 5px 5px 0;
  display:block;
  border: none;}

#spreadshirt_wrapper br {
  margin: 0 5px 5px 0;
  width: 10px;}

#spreadshirt_wrapper_link {
  margin-bottom: 10px;}
