/*
######################
Theme Name: Teater K - RED
Theme URI: http://teaterk.nu/
Description: Theme for 'Teater K' The RED version
Version: 0.2
Author: Reindeer
Author URI: http://reindeer.se/
######################
7e0900 - red
205290 - blue
*/ 


/* ###################### */ 
/* --- Essential --- */
/* ###################### */ 


body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	background-color: #172023;
} 




/* ###################### */ 
/* --- Areas and divs --- */
/* ###################### */ 

#top {
	text-align: center;
}
#top .toprow {
	background-color: #172023;
	text-align: right;
	color: #777;
	padding: 8px 4px 4px 4px;
}
#top .middlerow {
	background-color: #f3f3ec;
	border-bottom: 1px solid #cbcbbf;
	background-image: url('images/bg_gradient_light2.gif');
	background-repeat: repeat-x;
}
#top .bottomrow {
	/*background-color: #fff;*/
	background-color: #eeeeee;
	border-top: 1px solid #f9f9f9;
	}	
#top .logo {
	margin-top: -24px;
	margin-bottom: -15px;
	margin-right: 20px;
	float: left; 
	width: 127px;
	height: 128px;
	background-image: url('images/teaterk_logo.gif');
	z-index: 666;
}
#top .header {
	text-align: left;
}
#top .middlerow h1 {
	color: #205290;
	font-size: 2.6em;
	font-family: "Times New Roman", Times, Georgia, Serif;
	letter-spacing: -0.03em;
	padding: 16px 0px 0px 0px;
	margin: 0px;
}
#top .middlerow h2 {
	color: #172023;
	font-size: 1.2em;
	font-family: "Times New Roman", Times, Georgia, Serif;
	padding: 4px 0px 16px 0px;
	margin: 0px;
}


.content {
	background-color: #fff;
	overflow: hidden;
	background-image: url('images/bg_gradient_white.gif');
	background-repeat: repeat-x;
}
.width {
	width: 846px;
	margin: 0px auto;
}
.content .width {
	border: 1px solid #dedede;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 20px;
	background-image: url('images/bg_content.gif');
	background-repeat: repeat-y;
}

.columnleft {
	width: 500px;
	padding: 20px 10px 10px 20px;
	float: left;
}
#sidebar {
	width: 260px;
	padding: 20px 20px 10px 20px;
	float: right;
}




/* ###################### */ 
/* --- News item - The loop --- */
/* ###################### */ 

.post h2 a {
	color: #333;
	text-decoration: none;
}
.post h2 a:hover {
	color: #205290;
	text-decoration: underline; 
	background-color: #fff;
}

.post {
	margin-bottom: 20px;
}

.postmetadata {
	border-top: 4px solid #ccc;
	clear: both;
}

/* ###################### */ 
/* --- Comments --- */
/* ###################### */ 






/* ###################### */ 
/* --- Typography --- */
/* ###################### */ 

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, Georgia, Serif;
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-weight: normal;
}

h1 {
	font-size: 2.6em;
}
h2 {
	font-size: 2.2em;
	color: #333;
	margin-bottom: 0.2em;
}
h3 {
	font-size: 1.8em;
	color: #7e0900;
	margin-bottom: 0.2em;
}
h3 {
	font-size: 1.4em;
	color: #7e0900;
	margin-bottom: 0.2em;
}


p {
	margin-top: 0px;
}

blockquote {
	margin: 10px 16px 10px 16px;
	padding: 10px 10px 10px 40px;
	font-style: italic;
	background-image: url('images/quote.gif');
	background-repeat: no-repeat;
	
}

/* ###################### */ 
/* --- Image attributes --- */
/* ###################### */


.post .alignright {
	border: 0px;
	margin: 0px 0px 10px 6px;
}
.post .alignright:hover {
	border: 0px;
	margin: 0px 0px 10px 6px;
}
.alignleft {
	border: 0px;
	margin: 0px 6px 10px 0px;
}
.alignleft:hover {
	border: 0px;
	margin: 0px 6px 10px 0px;
}



/* ###################### */ 
/* --- Links --- */
/* ###################### */ 

a {
	color: #205290;
	text-decoration: underline;
} 
a:hover {
	color: #fff;
	text-decoration: none;
} 

.columnleft a , #sidebar a {
	color: #205290;
	text-decoration: underline;
} 
.columnleft  a:hover, #sidebar a:hover {
	color: #fff;
	background-color: #7e0900;
	text-decoration: none;
} 



.header h1 a {
	color: #205290;
	text-decoration: none;
} 
.header h1 a:hover {
	color: #205290;
	text-decoration: underline;
} 



.post b i {
	font-style: normal;
	display: table;
	margin: 12px 0px 12px 0px;
	background-color: #205290;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
} 

.post b i:hover {
	color: #fff;
	background-color: #7e0900;
} 



.navigation {
	margin: 20px 0px 20px 0px;
	overflow: hidden;
	background-color: #eee;
}
.prev a {
	float: left;
	padding: 4px 20px 4px 20px;
	color: #fff;
	background-color: #205290;
	text-decoration: none;
}
.prev a:hover {
	float: left;
	color: #fff;
	background-color: #7e0900;
}
.next a {
	float: right;
	padding: 4px 20px 4px 20px;
	color: #fff;
	background-color: #205290;
	text-decoration: none;
}
.next a:hover {
	float: right;
	color: #fff;
	background-color: #7e0900;
}


.more-link {
	clear: both;
}


/* ###################### */ 
/* --- Widgets --- */
/* ###################### */ 



#sidebar h2 {
	color: #fff;
	background-color: #205290;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em; 
	font-weight: bold;
	padding: 2px 2px 2px 4px;
	background-image: url('images/bg_gradient_blue.gif');
}

#sidebar ul  {
	text-decoration: none;
	color: #777;
	margin: 0px 0px 20px 0px;
	padding-left: 16px;
}
#sidebar ul ul  {
	margin: 0px 0px 0px 0px;
	margin-left: -8px;
	padding-left: 26px;
}
#sidebar li  {
	color: #8f8f83;
	list-style-type: none;
}
#sidebar ul li li a  {
	color: #1d3c63;
	display: block;
	padding: 0px 2px 0px 3px;
	text-decoration: none;
}
#sidebar  ul li li a:hover  {
	color: #ffffff;
	background-color: #7e0900;
}

.textwidget{
	color: #333;
	margin-bottom: 20px;
}

.widget_search {
	margin-top: -10px;
}
.widget_search input {
	margin-bottom: 2px;
}
.widget_search form {
	margin-bottom: 20px;
}

/* ###################### */ 
/* --- Menu --- */
/* ###################### */ 

#navcontainer { 
	
}

#navcontainer ul
{
	margin-left: 19px;
	padding-left: 0;
	list-style-type: none;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 221px;
}

#navcontainer a:link, #navlist a:visited
{
	 
}

#navcontainer a:hover
{
	 
}


/* ###################### */ 
/* --- Footer --- */
/* ###################### */





#footer {
	background-color: #f3f3ec;
	border-top: 1px solid #cbcbbf;
	display: block;
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
	background-image: url('images/bg_gradient_light2.gif');
	background-repeat: repeat-x;
}

#bottom {
	background-color: #172023;
	color: #777;
	text-align: center;
	padding: 8px;
	clear: both;
}

#footer h3 {
	color: #6d6d61;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.footer-box  {
	width: 230px;
	margin: 20px 20px 0px 20px;
	float: left;
	overflow: hidden;
}
.footer-box ul  {
	text-decoration: none;
	color: #777;
	margin: 0px 0px 10px 0px;
	padding-left: 16px;
}
.footer-box  li  {
	color: #8f8f83;
}
.footer-box  a  {
	color: #8f8f83;
}
.footer-box  a:hover  {
	color: #ffffff;
	background-color: #7e0900;
}
.footer-box .widget_get_recent_comments {
	list-style-type: none;
}
.footer-box li>a {
	float: none;
	display: block;
	clear: left;
	padding: 1px 3px 1px 3px;
}









