
body {
	height: 100%;
	width: 100%;
	background: #F9f9f9 url(../img/body-bg.png);

	text-align: justify;
	font: 12px Verdana, sans-serif;
	color: #143f52;
}

a {
	color: #000000;
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-family: Georgia;
	line-height: 30px;
	font-weight: normal;

	text-shadow: 0px 0px 1px #000000;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

#wrapper {
	width: 800px;
	min-height: 265px;

	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;

	border: 1px solid #000000;
	background: #FFFFFF;
	color: #000000;

	-moz-box-shadow: 0px 0px 20px #000000;
	-webkit-box-shadow: 0px 0px 20px #000000;
	-box-shadow: 0px 0px 20px #000000;
}

#header {
	width: 780px;
	height: 235px;

	background: #FFFFFF;
	padding: 10px;
}

#menu {
	width: 778px;
	height: 43px;

	border: 1px solid #000000;
	background: #3c3c3c url(../img/menubg.png);

	font: 20px Georgia, sans-serif;
}

#menu a {

	line-height: 43px;
	padding: 0px 20px;
	
	text-align: center;
	float: left;
	display: block;

	border-right: 1px solid #000000;
	color: #FFFFFF;
}

#menu a:hover, #menu a.active {
	background: #FFFFFF url(../img/menubg_flipped.png);
	color: #27749a;
	}

#banner {
	width: 780px;
	height: 190px;

	background: url(../img/banner.png);

	margin-top: 10px;

}

#banner * {
	width: 780px;
	height: 190px;

	display: block;
}

#content a, #footer a {
	border-bottom: 1px dotted #000000;
}

#content h1 a {
	border: 0;
}

#content a:hover, #footer a:hover, span.post-date:hover {
	border: 0 !important;
	color: #143f52;
}

#content {
	width: 780px;
	min-height: 25px;

	background: #FFFFFF;
	padding: 10px;
}

#content div {
	padding-left: 9px;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 9px;

	border: 1px solid #000000;
	line-height: 1.15;
	margin-top: 10px;
}

#content img {
	max-width: 759px;
}

div.post-upper, div.post-left {
	padding: 0 !important;
	border: 0 !important;
	margin: 0 !important;
}

#content span.information {
	font: 11px Arial, sans-serif;
	font-weight: normal;
	line-height: 20px;
	color: #1D1D1D;
}

.portfolio p.post-content {
	margin-top: 3px;
	margin-bottom: 10px;
}

#content span.post-date {
	border-bottom: 1px dotted #000000;
}

#content p.post-content {
	word-wrap: break-word;
	display: block;
	line-height: 1.5;
}

#content img.post-image {
	max-width: 745px;
	border: 0;
	display: block;

	padding: 5px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;

	/*-moz-box-shadow: 1px 5px 10px #000000;
	-webkit-box-shadow: 1px 5px 10px #000000;
	box-shadow: 1px 5px 10px #000000;
	*/
}
#content p.post-image a {
	border: 0;
}

#content img.post-image:hover {
	opacity: 0.9;
}

img#post-thumbnail {
	width: 375px;

	border: 0;
	display: block;
	float: right;

	padding: 0;

	margin-left: 11px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 10px;
}

img.post-thumbnail {
	width: 374px;
	border: 0;

	display: block;
	float: left;

	padding: 0;
	margin-top: 10px;
	margin-left: 1px;
}

img.post-thumbnail-first {
	margin-top: 5px;
}

img.post-thumbnail-right {
	margin-left: 10px;
}

div.post-left {
	width: 760px;
	min-height: 293px;

	margin-right: 10px !important;
}

#footer {
	width: 778px;
	height: 30px;
	line-height: 20px;

	background: #FFFFFF;

	margin: 0 auto;

}

#footer * {
	color: #000000;
	font-family: "Arial";
	font-size: 11px;
}

.lefty {
	display: block;
	float: left;
}

.righty {
	display: block;
	float: right;
}

#content div#first-post, #content div.first-post {
	margin-top: 0 !important;
}

#content div#first-post.portfolio-box {
	padding-bottom: 10px;
}

input[type="text"] {

	width: 368px;
	height: 25px;

	font: 15px Arial, sans-serif;

	padding-left: 2px;
	padding-right: 2px;

	border: 1px solid #AFAFAF;
	background: ;
}

input[type="submit"] {
	min-width: 100px;
	height: 43px;
	border: 1px solid #AFAFAF;

	font: 20px Georgia, sans-serif;
	color: #FFFFFF;
	background: #3c3c3c url(../img/menubg.png);

}

input[type="submit"]:hover {
	color: #27749a;
	background: #FFFFFF url(../img/menubg_flipped.png);
}

textarea {

	width: 754px;
	height: 125px;
	
	font: 15px Arial, sans-serif;
	margin-bottom: 3px;
	padding: 1px;
}

textarea, input[type="text"] {
	background: #F6F6F6;
	border: 1px solid #AFAFAF;
}

textarea:focus, input[type="text"]:focus {
	border: 1px solid #000000;
	background: #F6F6F6;
}

form#contact tr {
	height: 30px;
	line-height: 30px;
}

.error {
	border: 1px solid #FF0000 !important;
}

.black-heading {
	margin: 0 !important;

	background: #3c3c3c url(../img/menubg.png);
	font: 20px Georgia, sans-serif;
	font-size: 15px;

	color: #FFFFFF;

	line-height: 35px;
}

div.clear {
	clear: both;
	border: 0 !important;
	height: 0.01px !important;
	padding: 0 !important;
}

#about-text img {
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	border: 1px solid #000000;
}

.text-page-box {
	padding: 10px !important;
}

form#contact {
	margin: 1px !important;
}

form#comment div, form#comment a {

	border: 0;
	margin: 0;
	padding: 0;

}

form#comment tr td {
	padding: 5px 0px;
}

div.post-code {
	padding: 10px;
	font-family: 'Courier New', Courier !important;
	line-height: 25px !important;
	color: #000000;
	border: 1px dashed #000000 !important;
	margin: 0 !important;
}

blockquote {
	padding: 0px 30px;
	font-style: italic;
}

div.pageMessage {
	padding: 9px !important;
	min-height: 12px;
	
	
}

div.pageMessage li {
	margin-left: 16px;
	list-style-type: square;
}

.success-message {
	border: 1px solid #60FF5F !important;
	background: #C7FFBF !important;
}

#session-conflict, .error-message {
	border: 1px solid #FF7F7F !important;
	background: #FFBFC0 !important;
}

.comment-box {
	border: 0 !important;
	border-bottom: 1px solid #AFAFAF !important; 

	margin: 0 !important;
	padding: 0px 0px 5px 10px !important;

}

.comment-box .post-content {
	
	min-height: 70px;
	width: 675px;
	float: left;

}

.comment-box .post-user-label {
	float: left;
	border: 0 !important;
	opacity: 0.25;
	margin-top: 0px !important;
}

.comment-box-staff {
	background: #F0F0F0;
}

.invisible-anchor {
	border: 0 !important; 
	color: #000000 !important;
}

