<!--
/* Eric meyers' baseline stylesheet */
/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* *** My Styles begin *** */
body{
background: #323232;
}


/* Navigation & Links
---------------------------------
*/

div#navbar{
height: 28px;
background-color: #444444;
color: #5F5F5F;
text-align: center;

padding-top: 8px;
}

div#navbar a, div#navbar a:visited{
text-decoration: none;
color: #939393;
}

div#navbar a:hover {
color: #c0c0c0
}

div#main_content a{
text-transform: uppercase;
font-weight: bold;
font-size: 10px;
color: #8F8F8F;
text-decoration: none;
}

div#main_content .title a{
color: #7c7c7c;
}

div#main_content .title a:hover, div#main_content a:hover{
color: #DFDFDF;
}



/*
Structure
--------------------------
*/

div#wrapper{
width: 733px;
height: 620px;
margin: 0 auto;
border: 0px dotted #eee;
}

div#logo{
margin-top: 56px;
width: 54px;
height: 404px;
background: #323232 url(../images/new_home_p/logo2.gif) top left no-repeat;
float: left;
}

div#main_content{
margin-top: 56px;
width: 596px;
height: 535px;
background-color: #fff;
border: 10px solid #454545;
float: left; 
}

.fadedOut{
filter:alpha(opacity=50);
-moz-opacity:.50;
opacity:.50;
}

.fadedIn{
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}

div#first_row {
width: 528px;
height: 234px;
background: #fff;
margin-left: 68px; 
margin-top: 27px;
}

div#second_row {
width: 528px;
height: 234px;
background: #fff;
margin-left: 68px; 
margin-top: 27px;
}

div#about{
width: 198px;
height: 191px;
background: #fff url(../images/new_home_p/heading_about.gif) top left no-repeat;
padding-left: 35px; /* was 43px, looked nice */
float: left;
}

div#blog{
width: 198px;
height: 191px;
background: #fff url(../images/new_home_p/heading_blog.gif) top left no-repeat;
padding-left: 35px; /* was 43px, looked nice */
margin-left: 37px;
padding-top: 5px;
float: left;
border: 0px solid #000;
 /* try either to change one attribute, or add or detract class name for tag? */
}

div#folio{
width: 198px;
height: 191px;
background: #fff url(../images/new_home_p/heading_folio.gif) top left no-repeat;
padding-left: 35px; /* was 43px, looked nice */
float: left;
border: 0px solid #000;
}

div#projects{
width: 198px;
height: 191px;
background: #fff url(../images/new_home_p/heading_projects.gif) top left no-repeat;
padding-left: 35px; /* was 43px, looked nice */
margin-left: 37px;
float: left;
border: 0px solid #000;
}

div#projects img, div#folio img{
/*border: 5px solid #DFDFDF; /* was 1px dashed*/
margin-bottom: 5px;
}

.sampleImg{
/*padding: 8px; */
padding: 8px 0;
background: #f4f4f4;
border: 1px solid #e2e2e2;
border-top: 1px dashed #DFDFDF;
border-bottom: 1px dashed #DFDFDF;

}

div#footer{
width: 596px;
height: 34px;
text-align: right;
padding-right:  10px;
margin: 0 auto;
}


div#mainbox{
	background-color: #fff;
	padding: 15px;
}

/*
Typography
--------------------------
*/
body{
font-family: Georgia, Times, Arial;
}

div#navbar {
letter-spacing: 4px;
color: #737373;
font-size: 12px;
}

div#main_content{
font-size: 14px;
color: #7c7c7c;
}

div#main_content hr{
color: #eee; /* for IE */
background-color: #BFBFBF; /* for Mozilla*/
height: 1px;
border-style: none;
}

div#main_content .title{
/*text-transform: capitalize;*/ /* only sets the first letter*/
text-transform: uppercase;
font-weight: bold;
font-size: 10px;
}

div#main_content .date{
line-height: 5px;
}

div#about, div#blog, div#folio, div#projects{
line-height: 18px;
text-align: justify;
}

div#footer{
font-size: 12px;
color: #696969;
}