/*
Theme Name: photoblog theme
Theme URI: http://www.blog.ordinary.ch/
Version: 1.1
Description: A graphic-based theme with eight posts with an image each on the frontpage. Widget ready. Please read the readme.txt file.
Author: Fabian Schmid
Author URI: http://www.blog.ordinary.ch/
Tags: one-column, fixed-width, white, black, light
*/

/************* RESET *************/

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: top;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* BASIC ELEMENTS */

body {
	background-color: #222222;
	color: #888888;
	display: block;
	font-family: Courier New, Courier, mono;
	font-size: 15px;
}
table tr td {
	font-family: Courier New, Courier, mono;
	font-size: 15px;
}

p {
	
}

small {
	font-size: 12px;
}

a:link, a:visited {
	color: #BB0000;
	text-decoration: none;
}
a:hover, a:active {
	color: #F8A43A;
}
img {
	border: none;
}
blockquote {
	background: url("images/blockquote.jpg") no-repeat top left;
	font-style: italic;
	padding-left: 20px;
}

/* MAIN CONTAINERS */

#contentwrap {
	height: 690px;
	margin: 0 auto;
	margin-top: 20px;
	min-height: 480px;
	overflow: hidden;
	width: 1006px;
}

#main{
	/**/
	border: 1px dotted #888888;
	float: left;
	height: 540px;
	margin-top: 2px;
	overflow: hidden;
	/**/
	padding: 2px;
	width: 1000px;
}

/* HEADER */
	
#titleanddesc {
	height: 14px;
	padding: 20px 1px 0 1px;
	width: 1006px;
}

#blogtitle {
	color: #888888;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

#blogtitle a {
	text-decoration: none;
}

#blogdescription {
	color: #a9a9a9;
	float: left;
	font-size: 11px;
	text-transform: uppercase;
}

#header {
	border: 1px dotted #888888;
	clear: both;
	height: 70px;
	width: 1004px;
}

#navigation {
	border: 1px dotted #888888;
	height: 20px;
	margin-top: 2px;
	width: 1004px;
}

/* MAIN PART (POSTS & ENTRIES) */

.pagetitle {
	color: #BB0000;
	font-weight: bold;
	text-transform: uppercase;
}

.posts {
	height: 540px;
	overflow: hidden;
}

.post {
	/*border: 1px dotted #888888;*/
	float: left;
	height: 180px;
	overflow: hidden;
	width: 500px;
}

.page {
	/*border: 1px dotted #888888;*/
	float: left;
	height: 180px;
	overflow: hidden;
	width: 1000px;
}

.thumbnail {
	float: left;
}

.posttitle {
	font-weight: bold;
	text-transform: uppercase;
}

.posttitle a {
	color: #BB0000;
	text-decoration: none;
}

.posttitle a:hover {
	color: #F8A43A;
}

.category {
	
}

.tags {
	
}

.editpost {
	
}

.entrywhole {
	height: 180px;
	line-height: 1.075;
	margin-left: 255px;
	margin-right: 5px;
	overflow: hidden;
	width: 240px;
}

.entry {
	float: left;
}

.entry ul, ol {
	margin-left: 20px;
	padding-left: 0;
}

.content {
	clear: both;
	padding-top: 5px;
}

/* SEARCH */

#search {
	float: right;
}

#searchsubmit {
	display: none;
}

#s{
	border: none;
	color: #888888;
	float: right;
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	text-transform: uppercase;
	width: 175px;
}

/* WIDGETS */

.widgets{
	border: 1px dotted #888888;
	height: 150px;
	margin-top: 2px;
	width: 1004px;
}

.widget {
	float: left;
}

.widgets ul{
	margin: 0;
	padding: 0;
}

.widgets ul li {
	padding: 1px 4px;
	list-style-type: none;
	text-align: left;
}

.widgets ul li a{
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.widgets ul li a:hover{
	color: #BB0000;
	cursor: pointer;
}

.widgets ul li ul li{
	padding: 1px 4px;
}

h2.widgettitle{
	color: #BB0000;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 4px;
	text-decoration: none;
	text-transform: uppercase;
}

h2.widgettitle:hover{
	cursor: pointer;
}

/* FOOTER */

#navlink {
	clear: both;
	font-weight: bold;
	margin: 25px 0 25px 0;
	text-transform: uppercase;
}

#footer {
	clear: both;
	font-size: 12px;
	height: 12px;
	padding: 0 1px 1px 1px;
	width: 1004px;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
}

#footerleft {
	float: left;
	text-transform: uppercase;
}

#footerright {
	color: #888888;
	float: right;
	font-weight: bold;
	text-transform: uppercase;
}

/* GENERIC CLASSES */

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

/* WORDPRESS STYLES */

img.alignright {
	float:right;
	margin:0 0 1em 1em;
}

img.alignleft {
	float:left;
	margin:0 1em 1em 0;
}

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

a img.alignright {
	float:right;
	margin:0 0 1em 1em;
}

a img.alignleft {
	float:left;
	margin:0 1em 1em 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}