/* 
	Theme Name: RichWP Superblogger
	Theme URL: http://www.RichWP.com
	Description: Superblogger theme created for WordPress.
	Author: Felix Krusch
	Author URI: http://www.RichWP.com
	Version: 1.0
	Tags: blog theme, blog design, blogging
	
	The RichWP SuperBlogger Theme is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		V1.0 - 2009-02-17 Release of - RichWP Superblogger -
*/

body {
	background: #003333;
	color: #2D2D2D;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

#wrap {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}


/*************************** Header START ***************************/
#header {
	background:url(Bright/bg_header.gif) no-repeat;
	height:30px;
	padding: 0 0 0 0;
}


/* Header Title */
#logo {
	width: 7px;
	height:21px;
	float: left;
	padding: 7px 0 0 9px;
}
	
#header h1{
	color: #003333;
	font-size: 18px;
	font-family: Verdana, Arial, Tahoma;
	font-weight:bold;
	margin: 3px 0 0 5px;
	float:left;
	padding-bottom: .25em
}

#header h1 a, #header h1 a:active, #header h1 a:visited {
	color: #003333;
	text-decoration:none;
}

#header h2{
	color: ##003333;
	font-size: 10px;
	font-family: Verdana, Arial, Tahoma;
	margin: 11px 0 0 5px;
	float:left;
}

#header h2 a, #header h1 a:active, #header h2 a:visited{
	color: #003333;
	text-decoration:none;
}

/* Header Title END */

/* Header Navigation (Big Thanx to Suckerfish ;-) */
#nav {
	float:right;
	margin: 2px 0 0 0;
}

#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#nav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #003333;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration:none;
	margin: 0px;
	padding: 8px 15px 13px 15px;
}

#nav li a:hover, #nav li a:active {
	color: #003333;
	margin: 0px;
	padding: 8px 15px 13px 15px;
	text-decoration: underline;
}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	opacity: .90;
	filter: alpha(opacity=90);
	background: #EEEEEE;
	width: 150px;
	color: #4D4D4D;
	text-transform: uppercase;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}
	
#nav li li a:hover, #nav li li a:active {
	background: #DDDDDD;
	color: #006633;
	padding: 5px 10px 5px 10px;
}

#nav li {
	float: left;
	padding: 0px;
}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
}

#nav li li { 
}

#nav li ul a { 
	width: 140px;
}

#nav li ul a:hover, #nav li ul a:active { 
	text-decoration:none;
}

#nav li ul ul {
	margin: -21px 0 0 171px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover { 
	position: static;
}
/* Header Navigation END */


/* Header Search */
#header_search {
	float: right;
	margin: 5px 5px 0 10px;
}

#header_search form {
	margin: 0;
	padding: 0;
	display:block;
}

#search input {
	color:#626262;
	font-family: Arial, Verdana, Helvetica;
	font-size:11px;
	height:17px;
	width:165px;
	padding:0px 5px 0px 5px;
	margin:1px 5px 0px 9px;

}

#search .input {
	width:15px;
	height:16px;
	background:none;
	border:none;
	padding:0;
	margin:1px 2px 0 0;
	vertical-align:middle;
}
/* Header Search END */
/*************************** Header END ***************************/


/*************************** Border Corners START***************************/
.border_top_right {
	position:absolute;
	width:6px;
	height:5px;
	background:url(Bright/border_top_right.gif) no-repeat;
	z-index:2;
	right: -1px;
	top: -1px;
}

.border_top_left {
	position:absolute;
	width:6px;
	height:5px;
	background:url(Bright/border_top_left.gif) no-repeat;
	z-index:2;
	top: -1px;
	left: -1px;
}

.border_bottom_left {
	position:absolute;
	width:8px;
	height:9px;
	background:url(Bright/border_bottom_left.gif) no-repeat;
	z-index:2;
	bottom: 0px;
	left: -1px;
}

.border_bottom_right {
	position:absolute;
	width:8px;
	height:9px;
	background:url(Bright/border_bottom_right.gif) no-repeat;
	z-index:3;
	right: -1px;
	bottom: 0px;
}
/*************************** Border Corners END ***************************/


/*************************** Content START ***************************/
#col_left { 
	width: 640px;
	margin: 20px 0 30px 0;
	float: left;
}

#content {
	padding: 0 20px 40px 20px;
	margin: 0 0 20px 0;
	float:left;
	line-height: 22px;
}

#content a{
	color:#2D2D2D;
	text-decoration:underline;
}

#content a:hover{
	color:#5D5D5D;
	text-decoration:underline;
}

#content p{
	margin: 0 0 15px 0;
}

#tag_box {
	margin: 0;
	height: 18px;
	padding: 10px 20px 10px 20px;
}

.boxes {
	position:relative;
	z-index:999;
	background: url(Bright/bg_content_box_960_bottom.gif) bottom repeat-x #FFFFFF;
	border-top: solid 1px #D6D6D6;
	border-left: solid 1px #D6D6D6;
	border-right: solid 1px #D6D6D6;
}
	
.boxes a{
	color:#7D7D7D;
	text-decoration:none;
}

.boxes a:hover{
	color:#2D2D2D;
	text-decoration:underline;
}

.box_h2 a{
	color:#2D2D2D;
	text-decoration:none;
}

.box_h2 a:hover{
	color:#5D5D5D;
	text-decoration:underline;
}
/*************************** home.php START ***************************/
/*************************** home.php box 960px;  1 post ***************************/

#content_home_960x1 {
	width: 918px;
	font-size:12px;
	line-height:20px;
	margin:30px 0 0 0;
	padding: 20px 20px 23px 20px;
}

.content_home_960x1_img {
	width:450px;
	padding: 0 40px 0 0;
	float:left;
}

#content_home_960x1 h2{
	font-size:28px;
	padding: 0 40px 20px 0px;
	margin:0;
}

.content_home_960x1_text p{
	padding:0 40px 0 0px;
	margin:0;
}

/*************************** home.php box 960px; 1 post END ***************************/
/*************************** home.php box 960px; 4 posts START ***************************/
#content_home_960x4 {
	margin:0 0 0 0;
	width:960px;
	background:url(Bright/bg_content_box_960x4_mid.gif) repeat-y;
	padding: 5px 0 5px 0;
}

.content_home_960x4_top {
	position:relative;
	z-index:999;
	width:958px;
	border-top: solid 1px #D6D6D6;
	border-left: solid 1px #D6D6D6;
	border-right: solid 1px #D6D6D6;
	background-color:#FFFFFF;
	height: 14px;
	margin: 20px 0 0 0;
}

.content_home_960x4_bottom {
	position:relative;
	z-index:999;
	background:url(Bright/border_bottom_mid.gif) bottom repeat-x #FFFFFF;
	border-left: solid 1px #D6D6D6;
	border-right: solid 1px #D6D6D6;
	width:958px;
	height: 20px;
	margin: 0 0 20px 0;
}

.content_home_960x4_box {
	width: 200px;
	margin: 0;
	padding: 0px 20px 0px 20px;
	float:left;
	font-size:11px;
	line-height:16px;
}

.content_home_960x4_box h2{
	font-size:14px;
	padding: 10px 0 5px 0;
	margin:0;
}

.content_home_960x4_text p{
	padding:0;
	margin:0;
}

.content_home_960x4_text a{
	color:#7D7D7D;
	text-decoration:none;
}

.content_home_960x4_text a:hover{
	color:#2D2D2D;
	text-decoration:underline;
}
/*************************** home.php box 960px; 4 posts END ***************************/
/*************************** home.php box 600px START ***************************/

#content_home_600 {
	width:558px;
	height: 445px;
	margin: 0 0 20px 0;
	padding: 10px 20px 25px 20px;
	float:left;
}

.content_home_600_box {
	width: 560px;
	height: 90px;
	padding: 10px 0 10px 0;
	font-size:11px;
	line-height:16px;
	border-bottom:dotted 1px #D6D6D6;
}

.content_home_600_box img {
	width: 120px;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

.content_home_600_box h2{
	font-size:14px;
	padding: 0 0 5px 0;
	margin:0;
}

.content_home_600_text p{
	padding:0;
	margin:0;
}


/*************************** home.php box 600px END ***************************/
/*************************** home.php box 340px START ***************************/
#content_home_340 {
	width:298px;
	height: 440px;
	margin: 0 0 20px 0;
	padding: 20px 20px 20px 20px;
	float:right;
	line-height:13px;
	font-size:10px;
}

#content_home_340 h1{
	padding: 0 0 20px 0;
	margin: 0;
	font-size:14px;
}

#content_home_340 h2,p{
	padding: 0 0 5px 0;
	margin: 0;
}

#content_home_340 h2 {
	font-size:11px;
}


.content_home_340_text {
	padding: 0 0 5px 0;
	margin: 0 0 8px 0;
	border-bottom:dotted 1px #D6D6D6;
}

.content_home_340_archive a{
	color: #2D2D2D;
	text-decoration:underline;
}

.content_home_340_archive a:hover{
	color: #5D5D5D;
	text-decoration:none;
}

/*************************** home.php box 340px END ***************************/
/*************************** home.php box 960px Footbar Start ***************************/

#footbar {
	width: 958px;
	font-size:12px;
	line-height:20px;
	margin:0 0 20px 0;
	padding: 15px 0px 17px 0px;
}

.footbar_boxes {
	width: 214px;
	margin: 0;
	padding: 0px 0px 0px 20px;
	float:left;
	font-size:11px;
	line-height:14px;
}

.footbar_boxes ul {
	list-style: none;
	margin:0;
	padding:0;
}

.footbar_boxes li {
	padding: 2px 0 3px 0;
	margin:0;
}

.footbar_boxes h3 {
	font-size:13px;
	color: #2D2D2D;
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
}


/*************************** home.php box 960px Footbar END ***************************/
/*************************** archives.php ***************************/
#box_archive_wrap{
	width:960px;
	padding: 20px 0 20px 0;
}

#box_archive_wrap ul{
	list-style: url(Bright/arrow_sidebar.gif);
}

#box_archive_wrap li a{
	color:#5D5D5D;
	text-decoration:none;
}

#box_archive_wrap li a:hover{
	color:#2D2D2D;
	text-decoration:underline;
}


#box_archives_left {
	width: 264px;
	padding:0 20px 10px 20px;
	margin: 0 20px 0 0;
	float:left;
	display:inline;
}

#box_archives_middle {
	width: 265px;
	padding:0 20px 10px 20px;
	margin: 0 20px 0 0;
	float:left;
	display:inline;
}

#box_archives_right {
	width: 265px;
	padding:0 20px 20px 20px;
	margin: 0 0 0 0;
	float:right;
	display:inline;
}

/*************************** archives.php END ***************************/
/*************************** archive.php START ***************************/
#archive_wrap {
	padding: 0 20px 20px 20px;
	margin: 0 0 20px 0;
	float:left;
	line-height:22px;
}

#archive_wrap a{
	text-decoration:none;
}

#archive_wrap a:hover{
	text-decoration:underline;
}

.content_archive_600_box {
	height: 90px;
	padding: 10px 0 10px 0;
	font-size:11px;
	line-height:16px;
	border-bottom:dotted 1px #D6D6D6;
}

.content_archive_600_box img {
	width: 120px;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

.content_archive_600_box h2{
	font-size:14px;
	padding: 0 0 0 0;
	margin:0;
}

.content_archive_600_box h2 {
	font-size:14px;
	padding: 0 0 0 0;
	margin:0;
}

.date_archive{
	font-size:10px;
	padding: 0 0 5px 0 ;
	margin: 0;
	color: #4D4D4D;
}
.content_archive_600_text p{
	padding:0;
	margin:0;
}

/*************************** archive.php END ***************************/
/*************************** page.php / single.php START ***************************/

#page_content_left {
	width: 600px;
	float:left;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	line-height:22px;
}

#page_content_left p {
	margin: 0 0 15px 0;
}

#page_content_left a {
	color: #5D5D5D;
}

#page_content_left a:hover {
	color: #2D2D2D;
}

#crumps {
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	font-size:10px;
	color:2D2D2D;
	border-bottom:1px dotted #5D5D5D;
	line-height:18px;
}

#crumps a {
	text-decoration:none;
}

#crumps a:hover {
	text-decoration:underline;
}


.page_title_left {
	font-size:20px;
	padding: 15px 0 20px 0;
	margin: 0 0 0 0;
}

.single_title {
	font-size:20px;
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
}

.date {
	font-size:10px;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
}

/* Images @ page.php & single.php */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px 0 4px 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding:0;
	margin: 4px 10px 6px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.wp-caption-text {
	background:#EEEEEE;
	font-size:10px;
	margin:0;
	padding:0 5px 0 5px;
}

.wp-caption.alignleft{
	margin: 4px 10px 0 0;
	display: inline;
}

.wp-caption.alignright{
	margin: 4px 0 0 10px;
	display: inline;
}

.gallery-icon img{
	width: 180px;
	height: 135px;
	padding: 5px;
}
/*************************** page.php / single.php END ***************************/
/*************************** Comments START ***************************/
#comments_wrap {
	margin: 20px 0 0 0;
	padding: 0 20px 30px 20px;
}

#comments_wrap a{
	color: #5D5D5D;
	text-decoration:none;
}

#comments_wrap a:hover{
	color: #5D5D5D;
	text-decoration:underline;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
	
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 18px;
	text-transform: none;
	padding: 10px 0 10px 0;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}
	
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { 
	padding: 0; 
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* Comments END */
/*************************** Content END ***************************/
/*************************** Sidebar START ***************************/
#sidebar {
	width: 280px;
	float: left;
	margin: 20px 0 20px 10px;
	padding: 0 0 0 0px;
}

.sidebox {
	position:relative;
	z-index:999;
	width:265px;
	background:url(Bright/border_bottom_mid.gif) bottom repeat-x #FFFFFF;
	border-left: solid 1px #D6D6D6;
	border-top: solid 1px #D6D6D6;
	border-right: solid 1px #D6D6D6;
	padding: 0 20px 13px 20px;
	margin: 0 0 8px 0;
}

#sidebar form {
	margin: 0;
}

#sidebar ul {
	margin: 0 0 0 20px;;
	padding: 0 0 0 0;
	list-style: url(Bright/arrow_sidebar.gif);
}

#sidebar li {
	margin-bottom: 5px;
	color: #2D2D2D;
}

#sidebar li li {
	margin-bottom: 0;
	padding: 0 0 0 5px;
}

#sidebar a {
	color: #5D5D5D;
	text-decoration: none;
}

#sidebar a:hover {
	color: 5D5D5D;
	text-decoration:underline;
}

/* sidebar - When Widgets are not activated */
#sidebar h3{
	color: #2D2D2D;
	font-family: Verdana, Arial, Tahoma;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0 0 10px 0;
}

#side_search input {
	color:#5D5D5D;
	font-family: Verdana, Arial, Tahoma;
	font-size:14px;
	width:160px;
	height:18px;
	padding:0px 0px 0px 0px;
	margin:0px 5px 0px 9px;
	vertical-align:middle;
}

#side_search .input {
	width:21px;
	height:20px;
	background:none;
	border:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	vertical-align:middle;
}

#calendar a a:link a:visited a:hover {
	font-weight:bold;
}

#calendar caption {
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
}

#s, input.textbox {
	border:1px solid #e0e0e0;
	margin-bottom:10px;
}

#searchbtn, input.submit {
	background:#fff;
	border:1px solid #e0e0e0;
}

.textwidget {
font-size: 12px;
line-height:19px;
}
/*************************** Sidebar END ***************************/
/*************************** Footer START ***************************/
#footer {
	position:relative;
	z-index:999;
	clear:both;
	border-top:#7D7D7D 1px solid;
	margin: 0 auto 0 auto;
	padding:6px 0 20px 0;
	width:955px;
}

#rss_top {
	position:absolute;
	top: 1px;
	right: 1px;
	z-index:1;
	width:16px;
	height:16px;
}

.footer_text {
	color:#4D4D4D;
	font-size:11px;
}

.footer_text a{
	color: #7D6D6D;
	text-decoration:none;
}

.footer_text a:hover{
	color: #7D6D6D;
	text-decoration:underline;
}
/*************************** Footer END ***************************/
