/*
Theme Name:Clean Home
Theme URI:http://midmodesign.com/news/general/our-special-wordpress-theme/
Description:This WordPress theme is one with a minimal, clean looking design and has full CSS widgetization. Special thanks to <a href="http://bryanhelmig.com/">Bryan Helmig</a> of <a href="http://midmodesign.com/">Mid Mo Web Design</a>.
Version:1.2.0
Author:Mid Mo Design
Author URI:http://midmodesign.com/
Tags:white, red, fixed-width, two-columns, right-sidebar

	"Clean Home" by http://midmodesign.com/

	This theme was designed and built by Bryan Helmig
	of Mid Mo Design: http://midmodesign.com/.

	The CSS, XHTML and design is released under the GPL.

*/

body {
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.7em;
background-color:#d1d1d1;
}
a {
text-decoration:none;
color:#000;
font-weight:600;
}
a:hover {
color:#e12000;
}
hr{
margin-top:35px;
border:0;
border-top:1px solid #F4F4F$4;
width:620px;
color:#fff;
clear:both;
}
#wrapper {
width:980px;
margin:0 auto;
background: #FFFFFF url('images/w_bg.jpg') repeat-y right top;
overflow: hidden;
}
#header-wrapper {
width:100%;
/*background-color: #0C2735;*/
margin:0;
overflow: hidden;
}
#header {
width:980px;
margin:0 auto;
overflow: hidden;
}
#top-bar {
float:left;
padding: 4px;
width:100%;
height:25px;
background-color: #103E56;
color:#FFF;
}
#logo {
float:left;
width:340px;
height:76px;
padding:0;
}
#logo a {
color:#ff2b06;
font-size:60px;
font-weight:600;
text-decoration:none;
border-bottom:none;
letter-spacing:-4px;
}
#logo h2 {
font-size : 18px;
font-weight : 200;
padding : 12px 4px 0 0;
letter-spacing : -1px;
}
#search-box {
float:right;
/*width:500px;*/
width: 400px;
padding: 20px;
text-align:right;
}
#nav {
margin: 20px 0 0;
float:left;
height: 40px;
width: 100%;
text-align: center;
background: #103E56 url('images/nav_bg.gif') repeat-x;
}
#nav ul {
/*margin-left: 10px;*/
height:25px;
float:left;
}
#nav li {
text-align:center;
float:left;
display:inline;
width:auto;
border-right: #375c70 1px solid;
}
#nav li:last-child {
	border: none;
}
#nav li a {
font-size:0.9em;
font-weight:bold;
line-height: 32px;
display:block;
padding:4px 25px;
border-bottom:none;
color: #FFF;
text-transform: uppercase;
}
#nav li a:hover {
background: url('images/nav_bg_over.gif') repeat-x;
}
#searchform {
padding-top: 2px;
float: right;
width:195px;
}
#searchform input#s {
margin-right: -2px;
padding: 3px;
width: 120px;
background-color: #16557A;
color: #FFF;
border: none;
}
#searchform input#searchsubmit {
margin-left:0;
padding:2px;
background-color: #1B678F;
color: #FFF;
border: none;
}
#blurb {
width:980px;
margin: 0 auto;
}
#content {
width:700px;
overflow:hidden;
float:left;
padding:0 0 30px 10px;
min-height:420px;
}
.post {
float: left;
/*font-size: 12px;*/
line-height: 20px;
width: 690px;
}
.post img {
/*background-color: #f7f7f7;
border: #CCC 1px solid;
padding: 2px;*/
}
.post p {
margin:14px 0 14px 0;
font-size: 1.1em;
}
.post p a {
color: #265E91;
text-decoration: none;
font-weight: bold;
}
.post p a:hover {
text-decoration: underline;
}
.post em{
font-style:italic;
}
.post h2 {
font-size:1.6em;
margin:25px 0 10px;
font-weight:normal;
}
.post h1 {
/*font-family: 'Ultra', serif;
font-size:2.0em;
margin:30px 0 2px 0;
font-weight:bold;
letter-spacing: -2px;
line-height:28px;*/
}

.post h1 {
	font-family: 'Vidaloka', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.4;
	margin:30px 0 2px 0;
}

.post h1 a{
/*color: #265E91;*/
}
.post h3, .post h4 {
font-size:20px;
margin:15px 0 10px 0;
font-weight:normal;
}
.post h4 {
font-size:18px;
}
/*.post h1:hover, .post h2:hover, .post h3:hover, .post h4:hover {
color:#e12000;
}*/
.post .indent {
padding-left:10px;
}
.post .indent p {
padding-left:10px;
}
.post small {
font-size:11px;
}
.post small a {
font-weight:normal;
}
.post small.date {
display: block;
font-size:11px;
font-weight: 600;
color: #666;
padding: 4px;
}
.post small.cat {
/*display: block;*/
font-size:11px;
font-weight: 600;
color: #666;
padding: 4px;
}
.post small.comments {
/*display: block;*/
font-size:11px;
font-weight: 600;
color: #666;
padding: 4px;
}
.post small.date a {
	color:#000;
	font-weight:600;
}
.post .alignright {
float:right;
margin-left:10px;
clear: both;
}
.post .alignleft {
float:left;
margin-right:10px;
clear: both;
}
.post .aligncenter {
margin:0 auto;
display:block;
}
.post abbr {
font-weight:normal;
}
.post ul{
list-style:circle;
margin:0 0 0 25px;
}
.post ol{
list-style:decimal;
margin:0 0 0 30px;
}
/*.post .wp-caption {
background:#f7f7f7;
border:1px solid #ccc;
text-align:center;
padding:5px 0 0;
}*/
.post .wp-caption {
text-align:left;
padding:5px 0;
color:#CCC;
}
.post .wp-caption img {
border: none;
background-color: none;
padding: 0;
margin: 0;
}
.post .wp-caption-text {
margin:0;
font-size: 10px;
}
.post .wp-caption a, .post .wp-caption a:hover {
border-bottom:0;
}
.post blockquote {
color: #333;
/*font-size: 1.2em;*/
/*font-weight:bold;*/
/*border-left:2px solid #ccc;*/
background: url('images/quotes.png') no-repeat top left;
margin:15px 30px 15px 10px;
padding: 2px 20px;
display: inline-block;
}
.post pre {
font-family:courier;
font-size:12px;
letter-spacing:-1px;
margin:14px 0 14px 0;
}
.post .message ul {
margin:12px 0 0;
}
.post .message {
display:none;
background:#0F67A1;
margin-top:10px;
padding:20px;
color:#fff;
}
.post .img-wrap {
background-color: #f7f7f7;
border: #CCC 1px solid;
padding: 2px;
}
#comments {
float: left;
margin-top: 20px;
padding: 10px;
background: #f4f4f4;
}
#comments h3, #comments h4{
/*font-family:Georgia;*/
font-size:24px;
/*margin:20px 0 5px;*/
font-weight:normal;
}
#comments cite{
/*font-family:Georgia;*/
font-size:12px;
font-weight:normal;
border-bottom:1px dotted #F4F4F4;
}
#comments em {
font-style:italic;
text-align:right;
}
#comments ol.commentlist li {
margin:20px 0;
border:1px dotted #ccc;
border-right:0;
padding:10px 5px 20px 10px;
min-height:110px;
}
#comments ol.commentlist li p{
font-size: 13px;
}
/*#comments p {
margin:10px 0 0 10px;
width:auto;
}*/
#comments span {
display:block;
color:#eee;
/*font-family:Georgia;*/
font-size:120px;
font-weight:normal;
float:right;
padding-top:25px;
}
#comments ul.formlist {
/*margin:20px 0;
width:375px;*/
}
#comments ul.formlist label{
	display: block;
	font-weight: 700;
}
#comments ul.formlist li {
display:block;
margin:10px 0 0;
}
#comments ul.formlist p{
margin:10px 0 0;
/*text-align:center;*/
}
#comments input {
/*font-family:Georgia;*/
/*width:370px;*/
font-size:18px;
font-weight:normal;
}
#comments textarea {
/*font-family:Georgia;*/
width:655px;
font-size:18px;
font-weight:normal;
}
#comments li.submitbutton input {
text-align:center;
background:#fff;
border:1px solid #aaa;
color:#000;
font-family:Arial;
font-weight:600;
font-size:14px;
}
#comments .center {
/*text-align:center;*/
}
#sidebar {
width:246px;
float:right;
/*margin:0 10px 25px 0;*/
padding: 30px 4px;
}
#sidebar h3 {
padding:3px;
font-size:16px;
font-weight: bold;
color: #000;
}
#sidebar .block {
/*background-color:#F4F4F4;*/
border-bottom:1px solid #E1E1E1;
margin:4px 0 30px 4px;
}
#sidebar .block ul {
padding: 4px;
}
#sidebar .block ul .children{
border:0;
padding: 0 0 0 8px;
}
#sidebar .block li {
/*border-top:1px solid #F4F4F4;*/
}
#sidebar .block li a {
font-size:0.95em;
font-weight:bold;
line-height: 14px;
padding:4px 0;
display:block;
border-bottom:none;
}
#sidebar .block li a:hover {
	color: #666;
}
#sidebar .widget_search label {
display:block;
padding:25px 0 3px 0;
font-size:18px;
border-bottom:1px solid #F4F4F4;
margin:0 0 5px;
}
#sidebar .widget_recent_comments li {
background:transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;
padding:2px 0 2px 15px;
}
#sidebar .widget_recent_comments li a,#sidebar .widget_recent_comments li a:hover{
background:none;
border-bottom:1px solid #000;
text-decoration:none;
color:#000;
font-weight:600;
}
#sidebar .widget_recent_comments li a:hover {
color:#e12000;
border-bottom:1px dashed #e12000;
background-color:#f7f7f7;
}
#sidebar .widget_tag_cloud h3 {
margin:0 0 8px;
border-bottom:1px solid #F4F4F4;
}
#sidebar .widget_text h3 , #sidebar .calendar h3{
border-bottom:1px solid #F4F4F4;
}
#sidebar .calendar h3{
display:none;
}
#sidebar #wp-calendar {
width:95%;
text-align:center;
}
#sidebar #wp-calendar caption, #sidebar #wp-calendar td, #sidebar #wp-calendar th{
text-align:center;
}
#sidebar #wp-calendar caption {
font-size:18px;
padding:25px 0 3px 0;
}
#sidebar #wp-calendar th {
font-weight: bold; 
border-top:1px solid #F4F4F4;
border-bottom:1px solid #F4F4F4;
}
#sidebar #wp-calendar tfoot td{
border-top:1px solid #F4F4F4;
border-bottom:1px solid #F4F4F4;
}
#footer {
width:100%;
float:left;
border-top:1px solid #F4F4F4;
text-align:center;
padding:20px 0;
background-color: #103E56;
color: #FFF;
}
#footer a {
color: #FFF
}
/***********************************
ADDED
************************************/
.navigation .alignleft {
float:left;
margin-right:10px;
}
.navigation .alignright {
float:right;
margin-right:10px;
}
#home {
float: left;
padding: 0 10px;
width: 860px;
min-height:420px;
}
/************************************
COLUMN 1 STYLES
*************************************/
#column1 {
margin: 10px 0 0 5px;
width: 480px;
float: left;
}
#column1 .title {
margin-left: 10px;
padding: 4px;
width: 100%;
font-family: Helvetica, sans-serif;
font-size: 2em;
font-weight: bold;
}
#column1 .homeblock {
margin: 3px; 
display: inline-block;
line-height: 1px;
width: 456px;
/*float: left;*/
padding: 10px; 
background: #F4F4F4;
overflow: hidden;
}
#column1 .homeblock a {
cursor: pointer;
}
#column1 .homeblock h1 {
display:block;
margin-top:4px;
padding:0;
}
#column1 .homeblock h1 a { 
font-size: 1.6em; 
letter-spacing: -0.05em;
line-height: 1em;
/*color: #265E91;*/
}
#column1 .homeblock h2 {
display:block;
margin-top:8px;
padding:0;
height: 22px;
}
#column1 .homeblock h2 a { 
font-size: 1em; 
letter-spacing: -0.05em;
line-height: 1em;
color: #333;
}
#column1 .homeblock p {
font-size: 1em;
line-height: 1.1em;
color: #333;
margin-top: 10px;
}
#column1 .homeblock img {
float:left;
margin-right: 6px;
border: #F4F4F4 1px solid;
padding: 1px;
}

/************************************
COLUMN 2 STYLES
*************************************/
#column2 {
margin: 10px 0 0 0;
width: 490px;
float: right;
}
#column2 .title {
margin-left: 10px;
padding: 4px;
width: 100%;
font-family: Helvetica, sans-serif;
font-size: 2em;
font-weight: bold;
}
#column2 .homeblock {
margin: 3px; 
display: inline-block;
line-height: 1px;
width: 456px;
/*float: left;*/
padding: 10px; 
background: #F4F4F4;
overflow: hidden;
}
#column2 .homeblock a {
cursor: pointer;
}
#column2 .homeblock h1 {
display:block;
margin-top:4px;
padding:0;
}
#column2 .homeblock h1 a { 
font-size: 1.6em; 
letter-spacing: -0.05em;
line-height: 1em;
/*color: #265E91;*/
}
#column2 .homeblock h2 {
display:block;
margin-top:8px;
padding:0;
height: 22px;
}
#column2 .homeblock h2 a { 
font-size: 1em; 
letter-spacing: -0.05em;
line-height: 1em;
color: #333;
}
#column2 .homeblock p {
font-size: 1em;
line-height: 1.1em;
color: #333;
margin-top: 10px;
}
#column2 .homeblock img {
float:left;
margin-right: 6px;
border: #F4F4F4 1px solid;
padding: 1px;
}


.latest {
	margin-left: 10px;
	padding: 4px;
	width: 100%;
	font-family: Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
}
	
/***********************************
COLUMN 3 STYLES
************************************/
#column3 {
margin-top: 10px;
width: 480px;
float: left;
}
#column3 .title {
margin-left: 10px;
padding: 4px;
width: 100%;
font-family: Helvetica, sans-serif;
font-size: 2em;
font-weight: bold;
}
#column3 .homeblock {
margin: 6px; 
display: inline-block;
width: 455px;
/*float: left;*/
padding: 10px; 
}
#column3 .homeblock a {
cursor: pointer;
}
#column3 .homeblock h1 {
display:block;
margin-top:4px;
padding:0;
}
#column3 .homeblock h1 a { 
font-size: 2em; 
letter-spacing: -0.05em;
line-height: 1em;
/*color: #265E91;*/
}
#column3 .homeblock h2 {
display:block;
/*height: 30px;*/
margin-top:8px;
padding:0;
font-size: 1.2em;
}
#column3 .homeblock h2 a { 
font-size: 1em; 
letter-spacing: -0.05em;
line-height: 1em;
color: #333;
}
#column3 .homeblock p {
font-size: 1em;
line-height: 1.1em;
color: #333;
margin-top: 6px;
}
#column3 .homeblock img {
float:left;
margin-right: 6px;
border: #F4F4F4 1px solid;
padding: 1px;
}



/***********************************
COLUMN 4 STYLES
************************************/
#column4 {
margin-top: 10px;
width: 490px;
float: right;
}
#column4 .title {
margin-left: 10px;
padding: 4px;
width: 100%;
font-family: Helvetica, sans-serif;
font-size: 2em;
font-weight: bold;
}
#column4 .homeblock {
margin: 6px; 
display: inline-block;
width: 455px;
/*float: left;*/
padding: 10px; 
}
#column4 .homeblock a {
cursor: pointer;
}
#column4 .homeblock h1 {
display:block;
margin-top:4px;
padding:0;
}
#column4 .homeblock h1 a { 
font-size: 2em; 
letter-spacing: -0.05em;
line-height: 1em;
/*color: #265E91;*/
}
#column4 .homeblock h2 {
display:block;
/*height: 30px;*/
margin-top:8px;
padding:0;
font-size: 1.2em;
}
#column4 .homeblock h2 a { 
font-size: 1em; 
letter-spacing: -0.05em;
line-height: 1em;
color: #333;
}
#column4 .homeblock p {
font-size: 1em;
line-height: 1.1em;
color: #333;
margin-top: 6px;
}
#column4 .homeblock img {
float:left;
margin-right: 6px;
border: #F4F4F4 1px solid;
padding: 1px;
}


.clearFloat {
  clear : both;
}
.front_page {
/*	background-color: #333;
	background-image: url(http://pimphop.com/wp-content/themes/clean-home/images/ph-bg.gif);
	background-repeat: repeat-y;*/
}
#front_page_content {
	background-color: #FFF;
	width: 980px;
	overflow:hidden;
	/*float:left;*/
	/*padding:0 0 30px 10px;*/
	min-height:420px;
}
#sidebar ul#social {
	/*border-top: #F4F4F4 1px solid;*/
	padding-top: 4px;
}
#sidebar #social li {
	text-align:center;
	display:inline;
	width:auto;
	margin:0;
	border: none;
}
#sidebar #social li a {
	margin:0;
	padding:3px;
	display: inline;
}
#author-info {
	width:100%; 
	color: #999;
	font-weight: 700;
	/*height:160px; */
	/*border-top: #CCC 1px solid; 
	border-bottom: #CCC 1px solid; */
	float: left;
	margin: 10px 0;
	padding:4px;
	overflow: hidden;
}
#author-info h4 {
	margin:4px;
	font-weight: 600;
}
#author-info #author-avtr {
	float:left; 
	margin-right:10px;
	
}
#author-info #author-data {
	float:left;
	width:450px;
}
div.sociable {
	float:left;
	margin: 2px 0 !important;
	clear: both;
}
#dsq-content {
	clear: both !important;
}
#dsq-new-post h3, #dsq-comments-title h3 {
	margin: 10px 0;
	font-size: 2.0em;
}
.dsq-brlink {
	display: none;
}
p.dsq-autheneticate-copy {
	display: none !important;
}
.avatar-120 {
	margin: 10px 0;
}
.author-list {
	margin:0 !important;
	padding:0 !important;
}
.author-list li {
	padding-bottom: 4px;
	list-style: none;
}
.header-login {
	float: left;
	color: #333333;
}
.header-login a {
	color: #3333333;
}
#your-profile .form-table {
	width: 600px;
	margin-bottom: 50px;
}
#your-profile .form-table th {
	vertical-align: top;
}
#your-profile span.description {
	display: none;
}
#your-profile .regular-text,
#your-profile #display_name,
#your-profile #description {
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 1.3em;
}
#your-profile .regular-text {
	float: left;
	margin: 4px;
	padding: 4px;
	width: 300px;
	height: 20px;
}
#your-profile #display_name {
	margin: 4px;
	padding: 4px;
}
#your-profile #description {
	padding: 4px;
	margin-bottom: 40px;
}
#your-profile #pass1 {
	margin-bottom: 20px;
}
#your-profile #pass1, #your-profile #pass2 {
	padding: 4px;
	width: 300px;
}
#your-profile .avatar {
	padding-right: 4px;
}
.post .wp-post-image {
	float: left;
	margin-right: 10px;
}
.navigation {
	float:left;
	margin-top:30px;
	width:690px;
}
#user_login, #user_pass {
	float: left;
	margin: 4px;
	padding: 4px;
	width: 300px;
	height: 20px;
}
#loginform p {
	float: left;
	width: 800px;
}

.gallery-caption {
	display: none !important;
}

/*****************************
OUTBRAIN STYLES
*****************************/
.strip-rec-link-title {
	font-size:12px !important;
}
.strip-rec-link-img {
	border: 1px solid #f4f4f4 !important;
}
.OB_default {
	margin-top: 40px;
}



/****************************
GALLERY PLUGIN STYLES
*****************************/
#cboxTitle {
    bottom: 4px;
    color: #949494;
    left: 0;
    position: absolute;
    text-align: center;
    visibility: hidden !important;
    width: 100%;
}

/*********************************
GOOGLE SEARCH STYLE
**********************************/

.google-txt {
	background-image: none !important;
	width: 200px;
	height: 24px;
}

.google-submit {
	background: #103E56;
	border: none;
	height: 28px;
	color: #FFF;
}

/*******************************
TML SIDEBAR
********************************/

.tml-user-avatar {
	float: left;
	overflow: hidden;
}

#sidebar ul.tml-user-links {
	float: left;
	padding: 0 4px;
	overflow: hidden;
}
.widget_theme_my_login {
	min-height: 92px;
}
#sidebar .tml-user-links li a {
	padding: 0;
}