/*  
Theme Name: rypearts
*/

/* HTML Elements */
* {
margin:0;
padding:0;
}

body,html {
min-height:101%;
}
	
body {
background: #73caff url(./images/body-bg.png) repeat-x;
color: #545454;
padding: 0px 0 0px 0;
}

div.topheader {
width: 920px;
margin:0 auto;
height:120px;
background: #002135;
}
div.topheaderbox {
width:920px;
margin:0 auto;
}

#branding {
	width:180px;
	padding: 10px 0 0 10px;
	}

#search {
	width:220px;
	padding:0;
	margin:0;
	text-align:right;
}

#header-feed {
padding: 20px 10px 0 0;
height:40px;
}
#header-feed img {
vertical-align: middle;
}

/* ad div containers */
#ad_header {
	width:500px;
	padding:0;
	margin:0;
	padding-top: 30px;
	text-align:center;
}
div.ad_single {
	padding-top: 10px;
	text-align:center;
}
div.ad_sidebar {
	padding-top: 10px;
	text-align:center;
}
div.ad_sidebarindex {
	padding-top: 6px;
	text-align:center;
}
div.ad_footer {
	text-align:center;
	margin-bottom:10px;
}
div.single_linkunit {
	text-align:center;
	padding-bottom: 10px;
}

div.menuheader {
border: solid 2px #569FD6;
margin:0 auto;
width: 920px;
height:21px;
background: url(images/menu-bg.png);
}
div.menuheaderbox {
width: 920px;
margin:0 auto;
}
div.menuheaderbox-shadow {
width: 920px;
height:4px;
margin:0 auto;
background: url(images/menu-shadow.png);
}

.sharing {
width:550px;
margin:0 auto;
padding:4px;
background:#F4F9FD;
height:22px;
}
.sharing_box {
width:550px;
margin:0 auto;
}
.sharing_yb {
float:left;
width:85px;
}
.sharing_st {
float:left;
width:95px;
margin-top:3px;
}

#nav {
	margin: 0px;
	width: 100%;
	margin-bottom: 10px;
	}
	
#nav, #nav ul {
	list-style: none;
	line-height: 1;
	}

#nav a, #nav a:hover {
	font-family: verdana;
	font-size:8pt;
	color: white;
	text-align:center;
	display: block;
	text-decoration: none;
	border:none;
	}

#nav li {
	float: left;
	list-style:none;
	border-right: 1px solid #569FD6;
	}

#nav a, #nav a:visited {
	display:block;
	padding:5px 7px 5px 7px;
	}

#nav a:hover, #nav a:active, .current_page_item	a {
	background: url(images/menu-bg-hover.png);
	text-decoration:none;
	color:black;
	}

.current-cat, #home .on {
	background: url(images/menu-bg-hover.png);
	text-decoration:none;
	color:black;
}

body, select, input, textarea {
	font-family:Arial, Verdana, Sans-Serif;
	font-size:10pt;
	}
	
p {	
	margin: 5px 0 20px 10px;
	}

a:link, a:visited {
	color: #447184;
	text-decoration: underline;
	}

a:hover, a:active {
	color:red;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#ccc;
	border:0;
	}

small {
	font-size:9pt;
	margin:0;
	padding:0;
	}
	
div.post small a {
	color: #b2d553;
	font-weight:bold;
}
div.post small a:hover {
	color: red;
}

img, a:link img, a:visited img {
	border:0
	}
	
/* Structure */

#page {
	width:880px;
	margin:0 auto;
	font-size:10pt;
	background:#FFF;
	padding: 10px 20px 25px 20px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 290px;
	float:right;
	}

#leftcol {
	width:145px;
	padding:10px 20px 10px 10px;
	border-right: 2px dotted #b6b6b6;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:369px;
	padding-top: 10px;
	padding-left:18px;
	margin-top: -2px;
	}


		
/*Subnav */

.subnav li {
	list-style:none;
	}

.subnav li a:link, .subnav li a:visited {
/*	background: url(images/rightnavbg.png);*/
	background: #D4D4D4;
	font-family: Verdana, Arial, Sans-Serif;
	display:block;
	padding:2px 2px 2px 8px;
	color:black;
	font-size: 10pt;
	border-bottom:1px solid #ccc;
	}
		
.subnav li a:hover, .subnav li a:active {
	background: #FFFF00;
	text-decoration:none;
	color: black;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */

h1 {
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	
h2 {
	color: black;
	margin:5px 0 10px 0;
	padding:0 0 2px 0;
	border-bottom: solid 1px black;
	}
	
h2.cattitle, h2.singletitle {
	margin:25px 0 25px 0;
	font-size:16pt;
	color:#00455F;
	border-bottom: solid 3px #a6ce39;
}

h2.singletitle {
	margin:25px 0 5px 0;
	font-size:16pt;
	color:#00455F;
	border-bottom: solid 3px #a6ce39;
}

h3, #sidebar h2 {
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#a6ce39;
	font-size:10pt;
	}

#sidebar h3, #sidebar h2 {
	border-bottom:0px solid #BBB;
	padding:6px 0 0px 2px;
	margin:6px 0 10px 0;
	font-size:10pt;
	}

h3#respond {
	margin-top:5px;
	padding-top:10px
	}

h3#comments {
	margin-top:15px
	}

h4 {
	font-size:12pt;
	margin-bottom:2px;
	margin-top:5px;
	}
	
	
	
/* Content */

#content {
	width:575px;
	float:left
	}
	
.description {
	font-size:10pt;
	font-weight: bold; 
	color:#545454;
	margin-top:-4px;
	}

.feature {
	/*background: #eee url(images/featureboxbg.png);*/
	padding:4px;
	margin:0px;
	}

.feature a {
	font-size: 10pt;
}

.feature p, #rightcol p {
	margin:0;
	}

.feature img {
	padding:1px;
	border:solid 2px black;
	}
			
#leadpic {
	float:left;
	margin: 0 0px 0px 10px;
	}

#lead {
	margin-top: 6px;
	padding: 20px 20px 20px 20px;
	background: #eee url(images/leadboxbg.png);
	height:185px;
	border:solid 1px #ccc;
	}
	
#lead p {
	margin-bottom:-10px;
}
#lead span {
	margin-left:0px;
}

.title {
	font-size:12pt;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font-size:16pt;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}
	
#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	padding:15px 15px 10px 5px;
	}	

#rightcol .clearfloat p {
	padding: 0;
	margin: 0;
	margin-bottom:-10px;
	}	

div.sidebar_links {
	background: #f4f9fd;
	padding:0 0 10px 0;
}
	
#sidelist li {
	list-style:none;
	}
	
#sidelist h2 {
	color:#545454;
	height:22px;
	background: url(images/recent-posts-bg.png);
	padding: 5px 0 0 10px;
	border:solid 1px #ccc;
}

.bullets li {
	list-style:none;
	}
	
#sidelist .bullets li {
	list-style: circle;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	color:#aaa;
	}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#eef5e1;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	margin: 10px 0 5px 0;
	padding: 0px 0 5px 0;
	/*border-bottom: solid 1px #e1eebb;*/
	z-index:2;
	}
	
.entry_excerpt {
	margin: 10px 0 10px 0;
	padding: 0px 0 0px 0;
	border-bottom: solid 1px #e1eebb;
	z-index:2;
	}

.entry div {
	text-align:center;
	padding-bottom:10px;
	z-index:1;
}

h3 a:link, h3 a:visited {
	color:#a6ce39;
	text-decoration:none;
	}



/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:0px 14px;
	margin:0px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tagsbox {
	text-align:center;
	margin-top:6px;
	padding-top:8px;
	padding-bottom:8px;
	background-color:#F4F9FD;
	}
#tags {
	padding:0px;
	margin:0px;
	}	
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	margin: 0;
	padding:10px 10px 0 0; 
	}

/*
.button {
	padding: 1px;
	background:#000;
	color:#e7e7e7;
	border:none;
	}

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration:none
	}
*/

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:8pt;
	padding-top:15px;
	color:#FFF;
	}

#footer a {
	color:#002135;
	}
	

#footer a:hover {
	color:#B90000;
	}

div.footerinfo {
	float: left;
	text-align: left;
}

div.footerfeed {
	float: right;
	text-align: right;
	vertical-align: middle;
	height:20px;
}
div.footerfeed img {
	vertical-align:middle;5/21/2008
	padding:-4px 2px 0 0;
}

span.recentdate {
	font-size:8pt;
	padding-left:5px;
	color:#a6ce39;
}

