/*
Theme Name: RMA 2009
Theme URI: http://wordpress.org/
Description: The 2009 theme for Rowland Mountain & Associates.
Version: 1.0
Author: SolDesign Co.
Author URI: http://soldesignco.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/

/* Begin Unique Style */
body {
	background: #7fb2cc url('images/body_bg.gif') repeat top center;
	font: normal 12px/1.5em Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}
a { color:#4b6eac; text-decoration: none; }
a:hover { text-decoration: underline; }

#wrapper { margin-left:auto; margin-right:auto; padding-left:10px; padding-right:10px; display:block; width:800px; background: url('images/page_bg.png') repeat-y; }
#page {
	width: 800px;
	background-color: #FFF;
}
#header {
	background: #1f60a2 url('images/header_bg.png') repeat-x top;
	height: 120px;
	margin-bottom: 15px;
}
#masthead { margin:-15px 0 15px 30px; display:block; overflow:auto; border-bottom:1px solid #D4D4D4; clear:both; }
#masthead .statement {
	background: url('images/statement_bullet.gif') no-repeat left top;
	padding-left: 30px;
	color: #5d5d5d;
}
#flash {
	display: block;
	float: right;
	height: 246px;
	width: 487px;
	margin-left: 15px;
}

#quicklinks {
	font-size: 10px;
	color: #FFF;
	display: inline;
	float: right;
	margin-right: 15px;
}
#quicklinks a { color:#FFF; }
#nav {
	display: inline;
	float: left;
	width: 150px;
	margin-left: 15px;
	margin-top: 15px;
	color: #FFF;
	height: 90px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #FFF;
	text-transform: uppercase;
	line-height: 1em;
	border-left: 1px solid #d4d4d4;
}
#nav ul li { margin-bottom: 8px; }

#subnav {
	display: inline;
	float: left;
	margin-top: 15px;
	height: 90px;
}
#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #FFF;
	line-height: 1em;
	border-left: 1px solid #d4d4d4;
}
#subnav ul li { margin-bottom: 2px; }

#subnav ul li.sel { background: url('images/nav_active-a.gif') no-repeat center left; }

#logo {
	display: inline;
	float: right;
	margin-top: 25px;
	clear: right;
}

p {
	margin: 0 0 2em;
	padding: 0;
}
#content {
	display: inline;
	float: left;
	width: 440px;
	margin-right: 30px;
	margin-left: 30px;
}

img#photo {
	height: 216px;
	width: 530px;
	margin:-15px 0 15px -30px;
	display: block;
	background-color:#CCC;
}

.byline { font-style: italic; font-size:.9em; color:#666; }
/* End Unique Style */


/* Begin Typography & Colors */
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Structure */
.narrowcolumn {}

.widecolumn {}

.post {
	margin: 0 0 10px;
	clear:left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	font-size: 10px;
}

.clear {
	clear: both;
}

#footer {
	font-family:Verdana, Geneva, sans-serif;
	clear: both;
	display:block;
	font-size: 10px;
	color: #999;
	margin: 30px 15px 0 30px;
	padding: 10px 0 40px;
	border-top: 1px solid #d4d4d4;
	background-color: #FFF;
}
#footer a { color:#999; }

#footer ul { list-style:none; margin:0; padding:0; }
#footer ul li { font-weight:normal; font-size:9px;  }
#footer ul li li {display: inline; padding-left:5px; padding-right:5px; border-left:solid 1px #CCC; }
#footer ul li li:first-child { border-left: none; padding-left:0; }

/* End Structure */

/*	Begin Headers */
h1, h2, h3 {
	color: #1f60a2;
	line-height: 1.2em;
	margin:0;
	padding:0;
}
h1 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom:15px;
}
#masthead h1 {
	margin-top: 15px;
}
h2 { font-size:20px; font-weight: normal; margin-bottom:.2em; }
h3 { font-size:16px; font-weight: normal; margin-bottom:.2em; }
h4 {
	color: #1f60a2;
	font-size: 14px;
	margin: 10px 0 5px;
	padding: 0;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

lh { font-size:11px; font-weight:bold; }

html>body .entry ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: disc outside url('images/bullet-arrow-sm.gif');
	padding-left: 10px;
	}

html>body .entry li {
	margin: 0 0 5px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol { list-style: decimal outside; }
/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 10px 0;
	padding: 5px 3px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	/*text-align:center;*/
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	width: 225px;
	margin-left: 30px;
	display: inline;
	float: left;
	margin-right: -1px;
	padding-left: 30px;
	padding-right: 10px;
}

#sidebar h4 {
	color: #999;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 12px;
}

#sidebar p {
	margin: 0;
	padding-bottom: 5px;
	font-size: 11px;
	line-height: 1.3em;
}
#sidebar p.more { border-bottom: 1px dotted #CCC; padding-bottom: 5px; margin-bottom: 10px; }
#sidebar ul {
	padding: 0px;
	list-style: url('images/bullet-arrow.gif');
	margin: 10px 0px 20px 15px;
	line-height: 2em;
	color: #666;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	clear: both;
	text-align: center;
	margin-top: 0;
	margin-bottom: 30px;
	font-size:10px;
	}
/* End Various Tags & Classes*/


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}
/* End captions */