/*  
Theme Name: PHOTOBLOG Theme
Theme URI: http://ottmarliebert.com/
Description: Built by Canton Becker for Ottmar Liebert in 2010.
Version: 1.0
Author: Canton Becker
Author URI: http://cantonbecker.com
*/


#container { 
	width: 800px !important;  /* overrides usual width of site */
} 

.oneCol #mainContent {
padding:0;
}

/**********************************
	WORDPRESS STYLES & OVERRIDES
***********************************/

#sidebar ul li {
	list-style-type: none !important;
	list-style-image: none !important;
}

#sidebar li {
	padding-bottom: 2px !important;
}

#sidebar h2 {
	font-size: 14px;
	color: #aaaaaa;
}

#sidebar {
	background: none !important; /* don't use our fancy line */
	border-left: 1px solid #EEE;
}

.linkcat {
	list-style: none !important;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

.navigation {
	text-align: center;
	display: block;
	margin: 0;
	font-size: 11px;
}


.post {
	margin: 0 0 40px;
	text-align: justify;
	width: 800px;
	}
	
.post h2 {
	clear: left;
	padding-top: 10px !important;
	font-size: 20px !important;
	padding-bottom: 5px;
	margin: 0;
}

.post small {
	color: #aaa !important;
	font-size: 10px;
	font-style: italic;
}

.post h2 a , .post h2 a:visited {
	color: #464646 ;
}

.post h2 a:hover {
	color: #ec0505 !important;
}

#podPress_footer, #podPress_footer a, #podPress_footer a:visited {
	font-size: 9px;
	color: #999;
}

blockquote {
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	border-left: 7px solid #e5e5e5;
	padding-left: 4px;
	margin-left: 10px;
}

blockquote blockquote { /* don't double-up */
	border-left: none;
	padding-left: none;
	margin-left: none;
}


#recommendations ul {
	margin: 0 !important;
	padding: 0 !important;
}

#recommendations .li {
	padding: 0 !important;
	margin: 0 !important;
}

.nocomments {
	display: none;
}

.commentlist li {
	list-style: none;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC;
	padding-top: 10px;
}

.avatar { /* for avatars */
	float: left;
	padding-top: -10px;
	padding-right: 10px;
}

.photoDate {
	color: #aaa;
	font-size: 10px;
	font-style: italic;
	align: right;
}

.photoDate a, .photoDate a:visited {
	color: #aaa !important;
}

#page h1 {
	color: #BBB;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: .2em;
	font-family: 'Josefin Sans Std Light', arial, serif;
}


#topbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EEE;
	width: 740px;
	padding: 0 10px 0 10px;
}

#topbar a, #topbar a:visited {
	color: #AAA;
}

#topbar a:hover {
	color: #EC0505;
	text-decoration: none;
}

#topbar ul {
	padding: 0;
	margin: 0;
	
}

#topbar li {
	font-size: 9px;
	line-height:200%;
	list-style:none outside none;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}


