/*   
Theme Name: R&R Partners
Theme URI: http://www.rrpartners.com
Description: Theme developed for R&R Partners.
Author: R&R Partners
Author URI: http://www.rrpartners.com
*/


/*--------------------------------------------------
	Containers
--------------------------------------------------*/

html {
	display: block;
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #e7e7e7;
	}

body {
	display: block;
	position: relative;
	margin: 20px 0 20px 0;
	padding: 0 0 0 0;
	color: #333333;
	background-color: #e7e7e7;
	font-family: Arial, Helvetica, sans-serif; /* 'Trebuchet MS', Verdana, Arial, Sans-Serif;*/
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	}
	
#page {
	display: block;
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	background-image: url('images/rrpartnersbgwide.gif');
	background-repeat: repeat-y;
	background-position: top center;
	text-align: left;
	}


/*--------------------------------------------------
	Header
--------------------------------------------------*/

#header {
	display: block;
	position: relative;
	width: 960px;
	height: 154px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url('images/rrpartnersheader.gif');
	background-repeat: no-repeat;
	background-position: top center;
	}
	
h1 {
	display: block;
	position: absolute;
	width: 300px;
	height: 114px;
	margin: 0;
	padding: 0;
	left: 60px;
	top: 30px;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 28px;
	line-height: 114px;
	text-align: center;
	}

h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
	display: block;
	position: relative;
	width: 300px;
	height: 114px;
	margin: 0;
	padding: 0;
	text-indent: -999em;
	overflow: hidden;
	text-decoration: none;
	color: #790000;
	outline: none;
	background-image: url('images/rrpartnerslogo.gif');
	}
	
#header .description {
	display: none;
	}
	
hr#header-hr {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 6px;
	background-color: #999999;
	border: none;
	line-height: 1px;
	text-align: center;
	}


/*--------------------------------------------------
	Footer
--------------------------------------------------*/

#footer {
	display: block;
	position: relative;
	width: 960px;
	margin: 0;
	padding: 0;
	clear: both;
	background-color: #e7e7e7;
	background-image: url('images/rrpartnersfooter.gif');
	background-repeat: no-repeat;
	background-position: top center;
	}

#footer p {
	margin: 0;
	padding: 50px 0 50px 0;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	}
	
hr#footer-hr {
	display: none;
	}
	
	
/*--------------------------------------------------
	Structure
--------------------------------------------------*/

#content {
	display: block;
	position: relative;
	width: 520px;
	margin: 0 0 0 0;
	padding: 50px 0 50px 70px;
	float: left;
	}

#sidebar {
	display: block;
	position: relative;
	width: 240px;
	margin: 0 0 0 0;
	padding: 50px 70px 50px 0;
	float: right;
	}

.entry {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
.post {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 36px 0;
}

.navigation {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 18px 0;
	height: 18px;
	font-size: 10px;
	}


/*--------------------------------------------------
	Various Styles
--------------------------------------------------*/

.alignright, div.alignright {
	float: right;
	margin-left: 20px;
	}

.alignleft, div.alignleft {
	float: left;
	margin-right: 20px;
	}
	
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.center {
	text-align: center;
	}

.clear {
	clear: both;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 0 0 18px 12px;
	padding: 12px 36px 4px 18px;
	border-left: 6px solid #EEEEEE;
	color: #666666;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	}


/*--------------------------------------------------
	Typographic Styles
--------------------------------------------------*/

h2, h3.posttitle {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	}
h2.pagetitle {
	text-align: center;
	font-size: 16px;
	padding: 0 0 36px 0;
	}
h2 a:link, h2 a:visited, h2 a:active, h2 a:hover  {
	text-decoration: none;
	color: #333333;
	}
	
h3 {
	display: block;
	position: relative;
	padding: 0 0 18px 0;
	margin: 0 0 0 0;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	}
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover {
	text-decoration: none;
	color: #333333;
	}

a, h2 a:hover, h3 a:hover {
	color: #790000;
	text-decoration: none;
	}
a:hover {
	color: #790000;
	text-decoration: underline;
	}
/*
.post .entry p {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 18px 0;
	text-align: left;
	}
*/
.post .posttimestamp {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 18px 0;
	font-size: 10px;
	line-height: 18px;
	}
	
.post .postmetadata {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 18px 0;
	font-size: 10px;
	line-height: 18px;
	clear: both;
	}
	
.post hr {
	display: block;
	position: relative;
	margin: 0 auto 18px auto;
	padding: 0;
	width: 90%;
	height: 1px;
	background-color: #CCCCCC;
	border: none;
	line-height: 1px;
	text-align: center;
	}
	

/*--------------------------------------------------
	Lists
--------------------------------------------------*/

/*
.entry ul,
.entry ol {
	padding-bottom: 18px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	}
.entry li {
	margin: 0;
	padding: 0;
	}
*/

/*	
.entry ul ul {
	padding: 0 0 0 24px;
	}

.entry ul li {
	display: list-item;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: disc;
	}
	
.entry ul li li {
	list-style-type: circle;
	margin: 0;
	padding: 0 0 0 0;
	}

.entry ol {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 18px 24px;
	list-style-type: decimal;
	}

.entry ol li {
	display: list-item;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: decimal;
	}
*/
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	

/*--------------------------------------------------
	Images
--------------------------------------------------*/

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: inline;
	}

img.alignleft {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: inline;
	}
	
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 5px 0 0 0;
	margin: 0 0 18px 0;
}

.wp-caption img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 18px;
	padding: 3px 5px 5px 5px;
	margin: 0 0 0 0;
	text-align: center;
}


/*--------------------------------------------------
	Sidebar
--------------------------------------------------*/

#sidebar h2 {
	font-size: 12px;
	}

#sidebar ul {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
#sidebar ul ul {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 18px 0;
	}

#sidebar ul li {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	}
	
#sidebar ul li li {
	display: list-item;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	font-size: 11px;
	background-image: url('images/sidebar-arrow.gif');
	background-repeat: no-repeat;
	background-position: 2px 7px;
	}
	
#sidebar #search {
	padding: 0 0 18px 0;
	}
	
#sidebar #subscribe .widgettitle {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 18px 20px;
	}
#sidebar #subscribe .widgettitle img {
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	}
	
#sidebar .widget_twitter h2 a {
	padding: 0 0 18px 20px;
	background-image: url('images/twit_icon.gif');
	background-repeat: no-repeat;
	background-position: 0 1px;
	}

#sidebar .widget_twitter ul {
	display: block;
	position: relative;
	margin: 6px 0 0 0;
	padding: 0 0 0 0;
	border-top: 1px dashed #CCCCCC;
	}
	
#sidebar .widget_twitter ul li {
	display: list-item;
	position: relative;
	margin: 0 0 0 0;
	padding: 6px 0 12px 6px;
	list-style-type: none;
	font-size: 10px;
	line-height: 14px;
	border-bottom: 1px dashed #CCCCCC;
	background-image: none;
	}


/*--------------------------------------------------
	Search Form
--------------------------------------------------*/

.searchresults h2 {
	padding: 0 0 36px 0;
	}
.searchresults .post h3 {
	padding: 0 0 0 0;
	}
.searchresults .post .posttimestamp {
	padding: 0 0 0 0;
	}
.searchresults .post .postmetadata {
	padding: 0 0 0 0;
	}

#searchform {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 18px 0;
	height: 22px;
	}
#content #searchform {
	padding: 18px 105px 18px 105px;
	}
#searchform label {
	float: left;
	}
#searchform #s {
	display: block;
	position: relative;
	width: 160px;
	height: 14px;
	margin: 0 4px 0 0;
	padding: 3px 4px 3px 4px;
	float: left;
	background-color: #fafafa;
	background-image: url('images/inputbg.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
	border: 1px solid #999999;
	font-size: 11px;
	line-height: 14px;
	clear: both;
	}
#searchform #s:focus {
	outline: 2px solid #6fa1d9;
	}

#searchsubmit {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	color: #ffffff;
	background-color: #790000;
	border: 1px solid #999999;
	width: 22px;
	height: 22px;
	text-indent: -999em;
	overflow: hidden;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	cursor: pointer;
	
	background-image: url('images/btn-search.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	}
#searchsubmit:hover {
	background-color: #A20000;
	border: 1px solid #999999;
	background-position: 0 -20px;
	}


/*--------------------------------------------------
	Single page
--------------------------------------------------*/

.post p.alt {
	margin: 10px 0 18px 0;
	padding: 4px 10px 4px 10px;
	}
	
.commentlist {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

.commentlist li {
	margin: 0 0 12px 0;
	padding: 5px 5px 5px 10px;
	list-style: none;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #ffffff;
	}

.commentmetadata {
	font-size: 10px;
	padding: 0 0 10px 0;
	}

.commentlist p {
	margin: 0 0 0 0;
	padding: 0 5px 10px 0;
	text-align: left;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}

#respond {
	display: block;
	position: relative;
	width: 100%;
}

#respond h3 {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}

#commentform { 
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/*
#commentform p {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	}
*/
#commentform label small {
	font-size: 10px;
}
#commentform input {
	display: block;
	position: relative;
	width: 200px;
	height: 14px;
	margin: 0 4px 0 0;
	padding: 3px 4px 3px 4px;
	background-color: #fafafa;
	background-image: url('images/inputbg.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
	border: 1px solid #999999;
	font-size: 11px;
	line-height: 14px;
	}
#commentform input:focus {
	outline: 2px solid #6fa1d9;
	}
#commentform #comment_post_ID,
#commentform #comment_parent,
#commentform #_wp_unfiltered_html_comment {
	display: none;
	}

#commentform textarea {
	display: block;
	position: relative;
	width: 512px;
	height: 150px;
	margin: 0 0 0 0;
	padding: 3px 3px 3px 4px;
	background-color: #fafafa;
	background-image: url('images/inputbg.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
	border: 1px solid #999999;
	font-size: 11px;
	line-height: 18px;
	}
#commentform textarea:focus {
	outline: 2px solid #6fa1d9;
	}

#commentform #submit {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 3px 6px 3px 6px;
	width: auto;
	height: auto;
	float: right;
	color: #ffffff;
	background-color: #790000;
	background-image: none;
	border: 1px solid #999999;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	cursor: pointer;
	}
#commentform #submit:hover {
	background-color: #A20000;
	border: 1px solid #999999;
	}
#commentform #submit:focus {
	outline: none;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
	

/*--------------------------------------------------
	AddThis
--------------------------------------------------*/

.addthis_container {
	clear: both;
	margin: 1.5em 0 3.0em 0;
	/*
	margin: 1.0em auto 2.0em auto;
	text-align: center;
	*/
}