* {
	margin: 0;
	padding: 0;
}
html, body { width: 100%; height: 100%; }
body {
	font: 1.0em Helvetica, Arial, sans-serif, Verdana;
	color: #151515;
	background-color: #0B80A6;
}
h1 span, h2 span, a span, label span { display: none; }
a, a:visited, a:active { color: #151515; }
a:hover { color: #0B80A6; }
img { border: 0px !important; }
.clearer { clear: both; }

#menu {
	width: 100%;
	height: 24px;
	padding: 13px 13px 13px 3px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9000;
	background-color: #0A7395;
}
#menu[id] { background: transparent url(images/menu_bg.png) 0 0 repeat; }
#menu_left { float: left; }
#menu_right {
	float: right;
	margin-right: 13px;
}

#menu a {
	display: block;
	float: left;
	margin-left: 10px;
	height: 24px;
	background-position: 0 0;
	background-color: transparent;
	background-repeat: none;
}
#menu a:hover { background-position: 0 -24px; }

a#menu_toc { width: 134px; background-image: url(images/menu_tableofcontents.gif); }
a#menu_toc[id] { background-image: url(images/menu_tableofcontents.png); }
a#menu_about { width: 60px; background-image: url(images/menu_about.gif); }
a#menu_about[id] { background-image: url(images/menu_about.png); }
a#menu_contact { width: 73px; background-image: url(images/menu_contact.gif); }
a#menu_contact[id] { background-image: url(images/menu_contact.png); }
a#menu_index{ width: 56px; background-image: url(images/menu_index.gif); }
a#menu_index[id] { background-image: url(images/menu_index.png); }

a#menu_previous { width: 32px; background-image: url(images/menu_previous.gif); }
a#menu_previous[id] { background-image: url(images/menu_previous.png); }
a#menu_next { width: 32px; background-image: url(images/menu_next.gif); }
a#menu_next[id] { background-image: url(images/menu_next.png); }
a#menu_first { width: 32px; background-image: url(images/menu_first.gif); }
a#menu_first[id] { background-image: url(images/menu_first.png); }
a#menu_last { width: 32px; background-image: url(images/menu_last.gif); }
a#menu_last[id] { background-image: url(images/menu_last.png); }

a#menu_previous , a#menu_next, a#menu_first, a#menu_last { float: right; }
div#menu_previous_ex, div#menu_next_ex, div#menu_first_ex, div#menu_last_ex {
	display: block;
	float: right;
	margin-left: 10px;
	width: 32px;
	height: 24px;
	background: transparent url(images/menu_previous_ex.gif) 0 0 no-repeat;
}
div#menu_previous_ex[id] { background-image: url(images/menu_previous_ex.png); }
div#menu_next_ex { background-image: url(images/menu_next_ex.gif); }
div#menu_next_ex[id] { background-image: url(images/menu_next_ex.png); }
div#menu_first_ex { background-image: url(images/menu_first_ex.gif); }
div#menu_first_ex[id] { background-image: url(images/menu_first_ex.png); }
div#menu_last_ex { background-image: url(images/menu_last_ex.gif); }
div#menu_last_ex[id] { background-image: url(images/menu_last_ex.png); }

#search { float: right; }
label#menu_searchtext {
	display: block;
	float: left;
	margin-left: 10px;
	height: 24px;
	width: 68px;
	background: transparent url(images/menu_searchtext.gif) 0 0 no-repeat;
}
label#menu_searchtext[id] { background-image: url(images/menu_searchtext.png); }
#menu_right #search_input {
	float: left;
	width: 100px;
	border: 0px;
	height: 16px;
	padding: 4px;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	font: 0.75em Helvetica, Arial, sans-serif, Verdana;
	color: #999;
	background-color: #EEE;
}
#menu_right #search_button {
	display: inline;
	height: 24px;
	width: 40px;
	overflow: hidden;
	text-indent: -1000px;
	font-size: 0;
	color: #FFF;
	background: transparent url(images/menu_search.gif) 0 0 no-repeat;
	cursor: pointer;
	border: 0px;
}
#menu_right #search_button[id] { background-image: url(images/menu_search.png); }
#menu_right #search_button:hover { background-position: 0 -24px; }

#wrapper {
	width: 1200px;
	position: relative;
	z-index: 0;
}
#header { width: 1200px; height: 100px; padding: 0px 0px 0px 50px; }
#header[id] { padding-top: 40px; }
#header a { display: block; width: 500px; height: 100px; }
h1#h1-ryanomicon {
	display: block;
	float: left;
	width: 500px;
	height: 100px;
	background: transparent url(images/h1-ryanomicon.gif) 0 0 no-repeat;
}
#left {
	float: left;
	width: 900px;
}
#container {
	min-height: 650px;
	background: transparent url(images/tabs_bg.gif) 0 0 repeat-y;
}
#right {
	float: right;
	width: 300px;
	margin-top: 20px;
}

#tabs {
	position: relative;
	float: left;
	width: 50px;
	padding: 10px 0px;
	z-index: 20;
}
#main {
	float: left;
	width: 800px;
	padding-right: 20px;
	background: transparent url(images/left_top_bg.gif) 0 0 no-repeat;
}
#main[id] { background-image: url(images/left_top_bg.png); }
#content {
	width: 800px;
	margin-top: 20px;
	padding-right: 20px;
	background: transparent url(images/left_mid_bg.gif) 0 0 repeat-y;
}
#content[id] { background-image: url(images/left_mid_bg.png); }
#post { padding: 30px 50px; min-height: 600px; }
#post h1, #post h2, #post h3, #post h4, #post h5 { font-size: 1.90em; font-weight: normal; padding-bottom: 10px; }
#post h1, #post h2 {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #333;
}
#post h1 a { text-decoration: none; }
#post h2 {
	font-size: 1.45em;
	padding-top: 20px;
	padding-bottom: 15px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#post h3 { font-size: 1.35em; }
#post h4 { font-size: 1.25em; }
#post h5 { font-size: 1.15em; }
#post p {
	font-size: 0.80em;
	line-height: 1.6em;
	padding-bottom: 20px;
	text-align: justify;
}
#post blockquote {
	border-left: 5px solid #0B80A6;
	padding: 15px 0px 0px 25px;
	margin-bottom: 20px;
}
#post ul { margin-left: 15px; padding-bottom: 10px; }
#post ul li { padding-bottom: 10px; font-size: 0.80em; }
.post_left {
	float: left;
	width: 325px;
}
.post_right {
	float: right;
	width: 325px;
}
.post_left p, .post_right p { text-align: justify; }

#post_data {
	width: 700px;
	padding: 50px;
	background-color: #EEE;
}
#post_data h4 {
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-size: 1.20em;
	font-weight: normal;
	color: #333;
}
#post_data h4 a { text-decoration: none; }
#post_data p, #post_data ul li {
	padding-bottom: 10px;
	font-size: 0.75em;
	color: #555;
}
#post_data p { line-height: 1.6em; }
#post_data ul { list-style-type: none; }
#post_data ul li span { color: #777; }

#post_data_left {
	float: left;
	width: 325px;
}
#post_data_right {
	float: right;
	width: 325px;
}
#post_footer {
	width: 725px;
	padding: 0px 25px 25px 50px;
	background-color: #FFF;
}
#post_date, #post_prev {
	float: left;
	width: 350px;
	font-size: 1.20em;
	color: #CCC;
}
#post_prev { width: 200px; color: #999; }
#post_number, #post_next {
	float: right;
	width: 250px;
	font-size: 1.20em;
	text-align: right;
	color: #999;
}
#post_next { padding-right: 25px; }

#post_date, #post_number { padding-top: 25px; }

#copyright {
	padding: 30px 0px 30px 100px;
	font-size: 0.80em;
	color: #08607C;
}
.close_main { padding: 20px 0px 0px 0px; background: transparent url(images/left_bottom_bg.gif) 0 0 no-repeat; }
.close_main[class] { background-image: url(images/left_bottom_bg.png); }

/*--Sidebar--*/
.sidebar {
	width: 250px;
	padding: 25px;
	margin-bottom: 30px;
	background-color: #0A7395;
}
.sidebar[class] { background: transparent url(images/shadow_bg.png) 0 0 repeat; }
.sidebar h4 {
	font-size: 1.10em;
	font-weight: normal;
	padding-bottom: 10px;
	color: #FFF;
}
.sidebar h4.hireme a:hover { color: #CFE4EB !important; }
.sidebar a, .sidebar a:hover { color: #FFF; }
.post_list { font-size: 0.75em; }
.post_list ul {
	padding: 10px 0px 0px 0px;
	list-style-type: none;
	border: 1px solid #4796B0;
	border-left: 0px; border-right: 0px;
}
.post_list ul li { clear: both; }
.post_list ul li span {
	display: block;
	float: left;
	width: 60px;
	padding-bottom: 10px;
	color: #85B9CA;
}
.post_list ul li a {
	display: block;
	float: right;
	width: 180px;
	padding-bottom: 10px;
	color: #C2DCE4;
}

.comments_list { font-size: 0.70em; }
.comments_list p { padding-bottom: 10px; }
.comments_list ul {
	list-style-type: none;
	border: 1px solid #4796B0;
	border-left: 0px;
	border-right: 0px;
}
.comments_list ul li {
	padding: 10px 0px 12px 0px;
	border-top: 1px solid #0B6C8B;
	color: #85B9CA;
}
.comment_first { border-top: 0px !important; }
.comments_list a.comment_author { color: #85B9CA; }
.comments_list a.comment_link { color: #4796B0; }
.comments_list a:hover { color: #FFF !important; }

.rssfeed h4 { padding-bottom: 0px !important; margin-bottom: -9px !important; }
/*--Search/Archive Results--*/
.result_post, .result_portfolio {
	border-bottom: 1px solid #CCC; border-top: 30px solid #F8F8F8; background: #FFF url(images/result_post_bg.gif) 0 0 repeat-y;
}
.result_portfolio {
	background-image: url(images/result_portfolio_bg.gif);
}
.first_post { border-top: 0px; }
.result_post_header { border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; }
.result_post_header h3, .result_post_header h3.result_post_date, .result_portfolio_header h3, .result_portfolio_header h3.result_portfolio_date {
	display: block;
	float: left;
	width: 490px;
	padding-top: 14px !important;
	background-color: #FFF;
}
.first_post .result_post_header, .first_post .result_post_header h3, .first_post .result_post_header h3.result_post_date, .first_post .result_portfolio_header h3, .first_post .result_portfolio_header h3.result_portfolio_date { border-top: 0px !important; padding-top: 0px !important; }

.result_post_header h3.result_post_date, .result_portfolio_header h3.result_portfolio_date {
	float: right;
	width: 210px;
	text-align: right !important;
	color: #CCC !important;
}
.result_post_data {
	float: left;
	width: 449px;
}
.result_portfolio_data {
	float: left;
	width: 238px;
	border-left: 1px solid #CCC;
}
.result_post_desc, .result_portfolio_desc  {
	width: 439px;
	padding: 10px 10px 0px 0px;
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
}
.result_portfolio_desc { width: 218px; padding-left: 10px; }
.result_post_desc p, .result_portfolio_desc p { font-size: 0.75em !important; text-align: justify; padding-bottom: 10px; }

.result_post_continue, .result_portfolio_continue {
	float: left;
	width: 219px;
	padding: 10px 10px 10px 0px;
	border-right: 1px solid #CCC;
	background-color: #FFF;
}
.result_portfolio_continue { width: 218px; padding-left: 10px; border-right: 0px; background-color: transparent; }
.result_post_comments {
	float: left;
	width: 199px;
	padding: 10px;
}
.result_post_cats, .result_portfolio_cats { border-bottom: 1px solid #CCC; }

.continue_reading {
	font-size: 0.80em !important;
	margin-bottom: 10px;
	padding-bottom: 10px !important;
	border-bottom: 1px solid #CCC;
	text-align: right;
}

.result_portfolio_tags, .result_portfolio_cats { width: 202px !important; float: left !important; }
.result_portfolio_image {
	float: left;
	width: 218px;
	padding: 10px 10px 10px 0px;
}
.result_portfolio_image img { border: 1px solid #CCC !important; }

/*--Special Pages--*/
.index_letter {
	border-bottom: 1px solid #CCC;
	border-top: 30px solid #F8F8F8;
}
.index_first { border-top: 0px; }
.index_letter h3 { margin-bottom: 0px !important; padding-top: 2px !important; padding-bottom: 0px !important; border-top: 1px solid #CCC; }
.index_first h3 { border-top: 0px; }

.index_page ul { padding: 0px !important; margin: 0px !important; list-style-type: none; }
.index_page ul li {
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #E5E5E5;
	font-size: 0.75em !important;
	color: #CCC;
}
.index_page ul li a { color: #555; }
.index_page ul li a:hover { color: #0B80A6; }
.index_list_first, .index_list_blank { border-top: 1px solid #CCC !important; }

.toc_page h3 { margin-bottom: 0px !important; padding-bottom: 0px !important; border-bottom: 1px solid #CCC; }
.toc_page h2 { margin-bottom: 0px !important; padding-top: 20px !important; border-bottom: 1px solid #CCC !important; border-top: 1px solid #CCC !important; background-color: #FFF !important;}
.toc_page .first_chapter h2 { border-top: 0px !important; padding-top: 0px !important; }
.toc_page .chapter { border-bottom: 1px solid #CCC; border-top: 30px solid #F8F8F8; background: #FFF url(images/chapter_bg.gif) 0 0 repeat-y; }
.toc_page .first_chapter { border-top: 0px; }
.toc_page .chapter p {
	padding-bottom: 10px !important;
	font-size: 0.75em !important;
	text-align: justify;
	line-height: 1.4em !important;
}
.chapter_info {
	float: left;
	width: 449px;
}
.chapter_description {
	width: 439px;
	padding: 7px 10px 0px 0px;
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
	color: #333;
}
.chapter_posts {
	float: left;
	width: 119px;
	padding-bottom: 10px;
	text-align: center;
	border-right: 1px solid #CCC;
}
.chapter_posts span {
	display: block;
	margin-bottom: -40px !important;
	font-size: 5.0em;
}
.chapter_posts em {
	display: block;
	margin-bottom: -21px !important;
	font-size: 1.35em;
	font-style: normal;
}
.chapter_posts a {
	display: block;
	border-top: 1px solid #CCC;
	margin-top: 10px;
	padding-top: 7px;
	font-size: 0.70em;
	color: #555;
}
.chapter_posts a:hover { color: #0B80A6; }
.chapter_start {
	float: right;
	width: 449px;
	padding: 7px 0px 10px 0px;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	color: #151515;
}
.chapter_start h5 { padding-bottom: 0px !important; margin-bottom: -5px !important; }
.chapter_start h5 a:hover { color: #0B80A6 !important; }
.chapter_popular {
	float: right;
	width: 309px;
	padding: 10px;
}
.chapter_popular  ul li {
	padding-bottom: 10px;
	font-size: 0.75em !important;
	color: #999;
}
.chapter_popular  ul { margin-left: 0px !important; list-style-type: none; }
.chapter_popular a { color: #999; }
.chapter_popular a:hover { color: #555; }
.chapter_popular  ul li span { color: #BBB; }

.chapter_tags, .result_post_tags, .result_post_cats, .result_portfolio_tags, .result_portfolio_cats {
	float: right;
	width: 230px;
	background-color: #FFF;
	padding: 10px;
	border-left: 1px solid #CCC;
}
.chapter_tags a, .result_post_tags a, .result_post_cats a, .result_portfolio_tags a, .result_portfolio_cats a {
	display: block;
	float: left;
	padding: 10px;
	margin: 0px 1px 1px 0px;
	font-size: 0.60em;
	background-color: #F5F5F5;
	text-decoration: none;
	color: #777;
}
.tag_even { background-color: #FAFAFA !important; }
.chapter_tags a:hover, .result_post_tags a:hover, .result_post_cats a:hover, .result_portfolio_tags a:hover, .result_portfolio_cats a:hover { color: #555; background-color: #DDD !important; }

/*--Comments--*/
#comments_div, #respond {
	margin-left: 50px;
	width: 720px;
	padding: 50px;
	color: #FFF;
	background-color: #0A7395;
}
#comments_div[id], #respond[id] { background: transparent url(images/shadow_bg.png) 0 0 repeat; }
#comments_div { margin-top: 30px; margin-bottom: -25px; }
#respond { margin-top: 30px; }

#comments_div h3, #respond h3{
	font-size: 1.20em;
	font-weight: normal;
	padding-bottom: 10px;
}
#comments_div h3 { border-bottom: 1px solid #065771; }
#comments_div p, #respond p { font-size: 0.75em; line-height: 1.4em; }
#comments_div a, #respond a { color: #FFF; }
#comments_div a:hover, #respond a:hover { color: #85B9CA; }

#comments_div .comment {
	border-top: 30px solid #096786;
	background: transparent url(images/comment_bg.gif) 0 0 repeat-y;
}
#comments_div .comment_inner { border-bottom: 1px solid #065771; }
#comments_div .comment_image {
	float: left;
	width: 75px;
	padding: 10px;
	border-top: 1px solid #065771;
}
#comments_div .comment_content {
	float: left;
	width: 625px;
	border-top: 1px solid #065771;
}
#comments_div .comment_text {
	width: 614px;
	padding: 10px 0px 0px 10px;
	border-left: 1px solid #065771; 
	border-top: 1px solid #065771;
	text-align: justify;
	background-color: #0A7395;
}
#comments_div .comment_text p { padding-bottom: 10px; }

#comments_div .comment_author {
	float: left;
	width: 296px;
	padding: 10px 0px 10px 10px;
	border-left: 1px solid #065771;
	border-right: 1px solid #065771;
	padding-bottom: 0px !important; color: #FFF !important;
}
#comments_div .comment_author h4 { padding-bottom: 5px; color: #FFF; }
#comments_div .comment_author h4 a { color: #FFF !important; }
#comments_div .comment_meta {
	float: left;
	width: 295px;
	padding: 13px 0px 10px 10px;
	font-size: 0.70em !important;
	color: #FFF !important;
}
#comments_div .comment_meta a { color: #85B9CA !important; }
#comments_div .comment_meta a:hover { color: #FFF !important; }

#respond_inner {
	border-top: 1px solid #065771;
	border-bottom: 1px solid #065771;
	background: transparent url(images/respond_bg.gif) 0 0 repeat-y;
}
#reply_left {
	float: right;
	width: 360px;
}
#reply_right {
	float: right;
	width: 360px;
}
#reply_box {
	width: 350px;
	padding: 10px 10px 10px 0px;
	border-bottom: 1px solid #065771; 
}
#reply_button { padding: 10px 0px; }

#reply_lin, #reply_lout {
	width: 350px;
	padding: 10px 0px 10px 10px;
}
#reply_lin { border-bottom: 1px solid #065771; }

#reply_fields { padding-top: 10px; }
.cleardivide { border-top: 1px solid #065771; }
#reply_left label {
	float: left;
	width: 135px;
	padding: 15px 0px 10px 10px;
	font-size: 0.70em;
}
#reply_left label em { font-style: normal; color: #4796B0; }

#reply_left input {
	float: left;
	width: 203px;
	padding: 5px;
	margin: 10px 0px;
	border: 1px solid #065771;
	font: 0.75em Helvetica, Arial, sans-serif, Verdana;
	color: #FFF;
	background-color: #0B6C8B;
}
#comment_field {
	width: 328px;
	height: 200px;
	padding: 10px;
	border: 1px solid #065771;
	font: 0.75em Helvetica, Arial, sans-serif, Verdana;
	color: #FFF;
	background-color: #0B6C8B;
}

#submit_comment {
	display: block;
	float: left;
	height: 24px;
	width: 124px;
	overflow: hidden;
	text-indent: -1000px;
	border: 0px;
	font-size: 0;
	color: #FFF;
	background: transparent url(images/submit_comment.gif) 0 0 no-repeat;
	cursor: pointer;
}
#submit_comment[id] { background-image: url(images/submit_comment.png); }
#submit_comment:hover { background-position: 0 -24px; }

/*---Images---*/

img.main_image {
	padding-bottom: 20px;
	border-bottom: 1px solid #333 !important;
}

/*---Captions---*/
.wp-caption  {
	margin-bottom: 20px;
}
.wp-caption img {
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC !important;
}
.wp-caption p {
	display: block;
	margin-top: -50px;
	font-size: 0.75em !important;
	color: #FFF !important;
	padding: 10px !important;
	text-align: right !important;
	text-shadow: #555 1px 1px 1px;
	background-color: #999 !important;
}
/*---Gallery---*/
.gallery {
	float: right;
	clear: right;
	width: 240px;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 5px 0px 0px 0px;
	margin: -20px 0px 20px 20px;
}
.gallery h5 {
	padding: 0px 0px 3px 10px !important;
	border-bottom: 1px solid #333;
}
.gallery_items {
	padding: 10px 0px;
	background-color: #FAFAFA;
}
.gallery_icon {
	float: left;
	margin-left: 10px;
}

/*---Portfolio---*/
.portfolio_meta {
	float: right;
	clear: right;
	width: 240px;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 5px 0px 0px 0px;
	margin: -20px 0px 20px 20px;
}
.portfolio_meta h5 {
	padding: 0px 0px 3px 10px !important;
	border-bottom: 1px solid #333;
}
.portfolio_meta_data {
	width: 220px;
	padding: 10px;
	font-size: 0.75em;
	background-color: #FAFAFA;
}
