/* 
Theme Name: Ray Edwards
Theme URI: http://rayedwards.com
Description: Late 2009 Redesign for RayEdwards.com
Version: 1.0
Author: <a href="http://webdesign.com">WebDesign.com</a>
Author URL: http://webdesign.com
*/

body {
	font: 62.5% "Arial", Verdana, sans-serif;
	color: #373737;
	text-align: center;
	background: #3b3b3b;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#container {
	background: #fff url(images/container-bg.jpg) no-repeat bottom right;
	padding: 0 0 35px;
	width: 100%;
	float: left;
	display: inline;
}

/* @group header */

#header {
	float: left;
	width: 100%;
	height: 440px;
	margin-bottom: 0;
	background: #3b3b3b url(images/header-bg.jpg) no-repeat top center;
}

/* @group logo */

#logo {
	font-size: 2.4em;
	margin-top: 30px;
	text-indent: -9999px;
}

#logo a:link, #logo a:visited, #logo a:active, #logo a:hover {
	text-decoration: none;
	width: 295px;
	height: 80px;
	display: block;
	border: 0;
}


/* @end */

/* @group nav - plain text */

#nav {
	font-family: Gill Sans, Verdana, sans-serif;
	font-size: 1.9em;
	float: left;
	width: 100%;
	margin: 33px 0 0 20px;
}

#nav li {
	display: inline;
}

#nav li a:link, #nav li a:visited, #nav li a:active {
	float: left;
	display: block;
	margin-right: 30px;
	padding: 6px 15px 4px;
	color: #fff;
	text-decoration: none;
	border: 0;
}

#nav li a:hover, #nav li.current_page_item a:link, #nav li.current_page_item a:active, #nav li.current_page_item a:visited {
	color: #444;
	background: #fff url(images/nav-hover.jpg) no-repeat top right;
	border: 0;
	text-decoration: none;
}

/* @end */

/* @group navBottom */

#navBottom {
	font-family: Gill Sans, Verdana, sans-serif;
	font-size: 1.9em;
	width: 951px;
	height: 37px;
	float: left;
	display: inline;
	margin: -37px 0 0 25px;
}

#navBottom li {
	display: inline;
}

#navBottom li a:link, #navBottom li a:visited, #navBottom li a:active {
	float: left;
	display: block;
	margin-right: 10px;
	padding: 8px 15px 8px;
	color: #fff;
	text-decoration: none;
	border: 0;
}

#navBottom li a:hover, #navBottom li.current_page_item a:link, #navBottom li.current_page_item a:active, #navBottom li.current_page_item a:visited {
	color: #444;
	background: #fff;
	border: 0;
	text-decoration: none;
}

/* @end */



#topBox {
	clear: left;
	background: #fff url(images/topBox-bg.jpg) no-repeat top center;
	margin: 0 auto;
	width: 1000px;
	height: 266px;
	color: #fff;
	font-family: Verdana, sans-serif;
}

#topBox span {
	padding: 75px 0 0 75px;
	width: 525px;
	display: block;
	font-size: 2.2em;
}
#topBox p {
	padding: 10px 0 0 75px;
	width: 500px;
	height: 135px;
	font-size: 1.2em;
	line-height: 1.6;
}

#feeds {
	float: right;
	text-align: right;
	display: inline;
	width: 100px;
	margin: -35px 18px 0 0;
}
#feeds img {
	display: inline;
	margin: 0 8px 0 0;
	padding: 0;
}

/* @end */

/* @group mid */

#mid {	
	float: left;
	width: 100%;
}

#mid-inner {
	width: px;
	margin: 0 auto;
	text-align: left;
}

/* @end */

/* @group content */

#content {
	background: #fff url(images/content-bg.jpg) no-repeat top right;
	margin: 35px 0 0 35px;
	padding: 0 55px 0 0;
	float: left;
	display: inline;
	width: 630px;
}

.content a:link, .content a:visited, .content a:active {
	color: #4878ae;
	text-decoration: none;
	border-bottom: 0;
}

.content a:hover {
	color: #4878ae;
	border-bottom: 1px solid #4878ae;
}

.content h1 {
	margin-bottom: 0.2em;
	font-size: 2.8em;
	color: #c78800;
}

.post h1 a:link, .post h1 a:visited, .post h1 a:active {
	color: #c78800;
	text-decoration: none;
	border-bottom: 0;
}

.post:hover h1 a:link {
	color: #c78800;
	border-bottom: 0;
}
.post:hover h1 a:hover, .post h1 a:hover {
	color: #c78800;
	border-bottom: 1px solid #c78800;
}

.content h2 {
	margin-bottom: 1em;
	font-size: 1.8em;
	color: #;
}

.content h3 {
	margin: 2em 0 1em;
	font-size: 1.5em;
	font-weight: bold;
	color: #;
}

.content h4 {
	margin: 2em 0 1em;
	font-size: 1.4em;
	font-weight: bold;
	color: #;
}

.content h5 {
	margin: 2em 0 1em;
	font-size: 1.3em;
	font-weight: bold;
	color: #;
}

.content h6 {
	margin: 2em 0 1em;
	font-size: 1.2em;
	font-weight: bold;
	color: #;
}

.content p, .content blockquote {
	margin-bottom: 1.0em;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content ul {
	margin: 0 0 15px 30px;
}

.content ul li {
	list-style-type: square;
}

.content ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.content ol li {
	list-style-type: decimal;
}

.content li {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content blockquote {
	padding: 0 15px;
	font-style: italic;
}

.content img {
	display: block;
	padding: 10px;
	background: #;
	border: 1px solid #;
}

.content img.alignleft {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.content img[align $='left'] {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.content img.alignright {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

.content img[align $='right'] {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

/* @group Post */

.post {
	background: url(images/post-bg.jpg) no-repeat bottom center;
	padding: 0 0 35px 0;
	margin: 0 0 30px 0;
}

.post a:link, .post a:visited, .post a:active {
	color: #4878ae;
	text-decoration: none;
	border-bottom: 0;
}

.post:hover a:link {
	color: #4878ae;
	text-decoration: none;
	border-bottom: 1px dashed #4878ae;
}

.post:hover a:hover, .post a:hover {
	color: #4878ae;
	border-bottom: 1px solid #4878ae;
}

.post-meta {
	padding: 0 0 4px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #c3c3c3;
	color: #969696;
	font-size: 1.1em;
}
.post-meta span {
	width: 200px;
	text-align: right;
}
.post-meta span img {
	display: inline;
	margin: 0;
	padding: 0;
}

.post-meta span a:link, .post-meta span a:active, .post-meta span a:visited, .post:hover .post-meta span a:link {
	color: #969696;
	border: 0;
}
.post:hover .post-meta span a:hover, .post-meta span a:hover {
	border: 0;
	color: #4878ae;
}

.post-foot {
	padding: 7px 0 1px;
	margin: 0 0 0 0;
	border-bottom: 1px dotted #c3c3c3;
	border-top: 1px dotted #c3c3c3;
	font-size: 1.1em;
	height: 20px;
}
.post-foot img, .post-foot img {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
}

/* @end */

/* @end */

/* @group sidebar */

#sidebar {
	margin: 35px 35px 0 0;
	float: right;
	display: inline;
	width: 225px;
	font-size: 1.1em;
	line-height: 1.3;
}

.sidebar a:link, .sidebar a:visited, .sidebar a:active {
	color: #4878ae;
	text-decoration: none;
	border-bottom: 0;
}

.sidebar a:hover {
	color: #4878ae;
	border-bottom: 1px solid #4878ae;
}

.sidebar h2 {
	margin-bottom: 10px;
	font-size: 1.9em;
	color: #5a6f80;
	border-bottom: 1px dotted #c0c0c0;
}

.sidebar h3 {
	margin-bottom: 1em;
	font-size: 1.5em;
	font-weight: bold;
	color: #;
}

.sidebar h4 {
	margin-bottom: 1em;
	font-size: 1.4em;
	font-weight: bold;
	color: #;
}

.sidebar h5 {
	margin-bottom: 1em;
	font-size: 1.3em;
	font-weight: bold;
	color: #;
}

.sidebar h6 {
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;
	color: #;
}

.sidebar p, .sidebar blockquote {
	margin-bottom: 1.8em;
	font-size: 1.3em;
	line-height: 1.4em;
}

.sidebar ul {
	margin: 0 0 15px 0px;
}

.sidebar ul li {
	list-style-type: none;
	border-bottom: 1px dotted #c0c0c0;
	padding: 0 0 2px;
}

.sidebar ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.sidebar ol li {
	list-style-type: decimal;
}

.sidebar li {
	margin-bottom: 3px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.sidebar .textwidget {
	margin: 0 0 35px;
}

/* @end */

/* @group comments */

#comments {
	margin: 0 0 20px;
}

#comments .commentlist li.alt {
	background: transparent;
}

#comments .commentlist {
	margin: 0;
	padding: 0;
	width: 590px;
}

#comments .commentlist li {
	margin: 15px 0 10px;
	padding: 10px;
	list-style: none;
	font-size: 12px;
	background: 0;
	display: block;
	border-bottom: 1px dotted #c0c0c0;
}

#comments .commentlist h3 {
	margin: 0;
}

#comments .commentlist p {
	margin: 0;
	font-size: 12px;
	line-height: 1.4em;
}

#commentform p {
	margin: 0;
}

#commentform p small {
	font-size: 11px;
	color: #;
}

.nocomments {
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0 0 15px;
	display: block;
}

#comments .commentmetadata a:link, #comments .commentmetadata a:visited, #comments .commentmetadata a:active {
	color: #;
}

#comments .commentmetadata a:hover, #comments .comment-author a:hover {
	color: #;
	background: transparent;
}

#comments .avatar {
	float: left;
	display: inline;
	margin: -3px 10px 0 0;
	padding: 3px;
	background: #;
	border: 1px solid #;
}

#comments .comment-author {
	font-size: 11px;
	text-transform: lowercase;
	color: #;
}

#comments .comment-author cite {
	font-size: 1.4em;
	color: #;
}

#comments .comment-author a:link, #comments .comment-author a:visited, #comments .comment-author a:active, #comments .comment-author a:hover {
	text-transform: none;
}

#commentform {
	margin: 0 20px;
	padding-bottom: 20px;
}

#commentform label {
	font-size: 12px;
	color: #;
}

#commentform label span {
	font-size: 11px;
	color: #;
}

#commentform input, #commentform textarea {
	padding: 5px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #;
	border: 1px solid #;
}

#commentform input:focus, #commentform textarea:focus {
	color: #;
	border: 1px solid #;
}

#commentform input#author, #commentform input#email, #commentform input#url {
	width: 200px;
	margin-right: 5px;
}

#commentform textarea {
	width: 590px;
	height: 150px;
	margin-bottom: 5px;
}

#commentform p.subscribe-to-comments {
	float: left;
	display: inline;
	margin-top: -25px;
}

#commentform p.subscribe-to-comments input {
	margin-left: 5px;
}

#commentform #submit {
	float: right;
	display: inline;
	padding: 5px 15px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #4878ae;
	border: 2px solid #6b9dd6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#commentform #submit:hover {
	color: #fff;
	background: #3f638b;
	cursor: pointer;
}

/* @end */

/* @group footer */

#footer {
	background: #292929;
	clear: both;
	color: #fff;
	height: 75px;
	margin: 0 0 35px;
	padding: 35px 0 0 30px;
}

#footer-credits {
	
}

#footer-meta {
	
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #c78800;
	text-decoration: none;
	border-bottom: 0;
}

#footer a:hover {
	color: #c78800;
	border-bottom: 1px solid #c78800;
}

#footer p {
	font-size: 1.1em;
}

#footer ul {
	margin-bottom: 3px;
}

#footer ul li {
	display: inline;
	margin-left: 3px;
	padding-left: 5px;
	font-size: 1.1em;
	border-left: 1px solid #999;
}

#footer ul li.first {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

/* @end */

/* @group miscellaneous */

strong {
	font-weight: bold;
}
em {
	font-style:italic;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px solid #c0c0c0;
}
* html acronym, abbr {
	border-bottom: 1px dashed #c0c0c0;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
hr {
        display: block;
        clear:both;
}
table {
	border-collapse:collapse;
	margin-bottom:15px; 
}
tr, td, th {
	margin:auto; 
}
td, th {
	padding:10px;
	vertical-align:top;
}
th {
	font-weight:bold;
}

.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

/* @end */

