/*

Theme Name: Reynolds Marketing Blog 

Theme URI: http://reynolds-marketing.com

Description: Reynolds Marketing's Latest Blog <a href="http://reynolds-marketing.com/">Kubrick</a>.

Version: 10

Author: Murray Reynolds

Author URI: http://reynolds-marketing.com

Tags: reynolds marketing



	Reynolds Marketing Blog

	 http://reynolds-marketing.com



	This theme was designed and built by Murray Reynolds,

	whose blog you will find at http://reynolds-marketing.com/blog



*/





body {

	font: 75%/150% Arial, Helvetica, sans-serif; /*changed body font to Arial*/

	color: #333333;

	background: #FFFFFF;

	margin: 0px;

	padding: 10px 0px 40px;

}

/*this changes topic header and sub-head fonts in the content div*/

a {

	color: #FF0000;

	text-decoration: none;

	font-family: Arial, Helvetica, sans-serif;

}

a:visited {

	color: #0000FF;

	text-decoration: none;

}

a:hover {

	color: #666666;

}

p {

	padding: 0px 0px 15px;

	margin: 0px;

}

h1 {

	margin:0px;

	font: bold 1.25em/150% Arial, Helvetica, sans-serif;

	color: #FF0000;

	padding-top: 10px;

	padding-bottom: 10px;

}

h1 a{

	color: #c9eefe;

	text-decoration: none;

}

h1 a:visited{

	color: #c9eefe;

	text-decoration: none;

}

h1 a:hover{

	color: #ffffff;

	text-decoration: none;

}

/*h2 controls headline fonts second pages*/

h2 {

	color: #FF0000;

	margin: 0px 0px 2px;

	border-bottom: 1px dotted #CCCCCC;

	letter-spacing: -1px;

	font: normal 190%/100% "Arial, Helvetica, "sans-serif;

	padding-bottom: 3px;

} 



h2 a, h2 a:visited {

	color: #0000FF;

	text-decoration: none;

} 



h2 a:hover {

	color: #666666;

	text-decoration: none;

} 



h3 {

	font: normal 140%/100% Arial, Helvetica, sans-serif;

	color: #FF0000;

	margin: 10px 0px 5px;

}

blockquote {

font:italic 1.4em/1.2em Arial,"Helvetica Neue",Helvetica,sans-serif;

color:red;

background:#D9D9D9;

width:500px;

border:thin outset #000;

vertical-align:middle;

padding-top:1em;

padding-right:2em;

padding-left:2em;

margin:1em 3em;

}



form {

	margin:0px;

	padding:0px;

}

#page {

	margin: 0px auto;

	width: 800px;

	background: #FFFFFF;

	border-top-color: #CCCCCC;

}

/*added headerwrapper to try and get rid of space*/

#headerwrapper {

	margin: 0px auto;

	width: 800px;

}

#above {

	height: 60px;

	background: url(images/aboveimage3.jpg) no-repeat;

}

#header {

	background: #FFFFFF url(images/blogheaderstatic.gif) no-repeat; /*added background image*/

	height: 180px; /*Changed from 170 to 180*/

	position: relative;

	}

#headerimg {

	position: relative;

	padding: 30px 0px 0px 40px;

	height: 60px;

}

#headerimg .description{

	position: absolute;

	left: 110px;

	bottom: 3px;

	color: #c9eefe;

	font-size: 14px;

}



/*added my own menu starts here*/



#menu {

	height: 30px;

	line-height: 30px;

	padding-left: 30px;

	background-color: #999999;

}

#menu li {

	float:right;

	list-style-type:none;

}

#menu li a {

	display:block;

	padding:0 10px;

	text-decoration:none;

	color: #FFFFFF;

	border-left: 1px solid #FFFFFF;

	border-top-style: none;

	border-bottom-style: none;

	font-size: 85%;

	font-weight: 900;

}

#menu li a:hover {

	color:#FFFFFF;

	text-decoration:none;

	background: #FF0000;

}



#menu ul {

	margin: 0;

	padding: 0;



} /*added to try and fix gap*/



/*added my own menu ends here*/

#nav {

	list-style: none;

	margin: 0px;

	position: absolute;

	right: 10px;

	bottom: 0px;

}

#nav li {

	float: left;

	margin-left: 5px;

}

#nav a {

	color: #ffffff;

	text-decoration: none;

	background: #6b9a11 url(images/nav-button-bg.gif) repeat-x;

	padding: 5px 15px;

	font: bold 14px/100% Arial, Helvetica, sans-serif;

	border-top: 1px solid #AFCD69;

	border-left: 1px solid #AFCD69;

	border-right: 1px solid #AFCD69;

	display: block;

}

#nav a:visited {

	color: #ffffff;

	text-decoration: none;

}

#nav a:hover {

	color: #000000;

}

#content {

	padding: 30px 0px 30px 20px;

	float: left;

	width: 485px;

	overflow: hidden;

}

#content_nosidebar {
	padding: 30px 0px 30px 20px;
	float: left;
	width: 780px;
	overflow: hidden;
}

.post {

	clear:both;

	padding-top: 10px;

}

.post-date {

	width: 45px;

	height: 49px;

	float:left;

	background: url(images/date-bg.gif) no-repeat;

}

.post-month {

	font-size: 11px;

	text-transform: uppercase;

	color: #FFFFFF;

	text-align: center;

	display:block;

	line-height: 11px;

	padding-top: 2px;

	margin-left: -3px;

}

.post-day {

	font-size: 18px;

	text-transform: uppercase;

	color: #999999;

	text-align: center;

	display:block;

	line-height: 18px;

	padding-top: 7px;

	margin-left: -3px;

}



.post-title {

	float: left;

	margin-left: 10px;

	width: 430px;

}



.entry {

	clear: both;

	padding-top: 10px;

}



.post-cat {

	background: url(images/mini-category.gif) no-repeat left center;

	padding-left: 18px;

	float:left;

	font-size: 95%;

	color: #999999;

}

.post-comments {

	background: url(images/mini-comments.gif) no-repeat left center;

	padding-left: 18px;

	float: right;

	font-size: 95%;

}

.post-calendar {

	background: url(images/mini-calendar.gif) no-repeat left center;

	padding-left: 18px;

	float: right;

	font-size: 95%;

	color: #999999;

}

.post-content {

	clear: both;

	padding-top: 10px;

}

.navigation {

	clear: both;

	padding: 10px 0px;

}

.navigation a, .navigation a:visited {

	color: #59770e;

}

.previous-entries {

	float: left;

	padding-left: 18px;

	background: url(images/mini-nav-left.gif) no-repeat left center;

}

.next-entries {

	float: right;

	padding-right: 18px;

	background: url(images/mini-nav-right.gif) no-repeat right center;

}

#comments, #respond {

	border-bottom: 1px dotted #CCCCCC;

	padding-bottom: 5px;

}

.commentlist {

	margin: 10px 0px;

	padding-left: 20px;

	line-height: 130%;

}

.commentlist li{

	padding: 5px 10px;

	position: relative;

}

.commentlist .avatar {

	position: absolute;

	top: 5px;

	right: 5px;

	border: solid 1px #ededed;

	padding: 1px;

	background: #fff;

}

.commentlist .alt {

	background: #f1fedb;

}

.commentlist cite, .commentlist cite a, .commentlist cite a:visited {

	font-weight: bold;

	font-style: normal;

	font-size: 120%;

	color: #CC6600;

}

.commentlist small {

	margin-bottom: 5px;

	display: block;

	font-size: 87%;

}

#commentform {

	margin-top: 10px;

	font: 110% Arial, Helvetica, sans-serif;

}

#commentform p {

	padding: 6px 0px;

	margin: 0px;

}

#commentform label{

	font-weight: bold;

	color: #666666;

	font-size: 100%;

}

#commentform input{

	width: 153px;

	background:#f1fedb;

	border: 1px solid #bdd77f;

	padding: 3px;

	margin-top: 3px;

}

#commentform textarea{

	width: 478px;

	height: 115px;

	background:#f1fedb;

	border: 1px solid #bdd77f;

	padding: 2px;

	margin-top: 3px;

}

#commentform textarea:focus, #commentform input[type="text"]:focus {

	background: #ffffff;

}

#commentform #submit{

	background: url(images/btn-bg.gif) no-repeat;

	font: bold 12px Arial, Helvetica, sans-serif;

	color: #FFFFFF;

	border: none;

	float:right;

	width: 144px;

	height: 29px;

}

#sidebar {

	float: right;

	padding: 0px 10px 20px;

	width: 220px;

	border: thin solid #999999;

	margin-bottom: 30px;

}

#searchform {

	background: #CCCCCC repeat-x;

	width: 220px;

	padding: 0px 10px 20px;

	float:right;

	margin-top: 20px;

	border: thin solid #999999;

}

#searchform #s {

	border:1px solid #203346;

	width: 135px;

	height: 22px;

	padding: 2px 5px 0px 5px;

	border: 1px solid #bed881;

	background: #FFFFFF;

	vertical-align: middle;

}

#searchform #searchsubmit {

	background: url(images/search-btn-bg.gif) no-repeat;

	border: none;

	width: 28px;

	height: 24px;

	font: bold 12px Arial, Helvetica, sans-serif;

	color: #FFFFFF;

	vertical-align: middle;

}

#searchform label {

	font-size: 11px;

	color: #41550e;

}

#sidebar h3 {

	font: normal 140%/100% Arial, Helvetica, sans-serif;

	color: #FF0000;

	margin: 10px 0px 5px;

}

.ul-cat {

	list-style: none;

	margin:0px 0px 15px;

	padding:0px;

	border-bottom: 1px solid #dceeb7;

}

.ul-cat li{

	margin: 0px;

	padding: 2px 0px 2px 20px;

	border-top: 1px solid #dceeb7;

	background: url(images/mini-category.gif) no-repeat left center;

}

.ul-cat li a, .ul-cat li a:visited{

	color: #495233;

	text-decoration: none;

}

.ul-cat li a:hover{

	color: #FF6600;

	text-decoration: none;

}

.ul-archives {

	list-style: none;

	margin:0px 0px 15px;

	padding:0px;

	border-bottom: 1px solid #dceeb7;

}

.ul-archives li{

	margin: 0px;

	padding: 2px 0px 2px 20px;

	border-top: 1px solid #dceeb7;

	background: url(images/mini-monthly-archive.gif) no-repeat left center;

}

.ul-archives li a, .ul-archives li a:visited{

	color: #495233;

	text-decoration: none;

}

.ul-archives li a:hover{

	color: #FF6600;

	text-decoration: none;

}

#footer {

	clear: both;

	color: #fff;

	text-align: center;

	height: 2em;

	background-color: #999999;

	padding: 1em;

	line-height: 50%;

}

#footer a { 

color: #fff;

text-decoration: none;

}

#footer a:hover {

	color: #FF0000;

}

.recent-comments {

	list-style: none;

	margin: 0px;

	padding: 0px;

	line-height: 110%;

}

.recent-comments li{

	background: url(images/mini-footer-comments.gif) no-repeat;

	padding: 0px 0px 10px 20px;

}

.recent-comments a{

	font-size: 105%;

	line-height: 130%;

	font-weight: bold;

}

.recent-posts {

	list-style: none;

	margin: 0px;

	padding: 0px;

	font-size: 92%;

	line-height: 110%;

}

.recent-posts li{

	background: url(images/mini-footer-post.gif) no-repeat;

	padding: 0px 0px 10px 20px;

}

.recent-posts a{

	font-size: 115%;

	line-height: 130%;

	font-weight: bold;

}

#credits {

	margin: 0px auto;

	width: 760px;

	color: #7a9299;

	font-size: 85%;

	line-height: 120%;

}

#credits a, #credit a:visited{

	color: #048db4;

}

.rss {

	background: url(images/mini-rss.gif) no-repeat left center;

	padding-left: 18px;

	padding-bottom: 2px;

	margin-left: 10px;

}

.left {

	float: left;

}

img.left, a img.left {

	float:left;

	margin: 4px 10px 5px 0px;

	border: 1px solid #bdd77f;

	padding: 3px;

	background: #FFFFFF;

}

a:hover img.left{

	border-color: #FF6600;

	background: #FF6600;

}

.right {

	float: right;

}

img.right, a img.right {

	float:left;

	margin: 4px 10px 5px 0px;

	border: 1px solid #bdd77f;

	padding: 3px;

	background: #FFFFFF;

}

a:hover img.right{

	border-color: #FF6600;

	background: #FF6600;

}

.clear {

	clear:both;

}

hr.clear {

	clear:both;

	visibility: hidden;

	margin: 0px;

	padding: 0px;

}

img.img_border, a img.img_border {

	border: 1px solid #bdd77f;

	padding: 3px;

	background: #ffffff;

}

a:hover img.img_border{

	border-color: #FF6600;

	background: #FF6600;

}



/*sociable starts here*/



.sociable ul {

	display: inline;

	margin: 0 !important;

	padding: 0 !important;

}

.sociable li {

	background: none;

	display: inline;

	list-style-type: none;

	margin: 0;

	padding: 2px;

}

.sociable ul li:before { content: ""; }

.sociable img {

	display: inline;

	width: 24px;

	height: 24px;

	border: 0;

	margin: 0;

	padding: 0;

}



.sociable-hovers {

	display: inline;

	opacity: .6;

	-moz-opacity: .6;

	filter: alpha(opacity=60);

}

.sociable-hovers:hover {

	display: inline;

	opacity: 1;

	-moz-opacity: 1;

	filter: alpha(opacity=100);

}



.sociable a:hover img {

	display: inline;

	margin: 0;

	padding: 0;

}



.sociable a[href^="http:"] {

	display: inline;

	padding-right: 0px;

	background: transparent;

	text-decoration: transparent;

}



/*sociable ends here*/
