/************************* GLOBAL STYLES ***************************/
/*
body {
	background-attachment: fixed;
	background-color: #111;
	background-image: url(images/bgCorner.jpg);
	background-position: left;
	background-repeat: no-repeat;
	color: #eee;
	font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Arial,sans-serif;
}
*/
body {
	/*background: #000 url(images/bgCorner6.jpg) no-repeat fixed top left;*/
	background: #000;
	/*background-attachment:fixed
	background-color: #111;*/
	color: #eee;
	font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Arial,sans-serif;
}

.displace {
	position: absolute;
	left: -5000px;
}

.container-inner {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-bottom: 1em;
	padding-left: 0;
	padding-right: 0;
	padding-top: 1.75em;
	width: 950px;
}

.container {
	background-image: url(images/repeater.png);
	background-repeat: repeat;
}

h1,h2,h3,h4,h5,h6 {
	color: #eee;
	font-family: "Hoefler Text","Constantia",Georgia,"Times New Roman",Times,serif;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: #eee;
	font-family: "Hoefler Text","Constantia",Georgia,"Times New Roman",Times,serif;
}

h3.sub,h2.sub {
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #515151;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1em;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	text-transform: uppercase;
}

a {
	color: #428ce7;
	text-decoration: none;
}

a:hover, a:focus {
	color: #fff;
}

p {
	color: #eee;
}

h6.top {
	color: #ccc;
}

#top {
	color: #666;
	padding-top:12px;
	/*margin-bottom: 1em;*/
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	/*padding-bottom: .5em;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;*/
	width: 950px;
}

#top a {
	color: #666;
}

.login {
	float: left;
}

#masthead {
	float: left;
	height: 36px;
	margin-top:-12px;
}

#masthead h4, #masthead span {
	line-height: 2em;
	margin: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
}

#masthead h4 {
	line-height: 2em;
	margin: 0;
	padding-bottom: 0;
	padding-left: 100px;
	padding-right: 0;
	padding-top: 5px;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}

#mylogo {
	/*line-height: 2em;*/
	margin: 0;
	padding-bottom: 0;
	padding-left: 220px;
	padding-right: 0;
	padding-top: 5px;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}
#mylogo span.description {
	color: #ccc;
	font-size: .7em;
	padding-bottom: .35em;
	padding-left: 3em;
	padding-right: 3em;
	padding-top: 0em;
	text-transform: lowercase;
	float: left;
	margin-bottom:10px;
}

#masthead h4 a {
	color: #fff;
	text-decoration: none;
}

#masthead span.description {
	color: #ccc;
	font-size: .7em;
	padding-bottom: .35em;
	padding-left: 3em;
	padding-right: 3em;
	padding-top: 0em;
	text-transform: lowercase;
	float: left;
}

.double-border {
	.double-border: ;
	background-image: url(images/double-border.png);
	background-position: bottom;
	background-repeat: repeat-x;
	border-style: none;
	clear: both;
	float: none;
	height: 8px;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 1em;
	width: 100%;
}

#nav {
	background-color: #000;
	float: right;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 18px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 6px;
}

#nav ul, #nav ul li {
	margin: 0;
	padding: 0;
}

#nav ul li {
	color: #eee;
	float: left;
	font-size: 10px;
	font-weight: bold;
	list-style-image: none;
	list-style-style: none;
	margin-right: 15px;
	position: relative;
	text-transform: lowercase;
}

#nav ul li a {
	color: #eee;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #fff;
}

#nav ul li ul {
	margin-left: -10px;
	padding-top: 7px;
	position: absolute;
	z-index: 200;
}

#nav ul li.drop:hover ul {
	display: block;
}

#nav ul li ul {
	margin-left: -10px;
	padding-top: 7px;
	position: absolute;
	z-index: 200;
}

#nav ul li ul li {
	float: none;
	font-size: 11px;
	font-weight: normal;
	margin-right: 0;
	z-index: 210;
}

#nav ul li ul li a {
	background-color: #1a1a1a;
	background-position: 5px 50%;
	background-repeat: no-repeat;
	color: #999;
	display: block;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	width: 130px;
}

#nav ul li ul li a:hover {
	background-color: #000;
	text-decoration: underline;
}

#nav ul li ul li a.icon {
	padding-left: 30px;
}

#nav ul li ul li a.entries {
	background-image: url(images/rss.png);
	background-position: 5px 50%;
	background-repeat: no-repeat;
}

#nav ul li ul li a.comments {
	background-image: url(images/chat.png);
	background-position: 5px 50%;
	background-repeat: no-repeat;
}

#nav ul li ul li a.phone {
	background-image: url(images/phone.png);
	background-position: 5px 50%;
	background-repeat: no-repeat;
}

#nav ul li ul li a.email {
	background-image: url(images/email.png);
	background-position: 5px 50%;
	background-repeat: no-repeat;
}

#nav ul li ul.push {
	margin-top: 12px;
	z-index: 211;
}

#nav ul li.enhanced {
	margin-right: 0;
	padding-right: 15px;
	z-index: 211;
}

#nav ul li.enhanced span {
	float: left;
	padding-right: 7px;
	z-index: 211;
}

#nav ul li.enhanced a.arrow {
	display: block;
	float: left;
	height: 15px;
	overflow: hidden;
	position: relative;
	top: -2px;
	width: 18px;
}

#nav ul li.enhanced a.arrow:hover {
	cursor: pointer;
}

#nav ul li.enhanced a.arrow img {
	display: block;
	position: relative;
}

#nav ul li.enhanced a.rest img {
	top: 0;
}

#nav ul li.enhanced a.hover img {
	top: -15px;
}

#nav ul li.enhanced a.open img {
	top: -30px;
}

#pagenav, #pagenav ul {
	float: right;
	font-size: 13px;
	list-style-image: none;
	list-style-style: none;
	margin-bottom: 10px;
	padding: 0;
}

#pagenav a {
	display: block;
}

#pagenav li {
	float: left;
	font-family: "Hoefler Text","Constantia",Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	line-height: 40px;
	
}

#pagenav li a {
	font-size: 2.25em;
	/*padding-right: 8px;
	padding-left: 8px;*/
	text-transform: lowercase;
}

/* derp */

#pagenav li a.aboutC {
//	display: none;
	text-indent: -2500px;
	display: block;
	width: 88px;
	height: 36px;
	text-decoration: none;
	background: url("images/navButtons/aboutButton.jpg");
}

#pagenav li a.aboutC:hover {
	background-position: 0 -56px;
}

#pagenav li a.booksC {
	text-indent: -2500px;
	display: block;
	width: 85px;
	height: 36px;
	text-decoration: none;
	background: url("images/navButtons/booksButton.jpg");
}

#pagenav li a.booksC:hover {
	background-position: 0 -56px;
}

#pagenav li a.filmsC {
	text-indent: -2500px;
	display: block;
	width: 86px;
	height: 36px;
	text-decoration: none;
	background: url("images/navButtons/filmsButton.jpg");
}

#pagenav li a.filmsC:hover {
	background-position: 0 -56px;
}

#pagenav li a.news {
	display: block;
	width: 70px;
	height: 36px;
	text-decoration: none;
	background: url("images/navButtons/newsButton.jpg");
}

#pagenav li a.news:hover {
	background-position: 0 -56px;
}

#pagenav li a.writingC {
	text-indent: -2500px;
	display: block;
	width: 115px;
	height: 36px;
	text-decoration: none;
	background: url("images/navButtons/writingButton.jpg");
}

#pagenav li a.writingC:hover {
	background-position: 0 -56px;
}
/* derp */
	
#pagenav .hometab a {
	border-left-color: #F9F9F2;
	border-left-style: solid;
	border-left-width: 1px;
}

#pagenav li ul li a {
	font-size: 18px;
	padding-top: 0;
	/* padding-right: 8px; */
	padding-left: 8px;
}

#pagenav li a:hover {
	background-color: #DEDBD1;
	text-decoration: none;
}

#pagenav li ul li a:hover {
	text-decoration: underline;
}

#pagenav li ul {
	left: -999em;
	padding-top: 3px;
	/*margin-top: -15px;*/
	position: absolute;
	width: 12em;
}

#pagenav li:hover ul, #pagenav li.sfhover ul {
	left: auto;
	z-index: 1000;
}

#pagenav li ul li {
	background-color: #2A2C2B;
	/*border-bottom-width: 1px;
	border-color: #D8D8D8;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-top-width: 0;*/
	line-height: 21px;
	padding-top: 5px;
	
	width: 12em;
	margin-left: -10px;
	/*margin-top: -10px;
	CML*/
	
}

#pagenav li:hover, #pagenav li.hover {
	position: static;
}

#pagenav li ul ul {
	margin-bottom: 0;
	margin-left: 234px;
	margin-right: 0;
	margin-top: -37px;
}

#pagenav li:hover ul ul, #pagenav li:hover ul ul ul, #pagenav li.sfhover ul ul, #pagenav li.sfhover ul ul ul {
	left: -999em;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 22px;
}

#pagenav li:hover, #pagenav li.sfhover {
	background-color: #DEDBD1;
}

#pagenav li ul li ul li, #pagenav li ul li ul li ul li, #pagenav li ul li ul li ul li ul li {
	border-bottom-width: 0;
	border-color: #D8D8D8;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-top-width: 1px;
}

#pagenav li ul li ul, #pagenav li ul li ul li ul, #pagenav li ul li ul li ul li ul {
	border-bottom-width: 1px;
	border-color: #D8D8D8;
	border-left-width: 0;
	border-right-width: 0;
	border-style: solid;
	border-top-width: 0;
}

#pagenav li:hover ul ul, #pagenav li.sfhover ul ul, #pagenav li:hover ul ul, #pagenav li:hover ul ul ul, #pagenav li:hover ul ul ul ul, #pagenav li.sfhover ul ul, #pagenav li.sfhover ul ul ul, #pagenav li.sfhover ul ul ul ul {
	left: -999em;
}

#pagenav li:hover ul, #pagenav li li:hover ul, #pagenav li.sfhover ul, #pagenav li li.sfhover ul, #pagenav li:hover ul, #pagenav li li:hover ul, #pagenav li li li:hover ul, #pagenav li.sfhover ul, #pagenav li li.sfhover ul, #pagenav li li li.sfhover ul, #pagenav li:hover ul, #pagenav li li:hover ul, #pagenav li li li:hover ul, #pagenav li li li li:hover ul, #pagenav li.sfhover ul, #pagenav li li.sfhover ul, #pagenav li li li.sfhover ul, #pagenav li li li li.sfhover ul {
	left: auto;
}

select, #pagenav {
	padding: 10px 0 0;
	/*padding-top: 10px;*/
}

.bot, #header .spacer p, .list2 {
	clear: both;
}

#pagenav li a span {
	color: #9D9D9D;
	font-size: 12px;
	font-weight: normal;
}

.content h2 {
	font-family: "Hoefler Text","Constantia",Georgia,"Times New Roman",Times,serif;
	/* margin-bottom:0.45em; */
	/* added margin bottom to make gap at page headings smaller */
}

.post {
	clear: both;
	display: block;
}

.post h4, .post h6 {
	font-family: "Hoefler Text","Constantia",Georgia,"Times New Roman",Times,serif;
}

.postmetadata {
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #000;
	border-radius: 5px;
	color: #999;
	font-size: 10px;
	padding: 1em;
}

.postmetadata a:hover {
	color: #fff;
}

.underlined {
	border-bottom-color: #eee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

h6.underlined {
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.welcomebox {
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #eee;
	border-radius: 5px;
	margin-bottom: 1.5em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 1.5em;
	padding-bottom: 0.5em;
}

.welcomebox p {
	color: #000;
	margin-bottom: 1em;
	/*margin-left: 1em;*?
}
.welcomebox h2 {
	font-family: "Hoefler Text","Constantia",Georgia,"Times New Roman",Times,serif;
	color: #000;
	margin-bottom: 0;
	/*margin-left: 1em;*/
}

.nav-image-left, .nav-image-up, .nav-image-right {
	float: left;
	margin-bottom: 0;
	margin-left: 2px;
	margin-right: 10px;
	margin-top: 0;
	text-align: center;
	width: 25px;
}

.nav-image-left a, .nav-image-up a, .nav-image-right a {
	background-color: #eee;
	color: #000;
	padding-bottom: 2px;
	padding-left: 48%;
	padding-right: 48%;
	padding-top: 2px;
	text-decoration: none;
}

.nav-image-left a:hover, .nav-image-up a:hover, .nav-image-right a:hover {
	background-color: #000;
	color: #fff;
}

.nav {
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #eee;
	border-radius: 5px;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.nav:hover {
	background-color: #ccc;
}

.prev a, .next a {
	color: #222;
	padding-bottom: .2em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: .2em;
	text-decoration: none;
}

.nav-interior {
	clear: both;
	display: inline;
	margin: 0;
	padding: 0;
}

.nav-interior .next {
	color: #000;
	float: right;
	text-decoration: none;
}

.nav-interior .prev {
	color: #000;
	float: left;
	text-decoration: none;
}

#sidebar {
	margin: 0;
}

#sidebar h3 {
	margin: 0;
	padding-bottom: .6em;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

#sidebar .item {
	margin-bottom: 4em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

#sidebar .rssSummary {
	/*font-size: .5em;*/
	font-size: .8em;
	padding-left: 8px;
}

span.rss-date
{
	/*align: right;*/
	font-size: .9em;
	color: #666;
	padding-left: 8px;
}

#sidebar ul {
	font-size: 1em;
	list-style-image: none;
	list-style-style: none;
	margin-bottom: 1.6em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

#sidebar ul li a,ul.txt li {
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	/*color: #eee;*/
	display: block;
	height: 1%;
	line-height: 1.2em;
	padding-bottom: 6px;
	padding-left: 5px;
	/*padding-left: 5px;*/
	padding-right: 0;
	padding-top: 6px;
}

#sidebar ul li a:hover,ul.txt li:hover {
	background-color: #000;
	background-position: 1px 0.8em;
	color: #fff;
}

#sidebar ul li a span,ul.txt li,h4 a span {
	color: #696455;
}

#sidebar li {
	padding-left: 5px;
	padding-right: 5px;	
}

#sidebar ul li.active a {
	color: white;
	cursor: default;
}

#sidebar ul ul {
	list-style-image: none;
	list-style-style: none;
	margin: 0;
}

#footer-wrap {
	background-color: #000;
}

#footer {
	color: #999;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-bottom: 1.5em;
	padding-left: 0;
	padding-right: 0;
	padding-top: 1.5em;
	text-align: left;
	width: 950px;
}

#footer p {
	color: #999;
}

#footer h3 {
	border-bottom-style: none;
	color: #999;
	margin: 0;
	padding-bottom: .6em;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

#footer .item {
	margin-bottom: 4em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

#footer ul {
	font-size: 1em;
	list-style-image: none;
	list-style-style: none;
	margin-bottom: 1.6em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

#footer ul li a,ul.txt li {
	display: block;
	height: 1%;
	line-height: 1.2em;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 0;
	padding-top: 6px;
}

#footer ul li a:hover,ul.txt li:hover {
	background-color: #111;
	background-position: 1px 0.8em;
	color: #fff;
}

#footer ul li a span,ul.txt li,h4 a span {
	color: #696455;
}

#footer ul li.active a {
	color: white;
	cursor: default;
}

#footer ul ul {
	list-style-image: none;
	list-style-style: none;
	margin: 0;
}

#footer ul#recentcomments {
	font-size: 1em;
	list-style-image: none;
	list-style-style: none;
	margin-bottom: 1.6em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

#footer ul#recentcomments li.recentcomments {
	display: block;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0;
	padding-top: 4px;
}

#footer ul#recentcomments li.recentcomments a {
	background-image: none;
}

#footer ul#recentcomments li.recentcomments a:hover {
	background-color: #111;
	background-position: 1px 0.8em;
	color: #fff;
}

#footer ul#recentcomments li.recentcomments a span {
	color: #696455;
}

.right {
	float: right;
}

.left {
	float: left;
}

.middle {
	float: left;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

.clear {
	clear: both;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 950px;
}

img.alignright {
	display: inline;
	margin-bottom: 2px;
	margin-left: 10px;
	margin-right: 0;
	margin-top: 3px;
	max-width: 950px;
	padding: 4px;
}

img.alignleft {
	display: inline;
	margin-bottom: 2px;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 3px;
	max-width: 950px;
	padding: 4px;
}

img.alignnone {
	display: block;
	margin-bottom: 2px;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 3px;
	max-width: 950px;
	padding-bottom: 4px;
	padding-left: 0;
	padding-right: 4px;
	padding-top: 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

.wp-caption {
	margin: 0;
	padding-top: 0;
}

.wp-caption img {
	border-style: none;
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	.wp-caption p.wp-caption-text: ;
	background-color: #eee;
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	max-width: 950px;
	padding-bottom: .5em;
	padding-left: 0;
	padding-right: 0;
	padding-top: .5em;
	text-align: center;
}

.home .wp-caption p.wp-caption-text {
	.home .wp-caption p.wp-caption-text: ;
	background-color: #eee;
	font-size: 11px;
	line-height: 17px;
	margin-left: 0;
	/*margin-right: 0; added to combat weird caption */
	margin-right: 0;
	margin-bottom: 1em;
	max-width: 590px;
	padding-bottom: .5em;
	padding-left: 0;
	padding-right: 0;
	padding-top: .5em;
	text-align: center;
}

.thumbnail, .attachment-thumbnail {
	float: left;
	margin-bottom: 1.5em;
	margin-left: 0;
	margin-right: 1.5em;
	margin-top: 0;
	max-width: 150px;
}

.attachment-medium {
	display: inline;
	max-width: 950px;
	overflow: hidden;
}

.attachment-large {
	display: inline;
	max-width: 950px;
	overflow: hidden;
}

.content .size-medium, content size-large {
	margin-bottom: 1.5em;
	margin-left: 0;
	margin-right: 1.5em;
	margin-top: 0;
}

.home .size-medium, .home .size-large {
	height: auto;
	margin-bottom: .5em;
	margin-left: 0;
	margin-right: .5em;
	margin-top: 0;
	max-width: 590px;
	overflow: hidden;
}

dl.gallery-item .gallery-caption {
	clear: both;
	float: none;
	width: 150px;
}

dl.gallery-item {
	padding: 10px;
	width: 170px;
}

.gallery-icon .attachment-thumbnail {
	margin: 0;
	padding: 0;
}

.gallery {
	width: auto;
}

#filters {
	clear: both;
	height: 2em;
	margin-bottom: 1em;
}

#filters li {
	float: left;
	margin-right: 2em;
}

.advertisement .box {
	background-color: #e5ecf9;
}

#search {
	margin: 0;
	padding: 0;
}

#search #s {
	background-color: #ddd;
	background-image: url('images/search.png');
	background-position: center;
	background-repeat: no-repeat;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
	color: #222;
	font-size: 1em;
	margin: 0;
	padding-bottom: 4px;
	padding-left: 17px;
	padding-right: 0;
	padding-top: 4px;
	width: 150px;
}

#search #s:hover {
	background-color: #fff;
	background-image: url('images/search_blue.png');
	background-position: center;
	background-repeat: no-repeat;
	color: #0066cc;
}

.search-excerpt {
	margin: 0;
}

h3#comments {
	background-color: #000;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

h3#comments span.comments-subscribe {
	background-image: url("images/rss.png");
	background-position: 50%;
	background-repeat: no-repeat;
	color: #cccccc;
	float: right;
	font-size: .7em;
	margin-left: 3px;
	padding-bottom: 0;
	padding-left: 19px;
	padding-right: 0;
	padding-top: 0;
}

h3#respond {
	background-color: #000;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

ol.commentlist {
	border-top-color: #eee;
	border-top-style: solid;
	border-top-width: 5px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol.commentlist li strong {
	padding-left: 1em;
}

ol.commentlist li .comment-entry {
	border-bottom-color: #eee;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	line-height: 2em;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: -135px;
	padding-bottom: 0;
	padding-left: 150px;
	padding-right: 150px;
	padding-top: 5px;
}

ol.commentlist li .avatar {
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 1em;
	margin-top: 2em;
	padding: 1em;
}

#commentform {
	background-color: #000;
	border-top-color: #333;
	border-top-style: solid;
	border-top-width: 10px;
	margin-bottom: 7px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 6px;
	padding-left: 150px;
	padding-right: 150px;
	padding-top: 30px;
}

/* ************************ SLIDESHOW ********************************/ul#portfolio {
	background-color: #000;
	list-style-image: none;
	list-style-style: none;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	max-height: 590px;
	overflow: hidden;
	padding: 0;
}

ul#portfolio li {
	list-style-image: none;
	list-style-style: none;
	padding: 0;
}

ul#portfolio li h4 {
	margin-bottom: .5em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 0;
	text-transform: uppercase;
}

ul#portfolio li img {
	margin: 0;
	max-width: 950px;
	text-align: center;
}

.gallery-item {
float:left;
margin-top:-20px !important;
text-align:center;
width:auto !important;
}