/* 
	Theme Name: RichWP ShowCase
	Theme URL: http://www.RichWP.com
	Description: ShowCase WordPress Theme.
	Author: Felix Krusch
	Author URI: http://www.RichWP.com
	Version: 1.0
	Tags: photo theme, photo, portfolio
	
	The RichWP ShowCase is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		V1.0 - 2009-07-2005 Release of - RichWP BlogBeast
*/

body {
	background: #000000;
	color: #7C7C7C;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
	margin: 0;
	padding: 0;
}

#wrap {
	position:relative;
	width: 1000px;
	margin: 0 auto 0 auto;
	padding:0;
}

a{
	color:#FF0000;
	text-decoration:none;
}

a:hover{
	color:#FF0000;
	text-decoration:underline;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #EEE;
	line-height:18px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
	
/*************************** Header START ***************************/
/* Logo */
#logo {
	width:600px;
}

#logo img{
	padding: 0 4px 1px 0;
}

#logo h1{
	color: #B9B9B9;
	font-size: 22px;
	font-family: Helvetica, Tahoma, Arial;
	font-weight:bold;
	margin: 10px 0 0 0;
	float:left;
	padding:0;
}

#logo h1 a, #header h1 a:active, #header h1 a:visited {
	color: #B9B9B9;
	text-decoration:none;
}

#logo h2{
	color: #B9B9B9;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
	margin: 20px 0 0 1px;
	float:left;
}

#logo h2 a, #logo h1 a:active, #logo h2 a:visited{
	color: #B9B9B9;
	text-decoration:none;
}

/* Logo END */

#header {
	background:url(bg_header.gif) repeat-x bottom #FFFFFF;
	height:28px;
	padding: 0;	
	margin:0 0 10px 0;
	border-top: solid 1px #DDDDDD;
	border-bottom: solid 1px #D6D6D6;
	border-left: solid 1px #D6D6D6;
	border-right: solid 1px #D6D6D6;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* Header Navigation (Big Thanx to Suckerfish ;-) */
#nav {
	position:absolute;
	top:9px;
	right:2px;
	width:170px;
	z-index: 999999;
}

#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: #B9B9B9;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration:none;
	margin: 0px;
	padding: 0 5px 0 80px;
}

#nav li a:hover, #nav li a:active {
	color: #FF0000;
	margin: 0;
	padding: 0 5px 0 80px;
}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	opacity: .90;
	filter: alpha(opacity=90);
	background: #2D2D2D;
	width: 150px;
	color: #B9B9B9;
	text-transform: uppercase;
	float: none;
	margin: 0 0 0 0;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #2D2D2D;
	border-left: 1px solid #2D2D2D;
	border-right: 1px solid #2D2D2D;
}
	
#nav li li a:hover, #nav li li a:active {
	opacity: .90;
	filter: alpha(opacity=90);
	background: #FF0000;
	color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
}

#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;
}

.second_nav {
	width:11px;
	position: absolute;
	top:30px;
	right: 40px;
}

/* Header Navigation END */


/* Header Search */
#header_search {
	width: 162px;
	height:25px;
	background: #2D2D2D;
	margin: 0;
	padding: 0 0 0 10px;
}

#header_search form {
	margin: 0;
	padding: 0;
	display:block;
}

#search input {
	background:url(bg_search.gif) no-repeat right #ffffff;
	color:#626262;
	font-family: Arial, Verdana, Helvetica;
	font-size:12px;
	width:140px;
	padding:0 5px 0 5px;
	margin:0 0 0px 0;
	vertical-align:middle;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#search .input {
	width:15px;
	height:16px;
	background:none;
	border:none;
	padding:0;
	margin:0 3px 0 0;
	vertical-align:middle;
}
/* Header Search END */

/*************************** Header END ***************************/

.boxes {
	position:relative;
	z-index:50;
	background: url(bg_box.gif) bottom repeat-x #2E2E2E;
	border: solid 1px #2E2E2E;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*************************** Content START ***************************/

#col_left { 
	clear: both;
	width: 665px;
	margin: 20px 0 0 0;
	float: left;
	display:inline;
}

/*************************** Feature START ***************************/
#feature_box {
	clear:both;
	width: 968px;
	height: 550px;
	float: left;
	margin: 15px 0 10px 0;
	padding: 15px 15px 17px 15px;
}
/*************************** Feature END ***************************/

/*************************** Photos Start ***************************/

.thumb_wrap {
	clear:both;
	width: 100%;
	padding: 15px 0 10px 0;
}

.albums {
	position:relative;
	float:left;
	padding: 15px;
	margin: 5px 11px 6px 0;
	display:inline;
}
 
.album_overlay {
	position:absolute;
	opacity: .75;
	filter: alpha(opacity=75);
	background: #000000;
	height: 30px;
	width: 290px;;
	bottom: 15px;
	left: 0;
	margin: 0 15px 0 15px;
}

.album_title {
	position:absolute;
	bottom: 15px;
	left: 15;
	margin: 0 0 6px 9px;
	font-weight:bold;
	font-size:14px;
}

.album_title a{
	color:#B9B9B9;
}

.album_title a:hover{
	color:#FF0000;
	text-decoration:none;
}
	 

.thumbs {
	float:left;
	padding: 10px;
	margin: 0px 10px 10px 0;
	display:inline;
}

.photo_box_640 {
	clear: both;
	width: 640px;
	float: left;
	margin: 15px 0 10px 0;
	padding: 15px;
}

.photo_640_nav {
	position:absolute;
	width: 70px;
	top: 35px;
	left: 604px;
}

.photo_640_nav img {
	float:left;
	display:inline;
	margin: 0 5px 0 0;
}

.photo_info {
	width: 280px;
	float: right;
	margin: 15px 0 0 10px;
	padding: 15px;
	font-size: 11px;
	line-height:17px
}

.photo_info_h2 {
	font-size: 16px;
	padding: 0;
	margin: 0;
}
/*************************** Photos Start ***************************/
/*************************** Blog START ***************************/

.content {
	width: 635px;
	padding: 15px 15px 0 15px;
	margin: 0 0 15px 0;
	line-height: 22px;
	display:block;

}

.content a{
	font-weight:bold;
}

.content a:hover{
	font-weight:bold;
}

.content p{
	margin: 0 0 15px 0;
}

.contenttitle {
	padding: 0 0 5px 0;
	margin: 0;
	color: #7D7D7D;
}


.content h1 {
	font-size:18px;
	margin: 0 0 0 0;
	padding:15px 0 5px 0;
	color: #B9B9B9;
}

.content h2 {
	font-size:17px;
	margin: 0 0 0 0;
	color: #B9B9B9;
}

.content h3 {
	font-size:16px;
	margin: 0 0 0 0;
	padding:15px 0 3px 0;
	color: #B9B9B9;
}

.content h4 {
	font-size:14px;
	margin: 0 0 0 0;
	padding:15px 0 2px 0;
	color: #B9B9B9;
}

.content h5 {
	font-size:13px;
	margin: 0 0 0 0;
	padding:15px 0 2px 0;
	color: #B9B9B9;
}

.contenttitle h2 {
	font-size:16px;
	color: #B9B9B9;
}

.contenttitle h1 {
	font-size:24px;
	padding: 0 0 15px 0;
	color: #B9B9B9;
}

.contenttitle strong{
	font-size:11px;
}

.content_home_but {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index:99998;
	top: 0;
	left:0;
}

.content_home_but img{
	width: 100%;
	height: 100%;
}

.content_home_but a{
	z-index:1;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}

.content_home_but a:hover{
	z-index:1;
	opacity: .55;
	filter: alpha(opacity=55);
	background:#FF0000;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.navigation {
	position: relative;
	 z-index:99999;
}

#tag_box {
	
	margin: 0 0 15px 0;
	padding: 5px 15px 5px 15px;
}
	
.box_h2 {
	font-size:24px;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
}

.box_h2 a{
	color:#B9B9B9;
	text-decoration:none;
}

.box_h2 a:hover{
	color:#FF0000;
	text-decoration:none;
}




/*************************** archives.php ***************************/
#box_archive_wrap{
	padding: 0 20px 30px 0;
	margin: 20px 0 0 0;
	float:left;
	line-height:22px;
}

#box_archive_wrap h2{
	font-size: 16px;
	padding:0;
	margin:0;
	color:#B9B9B9;
}

#box_archive_wrap ul{
	list-style: url(arrow_sidebar.gif);
}

#box_archive_wrap li a{
	color:#B9B9B9;
	text-decoration:none;
}

#box_archive_wrap li a:hover{
	color:#FF0000;
	text-decoration:underline;
}

#box_archives_left {
	width: 264px;
	padding:10px 20px 10px 20px;
	margin: 0 20px 0 0;
	float:left;
	display:inline;
}

#box_archives_middle {
	width: 265px;
	padding:10px 20px 10px 20px;
	margin: 0 20px 0 0;
	float:left;
	display:inline;
}

#box_archives_right {
	width: 265px;
	padding:010px 20px 20px 20px;
	margin: 0 0 0 0;
	float:right;
	display:inline;
}

/*************************** archives.php END ***************************/
/*************************** archive.php START ***************************/
#archive_title_box {
	color: #FF0000;
	padding: 5px 15px 10px 15px;
	margin: 0 0 10px 0;
	float:left;
	line-height:22px;
}

#archive_title_box h2{
	margin:0;
	padding: 0;
}

/*************************** archive.php END ***************************/

/* 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:#3C3C3C;
	font-size:10px;
	margin:0;
	padding:0 5px 0 5px;
	color: #E7E7E7;
}

.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;
}

/************************* Comments START *************************/

.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;
	padding: 2px;
	background: #3C3C3C;
}


.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;
}
	
#comments {
	padding: 0;
	margin: 0;
}

.comment-author {
	color: #FF0000;
}

.comment-meta a{
	color: #7C7C7C;
	text-decoration:none;
}

.reply a {
	background: #2D2D2D;
	border: 1px solid #2D2D2D;
	color: #FF0000;
	padding: 3px;
}

.reply a:hover {
	background: #FF0000;
	border: 1px solid #2D2D2D;
	color: #FFFFFF;
	padding: 3px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 0 1px 0;
	background-color:#0F0F0F;
	color: #EEEEEE;
	border:1px solid #333333;
}

#commentform {
	margin: 5px 5px 0 0;
}

#commentform textarea {
	background-color:#0F0F0F;
	border:1px solid #333333;
	width: 100%;
	padding: 2px;
	color: #EEEEEE;
}

#respond {
	margin: 0 0 0 0;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
	margin: 0 0 40px 0;
	float: right;
}



.commentlist {
	padding: 0;
	text-align: justify;
	width: 100%;
	margin: 0;
	
}

.alt {
	padding: 10px 0 10px 20px;
	margin: 0;
}


	
.commentlist li {
	margin: 15px 0 10px 0;
	list-style: none;
}

.commentlist { 
	margin-right: -5px;

}

.commentlist p {
	margin: 0 5px 10px 0;
}

.children { 
	padding: 0; 
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
}
/*************************** Content END ***************************/
/*************************** Sidebar START ***************************/

#sidebar {
	width: 320px;
	float: right;
	margin: 20px 0 0 0;
	padding: 0 0 0 0px;
}

.sidebox {
	padding: 0 20px 10px 20px;
	margin: 0 0 15px 0;
}

#sidebar form {
	margin: 0;
}

#sidebar ul {
	margin: 0 0 0 20px;;
	padding: 0 0 0 0;
	list-style: url(arrow_sidebar.gif);
}

#sidebar li {
	margin-bottom: 5px;
	color: #7C7C7C;
}

#sidebar li li {
	margin-bottom: 0;
	padding: 0 0 0 5px;
}

#sidebar a {
	color: #5D5D5D;
	text-decoration: none;
}

#sidebar a:hover {
	color: #FF0000;
	text-decoration:underline;
}

/* sidebar - When Widgets are not activated */
#sidebar h3{
	color: #B9B9B9;
	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 ***************************/

/*************************** Ads Start ***************************/

#ad125x125 {
	margin:16px 0 3px 1px;
	padding: 0;
}

#ad125x125 img {
	margin: 5px;
}

#ad234x60 {
	margin:16px 0 7px 17px;
	padding: 0;
}

#ad234x60 img {
	margin: 5px;
}

#ad250x250 {
	margin:29px 0 10px 13px;
	padding: 0;
}

#ad250x250 img {
	margin: 0 0 10px 0;
}

#ad728x90 {
	width: 728px;
	height: 90px;
	float: right;
	padding: 20px 0 20px 0;
}


/*************************** Ads END ***************************/

/*************************** Footer START ***************************/
#footer {
	clear:both;
	float:left;
	padding:0 0 10px 0;
	width:660px;
	font-size: 9px;
}

.footer_text {
	color:#7C7C7C;
	font-size:11px;
}

.footer_text a{
	color: #7C7C7C;
	text-decoration:none;
}

.footer_text a:hover{
	color: #FF0000;
	text-decoration:underline;
}
/*************************** Footer END ***************************/
/*************************** Lightbox START **************************
	Lightbox JS: Fullsize Image Overlays 
	by Lokesh Dhakar - http://www.huddletogether.com

	For more information on this script, visit:
	http://huddletogether.com/projects/lightbox/
**********************************************************************/
#lightbox{
	background-color:#000000;
	padding:20px 20px 10px 20px;
	color:#B9B9B9;
}

#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	

#lightboxCaption{ 
	float: left; 
}

#keyboardMsg{ 
	float: right; 
}

#closeButton{
	top: 5px; right: 5px; 
}

#lightbox img{ 
	border: none; clear: both;
} 

#overlay img{ 
	border: none; 
}

#overlay{
	opacity: .70;
	filter: alpha(opacity=70);
	background: #FFFFFF;
}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/overlay.png", sizingMethod="scale");
}
/*************************** Lightbox END ***************************/

