/*  
Theme Name: Vizettes - (based on Chaotic Soul)
*/

/*  -----|  Globals  |------------------------------------------------------  */

body {
	background-color: #161410;
	color: #333333;
	font: 80%/125% 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}
hr {
	border: 1px dotted #4E4A45;
	width: 100%;
	}
a:link, a:visited, a:active {
	color: #d8d7d3;
	text-decoration: none;
}
a:hover { color: #fff; text-decoration: underline; }

a.contentlink:link, a.contentlink:visited, a.contentlink:active { 
	color: #003399; 
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed; 
	}
a.contentlink:hover {
	color: #9c3100;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.level2preSpace {
	padding: 8px 0;
}
.whitePreSpace {
	padding: 1px 0 5px;
}
.contentArea  {
	border-left: 1px solid #363430;
	border-right: 1px solid #363430;
	border-top: 1px none #363430;
	border-right: 1px solid #363430;
	padding: 0px;
	margin: 0px;
	background-image: url(../vz-graphics/tc-marble.jpg);
	}

/*  -----|  Structure  |----------------------------------------------------  */
	
#page {
	margin: 10px auto 25px;
	padding: 0;
	width: 770px;
	}
	
#header {
	text-align: center;
	}	

#masthead {
	width: 770px;
	margin: 0px;
	padding: 0px;
	height: 60px;
}
#masthead2 {
	width: 770px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4E4A45;
}
#navBar1 {
	width: 770px;
	margin: 0px;
	padding: 0px;
	height: 20px;
}
input, textarea {
	color: #9c9890;
	font-size: 11px; 
	text-decoration: none; 
	background-color: #161410; 
	border: 1px solid #363430;
	padding: 5px;
	}
	
#contentArea  {
	border-left: 1px solid #363430;
	border-right: 1px solid #363430;
	border-top: 1px none #363430;
	border-right: 1px solid #363430;
	padding: 0px;
	margin: 0px;
	background-image: url(../vz-graphics/tc-marble.jpg);
	}
	
#footer {
	font-family: Georgia, 'Times New Roman', serif;
	color: #999;
	text-align: center;
	font-size: 85%;
	}
.footer2 {
	font-family: Georgia, 'Times New Roman', serif;
	color: #8E8E8E;
	font-style: italic;
	}
	
.imageLeft {
	margin-right: 12px;
}
.imageRight{
	margin-left: 10px;
}

/*  -----|  Typography  |---------------------------------------------------  */

h1, h2, h3, h4, h5, h6 { font-family: Georgia, 'Times New Roman', serif; }

h1 {
	color: #fff;
	font-size: 2em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}
h1:before, h1:after { content: " . . "; color: #444; }
h1 span { color: #bd934f; }

h2 { color: #bd934f; font-size: 1.35em; margin: 0; padding: 1px 0; display: inline; border-bottom: 1px solid #35302a; }
	.post h2 a { color: #bd934f; }
	.post h2.first { font-size: 1.75em; }
	
	.widecolumn h2.title { 
		display: block; 
		padding: 13px 10px;
		background: #1b1814;
		margin: 0 0 15px; 
		border-bottom: 1px solid #35302a; 
		font-size: 1.75em; }
 
h3 {
	color: #9C3100;
	font-size: 1.1em;
	margin: 0;
	padding: 1px 0;
	border-bottom: 1px dotted #9C3100;
	font-weight: bold;
	display: inline;
}
.para {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #333333;
	line-height: 120%;
}
.pageHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9C3100;
	font-size: 1.35em;
	margin: 0;
	padding: 1px 0;
	font-weight: bold;
	display: inline;
}

.descriptor {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #333333;
	line-height: 120%;
	font-style: italic;
	letter-spacing: 0.08em;
	margin-top: 7px;
}
.grayQuote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	background-color: #CCCCCC;
	background-position: center center;
	text-align: center;
	margin: 0px 6px;
	padding: 2px 0px;
	letter-spacing: .035em;
}
.comments { margin: 0 0 10px 0; font-size: 85%; color: #9C3100; }


/*  -----|  Miscellaneous  |------------------------------------------------  */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

