/*
Design by NodeThirtyThree for Free CSS Templates
http://www.nodethirtythree.com/ + http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/bg01.jpg) repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #292929;
}

h1, h2, h3 {
	margin-top: 0px;
	/*text-transform: lowercase;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h3.web-detail {
	font-size: 16px;
}

p, ul, ol {
	margin-top: 0px;
	line-height: 160%;
}

ul, ol {
}

a {
	color: #0098A4;
}

blockquote {
	background-image: url('images/quotes-opening-small.png') no-repeat;
}

a:hover {
	text-decoration: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0px auto;
}

img.alignleft {
	margin-right: 20px;
}

img.alignright {
	margin-left: 20px;
}

a img {
	border: none;
}

/* Wrapper */

#wrapper {
	background: url(images/bg02.jpg) repeat-x left top;
}

/* Header */

#header {
	width: 920px;
	height: 130px;
	margin: 0px auto;
	background: url(images/bg03.jpg) no-repeat left top;
}

.fd-title {
	float: left; 
	font-size: 42px; 
	padding: 60px 0 0 30px; 
	font-family: Georgia, Times New Roman, Times, serif;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0px;
}

#logo h1 {
	padding: 60px 0px 0px 30px;
}

#logo h2 {
	padding: 80px 0px 0px 10px;
}

#logo a {
	text-decoration: none;
	color: #797979;
}

#logo a:hover {
	text-decoration: underline;
	color: #0098A4;
}

#logo h2, #logo h2 a {
	font-size: 13px;
	color: #9F9F9F;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 78px 30px 0px 0px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	padding: 0px 20px 0px 22px;
	background: url(images/img02.gif) no-repeat left center;
	text-decoration: none;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #7B7B7B;
}

#menu a:hover {
	text-decoration: underline;
	color: #0098A4;
}

#menu .first a {
	background: none;
}

/* Page */

#page {
	width: 920px;
	margin: 0px auto;
	background: url(images/bg04.jpg) repeat-y left top;
}

#bgtop {
	background: url(images/bg05.jpg) no-repeat left top;
}

#bgbottom {
	background: url(images/bg06.jpg) no-repeat left bottom;
}

/* Content */

#content {
	float: left;
	width: 650px;
	padding: 50px 0px 0px 35px;
}

.post {
}

.post .title {
	padding: 0px 0px 0px 15px;
	background: url(images/img03.gif) no-repeat left top;
}

.post .title h1 {
	font-size: 28px;
}

.post .title h1, .post .title h2, .post .title h3 {
	margin: 0px;
}

.post .title h1, .post .title h2, .post .title h2 a, .post .title h3 a {
	text-decoration: none;
	color: #FFFFFF;
}

.post .title h2 a:hover, .post .title h3 a:hover {
	text-decoration: underline;
}

.post .title h2 span, .post .title h3 span {
	color: #FFFFFF;
}

.post .title p {
	margin: 0px;
	text-transform: lowercase;
	font-size: 16px;
	color: #8D8D8D;
}

.post .title p a {
	text-decoration: none;
	color: #8D8D8D;
}

.post .entry {
	padding: 15px 15px 10px 15px;
}

.post .meta {
	margin: 10px 0 0 0;
}

.post .tags {
	color: #442266;
	padding: 0 15px;
}

.post .related-content {
	padding: 0 15px;
	margin: 5px 0;
}

.post .links {
	padding: 0 15px;
}

#webs ul {
	padding: 0;
}

.lightbox-website {
	list-style-type: none;   
	margin: 20px 0px;
	padding: 0;
	clear: left;
}


li.lightbox-website img {
	margin-right: 10px;
}

.lightbox-website .picture {
	float: left;
}

.lightbox-website .description {
	line-height: 19px;
}


.contact {
	display: block;
	float: left;
	margin-left: 30px;
	width: 150px;
}

.contact-us-form-container input, .contact-us-form-container select {
	display: block;
	float: left;
	margin-bottom: 10px;
}

.contact-us-form-container br {
	clear: left;
}

#reciprocal-link-info strong {
	color: #000000;
}

/* Sidebar */

#sidebar {
	float: right;
	color: #ffffff;
	width: 180px;
	padding: 50px 10px 0px 0px;
}

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

#sidebar li {
}

#sidebar li ul {
	margin: 15px 15px 25px 15px;
}

#sidebar li li {
	font-size: 11px;
}

#sidebar h2 {
	height: 27px;
	margin: 0px;
	padding: 3px 7px;
	background: url(images/img04.gif) no-repeat left top;
	font-size: 18px;
	color: #FFFFFF;
}

#sidebar a {
	color: #BCE8EC;
}

#sidebar a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#sidebar a.active {
	color: #ffffff;
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 920px;
	height: 100px;
	margin: 0px auto;
	background: url(images/bg07.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	font-size: 11px;
}

#footer a {
	color: #797979;
}

.strong {
	font-weight: bold;
	color: #000000;
}

.clear-both {
	clear: both;
}

#webs .website-entry {
	margin: 20px 0;
}

#webs .website-entry .picture, #webs .website-entry .description {
	display: inline;
}

#webs .website-entry .picture {
	width: 165px;
	float: left;
}

#webs .website-entry .description {
	margin-left: 10px;
	width: 435px;
	float: left;
}

.comment-container {
	margin: 0;
}

.comment-entry .comment-top .author-span {
	float: right;
	padding: 2px 4px;
}

.comment-container h3 {
	text-transform: none;
	font-size: 16px;
	margin: 10px 0px;
	padding: 3px 0px 3px 0px;
	/*display: block;*/
	border-bottom: 1px dashed #222222;
}

.comment-container .comment-entry {
	margin: 10px 0px 40px;
	clear: both;
}

.comment-container .comment-body {
	padding-bottom: 5px;
	border-bottom: 1px #222222 dashed;
}

.contact {
	display: block;
	float: left;
	margin-left: 30px;
	width: 150px;
}

.contact-checkbox {
	display: block;
	float: left;
	margin-left: 30px;
	width: 200px;
}

.comment {
	display: block;
	float: left;
	margin-left: 30px;
	width: 200px;
}

h2.comment-header {
	padding-left: 30px;
	font-size: 20px;
	margin-bottom: 15px;
}

.comment-form-container input {
	display: block;
}

.contact-form-container br {
	clear: left;
}

.comment-error-box {
	color: red;
	margin-bottom: 15px;
	padding-left: 30px;
}

.comment-loader {
	display: none;
}

#contact-submit-button, #comment-submit-button {
	margin-top: 15px;
	margin-left: 30px;
}

#recaptcha_widget_div {
	margin-left: 200px;
}

ul.horizontal {
	padding: 0;
	margin: 0 0 15px 0;
}

ul.horizontal li {
	display: inline;
	list-style: none;
	padding: 0 10px 0 0;
	margin: 0;
	text-align: center;
}

.blog-h2 {
	font-size: 21px;
}

#blog-listing .post .entry {
	padding: 0;
}

.pre-code {
	background-color: #dddddd; 
	width: 570px; 
	padding: 20px; 
	font-family: 'Lucida Console','Fixed','monospace';
	line-height: 1.5em;
}

.pre-code .php-span {
	color: red;
}

.pre-code .html-span {
	color: blue;
}

.blog-post .post h2 {
	color: #000022;
	font-size: 20px;
}
