/*
Theme based on Fluid Solution by Kaushal Sheth : http://www.kaushalsheth.com

Modification & redesign by zbryant for use on zbryant.com
*/

/* standard elements */

* {
    margin:0;
    margin-left:0;
    padding:0;
}

a {
text-decoration: none;
}

a img {
border:none;
}

body {
background:#fff;
font: normal 70% "Lucida Sans Unicode", Lucida Grande, Helvetica, Arial, sans-serif;
margin:0;
padding:0;
}

#header {
    background: url(http://zbryant.com/wp-content/uploads/2009/03/zbanner.gif) no-repeat top left;
    width: 1050px;
    height: 100px;
    position: relative;
}

#header a {
    position: absolute;
    margin:0;
    width: 1050px;
    height: 100px;
}

#header h2 span{
    display: none;
}


p,code,ul {
	font-size: 1.2em;
	line-height:1.4em;
	padding-bottom: 1.2em;
}

li {
	list-style: none;
}

blockquote {
	background: #DCE8F8;
	border-bottom:none;
	border-top:none;
	color: #222222;
	display: block;
	font: normal 0.9em "Lucida Sans Unicode", Lucida Grande, Helvetica, Arial, sans-serif;
	margin-bottom: 12px;
	padding: 12px;
}
h1,h2,h3,h4 {
	font: normal 1.2em Helvetica, Arial, sans-serif;
}
/* misc */
.clearer {
	clear: both;
}

.header h1 {
	color: #222;
	font: normal 3.2em Helvetica, Arial, sans-serif;
	margin-top: 80px;
	margin-bottom:220px;
	text-align: center;
}
.header h2 {
	border: none;
	color: #222222;
	margin: 18px 6px 130px 0;
}
.header h2 span {
	background:none;
	font: bold 1.6em Helvetica, Arial, sans-serif;
	color: #222222;
}

/* Main Content) */
.left {
	clear:both;
	float:left;
	width: 620px;
	margin: 0 0 70px 70px; 
}
.content .descr {
	color: #808080;
	font-size: 1.2em;
	margin-bottom: 6px;
}

.descr a,.descr a:visited{
	color: #808080;
}

.content li {
	list-style: url('img/li.gif');
	margin-left: 18px;
}
.content h1 {
	font-size: 4em;
	margin-top:0px;
	margin-bottom: 2px;
	text-transform:bold;
}
.content h1 a,.footer a {
	color: #cccccc;
	text-decoration: none;
}
.content h1 a:visited,.footer a:visited {
	color: #cccccc;
	border-top: none;
    text-decoration: none;
}
.content h1 a:hover,.footer a:hover {
        background: none;
	color: #000000;
	border-top: none;
        text-decoration: none;
}
.content a,.footer a {
	color: #01bb00;
	text-decoration: underline;
}
.content a:visited,.footer a:visited {
	color: #01bb00;
	text-decoration: underline;
}
.content a:hover,.footer a:hover {
        background:#01bb00;
	color: #FFFFFF;
	border-bottom: none;
        text-decoration: none;
}
h1 a {
color: #222222;
text-decoration:none;
}

h1 a:visited
{
color: #222222;
text-decoration:none;
}

/* nav & subnavigation */
.nav,.right {
	margin-bottom: 30px;
	top: 20px;
}	

/* navigation */
.nav {
    background: #fff;
    float:left;
    margin:50px 0 0 30px;
    padding:0;
    text-align:left;
    width: 120px;
}

.nav h1 {
	color: #666;
	margin: 16px 18px 0 20px;
}
.nav li {
	border:none;
	font: normal 2.0em Lucida Grande, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
}
.nav li a {
	border-bottom:1px dashed #ccc;
	color: #01bb00;
	display: block;
	padding: 8px 18px 6px 0;
}
.nav li a:hover {
	background: #fff;
	color: #000;
}

/* subnav */
.right {
    background:#fff;
    float:left;
	margin:40px 0 0 20px;
	padding:0;
	width: 200px;
}
.right h1 {
	letter-spacing: 2px;
	margin-top:40px;
}
.subnav {
	padding: 12px 12px 0 0;
}
.subnav h1 {
	color: #01bb00;
	font-size: 18px;
	height: 24px;
	margin: 12px 8px 0 16px;
    text-align: left;
}
.subnav ul {
    text-align: left;
	margin: 0 0 16px 16px;
	padding: 0;
}
.subnav li { 
	list-style: none;
	margin-left: 0;
	border-bottom: 1px dashed #ccc;
}
 .subnav h1 a
 {
 color: #F06;
 }
 
.subnav li a {	
	color: #ccc;
	display: block;
	font-size: 0.9em;
	padding: 3px 0 3px 0;
	text-decoration: none;
}
.subnav li a:hover {
	color: #000;
}

/* footer */
.footer {
        clear:both;
	color: #666;
	border:none;
	float:left;
	font: normal 1em "Lucida Sans Unicode", Lucida Grande, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 35px 0 35px 70px;
}


/* post styling */

.post{margin:60px 0 30px 0;}

.post .info{
padding:2px 3px 3px 8px;
border:1px solid #e3e4e4;
background-color:#f5f5f
}

/* Comments Styling */

#commentform {
font: normal 1.1em "Lucida Sans Unicode", Lucida Grande, Helvetica, Arial, sans-serif;
}

#comments {
font: normal 1.1em "Lucida Sans Unicode", Lucida Grande, Helvetica, Arial, sans-serif;
}

#commentlist li {
margin-bottom: 1.1em;
padding-bottom: 1em;
border-bottom: 1px dashed #700000;
}

#commentform {
margin: 1em 0;
background: #ffffff;
width: 280px;
}

#commentform textarea {
background: #EAEAEA;
border: 1px solid #BEBBBB;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #222222;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #222222;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #EAEAEA;
border: 1px solid #BEBBBB;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #222222;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #222222;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}


.workBox{
	width:800px;
	height:600px;
	margin:0;
	overflow:auto;
	position:relative;
}

.mainContentScroll { 
	display:inline;
	float:left;
	text-align:left;
} 

