/*
Theme Name: Posey B. Custom Theme
Theme URI: http://www.nathangwirtz.com/
Description: Custom wordpress theme for the Posey Bacopoulos web site
Version: 1.0
Author: Nathan Gwirtz
Tags: 


*/

html, body {
	height: 100%;
}

body {
	background: #e6cfa6;
	background-image: url(bgPattern.jpg);
	padding: 20px;
	font: 12px "Trebuchet MS", Arial, sans-serif;
	color: white;
}

a { 
	text-decoration: none; 
	color: white;
}

a:hover {
	color: black;
	text-decoration: underline;
}

a img {
	border: none;
}

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

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

#content {
	background-color: #8e915e;
	width: 760px;
	min-height: 85%;
	margin: 0px auto;
	padding: 20px;
	box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
}

#topnav, #header {
	text-align: center;
	font-size: 1.3em;
}

#topnav {
	margin-bottom: 3em;
}

#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#topnav ul ul {
	display: none;
}

#topnav ul li {
	margin: 0 1.5em;
	display: inline;
	padding: 0;
	text-transform: lowercase;
}

#menu {
	width: 32%;
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	margin-bottom: .75em;
}

.blog {
	float: left;
	width: 66%;
}

.page {
	width: 67%;
	margin: 0 auto;
	float: none;
}

.page h2, #gallery h2 {
	text-align: center;
}

.storycontent img, #gallery #largeimagearea img {
	border: 3px solid white;
}

.blog .post {
	border-bottom: 1px dotted white;
	margin-bottom: 2em;
	padding-bottom: 1em;
}

.blog .meta {
	clear: both;
	font-size: .8em;
}

/*#gallery #thumbnailsarea {
	float: left;
	text-align: center;
	width: 224px;
}

#gallery #thumbnailsarea .imagethumb {
	border: 1px solid white;
	margin: 7px;
}

#gallery #thumbnailsarea .imagethumb:hover, #gallery #thumbnailsarea .imagethumbcurrent:hover {
	border-width: 3px;
	margin: 5px;
}

#gallery #thumbnailsarea .imagethumbcurrent {
	border: 4px solid white;
	margin: 4px;
}

#gallery #largeimagearea {
	float: right;
	width: 500px;
	margin: 0 15px;
	text-align: center;
}
*/

/* gallery (#post-16) */

.gallery {
	text-align: center;
}

.gallery #flashcontent {
	height: 575px;
}

/* resume (#post-6) */

#post-6 ul {
	margin: 0;
	list-style-type: none;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

#post-6 ul>li {
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 2em;
}

#post-6 ul>li>ul>li {
	font-size: .83em;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 1em;
}

#post-6 ul>li>ul>li>ul>li {
	font-size: 1em;
	padding-bottom: .5em;
}

/* links */

ul#linkslist  {
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#linkslist ul {
	list-style-type: disc;
	margin: 5px;
	padding: 10px;
}

ul#linkslist>li {
	text-align: left;
	width: 33%;
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
}

ul#linkslist h3 {
	padding: 0;
	margin: 2em 0 .5em;
}

.blog a {
	color: #004c9d;
	text-decoration: underline;
}

.storytitle a {
	color: white;
}

.storytitle a:hover {
	color: black;
}

/* comments styles */


#commentform textarea {
	width: 100%;
}
