/* CSS Document */


/*-Styles --*/
html {
	background-position: top;
	background-repeat: repeat;
	background-image: url(08original.gif);
	}
	
body {
	margin: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	}
	
	
/*--headings--*/
P{margin: 0;
	margin: 0px;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #666666;
	letter-spacing: 0.4em;
	font-variant: small-caps;
	font-style: normal;
	margin-left: 25px;
	padding: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #FF0000;
	letter-spacing: 0.23em;
	margin-left: 25px;
	padding-top: 10px;
}


h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #FF0000;
	letter-spacing: 0.3em;
	font-variant: small-caps;
	font-style: normal;
	padding-left: 20px;
	}
	
/* --Layout sidebar2 text-- */
	
	
	.news {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 110%;
}

.news dd {
	margin:0px 0 8px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}


.news dt {
	margin:0px 0 1px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.77em;
	color: #FF0000;
}

.newsboxpic {
	border-bottom:2px solid #f4f4f4;
	border-left:2px solid #f4f4f4;
	border-right:2px solid #f4f4f4;
	border-top:2px solid #f4f4f4;
	}

/*-class styles--*/

.headertext{
	font-family: Georgia,"Times New Roman",serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	line-height: 12px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 25px;
	margin-top: 15px;
	padding-top: 10px;
}

.headertext2{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 25px;
	padding-top: 10px;
	color: #999999;
}
.footer {
	color: #FFFFFF;
	text-align: center;
	font-size: 70%;
}
.headertext3{
	font-family: Georgia,"Times New Roman",serif;
	font-size: 1.3em;
	line-height: 1.2em;
	letter-spacing: 2px;
	margin-left: 0px;
	color: #666666;
	font-style: normal;
}
.maintextpaddingleft {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	margin-left: 25px;
	line-height: 20px;
	text-align: justify;
	padding-left: 30px;
}
.maintext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	margin-left: 25px;
	line-height: 20px;
	text-align: justify;
	padding-left: 0px;
}

/*--links--*/
	
	.linktext{
	margin-left: 5px;
	line-height: 20px;font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #333333;
	line-height: 20px;
	text-transform: capitalize;
	text-align: justify;
	padding-left: 10px;
	}
	
	.linktext{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 20px;
	text-transform: capitalize;
	text-align: center;
	}
	
	#logo{
	float: right;
	padding-right: 0px;
	}
	
	#branding {
	height: 62px;
	background-color: #FFFFFF;
	background-image: url(../../images_sketch/headerbrandingtop.jpg);
	}
	
/* --Layout-- */

#printmaincontent {
	margin: 0px 0px 0px 130px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px;
	background-color: #fff;
	background-position: left;
	}
.left {
	float: left;
}
	
#footer {
	background-color: #999999;
	height: 20px;
	padding-right: 10px;
	padding-left: 20px;
} 
#container{
	width: 780px;
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../../images_sketch/grayside130.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 25px;
	position: relative;
	}
#sidebarweb {
	float: right; /* since this element is floated, a width must be given */
	width: 190px;
	height: 500px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 5px;
}
	
/* --Layout sidebar2 div-- */

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px;
	height: 300px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 5px;
}

#sidebar2news {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 500px;
	padding: 15px 25px 25px 5px;
	overflow: scroll;
}

#newsbox {
	float:right;
	margin:4px 0 0 0;
	width:156px;
}

#newsbox h2 {
	color:#0e0e0e;
	font-size:11px;
	font-weight:bold;
	padding:0 29px 0 0;
	text-align:right;
}
#sidebarleftnote {
	color: #FF0000;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
	margin-left: 200px;
}
	
#maincontent {
	margin: 0px 230px 0px 130px;
	border-right-width: medium;
	background-color: #fff;
	background-position: left top;
} 
#maincontent-home1side {
	border-right-width: medium;
	background-color: #fff;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	padding-right: 20px;
}


#contentmaincontent {
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 130px;
	margin-right: 20px;
	}
	
	

	#contentmainflash {
	background-position: left;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 590px;
}
#headerprint {
	background-image: url(../../images_sketch/bannerprint.png);
}
#navcontainercontact {
	width: 130px;
	float: left;
	margin-top: 20px;
	padding-right: 20px;
}
#navcontainercontact ul {
	margin: 0px;
	padding: 0px;
}
#navcontainercontact li {
	color: black;
	list-style-type: none;
}
#navcontainercontact a {
	color: #666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	display: block;
	width: 130px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 80%;
}
#navcontainercontact a:hover {
	background-color: #FF0000;
	color: #000000;
}
#navcontainer {
	width: 130px;
	float: left;
	margin-top: 20px;
}
#navcontainer  ul  
{
	margin: 0px;
	padding: 0px;
}
#navcontainer  li  
{
	list-style-type: none;
}
#navcontainer  a  
{
	color: #666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	display: block;
	width: 130px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 80%;
}
#navcontainer a:hover {
	background-color: #FF0000;
	color: #000000;
}
#resume {
	float: right;
	font-size: 80%;
}
	
	
	/* Gallery styling Print portfolio */
	#box{
	margin-top: 15px;
	margin-left: 0px;
	height: 420px;
	}
	
#jgal { list-style: none; width: 100px; }
#jgal li { opacity: .5; float: left; display: block; width: 40px; height: 40px; background-position: 50% 50%; cursor: pointer; border: 3px solid #fff; outline: 1px solid #ddd; margin-right: 4px; margin-bottom: 10px; }

#jgal li img {
	display: none;
}
#jgal li.active img {
	display: block;
	float: left;
	left: 289px;
	top: 329px;
	position: absolute;
}
#jgal li.active, #jgal li:hover { outline-color: #bbb; opacity: .99 /* safari bug */ }

/* styling without javascript */
#gallery { list-style: none; display: block; }
#gallery li { float: left; margin: 0 10px 10px 0; }
#gallery li { float: left; margin: 0 10px 10px 0; }

    [if lt IE 8]>
    <style media="screen,projection" type="text/css">
        #jgal li { filter: alpha(opacity=50); }
        #jgal li.active, #jgal li:hover { filter: alpha(opacity=100); }
    </style>
	<![endif]}
	
	/* Gallery styling www infographics portfolio */
		#infographics{
	margin-top: 15px;
	}
a:link {
	font-weight: normal;
	color: #FF0000;
}
a:hover {
	color: #999999;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: thin;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #666666;
}
.quote {
	font-style: italic;
	color: #000000;
}
.quoteauthor {
	font-style: normal;
	color: #000000;
}
li.resume-style-experience {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #666666;
	list-style-type: none;
	margin: 0px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
p.resume-style-body-1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 140%;
	color: #999999;
	padding-left: 44px;
}
p.resume-style-freelance-designer {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	padding-left: 43px;
	padding-right: 20px;
	font-size: 0.7em;
	line-height: 130%;
	font-weight: bold;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	letter-spacing: 0.33em;
	padding-top: 10px;
	padding-bottom: 10px;
}
p.resume-style-freelance-place {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 43px;
	padding-right: 20px;
	font-size: 0.7em;
	line-height: 130%;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
	letter-spacing: .2em;
}
div.story {}
#pic {
	padding-top: 10px;
	padding-bottom: 2px;
	float: right;
	height: 210px;
	width: 190px;
	padding-right: 10px;
	padding-left: 8px;
	font-size: 60%;
	color: #666666;
	text-align: center;
	font-variant: normal;
	margin-right: 2px;
}
#movie {
	padding-right: 2px;
	float: left;
	margin-right: 230px;
	margin-bottom: 15px;
}
.web-other {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #C00;
}
