/*
Theme Name: Rhyous
Theme URI: http://srinig.com/wordpress/themes/fluid-blue/
Description: My Theme customized from fluid-blue. Right sidebar supports widgets. Tags and gravatars supported. Valid XHTML and CSS.f
Version: 1.0
Author: A Jared Barneck modification of Srini G's work.
Author URI: http://srinig.com/wordpress
Tags: blue, light, two-columns, flexible-width, right-sidebar, threaded-comments

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	margin:0;
	background:#FFFFFF;
	color:#444;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:center;
	height: 100%
}

a { 
	color:#258;
	text-decoration:none;
	target: _blank;
}

a:hover {
	text-decoration:underline; 
}

.button {
    display: block;
    height: 20px;
    width: 150px;
    border: 1px solid #000;
    margin: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
}

h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
	margin-bottom:3px;
	/* color:#27a; */
	color:#B54141;
        /* color: #165279; */
	text-align:left;
}

h1 {font-size:2.6em;}
h2 {font-size:2em;}
h3 {font-size:1.6em;}
h4 {font-size:1.2em;}
h5 {font-size:1em;}
h6 {font-size:0.8em;}

hr {
	color: #165279;
	background-color: #165279;
	height: 5px;
}

img {
	border:0;
}

input {
	font-size:1.2em;
}

input[type=text], textarea{
	background:#fff;
	border:1px inset #aaa;
}
input[type=submit] {
	background:#eee;
	border:1px outset #aaa;
}

textarea {
	font-size:12px;
}

pre {
	font-size:1em;
	overflow:auto;
	top:5px;
	bottom:5px;
}
code {
	font-size:13px;
	background-color:#f8f8f8;
	color:#111;
}

table, th, td {
	/* border: 1px */
}

/* Layout */
#page {
	min-width:760px;
	margin:0 auto;
	text-align:left;
	height: 100%;
}

/*#wrapper {
	margin-right:0 5%;
	margin-left: 9.3em;
	padding-right:230px;
}*/
#wrapper {
	margin:0 9em;
	padding-right:270px;
}

#content{
	float:left;
	width:96%;
	padding: 0px 4% 20px 0;
}

#sidebar{
	float:right;
	margin:0 -275px 0 0;
	width:235px;
	padding:20px;
	background:#eee;
	height: 100%;
}

#footer {
	clear:both;
	padding:10px;
	border-top:0.2em solid #555;
}

/* Header */

#header {
	margin:0;
	padding: 0;
	height: 11em;
	/* background:#237ab2; */
	background:#EEEEEE;
}

#headertitle {
	float:left;
	position:absolute;
	top: .7em;
	left: 20em;
}
#headertitle h1 {
	margin:0;
	font-size: 3.5em;
}

#headertitle h1 a {
	background:transparent;
	color:#B54141;
	font-family: Arial;
}
#headertitle h1 a:hover {
	text-decoration:none;
}

#headertitle p {
	margin:0;
	background:transparent;
	color:#fff;
	font-size: .8em;
}
div#header-image-sword {
	float:left;position:absolute;
	top:0.5em;
	left: 9em;
}
div#header-image-sword img {
	width: 350px;
}
#headertagline {
	float:left;
	position:absolute;
	top:5em;
	left:20em;
}
#headertagline a {
	margin:0;
	background:transparent;
	font-size: 1em;
	color:#B54141;
}
#headertagline h2 a:hover {
	text-decoration:none;
}

#header-ads {
	float:left;
	position:absolute;
	top: .5em;
	left: 50em;
}
.search {
	padding: 10px;
	float:right;
	margin: 60px 106px 0 0;
	width:210px;
	border-color: #165279;
	border-style:solid;
	border-width: 2px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.search form {
	padding:0;
}
.search input {
	display:inline;
	width:200px;
	color:#B54141;
	font-size:1.6em;
}


/* Top navigation */
#navbar {
	border-top:0.1em solid #555;
	border-bottom:0.1em solid #555;
	background: #165279;
	height: 2.3em;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 999999;
}
	
#nav {
	margin: 0 9em;
	padding: 0;
	list-style: none;
	}
	
#nav ul {
	padding:0.1em 0 0 0;
	margin:0;
	list-style: none;
	background:transparent;
	}

#nav a {
	/* color:#c6c8c9; */
	color:#EEEEEE;
	display: block;
	font-weight: bold;
	/* padding-top: 0.3em;
	padding-right: 1em; */
	padding: 0.3em 0.5em;
        font-size: 1.2em;
	}
	
#nav a:hover {
	background: #237ab2;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 0.3em 0.5em;
}

#nav li {
	float: left;
	margin: 0;
	/* text-transform:uppercase; */
	padding: 0 2em 0 0;
}
	
#nav li li {
	float: left;
	margin: 0;
	padding: 0;
	width: 14em;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #165279;
	/* color: #c6c8c9; */
	color:#EEEEEE;
	width: 14em;
	float: none;
	margin: 0;
	padding: 0.5em ;
	border-bottom: 1px solid #aaa;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #237ab2;
	color: #fff;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}


/* Sidebar */


#sidebar ul {
	padding:0;
	margin:0;
	list-style: none;
	font-size:1.1em;
}
#sidebar ul ul {
	font-size:1em;
}

#sidebar ul li {
	margin:0 0 2em 0;
}

#sidebar ul ul {
	margin:0;
	padding:0;
}

#sidebar li li {
	margin:0.1em 0;
}

#sidebar li li li {
	padding-left:10px;
}

#sidebar ul h2 {
	margin:0;
	padding:0;
	color:#B54141;
	font-size:1.2em;
	text-transform:uppercase;
}

a#Ad-Link {
	font-size:2em;
}

/* Footer */
#footer { 
	text-align:center;
	font-size:1em;
	background:#165279;
	color:#eee;
}

#footer a {
	color:#aac;
}

/* Post */
hr {
	margin-top:15px;
}

h1.posttitle {
	font-size:2em;
}

.post {
	margin:0 0 4em 0;
	clear:both;
}

.post p, .post ol li, .post ul li{
	margin-top:5px;
	font-size:1.2em;
	line-height:1.5em;
	text-align:justify;
}
.post li li {
	font-size:1em;
}

.post blockquote {
	padding:0 0 0 2em;
	border-left:0.4em solid #ccc;
	font-size:0.9em;
}
.post blockquote blockquote {
	margin-left:0;
	font-size:1em;
}

.postentry a {
	border-bottom:1px solid #ddd;
}
.postentry a:hover {
	border-bottom:1px solid #258;
	text-decoration:none;
}

.postmetadata {
	clear:both;
	margin:1em 0;
	font-size:1.2em;
	color:#888;
	text-align:justify;
}

div.navigation {
	font-size:1.1em;
}

.postentry table {
	border-width: 0px;
	border-style: 0px;
	border-color:#ccc;
	font-size:0.9em;
}

.postentry table tr td {
	/* border: 0px; */
	font-size:1.4em;
	font-family: Courier New;
}

.postentry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

/* Comments */

#comments {
	font-size:1.2em;
}

.commentlist {
	margin:20px 0;
	padding:0;
	border-width:0 0.1em 0.1em 0;
	border-color:#eee;
	border-style:solid;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	border-width:0.1em 0 0 0.1em;
	border-color:#eee;
	border-style:solid;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#fafafa;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}

ul.children li {
	list-style:none;
	z-index: 99999; /* make sure it is the top element always */
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
	font-size:1.2em;
}


textarea#comment {
	width:100%;

}

#comments div.navigation {
	font-size:0.9em;
}

/* Comment ends */


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#aaa;
	text-align:left;
}
#wp-calendar thead th {
	font-weight:normal;
	color:#27a;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
#wp-calendar tbody td.pad {
	border:none;
}
/* Calendar ends */

abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 5px 5px 0;
}

.alignright {
   float: right;
   margin: 5px 0 5px 5px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* My Edits */
select.postform{
	font-size: 1.5em;
	width: 200px;
}
option.level-0{
	width: 200px;
}

/* For command line and shell output */
div.shell{
	background-color:#363636;
	color:#ffffff;
	font-size: 12px;
	font-family: Courier New;
	border-style:ridge;
	border-width:5px;
	padding:5px;
	quotes: "\"" "\"" "'" "'";
}

div.shell table tr td {
	border: 0px;
	font-size: 12px;
	font-family: Courier New;
	quotes: "\"" "\"" "'" "'";
}

pre.shell{
	background-color:#363636;
	color:#ffffff;
	font-size:1.1em;
	font-family: Courier New;
	border-style:ridge;
	border-width:5px;
	padding:5px;
}

pre.shell table tr td {
	border: 0px;
	font-size: 12px;
	font-family: Courier New;
}

a.featuredpost{
	color:#ffffff;
	text-decoration: none;
}

a.NoUnderline {
	text-decoration: none;
}

a.post-edit-link {
	font-size: 1.2em;
}

p.note404 {
	font-size: 2em;
}

#Box {
	display: block;
	/* width: 206px;  */
	/* height: 162px; */
	/* float: left; */
	border: 0px none;
	padding-top: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}

div#Box a{	
	border: none;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.BoxLink img{
	text-decoration: none;
	border: 1px solid #FFFFFF;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.BoxLink:hover img{
	border: 1px solid #B54141;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

a.BoxThumbLink {
	text-decoration: none;
	border: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.BoxThumbLink img{
	margin-top: 15px;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.BoxThumbLink:hover img{
	border: 1px solid #B54141;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.home-body {
	padding: 20px;
	display: block;
	/* float: left; */
	margin-top: 15px;
	margin-right: 15px;
	font-size: 1.5em;
	font-family: Arial;
	color: #000000;
	border-color: #165279;
	border-style:solid;
	border-width: 2px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	min-width: 380px;
}

li.widget
{
	padding: 10px;
	width: 210px;
	margin: 5px;
	border-color: #165279;
	border-style:solid;
	border-width: 2px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

div.floatleft
{
	float: left;
}

#recent-posts-2 li {
	padding-bottom: 10px;
}

#jpp_widget-2 li {
	padding-bottom: 10px;
}

li.recent-posts, li.page_item {
	padding-bottom: 10px;
}

ol.Steps {
	counter-reset: section;
	list-style-type: none;
	padding: 0;
	padding-left: 55px;
}

ol.Steps li {
	text-indent: -55px;
}

ol.Steps li:before {
	font-family: "Courier New";
	counter-increment: section;
	content: "Step " counter(section) " - ";
}

table.Ad {
	width: 206px;
}

select.select-Ad{
	font-size: 1.1em;
	width: 150px;
}

div.adbar {
	float: left; 
	margin-top:15px;
	margin-bottom:15px;
	background-image: url('http://www.rhyous.com/wp-content/uploads/2012/02/AdBar.png');
	z-index: 1; /* make sure it is the bottom element always */
}

a.boxed-ad-short {
	font-size: 2.0em;
	display:block; 
	width:206px; 
	height:90px;
	line-height:90px;
	vertical-align: middle; 
	text-decoration: none;
	text-align: center; 
	background-image: url('http://www.rhyous.com/wp-content/uploads/2011/01/Box-short.png');
}

a.boxed-ad {
	font-size: 2.0em;
	display:block; 
	width:206px; 
	height:158px;
	line-height:158px;
	vertical-align: middle; 
	text-decoration: none;
	text-align: center; 
	background-image: url('http://www.rhyous.com/wp-content/uploads/2010/12/Box.png');
}

a.boxed-ad:hover {
	border: 1px solid #B54141;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.boxed-download {
	font-size: 3.5em;
	color:#B54141;
	display:block; 
	width:206px; 
	height:90px;
	line-height:90px;
	vertical-align: middle; 
	text-decoration: none;
	text-align: center; 
	background-image: url('http://www.rhyous.com/wp-content/uploads/2011/01/Box-short.png');
}

a.boxed-download:hover {
	border: 1px solid #B54141;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.roundedbox {
	margin: 5px;
	padding: 10px;
	border-style:solid;
	border-width: 2px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

line {
	font-size: 1em;
}

#right-corner {
	position: fixed; /* Make sure you can align it exactly */
	cursor: pointer; /* Change the cursor on mouse over */
	top: 0px; /* Change to 100px to put it under a 100px banner */
	right: 0px; /* Change to 100px to put it left of a 100px right-side bar */
	z-index: 99999; /* make sure it is the top element always */
}

.header-link {
	color: #165279;
	font-size: 12pt;
}

.header-link a:link, a:visited {
	color: #165279;
	font-size: 12pt;
	text-decoration: none;
}

.syntaxhighlighter table {
        margin: 1em 0 1em 0 !important;
}