/*
THEME NAME: RyanPharis
THEME URI: http://ryanpharis.com
DESCRIPTION: A custom-designed theme for RyanPharis.com based on the Sandbox theme for Wordpress
VERSION: 1.0
AUTHOR: <a href="http://ryanpharis.com">Ryan Pharis</a>
AUTHOR URI: http://ryanpharis.com
*/

* {
   margin: 0;
   padding: 0;
}

body {
   background: #002f2f;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 0.8em;
	background: #002f2f;
}

p {
   margin: 10px 0 10px 0;
}

a {
   color: #064d62;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

h2 {
   font-family: Candara, Arial, Helvetica, sans-serif;
   color: #2d2b0e;
   font-size: 1.5em;
   font-weight: normal;
}
h2 a {
	color: #2d2b0e;
}

img {
   border: 0;
}

ul {
   margin: 10px 0 10px 29px;
}

ul li ul {
   margin: 0 0 0 29px;
}

pre {
	background-color: white;
	border: 1px solid #002f2f;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	overflow: auto;
	padding: 5px;
	white-space: pre-wrap !important;
}


#container
{
	background: #efecca;
	width: 920px;
	margin: 0 auto;
   background: #efecca url(images/container-bg.png) repeat-x 0 112px;
}

div#header {
	height: 83px;
	background:#046380 url(images/header-bg.png);
}

div#blog-description {
	display: none;
}

h1#blog-title {
   padding: 6px 0 0 18px;
   width: 200px;
   float: left;
}
div#blog-description {
   display: none;
}
div#search-area {
   float: right;
}

div#nav {
	font-size: 1.15em;
	height: 29px;
	width: 100%;
	background: #046380 url(images/nav-menu-bg.png) repeat-x;
}

div#nav ul {
   margin: 0;
	padding: 6px 0 0 22px;
}

div#nav ul li {
	list-style: none;
	display: inline;
	margin-right: 20px;
}

div#nav ul li a {
   color: #fff;
}

div#content {
	float: left;
	width: 610px;
	margin: 17px 0 20px 20px;
}

div#sidebar {
   float: right;
   width: 250px;
   margin: 17px 20px 20px 0;
   background: #e1ddbc;
}


#footer
{
	height: 106px;
   background: #a7a37e url(images/footer-bg.png) repeat-y;
   border-top: 1px solid #57553d;
	text-align: center;
}


div#search-area {
	width: 250px;
	margin: 22px 10px 0 0;
}

#s {
	 width: 180px;
	 height: 31px;
	 border: none;
	 background: none;
	 background-image: url(images/search-txtfield.png);
	 font-size: 1.1em;
	 color: #fff;
	 padding: 6px 0px 0 8px;
	 float: left;
	 margin-top: 4px;
}


#searchsubmit {
	display: block;
	width: 52px;
	height: 38px;
	position: relative;
	margin-top: 5px;
	background: url(images/search-go-button.png) no-repeat;
	text-indent: -9999px;
	border: none;
	float: right;
}



div.post {
   background: #e9e6c4 url(images/post-header-bg.png) repeat-x top;
   margin-bottom: 15px;
   border: 1px solid #c3bfa0;
}


h2, h2.entry-title {
   margin: 8px 7px 7px 7px;
}
div.entry-content {
   margin: 20px 10px 10px 15px;
}
div.entry-meta {
   height: 23px;
   background: url(images/entry-meta-bg.png) repeat-x;
   padding: 8px 7px 0 15px;
   font-size: 0.9em;
}

span.comments-link img {
   margin: 0 6px -2px 4px;
}

div#sidebar h3 {
   text-transform: uppercase;
   color: #fff;
   font-weight: normal;
   font-size: .85em;
   letter-spacing: .2em;
   background: #046380 url(images/sidebar-h3-bg.png) repeat-x;
   height: 18px;
   padding: 4px 8px 0 8px;
}

div#sidebar h3#subscribe {
   background: #046380 url(images/sidebar-h3-subscribe-bg.png) repeat-x;
}

div#sidebar p {
   margin: 20px;
}

#sidebar ul {
	margin-right: 20px;
}

#sidebar ul li {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	background: url(images/li-separator.png) repeat-x 0px 18px;
	list-style-image: url(images/sidebar-ul-li-bullet.png);
}

img#rss-button {
   float: left;
   margin: 8px 8px 10px 10px;
}

div.entry {
	padding: 5px 10px 10px 10px;
}




img.border {
	padding: 2px;
	border: 1px solid #b4b196;
}

img#float-left {
	float: left;
	margin-right: 10px;
}

img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px;
	bordeR: 1px solid #046380;
}
