/* CSS Document */


/*** START GENERAL ***/

body
{
	margin: 0; padding: 0;
	background-color: #eee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container
{
	width: 760px;
	margin: 0 auto;
	padding-top: 41px;
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border-top-color: #fff;
}

#content_container
{
	margin-bottom: 8px;
}

h3, h4 {
	line-height: 1.3em;
}

p
{
	padding: 0 0 5px 10px;
	font-size: 0.9em;
	line-height: 1.2em;
}

abbr { border-bottom: 1px dotted #000; }

a:link,
a:visited
{
	color: #74a8f5;
	font-weight: bold;
	text-decoration: none;
}

a:active,
a:hover
{
	color: #f60;
	border-bottom: 0px solid #000;
}

/*** END GENERAL ***/



/*** START HEADER ***/

#header
{
	width: 760px;
	height: 111px;
	position: relative;
	margin: 0 0 15px 0;
}

#logo {}

#logo h1
{
	width: 760px;
	height: 111px;
	margin: 0; padding: 0;
	background: no-repeat url("../img/banner.png");
	background-position: 0 0;
	border-bottom: 1px solid #999;
	text-indent: -1000em;
	overflow: hidden;
	position: relative;
}

#logo h1 a
{
	margin: 0; padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 760px;
	height: 111px;
}

/*** END HEADER ***/



/*** START SIDEBAR ***/

#sidebar
{
	float: left;
	clear: both;
	width: 200px;
	margin: 0 17px 15px 0;
	padding: 0 12px 0 8px;
	background-color: #fff;
	border-right: 1px solid #999;
}

#sidebar h4
{
	padding-left: 5px;
	margin: 16px 0 3px 0;
	border-bottom: 1px solid #999;
}

/** START NAVIGATION **/

#navigation {}

#navigation h2
{
	height: 40px;
	margin-bottom: 3px;
}

#navigation ul
{
	width: 100%;
	margin: 0; padding: 0;
}

#navigation ul li
{
	margin: 0; padding: 0;
	border-bottom: 1px solid #999;
	list-style: none;

}

#navigation ul li a:link,
#navigation ul li a:visited
{
	color: #636363;
	display: block;
	margin:	8px 0 8px 12px;
	padding-left: 28px;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	line-height: 26px;
	background-position: center left;
	background-repeat: no-repeat;
	border: none;
}

#navigation ul li a:active,
#navigation ul li a:hover
{
	color: #74a8f5;
}

#navigation ul li a#navhome,
.welcome h3 { background-image: url("../img/nav/ghome.gif"); }
#navigation ul li a#navhome:hover { background-image: url("../img/nav/bhome.gif"); }

#navigation ul li a#navinformation, 
.information h3 { background-image: url("../img/nav/ginformation.gif"); }
#navigation ul li a#navinformation:hover { background-image: url("../img/nav/binformation.gif"); }

#navigation ul li a#navprojects, 
.projects h3 { background-image: url("../img/nav/gprojects.gif"); }
#navigation ul li a#navprojects:hover { background-image: url("../img/nav/bprojects.gif"); }

#navigation ul li a#navresume, 
.resume h3 { background-image: url("../img/nav/gresume.gif"); }
#navigation ul li a#navresume:hover { background-image: url("../img/nav/bresume.gif"); }

#navigation ul li a#navcontact, 
.contact h3 { background-image: url("../img/nav/gcontact.gif"); }
#navigation ul li a#navcontact:hover { background-image: url("../img/nav/bcontact.gif"); }

/** END NAVIGATION **/


/** START ADVERTISEMENT **/

#advertisement
{
	margin-top: 20px;
	padding-left: 8px;
}

/** END ADVERTISEMENT **/


/** START TWITTER **/

.twitter { display: block; line-height: 1em;}

.twitter .description {
	padding: 5px;
	display: block;
	font-size: 0.8em;
	border-bottom: 1px solid #999;
}

.twitter .date {
	display: block;
	font-size: 0.6em;
	text-align: right;
	padding: 2px;
}

.twitter a:link, .twitterr a:visited { color: #000; text-decoration: underline; font-weight: normal; }
.twitter a:hover, .twitter a:active { text-decoration: none; }

/** END TWITTER **/


/** START FOLLOW ME **/

#icons { 
	margin: 0;
	padding: 5px 0 0 5px; 
}

#icons img
{
	opacity: 0.4;
	padding: 0 4px;
}

#icons img:hover { opacity: 1; }

/** END FOLLOW ME **/


/*** END SIDEBAR ***/


/*** START FOOTER ***/

#footer
{
	width: 744px;
	clear: both;
	margin: 0 auto;
	border-top: 1px solid #999;
	border-bottom: 8px solid #fff;
	background-color: #eee;
}

#footer a:link,
#footer a:visited
{
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

#footer a:active,
#footer a:hover
{
	color: #444;
}

#copyright
{
	padding: 1em;
	font-size: 0.7em;
	text-align: right;
	border-top: 8px solid #fff;
}

/*** END FOOTER ***/