/*
	Site Name: www.stevecalvert.net
	Designer: steve calvert
	Legal: copyright 2005
*/

/* Body */

html, body {
	margin: 0; 
	padding: 0; 
	border: 0;
	}

body {
	color: #fff; 
	background: url(/assets/images/background.gif) top repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 80%; 
	text-align: center;
	}
	
/* Paragraph and Text Styles */

p  {
	margin: 0; 
	padding: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	text-align: justify;
	}
	
p .red {color: #cc0000}
	
p#error_1 { 
	font-weight: bold; 
	color: #cc0000; 
	padding-left: 20px; 
	background: url(/assets/images/icons/error.gif) no-repeat 3px 13px; 
	}
	
p#error_2 {color: #cc0000}
	
p .beginquote {
	padding: 0 0 10px 25px;
	background: url(/assets/images/icons/begin-quote.gif) top no-repeat;
	}
	
p .endquote {
	padding: 0 25px 10px 0;
	background: url(/assets/images/icons/end-quote.gif) no-repeat;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 5px 10px 10px;
	padding: 0 0 0 25px;
	background: url(/assets/images/icons/arrow.gif) left center no-repeat;
	font-size: 170%;
	font-style: oblique;
	font-weight: 500;
	color: #666;
	letter-spacing: -1px;
	}

h1:first-letter {
	font-style: italic;
	font-weight: 500;
	text-transform: capitalize;
	color:#cc0000;
	}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #666;
	padding: 0 0 0 10px;
	line-height: 1.4em;
	border-bottom: 1px solid #666;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 10px
	}

h2 .cap {
	font-style: italic;
	text-transform: uppercase;
	}
	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: oblique;
	color: #666;
	font-size: 150%; 
	padding-left: 28px; 
	background: url(/assets/images/icons/arw2.gif) no-repeat 0px 0px; 
	}
	
h3:first-letter { 
	color: #cc0000; 
	font-size: 1.2em; 
	}
	
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0 0 0 10px;
	margin: 5px 10px 5px 10px;
	color: #666;
	letter-spacing: -1;
	border-bottom: 1px dotted #cc0000;
	}

* html h4 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0 0 0 10px;
	margin: 5px 10px 5px 10px;
	color: #666;
	letter-spacing: -1;
	border-bottom: none;
	background: url(/assets/images/icons/pixel-red.gif) repeat-x bottom;
}
	
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666;
	padding-left: 10px;
	}

.clear {clear: both}
	
/* Anchor Styles */
a {
	color: #333333;
	text-decoration: none;
	}

a:link {
	color: #666666;
	text-decoration: underline;
	}

a:visited {
	color: #999999;
	text-decoration: underline;
	}

a:hover {
	color: #c42;
	text-decoration: underline;
	}

a:active {
	color: #666666;
	text-decoration: underline;
	}

a.info {
    position:relative;
    z-index:24; 
    color:#333;
    text-decoration:none
}

a.info:hover {
	z-index:25;
	color: #c42;
}

a.info span {display: none}

a.info:hover span { 
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
	font-size: 10px;
    border:1px solid #cc0000;
    background-color:#F0ECEC; color:#333;
    text-align: center
}
	
/* Content */

.wrapper {
	margin: 0 auto;
	width: 700px;
	text-align: left;
	}

* html .wrapper {
	width: 700px; 
	w\idth: 697px; 
	}

.outer {
	border-left: 200px solid #fff;  
	background: url(/assets/examples/assets/images/blackline.gif) 100% 0 repeat-y;
	}

* html .outer {
	background: url(/assets/examples/assets/images/blackline.gif) 565px 0 repeat-y;
	}

.inner {
	margin-left: -2px;
	width: 548px; 
	}

* html .inner {
	width: 100%;
	}

.float-wrap {
	float: left;
	width: 567px;
	margin-left: -150px; 
	}

.left {
	float: left;
	width: 147px;
	position: relative;
	list-style-image: url(/assets/images/icons/bullet.gif) left no-repeat;
	}

.right {
	float: right; 
	width: 100px;
	position: relative;
	}

* html .right {margin: 0 -130px 0 0}

/* Main content pane */

.center {
	float: right;
	width: 415px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-left: 1px dotted #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

* html .center {
	float: right;
	width: 415px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-left: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fff url(/assets/images/icons/pixel.gif) repeat-y left;
	}
	
.center ul {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	padding-left: 10px;
	list-style: none;
	}
	
.center li {
	padding: 0 0 4px 20px;
	background: url(/assets/images/icons/bullet.gif) no-repeat 0px 4px;
	line-height: 1.7em;
	color: #666;
	}
	
.center li a:hover {
	color: #cc0000;
	text-decoration: none;
	}
	
.center #summary ul {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	padding-left: 10px;
	list-style: none;
	}
	
.center #summary li {
	padding: 0 0 4px 12px;
	background: url(/assets/images/icons/arrow-red.gif) no-repeat 0px 50%;
	line-height: 1.7em;
	color: #666;
	}
	
.center li#pdf {
	padding: 0 20px 0 0;
	background: url(/assets/images/icons/pdf.gif) no-repeat 0px 50px;
	}
	
.center ol li { 
	background: url(/assets/images/icons/olbg.gif) no-repeat 0px 4px;
	list-style-type: none;
	margin-right: 20px;
	line-height: 18px; 
	}
	
.center ol li a {
	border: none;
	}
	
.center ol li a:hover {
	color: #fff;
	background: #cc0000;
	}

#top a { 
	background: url(/assets/images/icons/top.gif) no-repeat 10px 13px; 
	font-size: small; 
	color: #999999; 
	float: right; 
	padding-top: 10px; 
	padding-left: 25px; 
	margin-right: 15px; 
	text-decoration: none;
	border-bottom: none;
	}
	
#top a:hover { 
	background: url(/assets/images/icons/top-red.gif) no-repeat 10px 13px; 
	text-decoration: none; 
	color: #cc0000; 
	}

.center a.mail {
	background: transparent url(/assets/images/icons/aemail.gif) 100% 0% no-repeat;
	padding-right: 10px;
	border-bottom: none;
	}
	
.center a.http {
	background: transparent url(/assets/images/icons/aoutside.gif) 100% 0% no-repeat;
	padding-right: 10px;
	border-bottom: none;
	}

.center a.pdf {
	background: url(/assets/images/icons/pdf.gif) 100% 0% no-repeat;
	padding-right: 30px;
	border-bottom: none;
	}

.center img.inline {
	border: none;
	display: inline;
	margin-bottom: 0px; 
	margin-right: 0px;
	margin-left: 35px;
	padding: 5px;
	}
	
.center img.rightalign {
	border: 1px solid #666666;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	float: right;
	/* max-width: 170px; */
	padding: 5px;
	}
	
.center img.rightnoborder {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	float: right;
	/* max-width: 170px; */
	padding: 5px;
	}  
	
.center img.leftalign {
	border: 1px solid #666666;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
	/* max-width: 170px; */
	padding: 5px;
	}
	
.center img.leftnoborder {
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	/* max-width: 170px; */ 
	padding: 5px;
	}

.wide {
	background-color: #cc0000;  
	width: 100%; 
	border: 1px solid #666;
	font-size: 9px;
	color: #fff;
	text-align: center;
	}

.wide p {
	padding: 5px;
	}

.top {
	border-top: 4px solid #999;
	height: 116px;
	background: url(/assets/images/header-static.gif);
	}

.bottom {
	border-width: 1px 0 0;
	border-bottom: 4px solid #999;
	padding: 10px 0 10px 0;
	text-align: left;
	color: #fff;
	}

/* Lists and Navigation */
	
.bottom ul#validate {
	margin-left: 5px;
	}

.bottom #validate li {
	display: inline;
	list-style-type: none;
	border-style: none;
	}

.bottom #validate li a {
	border-style: none;
	color: #cc0000;
	}
	
.bottom ul#copyright {
	white-space: nowrap;
	margin-left: 5px;
	}
	
.bottom #copyright li {
	display: inline;
	list-style-type: none;
	border: none;
	}

/* Content Entry types */

.entry {
	text-align: left; 
	padding: 10px;
	/* background-color: #F0ECEC; */
	background: #F0ECEC url(/assets/images/entry_bg.jpg) top right no-repeat;
	border: 1px solid #B9B7B7;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-left: 10px;
	}
	
.entry img{
	display: inline;
	padding-left: 15px; 
	}

.box { 
	font-size: 90%; 
	text-align: left; 
	padding: 10px; 
	background-color: #F0ECEC; 
	border: 1px solid #B9B7B7; 
	margin-left: 10px; 
	width: 250px; 
	}

/* Gallery pics */

#pic01, #pic02, #pic03, #pic04, #pic05, #pic06 { width: 130px; float: left; }

#pic01 a{ background: url(/assets/images/gallery/cyberthello.gif) no-repeat; display: block; margin: 0; padding: 0px; width: 100%; height: 115px; border: none;}
#pic02 a{ background: url(/assets/images/gallery/studentApp.gif) no-repeat; display: block; margin: 0; padding: 0px; width: 100%; height: 115px; border: none;}
#pic03 a{ background: url(/assets/images/gallery/inventorymaster.gif) no-repeat; display: block; margin: 0; padding: 0px; width: 100%; height: 115px; border: none;}
#pic04 a{ background: url(/assets/images/gallery/communityevents.gif) no-repeat; display: block; margin: 0; padding: 0px; width: 100%; height: 115px; border: none;}
#pic05 a{ background: url(/assets/images/gallery/trackit.gif) no-repeat; display: block; margin: 0; padding: 0px; width: 100%; height: 115px; border: none;}
#pic06 a{ background: url(/assets/images/gallery/balance.gif) no-repeat; display: block; margin: 0; padding: 0px; width: 100%; height: 115px; border: none;}

#pic01, #pic01 a:hover { background: url(/assets/images/gallery/cyberthello-over.gif) no-repeat; }
#pic02, #pic02 a:hover { background: url(/assets/images/gallery/studentApp-over.gif) no-repeat; }
#pic03, #pic03 a:hover { background: url(/assets/images/gallery/inventorymaster-over.gif) no-repeat; }
#pic04, #pic04 a:hover { background: url(/assets/images/gallery/communityevents-over.gif) no-repeat; }
#pic05, #pic05 a:hover { background: url(/assets/images/gallery/trackit-over.gif) no-repeat; }
#pic06, #pic06 a:hover { background: url(/assets/images/gallery/balance-over.gif) no-repeat; }

/* Random titles */

.title {
	font-size: 110%;
	font-weight: bold;
	}

span.redtitle { 
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff; 
	background-color: #cc0000; 
	padding: 3px; 
	padding-left: 5px; 
	padding-right: 5px; 
	font-size: 90%; 
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #999; 
	border-right: 2px solid #999; 
	}

html>body .inner, html>body .float-wrap {
	border-bottom: 1px solid transparent;
}

/* Nav Stuff */

ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#nav { 
	background-position: 0 -31px; 
	width: 171px;
	margin: 1px 0 10px -46px;
}

#nav li a {
	height: 32px; 
	height: 24px; 
	text-decoration: none;
 	border-bottom: 1px solid #fff;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	}

#nav li a:hover {
	color: #fff; 
	background: url(/assets/images/buttons/over.gif); 
	padding: 8px 25px 0 10px; 
	text-align: left;
	}

#nav li a:active {
	color: #fff; 
	background: url(/assets/images/buttons/over.gif); 
	padding: 8px 25px 0 10px; 
	text-align: left;
	}

#nav li a:link, #nav li a:visited {
	color: #fff; 
	display: block; 
	padding: 8px 25px 0 10px; 
	text-align: left;
	}
	
#nav li a#current {
	color: #fff; 
	background: url(/assets/images/buttons/over.gif); 
	padding: 8px 25px 0 10px; 
	text-align: left;
	}

#nav li#home {
	background: url(/assets/images/buttons/home.gif);
	}

#nav li#bio {
	background: url(/assets/images/buttons/bio.gif);
	}

#nav li#port {
	background: url(/assets/images/buttons/portfolio.gif);
	}

#nav li#res {
	background: url(/assets/images/buttons/resume.gif);
	}

#nav li#con {
	background: url(/assets/images/buttons/contact.gif);
	}
	
#nav li#image {
	background: url(/assets/images/buttons/nav-bottom.gif) no-repeat bottom;
	height: 30px;
	}
	
#links {
	}
	
/* Forms and Tables */

.formtable {
	margin: 0 0 0 10px;
	}
	
.formtable td {
	color: #999;
	margin-left: 10px;
	font-size: 10px;
	}

.formtable td .red {
	color: #cc0000;
	}
	
.formbutton {
	background-color: #CC0000;
	border: 1px solid #999;
	color: #fff;
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 60px;
	}
	
.textbox {
	border: 1px solid #999;
	width: 200px;
	height: 18px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	}

.textbox:focus {
	border: 1px solid #cc0000;
	background-color: #eee;
	}
	
/*  Form processing */

.error {
	color: #999;
	}
	
.errordata {
	color: #cc0000;
	padding: 2px 10px 2px 8px;
	border: 1px solid #cc0000;
	background-color: #eee;
	width: 200px;
	margin-left: 15px;
	font-size: 10px;
	}
	
.formnote {
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	background: #eee url(/assets/images/icons/error.gif) no-repeat 0 50%;
	padding-left: 18px;
	height: 15px;
	color: #333; 
	}
	
.noerror {}

.alert {
	padding: 5px;
	border: 1px solid #cc0000;
	background-color: #e0e0e0;
	color: #cc0000;
	margin-left: 10px;
	margin-bottom: 10px;
	}
 
.skillstable {
	border: 1px solid #999999;
	margin: 0 0 0 10px;
	}
	
.skillstable th {
	text-align: left;
	color: #666666;
	padding: 3px;
	margin-right: 5px;
	background-color: #CCCCCC;
	}

.skillstable td {
	text-align: left;
	color: #666666;
	padding: 3px;
	}
	
.skilltitle {
	text-align: center;
	}

/* Miscelaneous */

.alignright {
	margin-top: 0; 
	text-align: right;
	}

.small {
	font-size: 10px;
	border-color: #FFFFFF;
	}


