/*
Theme Name:		Cutline 3-Column Right
Theme URI:		http://pearsonified.com
Description:	A squeaky clean, feature-rich theme for WordPress designed and coded by <a href="http://pearsonified.com">Chris Pearson</a>.
Version:		1.1
Author:			Chris Pearson
Author URI:		http://pearsonified.com/
*/

body {
	background: #fff;
	color: #333;
	font:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}
* {
	padding: 0;
	margin: 0;
}
.l {
	float: left;
}
.r {
	float:right;
}
.clear {
	clear: both;
}
.posthead {
	width:360px
}
.postimg {
	margin-right:10px;
}
/*---:[ global elements ]:---*/

a {
	color: #444;
	text-decoration: underline;
}
a:visited {
	color: #CC9A60;
	text-decoration: underline;
}
a:hover {
	color: #222;
	text-decoration: underline;
}
a img {
	border: none;
}
blockquote {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
	margin: 0 30px 8px 30px;
	padding: 0 0 0 10px;
	border-left: 1px solid #aaa;
}
abbr, acronym {
	border-bottom: 1px dotted #aaa;
	text-transform: uppercase;
	cursor: help;
}
code {
	color: #090;
	font-family: Courier, monospace;
}
pre {
	margin: 0 0 6px 0;
	overflow: auto;
	font-size: 11px;
	clear: both;
}
p.center {
	text-align: center !important;
}
p.bottom {
	margin: 0 !important;
}
p.unstyled {
	font-size: 12px;
}
.flickr_blue {
	color: #007ae4;
	text-transform: lowercase;
}
.flickr_pink {
	color: #ff2a96;
	text-transform: lowercase;
}
.green {
	color: #090;
}
.red {
	color: #f00;
}
.orange {
	color: #f40;
}
.purple {
	color: #909;
}
/*---:[ headlines ]:---*/

h1, h2, h3 {
	font-weight: normal;
	font-family: "Helvetica Neue","Myriad Pro",Helvetica,Arial,sans-serif;
	color: #444;
}
h1 {
	font-size: 35px;
}
#masthead h1 {
	padding: 4px 0 3px;
0;
	border-top: 1px solid #ccc;
	text-align: center;
	clear: both;
}
h1 a, h1 a:visited, h1 a:hover {
	color: #000;
	text-decoration: none;
}
h2 {
	font-size: 30px;
	line-height:30px;
}
h2 a {
	color: #444;
	text-decoration: none;
}
h2 a:visited {
	color: #8B7969;
	text-decoration: none;
}
h2 a:hover {
	color: #222;
	text-decoration: none;
}
.posts h2 {
	margin: 20px 0 0px 0;
}
.pages h2, h2.page_header {
	margin: 20px 0 5px 0;
	padding: 0 0 6px 0;
	background: url('images/hr_title_sep.gif') 0 100% no-repeat;
}
h2.archive_head {
	font-weight: bold !important;
	font-size: 13px !important;
	text-transform: uppercase !important;
	letter-spacing: normal !important;
	margin: 0 0 7px 0 !important;
	padding: 5px 2px !important;
	border-top: 2px solid #000 !important;
	background: url('images/hr_dot_black.gif') 0 100% repeat-x !important;
	color: #000000;
}
h3 {
	font-size: 1.0em;
	text-transform: uppercase;
}
#masthead h3 {
	margin: 0 0 9px 0;
	font-weight: normal;
	font-size: 18px;
	text-transform: none;
	color: #888;
	text-align: center;
}
.entry h3 {
	margin: 20px 0 7px 0;
}
.entry h3.top {
	margin: 7px 0 7px 0 !important;
}
h3.comments_headers {
	font-size: 14px;
}
h4 {
	font: normal 12px "Helvetica Neue","Myriad Pro",Helvetica,Arial,sans-serif;
	color: #333;
}
h4 a, h4 a:visited {
	color: #888;
	text-decoration: none;
}
h4 a:hover {
	color: #888;
	text-decoration: underline;
}
.posts h4 {
/*	margin: 0 0 14px 0;*/
	padding: 0 0 10px 0;/* background: url('images/hr_title_sep.gif') 0 100% no-repeat;*/
}
/*---:[ core layout elements ]:---*/

#container {
	width: 970px;
	margin: 10px auto 0 auto;
	background-color:#FFFFFF;
	padding-left:15px;
	padding-right:15px;
	background-image: url(images/bg_body.jpg);
	background-repeat:repeat-x;
	border:1px solid #c5c5c5
}
#content_box {
	width: 970px;
	text-align: left;
	float: left;
	clear: both;
	background-color:#FFFFFF;
	padding-top:10px;
	border:0px solid red;
}
#content {
	width: 620px;
	padding: 0 20px 0 0;
	float: left;
}
#sidebar {
	width: 320px;
	padding: 0 0 0 15px;
	float: left;
}
#footer {
	width: 970px;
	padding: 1.2em 0 0 0;
	border-top: 1px solid #c7c7c7;
	float: left;
	clear: both;
	font-family:"Trebuchet MS";
	font-size:10px;
}
/*---:[ header styles ]:---*/

#masthead {
	width: 970px;
	height: 82px;
	text-align:left;
	margin:10px 0 10px 0; /* uncomment the height and background declarations here if you intend to use a graphic in the header instead of the h1 */
}
/* #masthead a { display: block; width: 970px; height: 82px; } */ /* uncomment this line if you use a graphic in the header - make sure the height of your header graphic is equal to the height declared in this line of code! */
	
	#logoDiv {
	padding:10px 0 5px 0;
	float:left;
	width: 200px;
	text-align:right;
}
#bannerDiv {
	margin-left:220px;
	text-align:right;
	padding-top:10px;
}
ul#nav {
	list-style: none;
	width: 970px;
	padding: 0 0px;
	border-bottom: 0px solid #000;
	float: left;
	clear: both;
	background:#444;
	margin-bottom:1px;
}
ul#nav li {
	padding: 3px 40px 0px 0;
	font: 11px "Trebuchet MS";
	float: left;
}
ul#nav li a, ul#nav li a:visited {
	color: #fff;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #fff;
	text-decoration: underline;
}
ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover {
	color: #fff;
	text-decoration: underline;
}
ul#nav li.rss {
	padding: 5px 10px 5px 0;
	float: right;
	text-transform:uppercase;
}
ul#nav li.rss a {
	padding: 0 18px 0 0;
	background: url('images/icon_rss.gif') 100% 50% no-repeat;
}
ul#nav li.link {
	padding: 5px 0 5px 0;
	float: right;
}
ul#nav li.link a {
	padding: 0 8px 0 0;
}
#header_img {
	position: relative;
	margin: 0 0 0.0em 0;
	border-bottom: 0px solid #000;
	float: left;
	clear: both;
	width:970px;
	height:92px;
	background-image:url(images/header_1.jpg);
	text-align:left;
}
#header_img img {
	display: block;
} /* this is really just an IE 6 and 7 hack in disguise */
#header_links {
	float:right;
	border: 0px solid red;
	width:300px;
	color:#FFFFFF;
	padding-bottom:4px;
	text-align:right;
	padding-right:10px;
	top: 15px;
}
#header_links a {
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
}
#header_links a:hover {
	text-decoration:underline;
	color:#FFFFFF;
	font-size:12px;
}
/*---:[ content styles ]:---*/

.entry {
	font-size: 14px;
	line-height:17px;
}
.entry blockquote {
	font-size: 11px;
}
.entry blockquote.right {
	width: 200px;
	font-style: normal !important;
	font-size: 12px !important;
	margin: 0 4px 0 2px 15px !important;
	padding: 2px 0 !important;
	border: 3px double #aaa;
	border-width: 2px 0;
	text-align: center;
	float: right;
}
.entry blockquote.left {
	width: 200px;
	font-style: normal !important;
	font-size: 13px !important;
	margin: 12px 15px 13px 0 !important;
	padding: 13px 0 !important;
	border: 3px double #aaa;
	border-width: 2px 0;
	text-align: center;
	float: left;
}
.entry blockquote.right p, .entry blockquote.left p {
	margin: 0 !important;
	line-height: 13px !important;
}
.entry p {
	margin: 0 0 15px 0;
	font-family:"Helvetica Neue","Myriad Pro",Helvetica,Arial,sans-serif;/* Tahoma, Verdana, san-serif;*/
	font-size:12px;
}
/*.entry p a {
	color:#c00000;
}*/

.entry p a {
color:#8B7969;
}

.entry ul, .entry ol {
	margin: 0 0 15px 40px;
}
.entry ul {
	list-style-type: square;
}
.entry li {
	margin: 0 0 7px 0;
}
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol {
	margin: 7px 0 7px 30px;
}
.entry dl {
	margin: 0 0 15px 0;
}
.entry dt {
	font-weight: bold;
	margin: 0 0 5px 0;
}
.entry dd {
	margin: 0 0 15px 20px;
}
.entry .ad {
	margin: 0 0 5px 15px;
	float: right;
}
.entry .ad_left {
	margin: 0 15px 0.5em 0;
	float: left;
}
.entry img {
}
.entry img.left {
	padding: 3px;
	margin: 5px 15px 5px 0;
	border: 3px double #bbb;
	float: left;
	clear: left;
}
.entry img.right {
	padding: 3px;
	margin: 5px 0 5px 15px;
	border: 3px double #bbb;
	float: right;
	clear: right;
}
.entry img.center {
	display: block;
	padding: 3px;
	margin: 0 auto 15px auto;
	border: 3px double #bbb;
	float: none;
	clear: both;
}
.entry img.off {
	padding: 0 !important;
	border: none !important;
}
.entry img.stack {
	clear: none !important;
}
.tagged {
	padding: 8px 0 10px 0;/* background: url('images/hr_tag_sep.gif') no-repeat; */
	font-size: 12px;
	line-height: 16px;
	color: #888;
	/* clear: both; */
	font-family: Tahoma, Verdana, Arial, san-serif;
	font-size:10px;
	border-bottom:1px solid #d8d8d8;
}
.tagged a, .tagged a:visited {
	padding: 2px;
	color: #333;
	text-decoration: none;
}
.tagged a:hover {
	color: #fff;
	background: #333;
	text-decoration: none;
}
.blueTagged {
	padding: 4px 0 0 0;/* background: url('images/hr_tag_sep.gif') no-repeat;*/
	font-size: 12px;
	color: #000;
	clear: both;
	font-family: Tahoma, Verdana, Arial, san-serif;
	font-size:11px;
}
.blueTagged a, .blueTagged a:visited {
	padding: 0px;
	color: #000;
	text-decoration: underline;
}
.blueTagged a:hover {
	color: #fff;
	background: #000;
	text-decoration: none;
}
.taggedWhite {
	padding: 4px 0 0 0;/* background: url('images/hr_tag_sep.gif') no-repeat; */
	font-size: 12px;
	color: #000;
	clear: both;
	font-family: Tahoma, Verdana, Arial, san-serif;
	font-size:11px;
}
.taggedWhite a, .taggedWhite a:visited {
	padding: 0.25em;
	color: #326a97;
	text-decoration: none;
	border: 1px solid #fff;
}
.taggedWhite a:hover {
	color: #fff;
	background: #fff;
	text-decoration: none;
	border: 1px solid #ccc;
}
.add_comment {
	display: block;
	padding: 0 0 0 20px;
	font-weight: bold;
	float: right;
}
.navigation {
	padding:15px 0 5px;
	width: 500px;
	font-size: 14px;
	float: left;
}
.previous {
	padding: 0 20px 0 0;
	float: left;
}
.previous a {
	color:#C00000;
}
.next {
	float: right;
}
.next a {
	color:#C00000;
}
.clear {
	width: 500px;
	height: 1px;
	margin: 0 0 5px 0;
	clear: both;
}
.rule {
	background: url('images/hr_tag_sep.gif') no-repeat;
}
.flat {
	margin: 0 0 2px 0 !important;
}
.whitespace {
	margin: 0 0 35px 0 !important;
}
/*---:[ sidebar styles ]:---*/

ul.sidebar_list {
	list-style: none;
}
ul.sidebar_list li.widget, ul.sidebar_list li.linkcat {
	width: 320px;
	margin: 0 0 25px 0;
	font-size: 14px;
	line-height: 17px;
	float: left;
	/*background-image:url(images/bg_ul.jpg);
	background-repeat:repeat-x;*/
}
li.widget h2, li.linkcat h2 {
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: normal;
	margin: 0 0 8px 0;
	padding: 4px 2px;
	border-top: 2px solid #000;
	background: url('images/hr_dot_black.gif') 0 100% repeat-x;
	color:#000;
	font-family:tahoma,sans-serif;
}
li.widget p {
	margin: 0 0 15px 0;
	padding: 0 10px;
}
li.widget ul, li.linkcat ul {
	list-style: square;
	color:#444;
	margin: 0 0 5px 20px;
}
li.widget ol, li.linkcat ol {
	margin: 0 0 5px 20px;
}
li.widget li, li.linkcat li {
	margin: 0 0 7px 0;
}
li.widget li a, li.widget li a:visited, li.linkcat li a, li.linkcat li a:visited {
/*	text-decoration: none;*/
}
li.widget li a:hover, li.linkcat li a:hover {
	text-decoration: underline;
}
li.widget .recent_date {
	padding: 0px;
	font-weight: normal;
	color: #888;
	font-size:13px;
	font-style:italic;
}
li.widget ul.flickr_stream {
	list-style: none;
	margin: 0;
	padding: 0 10px;
}
li.widget ul.flickr_stream li {
	margin: 0;
	padding: 0 5px 5px 0;
	display: inline;
}
li.widget ul.flickr_stream li a img {
	padding: 3px;
}
li.widget ul.flickr_stream li a:hover img {
	background: #ff2a96;
}
/*---< FlickrRSS styles for the widget only >---*/
		
			li.widget_flickrrss {
}
li.widget_flickrrss a img {
	margin: 0 5px 5px 0;
	padding: 3px;
}
li.widget_flickrrss a:hover img {
	background: #ff2a96;
}
ul.sidebar_list li.widget img.designs {
	margin:7px 0px 0px 14px;
}
/*---< Calendar widget styles >---*/
		
		#calendar_wrap {
	font-size: 13px;
}
/*---:[ footer styles ]:---*/

#footer p {
	margin: 0 0 1px 0;
	font-size: 10px;
	color: #444;
	text-align: left;
}
#footer a, #footer a:visited {
	color: #444;
	text-decoration: none;
}
#footer a:hover {
	color: #222;
	text-decoration: underline;
}
#footLeft {
	float:left;
	width: 450px;
}
#footRight {
	margin-left:360px;
	text-align:right;
}
/*---:[ comment styles ]:---*/

#comments {
	margin-top:30px;
	margin-left: 20px;
	width: 500px;
	float: left;
	clear: both;
}
ul#comment_list {
	list-style: none;
	margin: 0 0 4.0em 0;
	border-top: 1px solid #bbb;
	float: left;
}
ul#comment_list li.comment {
	width: 500px;
	padding: 12px 0 0 0;
	border-bottom: 1px dotted #bbb;
	float: left;
}
ul#comment_list li.trackback {
	width: 470px;
	padding: 12px 15px 0 15px;
	background: url('images/trackback_bg.gif');
}
.comment_meta {
	margin: 0 0 12px 0;
}
.comment_num {
	padding: 0 15px 0 20px;
	font-weight: bold;
	font-size: 14px;
	float: right;
}
.trackback .comment_num {
	padding: 0 0 0 20px;
}
.comment_num a, .comment_num a:visited {
	color: #888;
	text-decoration: none;
}
.comment_num a:hover {
	color: #df0000;
	text-decoration: none;
}
.comment_meta strong {
	font-size: 16px;
}
.comment_time {
	font: normal 1.1em Verdana, Helvetica, Arial, sans-serif;
	color: #888;
}
.comment .entry {
	padding: 0 15px;
}
.comment .entry p {
	margin: 0 0 10px 0;
}
/*---:[ comment form styles ]:---*/

#comment_form {
	width: 500px;
	padding: 10px 0 0 0;
	float: left;
}
#comment_form p {
	padding: 6px 0;
}
#comment_form label {
	padding: 0 0 0 10px;
	font-size: 12px;
}
#comment_form .text_input {
	width: 181px;
	padding: 3px;
	color: #444;
	font: normal 12px "Trebuchet MS";
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color:#CCCCCC;
}
#comment_form .text_area {
	width: 321px !important;
}
#comment_form .text_input:focus {
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#comment_form .form_submit {
	padding: 4px 4px;
	background: url('images/submit_bg.gif');
	border: 2px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	cursor: pointer;
}
#comment_form p.subscribe-to-comments {
	font-size: 14px;
}
#comment_form p.subscribe-to-comments label {
	font-size: 10px;
}
/*---:[ search form styles ]:---*/

#search_form {
}
#search_form .search_input {
	width: 183px;
	margin-left:8px;
	margin-right:8px;
	padding: 3px;
	color: #666;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-image:url(images/searchInner.jpg);
	background-repeat:repeat-x;
	font-size:10px;
}
li.widget .search_input {
	font-size: .9em !important;
	text-align:center;
}
#search_form .search_input:focus {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#bannerDiv h3 {
	margin:0px;
	font-size:25px;
	color:#3f7db4;
	padding:0px;
	text-align:right;
}
#header_img h3 {
	margin:0px;
	font-size:28px;
	color:#fff;
	padding-top:20px;
	padding-left:20px;
	text-align:left;
}
div.featuredposts {
	/*	margin: 5px 0 0;*/
	width: 98%;
	/*	height: 200px;*/
	font-size: 0.9em;
	background: #FEFEF8;/*#f6f6ec;*/
	border-top:6px solid #CC9A60;/*6px solid #c00000;*/
	border-bottom: 1px solid #d8d8d8;
	color: #000;
	padding: 15px;
}
div.featuredposts h2 {
	margin-top: 0;
	font-size: 30px;
}
div.featuredposts h2>a {
	color: #000;
}
#navigation {
	background:#000000 url(images/nav_bg.gif) repeat-x;
	float:left;
	margin-top:0px;
	width:970px;
	height:37px;
}
#navigation ul {
	/*background:#000000 url(images/nav_bg.gif) repeat-x scroll 0 0;*/
margin-top:8px;
	width:970px;
}
#navigation ul li {
	display:inline;
	float:left;
}
#navigation ul li a {
	background:#000000 url(images/nav_bg.gif) repeat-x;
	color:#FFFFFF;
	font-family:Tahoma, Verdana, Arial, san-serif;
	font-size:14px;
	line-height:20px;
	padding:10px 18px;
	text-decoration:none;
}
#navigation ul li a:hover {
	text-decoration:underline;
}
#navigation ul li.current-cat a {
	text-decoration: underline;
}
/* ######### Styles for tagcloud ########## */
ul#newtagcloud {
	list-style:none;
	font-family:'Helvetica Neue', Trebuchet MS, Arial, sans-serif;
	margin:0px 5px;
}
ul#newtagcloud li {
/*	text-align:justify;*/
}
.userphoto {
	margin-left:10px;
	margin-top:20px;
}