/*
Theme Name: Rhino
Theme URI: http://www.eflow.org/blog
Description: Design copied from <a href="http://www.nightday83.art.pl" title="Webdesign & Seo Warsaw">ND83</a>
Version: 1.0
Author: bwolfe (Copied from Nd83)
Author URI: http://eflow.org/blog (Copied from http://www.nightday83.art.pl)
License: General Public License (GPL)
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #202020;
}

body, input, textarea, select {
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px auto;
}

h1, h2, h3 {
	margin-top: 1em;
	margin-bottom: .5em;
	font-weight: normal;
	color: #335555;
}

h1 {
	font-weight: bold;
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.0em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {	
	margin-right: 25px;
	margin-left: 25px;
	padding: 3px 5px 0px 5px;
	#background: transparent url(images/blockquote.gif) no-repeat ;
	background-color: #f2f7f0;
	border: 1px solid #335555;
	#font-style: italic;
}

ul {
	list-style-type: square;
}

a {
	color: #335555;
}

a:hover {
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	width: 854px;
	margin: 0 auto;
	border: 0;
	background-color: #FFF;
}

/* Header */

#header {
	height: 244px;
	position: relative;
	background: #8c8c8c url(images/rhino-banner3.jpg) no-repeat;
	margin: 0px auto;
}

#header h1, #header h2 {
}

#header h1 {
	margin-bottom: 0;
	margin-top: 0;
	position: absolute;
	top: 112px;
	left: 10px;  
	font-size: 3em;
	letter-spacing: -3px;
	z-order: 2;
}

#header h2 {
	margin-bottom: 0;
	margin-top: 0;
	position: absolute;
	top: 150px;
	left: 10px;  
	font-weight: bold;
	font-size: 1em;
	z-order: 1;
}

#header a {
	text-decoration: none;
	color: #FFF;
	z-order: 2;
}

#header h2 a {
	color: #335555;
	z-order: 1;
}

#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Menu */

#menu
{
	width: 850px;
	position: absolute;
	margin: -250px 0;
}

#menu ul
{
	list-style: none;
	text-align: right;
	padding: 215px 0px 10px 0px;
	margin: 0;
}

#menu li
{
	padding: 5px 5px 15px 5px;
	display: inline;
}

#menu li a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	padding: 5px 5px 5px 5px;
	border: 1px dotted #FFFFFF;}

#menu li a.active
{
	border: 1px solid #FFFFFF;
	background: transparent url(images/trans.png);
}

#menu li a:hover
{
	border: 1px solid #FFFFFF;
	background: transparent url(images/trans.png);
}

/* Content */

#content {
	background: #FFF url(images/wall_all.jpg) repeat-y;
	margin: 0px auto;
	width: 850px;
	border-right: 2px solid #335555;
	border-left: 2px solid #335555;
	border-bottom: 1px dotted #669999;
}

/* Blog */

#blog {
	background: #FFF;
	float: right;
	width: 629px !important;
	width: 626px;  /* IE6 3px problem */
	margin: 0px auto;
	padding: 10px 20px 0px 10px;
}

/* Post */

.post {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#title {
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
}

.maintitle {
	font-size: 1.6em;
	padding-bottom: 0px;
	margin-bottom: 1px;
}

#titlepage {
	color: 	#335555;
	height: 37px;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
}

#title a {
	text-decoration: none;
}

#title a:hover {
	text-decoration: none;
	border-bottom: 2px dotted #335555;
}

#title #date {
	text-align: left;
	font-size: 13px;
	padding: 0px 0px 0px 5px;
	color: #335555;
	margin: 0px 0px 0px 0px;
}


.post .entry {
	padding: 0px 15px 1px 15px;
	line-height: 1.5em;
}

.post .entry p {
	margin-bottom: .5em;
}

.post .entry .meta {
	margin-top: 5px;
	color: #AAAAAA;
	padding-left: 0px;
}

.post .entry .meta a, .post .entry .meta a:visited, .post .entry .meta a:link, p a.more-link, p a.more-link:link, p a.more-link:visited {
	color: #77AAAA;
}

.post .meta .commentlink {
	font-weight: bold;
}

.entry h1, .entry h2, .entry h3 {
	color: #333;
}

/* Sidebar */

#sidebar {
	background: #335555;
	float: left;
	width: 171px;
	padding: 10px 0px 0px 0px;
	margin: 0;
	list-style: none;
	color: white;
}

#sidebar li {
	margin-bottom: 10px;
}




#sidebar li ul {
	line-height: 1.5em;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 15px;
	margin-top: 0px;
}

#sidebar li li {
	margin: 0;
	color: #white;
	font-size: .8em;
}

#sidebar h2 {
	height: 17px;
	background: url(images/side_title.gif) no-repeat center center;
	text-transform: uppercase;
	color: #669999;
	font-size: 0.9em;
	padding: 1px 13px 0px 12px;
	margin-top: 0px;
	font-weight: bold;
	text-align: center;
}

#sidebar li ul li a {
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	color: white;
	padding-left: 10px;
	padding-right: 2px;
	background: transparent url(images/listoff.gif) left center no-repeat;
}

#sidebar a:hover {
	text-decoration: none;
	color: white;
	border-bottom: 1px dotted white;
	background: transparent url(images/liston.gif) left center no-repeat;
}


#wp-calendar {
	width: 100%;
	background: #335555;
	font-size: 0.85em;
	font-weight: bold;
	text-align:center;
	color: white;
}

#wp-calendar a:hover {
	font-weight: bold;
	background: white;
	color: #669999;
}

#wp-calendar td {
	height:12px;
}

#wp-calendar a {
	background: #335555;
	color: white;
	padding:  0px;
	display:block;
	text-decoration:none;
	line-height:12px;
	border-bottom: 1px dotted white;
}

#wp-calendar caption {
	font-size: 1.2em;
}

#wp-calendar #today {
	border: 1px solid white;
}

#wp-calendar #prev a, #wp-calendar #next a {
	border-bottom-width: 0px;
}


#rss a{	border-bottom: 0px;
	background: transparent;
	overflow: hidden;
}
#rss a:hover {	border-bottom: 0px;
	background: transparent;
	overflow: hidden;
}
#rss img:hover {	border-bottom: 0px;
	background: transparent;
	overflow: hidden;
}

#searchbg {
background: transparent url(images/searchbg.jpg) no-repeat center center;
height:25px;
margin-bottom:20px;
}

#s {
width: 110px;
height: 15px;
color: #669999;
font-weight: bold;
border: 0px;
}

#go {
	background: transparent;
	color: #669999;
	font-weight: bold;
	border: 0px;
	font-size: 1.25em;
	outline: none;
	height: 15px;}


/* Footer */

#footer{
	font-size: 0.7em;
	background: white url(images/wall_all.jpg) repeat-y;
	margin: 0px auto;
	padding: 10px 10px 10px 160px;
	text-align: center;
	border-right: 2px solid #335555;
	border-left: 2px solid #335555;
	border-bottom: 2px solid #335555;
	width: 680px;
}


/* Comments Styling */
#comment {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #669999;
	font: Trebuchet MS, Verdana, Sans-Serif;
}

#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #669999;
}

#commentform {
	margin: 1em 0;
	background: #ffffff;
	xwidth: 280px;
}

#commentform p {
	text-align: left;
}

#commentform textarea {
	background: #ffffff;
	border-top: 1px solid #669999;
	border-left: 1px solid #669999;
	border-bottom: 1px solid #669999;
	border-right: 1px solid #669999;
	xwidth: 280px;
}
#commentform textarea:hover {
	background: white;
	border-top: 1px solid #669999;
	border-left: 1px solid #669999;
	border-bottom: 1px solid #669999;
	border-right: 1px solid #669999;
}
#commentform textarea:focus {
	background: white;
	border-top: 1px solid #669999;
	border-left: 1px solid #669999;
	border-bottom: 1px solid #669999;
	border-right: 1px solid #669999;
}

#commentform #email, #commentform #author, #commentform #url {
	font-size: 1.1em;
	background: #ffffff;
	border-top: 1px solid #669999;
	border-left: 1px solid #669999;
	border-bottom: 1px solid #669999;
	border-right: 1px solid #669999;
	width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 1.1em;
	background: white;
	border-top: 1px solid #669999;
	border-left: 1px solid #669999;
	border-bottom: 1px solid #669999;
	border-right: 1px solid #669999;
	width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 1.1em;
	background: white;
	border-top: 1px solid #669999;
	border-left: 1px solid #669999;
	border-bottom: 1px solid #669999;
	border-right: 1px solid #669999;
	width: 280px;
}
#commentform input{
	margin-bottom: 3px;
}



.submit1{
	width: 280px;
	font-size:1.10em;
	color: white;
	background: #335555;
	border-top: 1px solid #669999;
	border-left: 1px solid #669999;
	border-bottom: 1px solid #669999;
	border-right: 1px solid #669999;
	border-right: 1px solid #669999;
}

.submit1:hover, .submit1:focus{
	cursor:hand;
	cursor:pointer;
	background: white;
	color: #335555;
	border-top: 1px solid #669999;
	border-left: 1px solid #669999;
	border-bottom: 1px solid #669999;
	border-right: 1px solid #669999;}

p.nocomments { display: none; }

.ag_wp_title { display: none; }

.ajax_gallery_c table td {
	vertical-align: top;
}