/*  
Theme Name: Common Photoblog
Theme URI: http://www.adamham.com /
Description: This is the second theme for adamham.com using wordpress. I sure hope it works!
Version: 2.0
Author: Adam Ham
Author URI: http://www.adamham.com/

Note: This style sheet relies on reset.css from (Yahoo! UI Library)
to clear all default styles.

*/


/* (((((((( ELEMENTS )))))))) */

body {
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #fff;
	color: #555;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif
	color: #555;
	clear: both;
}

h1 {
	/* Top, Right, Bottom, Left */
	margin: 16px 0 0 0;
	font-size: 26px;
}

h2 {
	margin: 14px 0 0 0;
	font-size: 22px;
}

h3 {
	margin: 6px 0 0 0;
	font-size: 18px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
}

h5 {
	font-size: 14px;
	font-weight: bold;
}

h6 {
	font-size: 12px;
	font-weight: bold;
}

a {
	color: #000077;
}

strong {
	font-weight:bold;
}

label {
	font-size: 12px;
	font-weight:bold;
}

label em{
	font-weight:normal;
}



/* (((((((( OBJECTS )))))))) */

/* ======== header ======== */
#mainheader {
	background-color: #eee;
	border-bottom: 1px solid #aaa;
}
#header {
	font-size: 15px;
	/* height: 120px; background:url(img/header_bg.png) no-repeat; */
}

#header a {	
	text-decoration: none;
	color: #555;
}

#header a:hover {
	text-decoration: underline;
}

#header a.here {
	text-decoration: underline;
}

#nav {
	float: right;
	width: 400px;
	margin-top: 25px;
	margin-right: 5px;
	text-align: right;
}


#nav ul li {
	display: inline;
	padding-right: 12px;
	padding-left: 12px;
	border-right: 1px solid #999;
	text-transform: uppercase;
	font-size: 12px;
}

#nav ul li.last {
	border-right: 0px;
}

#adamham-com-logo-sm {	
	float: left;
	padding-top: 0;
	padding-left: 3px;
	width: 230px;
}

/* ======== main ======== */
#main {
	margin 0;
	padding-top: 0;
}

#articles {
	padding-top: 2px;
}

#articles p {
	margin:0 0 6px 0;	
	line-height: 1.6em;
}

.navigation {
	margin: 20px 0 20px 10px;
}

.navigation a {
	text-decoration: none;
}

.navigation a:hover {
	text-decoration: underline;
}

#commentarea {
	margin: 10px 36px 10px 0;
}

.commentlist {
	margin-bottom: 18px;
}

.commentlist li {
	padding: 14px 8px 14px 8px;
	border-bottom: 1px solid #ddd;
}

.commentlist li.mycomment {
	background-color: #efefef;
}

.commentlist li cite {
	font-weight: bold;	
}

label.prompt {
	display:block;
	margin-top:14px;
}

input.field {
	display:block;
	width:275px;
	color:#000;
	background:#fff;
}

textarea.field {
	display:block;
	width:400px;
	color:#000;
	background:#fff;
}

input.field:focus, textarea.field:focus {
	background:#ffffdf
}


/* ======== bottomnav ======== */
#bottomnav {
	font-size: 12px;
}

#bottomnav .container {
	font-size: 12px;
}

#bottomnav p {
	line-height: 18px;
}

#bottomnav .floatcolumn {
	float: left;
	width: 194px;
	margin-right: 19px;
}

#bottomnav #twitterupdates h3 {
	background:url(img/bottomnav_header_twitterupdates.png) no-repeat;
}

#bottomnav #morephotos h3 {
	background:url(img/bottomnav_header_morephotos.png) no-repeat;
}

#bottomnav #twitterupdates h3 span {
	display: none;
}

#bottomnav #morephotos h3 span {
	display: none;
}

#bottomnav #recommended .images{
}

#bottomnav #recommended .imagethumb{
	float: left;
}

#bottomnav #recommended .imagethumbtag{
	display: block;
}

#bottomnav #recommended h3 {
	background:url(img/bottomnav_header_recommended.png) no-repeat;
}

#bottomnav #recommended h3 span {
	display: none;
}

#bottomnav #abouttheauthor {
	margin-right: 0;
}
	
#bottomnav #abouttheauthor h3 {
	background:url(img/bottomnav_header_abouttheauthor.png) no-repeat;

}

#bottomnav #abouttheauthor h3 span {
	display: none;
}

#bottomnav h3 {
	width:190px;
	height:25px;
	margin-top: 0;
	margin-bottom: 4px;
	text-transform:uppercase;
	border-bottom:1px solid #bbb;
}

#bottomnav #recommended p {
	padding: 6px 0 !important;
	border-bottom: 1px dotted #DDDDDD;
}

#bottomnav #recommended p:last-child {
    border-bottom-width: 0;
}

#bottomnav .twtr-hd, #bottomnav .twtr-ft {
	display: none;
}

#bottomnav .twtr-tweet-wrap {
	padding: 6px 0 !important;
}

#bottomnav .twtr-widget {
	font-family: Arial, Helvetica, sans-serif !important;
}

/* ======== footer ======== */
#footer {
	padding: 15px 0;
	font-size: 12px;
	background-color: #eee;
	border-top: 1px solid #aaa;
}

#footer .container {
	font-size: 12px;
}


/* (((((((( CLASSES )))))))) */
.container {
	width: 650px;
	margin: 0 auto 0 auto;
	padding: 10px;
	text-align: left;
}

.floatblockleft, .alignleft {
	float: left;
}

.floatblockright, .alignright {
	float: right;
}

.clearbr {
	clear: both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
} 

.lightfont {
	color: #888;
}

.brief {
	color: #888;
	font: italic 17px Georgia,Times,Serif;
	padding: 10px 0;
}

.required-field {
	color: #AA0000;
}

.post {
	margin: 0 0 15px 0;
	display:inline-block;
}

.post p{
	padding-bottom: 2px;
}

.post img {
	padding: 6px;
	margin: 6px 6px 6px 0;
	
	border: 1px solid #ddd;
	background: #eee;
	line-height: 0;
}

.post h2 a{
	text-decoration: none;
}

h2.pagetitle {
	margin: 5px 0 0 0;
	font-size: 30px;
	text-transform: uppercase;
	font-weight:bold;
}

.postmetadata {
	background-color: #f8f8f8;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 7px 10px 10px 10px;
	width: 500px;
	margin: 8px 0 0 0;
}

.entry {
	padding: 4px 0 0 0;
}

.entrytext {
	padding: 4px 0 0 0;
}

a.referral {
	color: #444;
}

.notify-message {
	color: #800000;
	background:url(img/notify-message-bg.png) repeat-y;
	padding: 5px;
}

#feature-window {
	height: 402px; 
	display: inline-block; 
	overflow: hidden;
}
