/*  
Theme Name: Omnific
Description: A red bar, three columns and the truth
Version: 1.0
Author: Conor Mangat
Author URI: http://www.typographicproblemsolving.com

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}


body{
	font-family: Georgia, Cambria, Times, Times New Roman, Serif;
	font-size: 0.82em;
	line-height: 140%;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #333333; /* global text colour */
}


h1{
	font-family: Georgia, Cambria, Times, Times New Roman, Serif;
	font-size: 24px;
	line-height: 50px;
	visibility: hidden;
}


a:link, a:visited{
	text-decoration: none;
	color: #cc3300;
}



a:hover{
	color: #FFFFFF;
	background-color: #cc3300;
}


p{
	padding: 10px 0 0 0;
}

#wrapper{
	width: 850px;
	text-align: left;
	margin: 0 auto 10px auto;	
}


#header{
	float: left;
	width: 850px;
}


#headerimg{
	background: url('pix/tpsstrip.gif');
	background-repeat: no-repeat;
	width: 550px;
	height: 50px;	
	margin: 50px 0 15px 300px;
}	



#container{
	float: left;
	width: 500px;
}


.post{
	border-top: 9px solid #cc3300;
}	


.post h2{
	font-family: Georgia, Cambria, Times, Times New Roman, Serif;
	font-size: 1.5em;
	line-height: 120%;
	padding: 12px 0 0 0;
}


.post h3{
	font-family: Georgia, Cambria, Times, Times New Roman, Serif;
	font-size: 1em;
	line-height: 120%;
	padding: 12px 0 0 0;
}


.entry{
	padding: 0 0 10px 0;
}


.entry ul li{
	padding: 6px 0 0 0;
}


.postdate{
	font-family: Courier, Courier New, Consolas, Monaco, Monospace;
	font-size: 0.8em;
	line-height: 2.4em;
	color: #666666;
}


.postmetadata{
	font-family: Courier, Courier New, Consolas, Monaco, Monospace;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666666;
	padding: 10px 0 30px 0;
	border-top:  1px dotted #ccc;
}


.navigation{
	padding: 10px 0 20px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}


.sidebar, .sidebar2{
	width: 150px;
	border-top: 9px solid #666666;
	padding-top: 58px;
	margin: 0 0 0 25px;
	font-family: Courier, Courier New, Consolas, Monaco, Monospace;
	font-size: 0.8em;
	line-height: 120%;
}

.sidebar{
	float: left;
	display: inline;
}

.sidebar2{
	float: right;
	display: inline;
}


.sidebar ul, .sidebar2 ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	padding: 0 0 10px 0;
}


.sidebar ul li, .sidebar2 ul li{
	padding-bottom: 8px;
}


.sidebar ul li h2, .sidebar2 ul li h2{
	font-family: Courier, Courier New, Consolas, Monaco, Monospace;
	font-size: 1.1em;
	border-top: 1px solid #ccc;
	padding: 8px 0 8px 0;
}


.feed{
	background: url('pix/feed.gif');
	background-repeat: no-repeat;
	padding-left: 1.8em;
	height: 12px;
}


#searchform{
	padding-bottom: 20px;
}


#footer{
	padding: 0 0 20px 0;
	clear: both;
	float: left;
	width: 500px;
	border-top: 9px solid #999999;
}


#footer p{
	font-family: Courier, Courier New, Consolas, Monaco, Monospace;
	font-size: 0.8em;
	color: #666666;
}


.comments-template{
	margin: 10px 0 25px 0;
	background: #f7f7f7;
}

.comments-template ol{
	margin: 0;
	padding: 0;
	list-style: none;
}

.comments-template ol li{
	padding: 0 0 10px 10px;
	border-top: 1px solid #ccc;	
}

li.blog{
	background: #e7e7e7;	
}

.comments-template h2, .comments-template h3{
	font-family: Courier, Courier New, Consolas, Monaco, Monospace;
	font-size: 1.1em;
	padding: 10px;
	border-top: 1px solid #999;
}


.commentmetadata{
	width: 115px;
	float: left;
	margin: 0 25px 0 0;
	font-family: Courier, Courier New, Consolas, Monaco, Monospace;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666666;
	padding: 15px 0 10px 0;
}


.commentstext{
	width: 340px;	
	float: right;
	padding: 0 10px 20px 0;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Lucida Grande, Calibri, Arial, Helvetica, Verdana, Sans-serif;
	font-size: 0.8em;
}


.textarea{
	padding: 10px 10px 10px 150px;
}

.submit, .input{
	padding: 0 0 10px 150px;
}

.label{
	padding: 10px 0 5px 150px;
	font-family: Courier, Courier New, Consolas, Monaco, Monospace;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666666;
}


/* caption styles */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	text-align: left;
	margin: 10px 15px 10px 0;
}

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

.wp-caption p.wp-caption-text {
	font-style: italic;
	font-size: 0.8em;
	line-height: 1.3em;
	padding: 5px 5px 5px 0;
	margin: 0;
}
