@charset "UTF-8";
/*
Theme Name: MyPortManBlog
Theme URI: http://www.timcbest.com/
Description: Theme for photographers or artists to display their work, by TIm Best.
Version: 2.0
Author: Tim Best
Author URI: http://www.timcbest.com/
Tags: chrome, custom header, fixed width, two columns, widgets

	This theme was designed and built by Tim Best.

	The CSS, XHTML and design is under copyright and cannot be reproduced without written permission of the Author:
	timcbest@gmail.com
	
*/
html body {
	font-family: Geneva, MS Sans Serif;
	/*font-family: Arial;*/
	font-size: 1em;
	font-weight: lighter;
	line-height: normal;
	text-align: left;
	z-index:0;
	position:relative;
	top:0;
	left:0;
	top:0;
	bottom:0;
	background-color: #000
}

ul {
	list-style: none;
}

/*
body #wrap {
	background-color: #FFFFFF;
	width: 1100px;
	z-index:0
}
*/

h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 4em;
	font-weight: bolder;
}

h2 {
	font-size: 3.25em;
	font-weight: lighter;
}

h3 {
	font-size: 2.75em;
	font-style: italic;	
}

label,p,li {
	font-size: 1.75em;
}

h1,h2,h3,p,ul,a,label {
	color: #999;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
}

p a {
	font-style: italic; 
}

a {
}

a:hover {
	color: #FF00FF;
	
}

a:active {
	color: #FF00FF;
}


div {
	/*
	border-style: solid;
	border-color:#FFFFFF;
	border-width: thin;
	*/
}

img {
	border-style: solid;
	border-color:#CCC;
	border-width: thin;
	padding: 5px;
}

a:hover img  {
	border-color: #FFF;
	background-color: #FF00FF;
}

input {
	text-align: left;
	display: block;
	background-color: #000;
	border-style: groove;
	size: 15px;
}

/************************/
/*   Page Items
/************************/

#header {
}

#content { 
}

#footer {
	clear: both
	
}

#headercap {
	font-style: italic;

}

.pagenav {
	margin-bottom: 10px	
}
.pagenav img {
	border: 0;
	width: 32px
	
}

.pagenav li {
	padding: 10px;
	display: inline
}

.pagenav li a {
	text-decoration:underline
}

/*****************************************/
/* sidebar
/*****************************************/
#sidebar {
	border-top:thin solid #000000;
	height: 275px;
	
}

#sidebar h2{
	margin-top:5px;
}

#sidebar li {
	vertical-align: top;
	display: inline-table;
	margin-right: 20px;
	width: 78px;
	font-size: 1em;
	/*border-bottom: #000000 thin solid;*/
}

#sidebar a {
	padding: 3px 0;
}

#sidebar #pages li {
	display: block;
	border-bottom: #000000 thin solid;
	
}

#sidebar #archives li {
	display: block;
	border-bottom: #000000 thin solid;
}

#sidebar #pages a {
	display: block;
}

#sidebar #archives a {
	display: block;
}

/*****************************************/
/* left column
/*****************************************/
#item_wrapper{
}

#left_col {
	float: left;
}

#left_col img{
	width: 188px;	
}


#right_col {
	margin-left: 210px;
	text-align: left;
	margin-bottom: 10px;
}


#sidebar a:hover {
	color: #FF00FF;
	/*background-color: #EEDDDD;*/
}


