/*
Theme Name: myDOT
Theme URI: http://www.fgplus.com/
Description: Wordpress Theme for theworldofdot.com. By: fgplus.com.
Version: 1.0.0
Author: fgplus.com
Tags: 2 Column
*/

/* GLOBAL CSS */
* {
	margin: 0;
	padding: 0;
}
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
:focus {
	outline: 0;
}
body {
	background: #f9f9f9;
	background-image: url(images/bg02.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #949494;
}
#container, #containerBg, #containerBg2 {		
	height: 100%;
	margin: 0 auto;
	width: 838px;
}
#containerBg {
	background: #FFF;
}
body > #container, body > #containerBg, body > #containerBg2 {
	height: auto;
	min-height: 100%;
	width: 838px;
}
body > #containerBg {
	background: #FFF;
}
body > #containerBg2 {
	background: url(images/postBg.gif) repeat-y;	
}
#header {
	top: 0;
	left: 0;
	position: absolute;
	margin: 0 auto;
	width: 100%;	
	height: 160px;
	background: #f9f9f9 url(images/bg-header.gif) repeat-x;	
}
#content {
	margin: 0 auto;
	width: 838px;
	padding-top: 160px; /* header height */	
	padding-bottom: 120px; /* footer height */	
}
#footer {
	position: relative;
	margin: -120px 0 0 0;
	clear: both;
	height: 120px;
	background: #fafafc url(images/bg-footer.gif) repeat-x;
	font-size: 1em;
	color: #7f91a5;	
}
/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.ffix {
	clear: both;
}
a {
	color: #7eb9bf;
	text-decoration: none;
}
img {
	border: 0;
}
#post {
	width: 838px;
	margin: 0 auto;
}
#page {
	width: 778px;	
	margin: 0 auto;
	padding: 25px 30px 25px 30px;
}
#post h1, #page h1 {
	font-size: 2.4em;
	letter-spacing: 0;
	color: #000;
	margin-bottom: 20px;
}
#post h3, #page h3 {
	font-size: 1em;
	letter-spacing: 0;
	color: #000;
	margin-top: 10px;	
	margin-bottom: 20px;
}
#post a, #page a {
	border-bottom: 1px dotted #949494;
	color: #7f91a5;
}
#post a:hover, #page a:hover {
	border-bottom: 0;
	color: #7f91a5;
}
#postPhotos {	
	float: left;
	width: 522px;
}
.postImageBottomBorder {
	margin-bottom: 15px;
}
.postImage {
	border: 1px solid #FFF;
}
#postText {
	float: left;
	margin: 5px 24px 20px 24px;
	width: 268px;
}
.contentPageText {
	font-size: 1.3em;
	line-height: 1.6em;
}

.contentPageText p{
	margin-top: 1em;
}

#postCategories h3 {
	color: #9ac7cc;
}
#postCategories a {
	border: 0;
	color: #9ac7cc;
	font-size: 0.8em;	
}
#headerContent {
	margin: 0 auto;
	width: 838px;
	height: 160px;
}
#logoZone {
	float: left;
	margin: 0;	
}
#logo {
	float: left;
	margin: 65px 0 0 227px;
}
#footerContent {
	margin: 0 auto;
	padding: 0;	
	width: 838px;
	height: 120px;
	background: url(images/tWoD_logo_footer.png) center bottom no-repeat;
}
.footerText {
	float: left;
	text-align: left;
	width: 50%;
	margin-top: 52px;
	color: #BEC8C8;
}
#footerPagination {
	color: #7eb9bf;
	height: 27px;
	text-align: center;
	padding-top: 20px;
	overflow: hidden;
}
/* MENU */
#menuZone {
	clear: both;
	float: left;
	margin: 25px 0 0 0;
	width: 838px;
}
#rightMenuZone {
	float: right;
}
#leftMenu, #rightMenu {	
	float: left;
	list-style: none;
	padding: 0;	
	color: #FFF;	
}
a.menuCurrentItem {
	background: #7f92a6;
	color: #FFF !important;
}
#leftMenu li {		
	float: left;
	margin-right: 5px;
	background: #e6e6e6;
	line-height: 15px;
}
#rightMenu li {
	float: left;
	margin-left: 5px;
	background: #fafafa;
	line-height: 15px;
}
#leftMenu li a, #rightMenu li a {		
	padding: 3px 12px 3px 12px;	
	font-size: 12px;
	height: 16px;
	float: left;
}
#leftMenu li a {
	color: #FFF;
}
#leftMenu li a:hover, #rightMenu li a:hover {
	background: #7f92a6 !important;
	color: #FFF;
}
#rightMenu li a {	
	color: #9cacbb;
}
.footerText a {
	color: #BEC8C8;
	text-decoration: none;
}
.footerText a:hover {
	color: #7f91a5;
}
div.category-list {
	width: 400px;
	float: left;
	padding-top: 15px;
	padding-left: 30px;
}
div.news {
	width: 838px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
div.news .pic {
	width: 202px;
	height: 282px;
	background: #FFF;
	float: left;	
	padding: 0;
	display: inline;	
}
.marginRight {
	margin-right: 10px;
}
.marginBottom {
	margin-bottom: 11px;
}
.picDate {
	margin: 5px 5px 0 5px;
	width: 192px;
	height: 10px;
	font-size: 9px;	
	float: left;
	color: #000;	
	background: #FFF;
	display: inline;
}
.picTitle {
	margin: 3px 5px 3px 5px;
	width: 192px;
	height: 20px;	
	float: left;
	background: #FFF;
	display: inline;
}
.picTitle a {
	font-size: 12px;
	font-weight: bold;
	color: #000;		
}
.picTitle a:hover {
	color: #7f91a5;		
}
.slidePic {
	background: #FFF;
	width: 200px;
	height: 240px;
	border: 1px solid #FFF;
	display: inline;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
/* SEARCH */
#searchForm {
	margin: 0;
	padding: 0;
}
#s {	
	width: 275px;
	height: 16px;
	margin: 9px 0 8px 289px;
	padding: 3px 0 3px 0;
	background-color: #FFF;
	border-top: 1px solid #cccccc;
	border-bottom: 0;
	border-left: 1px solid #cccccc;
	border-right: 0;	
	font-size: 12px;
}
#filterZone {
	position: absolute;
	width: 838px;
	top: 140px;
	background: #7f92a6;
	display: none;
}
#filterZoneWH {
	display: none;
}
#filterZoneClients, #filterZoneCategories {
	float: left;
	list-style: none;
	padding: 0;
}
#filterZoneClients li, #filterZoneCategories li {
	float: left;
	color: #FFF;	
	width: 193px;
	height: 20px;
	margin-right: 5px;
}
#filterZoneClients li a, #filterZoneCategories li a {	
	font-size: 12px;
	color: #FFF;
	float: left;
	line-height: 20px;
	vertical-align: middle;
}
#customFields {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
	font-size: 1.3em;
	line-height: 1.6em;
}
span.customFieldValue {
	color: #000;
	font-weight: bold;
}
#customFields li.customFieldWithTop {
	margin-top: 20px;
}
.DOTArchive {
	float: left;
	list-style: none;
	padding: 0;
}
.DOTArchive li.archiveYear {
	float: left;
	width: 114px;
	height: 20px;
	font-size: 12px;
	color: #b8bdc2;
	line-height: 20px;
	vertical-align: middle;
}
.DOTArchive li.archiveMonth {
	float: left;
	width: 55px;
	height: 20px;
	font-size: 12px;
	color: #b8bdc2;
	line-height: 20px;
	vertical-align: middle;
}
.DOTArchive li.archiveYear a, .DOTArchive li.archiveMonth a {
	font-size: 12px;
	color: #FFF;
	float: left;
	line-height: 20px;
	vertical-align: middle;
}
span.categoryNumPosts {
	color: #b8bdc2;
}

/* 
	CSS About - Contacts
*/
#pageContacts p{
	margin-bottom: 12px;
	line-height: 1.2em;
}

#pageAbout p{
	width: 380px;
	margin-bottom: 12px;
	line-height: 1.2em;

}

#pageAbout h3{
	padding: 0;
	margin-bottom: 12px;
	margin-top: 20px;
}

.rightCol{
	display: block;
	float: right;
	width: 380px;
	margin-left: 20px;
	margin-top: -1em;
}

.rightCol p{
	margin-bottom: 12px;
	line-height: 1.2em;
}


