@charset "utf-8";
/* CSS Document */

*{
margin: 0; 
padding: 0;

}

body, body#portfolio, body#home, body#services, body#about, body#contact {
	font-size: 62.5%;
	/*background: #46474a url(images/background-grad.jpg) repeat-x  top left;*/
	background: #46474a url(images/stripe.png) ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #46474f;
	margin: 20px 0 0 0;
}
p.title{
	font-size: 45px;
	line-height: normal;
	width: 300px;
	float: left;

	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -3px;
}




h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E72C7F;
	font-weight: normal;
	clear: both;
	
}

h1{
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 5px;
}

h2{
	font-size: 20px;
	padding: 0 20px 0 20px;
	margin: 5px 0 5px 0;
	background: url(images/starbullet.gif) no-repeat left center;
	
}


.column h2{
	color: #83868c;
	background: none;
	padding: 0;
	margin: 0;
}


h3{
	color: #83868c;
	font-size: 16px;
	line-height: 22px;
	
}

p{
	font-size: 1.1em;
	color: #46474f;
	line-height: 16px;
	padding: 0 15px 5px 0;
	
}
.column p{
	padding: 0;
}

#portfolio .column p{
	padding: 0 0 5px 10px;
	
}

#sidebar p{
	padding: 0 10px 0 10px;
	
}

p.contact-details{
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 13px;
	padding-right: 8px;
	clear: none;
	
}

#footer p{
	color: #fff;
	font-size: 10px;
	padding: 20px 0 0 0;
	text-align: center;
}
a:link, a:visited{
	text-decoration: none;
	color: #E72C7F;
}

a:hover, a:active{
	color: #83868c;
}
 a img{
 	border: none;
	
}

h3 a:link, h3 a:visited{
	color: #83868c;
	background: url(images/bullet_arrow_down.gif) no-repeat right center;
	padding-right:20px;
}

h3 a:hover, h3 a:active{
	color: #E72C7F;
	background: url(images/bullet_arrow_down_pink.gif) no-repeat right center;
}

#portfolio .column a{
	display: block;
	padding: 0 0 5px 0;
}


.clear{ 
clear: both;
}


#wrapper{
	width: 810px;
	margin: 0 auto;
}


#header-top{
	width: 810px;
	height: 18px;
	background: url(images/header-top.png) no-repeat left top !important;
	background: url(images/header-top.gif) no-repeat left top;
}
#header-wrap{
	width: 810px;
	height: 270px;
	background:  url(images/header-middle.png) repeat-y left bottom !important;
	background:  url(images/header-middle.gif) repeat-y left bottom;
	
}
#identity{
	height: 70px;
	width:780px;
	padding: 0 15px 0 15px;
}

#header{
	width: 600px;
	height: 180px;
	background: url(images/zebra-2.jpg) no-repeat left top;
	float: left;
	margin-left: 15px;	
	position: relative;
	display: inline;
}

#about #header{
background: url(images/demon.jpg) no-repeat left bottom;
}

#services #header{
background: url(images/frog.jpg) no-repeat left top;
}
#portfolio #header{

background: url(images/penguins.jpg) no-repeat left top;
}
#contact #header{
background: url(images/camel.jpg) no-repeat left top;
}





ul#mainNav{
	list-style-type: none;
	width: 600px;
	position: absolute;
	left: 0;
	bottom: 0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	
	
	
}

ul#mainNav li{
	float:right;
}

ul#mainNav a{
	display: block;
	margin: 0 0.6em;
	line-height: 1.7em;
	text-decoration: none;
	color: #fff;
/*	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;*/
	width: auto;
	
}

ul#mainNav a:hover{
	
	border-bottom: 5px solid #FFF;
	line-height: 1.7em; 
}

#home #mainNav .home, #about #mainNav .about, #services #mainNav .services, #portfolio #mainNav .portfolio, #contact #mainNav .contact{
	border-bottom: 5px solid #FFF;
}



#buttons{
 	width: 190px;
	height: 180px;
	float: left;
	
	
}

a#button1, a#button2{
	display: block;
	width: 170px;
	height: 86px;
	margin-left: 10px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 84px;
	color: #fff;
	text-decoration: none;
}

a#button1{
	background: url(images/button-dark.jpg) no-repeat left top;
}

a#button2{
	background: url(images/button-light.jpg) no-repeat left top;
	margin-top: 8px;
}
a:hover#button1{
	color: #fff;
	background: url(images/button-dark.jpg) no-repeat left bottom;
}

a:hover#button2{
	color: #fff;
	background: url(images/button-light.jpg) no-repeat left bottom;
}

#container{
	width: 810px;
	background: url(images/content2.png) repeat-y left center !important;
	background: url(images/content.gif) repeat-y left center;
	float: left;
}

#content{
	float: right;
	width: 560px;
	
	padding: 0 15px 5px 0;
	
}

/*-----------------------------------start home page columns------------------------*/
#home .column{
	width: 170px;
	float: left;
	margin: 10px 0 15px 0;
	padding: 0 8px 0 10px;
	border-right: 1px solid #dadada;
	
}
#home .first.column{
	padding-left: 0px;
}

#home .last.column{
	border: none;
	padding-right: 0;
}
#portfolio .column{
	width: 275px;
	float: left;
	/*min-height: 150px;*/
	
}

/*-----------------------------------PORTFOLIO IMAGES----------------------------*/
.featured {
	width: 270px;
	height: 120px;
	background: url(images/portfolio-images/small-rounded-box.gif) no-repeat left center;
	float: left;
	position: relative;
	margin: 0 10px 10px 0;
}
.featured em{
	background: #fff url(images/portfolio-images/img-title-up.gif) repeat-y left top;
	font-style: normal;
	color: #83868c;
	padding: 5px 8px;
	display: block;
	position: absolute;
	top: 20px;
	left: 2px;
	border: 1px solid #dadada;
	cursor:pointer;
	
}
.featured a:hover em {
	background: #fff url(images/portfolio-images/img-title-down.gif) repeat-y left top;
	border-color: #ef88b6;
	color: #E72C7F;
}

.featured img{
	width: 250px;
	height: 100px;
	margin: 10px;
	display: inline;
}

.featured span{
	background: url(images/portfolio-images/small-rounded-corners.png) no-repeat left center !important;
	background: none; /*ie6 fix*/
	width: 250px;
	height: 100px;
	position: absolute;
	left: 10px;
	top: 10px; 
}

.portfolio-image{
 	width: 270px;
	height: 200px;
	background: url(images/portfolio-images/large-rounded-box.gif) no-repeat left center;
	position: relative;
	margin: 0 0 5px 0
}
.portfolio-image img{
	width: 250px;
	height: 180px;
	margin: 10px;
	display: inline;
}

.portfolio-image span{
	background: url(images/portfolio-images/large-rounded-corners.png) no-repeat left center!important;
	background: none; /*ie6 fix*/
	width: 250px;
	height: 180px;
	position: absolute;
	left: 10px;
	top: 10px; 
}

.featured a, .portfolio-image a{
display: block;
}
/*-------------------------------------Start collapsible Divs--------------------------------*/
#colDiv1, #colDiv2, #colDiv3, #colDiv4, #colDiv5, #colDiv6, #colDiv7, #colDiv8, #colDiv9, #colDiv10 {

margin: 5px 0 10px 0;

}
#portfolio #colweb1, #portfolio #colweb2, #portfolio #colweb3, #portfolio #colweb4, #portfolio #colweb5,#portfolio #colweb6,#portfolio #colweb7,#portfolio #colweb8,#portfolio #colweb9, #portfolio #colweb10, #portfolio #colgraph1, #portfolio #colgraph2, #portfolio #colgraph3, #portfolio #colgraph4, #portfolio #colgraph5 {
margin: 5px 0 10px 0;

border-bottom:1px dashed #CCCCCC;
border-top:1px dashed #CCCCCC;
float:left;
padding:10px 0;

}


#content ul{
	margin-left: 10px;
	list-style-type: none;
	list-style-position: outside;
	font-size: 1.1em;
	color: #46474f;
}

#content ul li{
	line-height: 18px;
	background: url(images/bullet_black.gif) no-repeat left center;
	padding-left: 18px;
}


/*---------------------------------------------end collapsible divs-----------------------------------------*/

.contentDivider{
	border-top:  1px dashed #dadada;
	padding-top: 5px;
	margin-right: 5px;
}

#wired-logo{
	float: right;
	padding-right: 5px;
}

#kathleen{
	float: left;
	padding-right: 10px;

}

#sidebar{
	float: left;
	width: 215px;
	
}
#sidebar h2{
	width: 194px;

	background:url(images/sidebox-top.jpg) no-repeat left top;
	margin:0 0 0 15px;
	padding: 4px 0 0 10px;
	color: #83868C;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
}
#sidebar .box {
	width: 198px;

	margin:0 0 0 15px;
	
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;	

}
#sidebar .box-bottom{
	width: 200px;
	background:url(images/sidebar-box-bottom.jpg) no-repeat left bottom;
	margin:0 0 0 15px;
	height: 12px;
	color: #83868C;
	margin-bottom: 10px;
}

#sidebar ul{
	
	list-style-type: none;
	list-style-position: outside;
	font-size: 1.1em;
	color: #46474f;
	margin-left: 5px;
}

#sidebar ul li{
	line-height: 18px;
	background: url(images/bullet_black.gif) no-repeat left center;
	padding-left: 18px;
}


#footer{
	width: 810px;
	height: 60px;
	background: url(images/footer.png) no-repeat left center !important;
	background: url(images/footer.gif) no-repeat left center;
	clear: both;	
}

/*-----------------------------------------------------------------------START CONTACT FORM CSS---------------------------------------*/

span.required {
margin-right: 5px;
color:  #E72C7F;

}

