/*
Theme Name: an ordinary theme
Theme URI: http://www.blog.ordinary.ch/?page_id=269
Version: 2.5
Description: Faith's Photos, a San Antonio-based portrait and wedding photographer for the San Antonio and surrounding areas. 
Author: Fabian Schmid
Author URI: http://www.blog.ordinary.ch/
Tags: one-column, two-columns, fixed-width, white, black, light
*/

/* STANDARDS */

body {
	background: #8b8d64 url(images/bg2.png) repeat-x;
	color: #000000;
	display: block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .75em;
}
table tr td {
	font-family: "Arial";
	font-size: 11px;
}
p {
	text-align: left;
       	padding-right: 35px;

}
h2 {
	color: #9f5c76;
	font-size: 1.2em;
	margin: 0;
	text-transform: uppercase;
}
h3 {
	text-transform: uppercase;
}


a {
	color: #9f5c76;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
img {
	border: none;
}
blockquote {
	background: url("images/blockquote.jpg") no-repeat top left;
	font-style: italic;
	padding-left: 30px;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}

/* MAIN CONTAINERS */

#contentwrap {
	background: #dbdcca;
	border: 10px solid #000000;
	margin: 0 auto;
	padding: 0px;
	min-height: 480px;
	width: 900px;
}
#left{
	float: left;
	width: 900px;
}


/* HEADER */
	
#titleanddesc {
	width: 900px;
}
#blogtitle {
	color: #ff3b00;

	float: left;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#blogtitle a {
	text-decoration: none;
	
}
#blogdescription {
	color: #a9a9a9;
	float: left;
	font-size: 11px;
	text-transform: uppercase;

}
#leftbanner {
	border: 0px solid #000000;
	clear: both;
	float: left;
        height: 300px;
	width: 900px;
}

#navigation {
	border: 0px solid #000000;
	float: left;
	height: 40px;
	margin-top: 0px;
	background-color: #000000;
	width: 900px;
}


/* LEFT (POST & ENTRIES) */

.posts{
	margin-right: 0;
        padding-left: 50px;
}
.pagetitle {
	color: #000000;
	font-size: 1.7em;
	margin-top: 20px;
	
}
.posttitle {
	font-size: 2.0em;
        padding: 30px 0px 0px 0px;
	font-weight: bold;
        letter-spacing: -1px;
}
.posttitle a {
	color: #4e3a34;
	text-decoration: none;
}
.posttitle a:hover {
	color: #000000;
}
.postdate {
	color: #000000;
	font-size: 1.1em;

	margin-top: 0px;

}
.category a {
	text-decoration: none;
	text-transform: lowercase;
}
.postmetadatabottom {
	background: #DDDDDD;
	margin: 0 0 0 10px;
	padding: 0;
	width: 300px;
	text-transform: uppercase;
}
.postmetadatabottom a {
	color: #000000;
	text-decoration: none;
}
.postmetadatabottom a:hover {
	color: #ffffff;
}
.entry {
	border-bottom: 1px dotted #a9a9a9;
	font-family: Calibri, Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
}
.entry ul, ol{
	margin-left: 25px;
	padding-left: 0;
}


/* RIGHT (SEARCH & WIDGETS) */

.widgets{
	border: 3px solid #000000;
	border-top: 0;
	float: right;
	margin-bottom: 18px;
	width: 193px;
}
.widgets ul{
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}
.widgets ul li ul li{
	padding: 1px 4px;
}
.widgets ul li a{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.widgets ul li a:hover{
	background-color: #000000;
	color: #ffffff;
	cursor: pointer;
}
h2.widgettitle{
	background-color: #000000;
	border-bottom: 3px solid #000000;
	border-top: 3px solid #000000;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 4px;
	text-decoration: none;
	text-transform: uppercase;
}
h2.widgettitle:hover{
	background-color: #000000;
	color: #ffffff;
	cursor: pointer;
}

/* FOOTER */

#navlink {
	clear: both;
	font-weight: bold;
	margin: 25px 0 25px 0;
	text-transform: uppercase;

}
#footer {
	border-top: 3px solid #000000;
	clear: both;
	font-size: 11px;
	padding: 0 1px 30px 1px;
	width: 900px;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
}	
#footerleft {
	float: left;
	text-transform: uppercase;
}
#footerright {
	color: #c11415;
	float: right;
	font-weight: bold;
	text-transform: uppercase;
}

/* COMMENTS */

#comments {
	clear: both;
	padding-top: 20px;
}
#comments h3{
	background: #DDDDDD;
}
.comment-info-split {
	clear: both;
}
.commentmetadata {
	text-transform: uppercase;
}
.commentlist div.alt {
	background: #DDDDDD;
	color: #000000;
	padding: 10px;
}
.commentlist div {
	padding: 10px;
}
.comment-div {
	display: block;
}
.comment-left {
	width: 30%;
}
.comment-right {
	width: 70%;
}

