/*  
Theme Name: QuartzFX 
Theme URI: http://quartzfx.com/
Description: Theme for quartzfx.com 
Version: 0.1 
Author: Bill Snitzer      
Author URI: http://quartzfx.com

*/
body {
	text-align: center;
	margin: 0;
	background-color: white;
	font-family: arial;
}
.center, .pagetitle {
	text-align:center;
}


#wrap {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 900px;
	background-image: url(images/wrap-back.png);
}
#content {
	margin: 0 auto 0 auto;
	color: white;
	width: 800px;
}
#footbar {
	clear:both;
	margin: 0 auto 0 auto;
	background: url(images/footbar.png) no-repeat 0 0;
	width: 900px;
	height: 25px;
}
#header {
	margin: 0 auto 0 auto;
	height: 151px;
	width: 900px;
	background: url(images/quartzfx-header.png) no-repeat 0 0;

}
#headersearch {
	padding: 12px 60px 0 0 ;
	text-align:right;
}

#headtext {
	margin: 0;
	padding-left: 90px;
	position: relative;
	top: 25px;
}

h1 {
	color: #afcadc;
	font-size: 18px;
	font-weight: normal;
}

#navwrap li {
	color: #afcadc;
	font-size: 14px;
	border: 1px solid #c1dff3;
	background: #002f50 url(images/navback.png) repeat 0 0;
	white-space: nowrap;
	padding: 6px 16px 6px 16px;
	display: inline;
	list-style: none;
	margin: -1px;

}

#navwrap li a {
	padding: 6px 16px 6px 16px;

}

#headnav a {
	text-decoration: none;
	color: #afcadc
}
#headnav a:hover {
        text-decoration: underline;
        color: #afcadc
}

#navwrap {
	position: relative;
	top: 35px;
	text-align: center;
}

#leftcolumn {

	width:600px;
}

.post {
	width: 525px;
	margin: 0 0 0 25px;
	background-color:#bbced8;
	color: #002f50;

}
.post p {
	padding: 0 10px 5px; 10px;
	text-indent: 1em;
}

.post p img {
	max-width: 100%;
	border:0;
}

.postmetadata {
	font-size: 12px;
}

.post h2 {
	display:block;
	background-color: #002f50;
	color: #bedcf0;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	font-size: 16px;
}
.post h2 a {
	color: #bedcf0;
	text-decoration: none

}
.post h2 a:hover {
	text-decoration: underline

}
.post a {
	color: #002f50;

}
.post .thumb {
	float:right;
	border: 1px solid black;
	display:block;
	margin: -13px 0 0 0;
}
.effectpreview {
	min-height: 94px; 
	font-size: 14px;
}
.effectpreview h2 {

}

#sidebar {
	float:right;
	width: 200px;
	margin-right:25px;	

}
#footer {
	clear:both;
	text-align:center;
	font-size: 12px;

}
#footer a{
	color: white;

}
.sidebox {
        background-color:#bbced8;
        color: #002f50;
	font-size: 12px;
	padding-bottom: 1px;

}
.sidebox #loginform {
	padding: 0 10px 0 10px;

}
.sidebox a {
	color: #002f50;
	text-decoration: underline;
}

.sidebox h2 {
        display:block;
        background-color: #002f50;
        color: #bedcf0;
        font-weight: normal;
        padding: 5px 0 5px 10px;
        font-size: 16px;
}

#your-profile fieldset {
	border: 1px solid #002f50;
	float: left;
	width: 170px;
	padding: .5em 2em 1em;
	margin: .5em;
}

#your-profile fieldset input {
	width: 100%;
	font-size: 12px;
}

#your-profile fieldset textarea {
	width: 100%;
	padding: 2px;
}

#your-profile legend {
	font-size: 22px;
}
#your-profile p {
        padding: 3px 0 0 0;
	margin:0;
	text-indent:0;
}
#your-profile #contact-info {
	float:right;

}
#your-profile #update-password {
        float:right;

}
#your-profile #update-password legend {
        float:right;
	font-size:18px;
}

#your-profile .submit {
	text-align:right;
	padding: 0 1em 1em 0;
}
#preview {
	margin:0 auto 0 auto;
	text-align: center;

}
#preview img {
	width:425px;
	height:318px;
	border: 1px solid #002f50;
}
#aboutauthor {
	margin: 1em auto 0 auto;
	width: 75%;
	border: solid 1px #002f50;
	padding: 0;

}

#aboutauthor li {
	list-style: none;
	border-top: solid 1px #002f50;
	text-indent: 0;
	padding: 4px;

}
#aboutauthor ul {
	text-indent:0;
	padding:0;
	margin:0;

}
#aboutauthor h2 {
	margin:0;

}
#diggbutton {
	margin: 10px 5px 5px 5px;
	float:right;

}
#stats {
	margin: 0 5px 1em 1em;
	padding-left:10px;

}
h3 {
	padding: -5px 0 0 1em;
}
.commentlist li {
	margin: 3px 1em 0 0;
	border-bottom: solid 1px #002f50;
}
.navigation {
	font-size: 12px;
	padding: 0 1em 2em 1em;
	margin: -5px 1em 0 1em;
	
}
.navigation a{
	color: white;
}
.post .navigation a{
	color: #002f50;
}
.navigation .alignleft {
	float:left;
}

.navigation .alignright {
	float:right;
	margin-right:1em;
}
.fieldhelp {
	font-size:12px;
}
#effectedit p{
	text-indent:0;
	padding: 3px;
	margin: 1em;
	border-bottom: 1px solid;
}
#effectedit #submit {
	text-align:right;
	border:none;
}
