/* File: style.css
 * Author: Julie Pudwell
 * Description: styling for my portfolio 2009
 */


/* ------------------------------------------------------------------

   =BODY 

   ------------------------------------------------------------------

*/

html {
	background: #2a0000 url(images/gradient.png) repeat-x;
}



body {
	text-align: center;                 
	min-width: 700px;                   
	color: #FFFFFF;                     
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
}



/* ------------------------------------------------------------------

   =WRAPPER 

   ------------------------------------------------------------------

*/


#wrapper {
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}


/* ------------------------------------------------------------------

   =SKIP 

   ------------------------------------------------------------------

   NOTE: .hidden class see under =MISCELLANEOUS 
*/



/* ------------------------------------------------------------------

   =LOGO

   ------------------------------------------------------------------

   NOTE: see under =MISCELLANEOUS 
*/



/* ------------------------------------------------------------------

   =HEADER

   ------------------------------------------------------------------

*/



#header {
	margin: 0px auto;
	width: 800px;
	height: 110px;
	padding-left: 15px;
	position: relative;
	background: url(../images/header.png) no-repeat;
}

#header h1 {
	/*padding-left: 115px;
	padding-top: 52px;
	color: #ffffff;
	font-family: Georgia, Garamond, serif ;
	font-size: 30px;*/
	display: none;
}



/* ------------------------------------------------------------------

   =BANNER see under =MISCELLANEOUS 

   ------------------------------------------------------------------

*/



/* ------------------------------------------------------------------

   =CONTENT

   ------------------------------------------------------------------

*/


	
#content {
	width: 700px;
	height: 100%;
	float: center;
	padding: 10px;
	color: #FFFFF;
}

#content h2{
	color: #FFFFFF;
	font-family: Arial, sans-serif;	
}

#content h3 {
	color: #FFFFF;
	font-family: Arial, sans-serif;
	padding: 5px;
}

#content a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#content a:hover {
	color: #2a0000;
	background: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
}

#content a:visited {
	color: #ffffff;
}

#main {
	width: 750px;
	border-bottom: 1px dashed;
}


#list {
	width: 750px;
	float: left;
	border-top: 1px dashed;
}

#services {
	width: 750px;
	float: left;
}

.contact {
	width: 750px;
	float: left;
	border-top: 1px solid #FFFFFF;
	font-size: 30px;
	text-align: center;
}

.contact li{
	display: inline;
	list-style: none;
	padding: 40px;
}

.contact li a:link {
	border-bottom: none;
	color: #FFFFFF;
	text-decoration: none;
}


/* ------------------------------------------------------------------

   =PROGRAM LIST

   ------------------------------------------------------------------

*/





/* ------------------------------------------------------------------

   =NAVIGATION MENU

   ------------------------------------------------------------------

*/



#navigation {
	margin: 0;
	padding-bottom: 6px;
	background: url(../images/nav.jpg) no-repeat;
	border-bottom: 1px dashed #ffffff;
	border-top: 1px dashed #ffffff;
}	

#navigation li {
	list-style: none;
	display: inline;
	padding: 20px;
	margin: 5px;
}	

#navigation li a:link {
	color: #ffffff;
	text-decoration: none;
}

#navigation li a:visited {
	color: #ffffff;
	text-decoration: none;
}

#navigation li a:hover {
	text-decoration: underline;
	color: #ffffff;
}			

#nav li.current a {
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;
}


/* ------------------------------------------------------------------

   =SUB NAVIGATION

   ------------------------------------------------------------------

*/

#subnav {
	font-family: Georgia;
	font-size: 20px;
	}

#subnav li {
	list-style: none;
	display: inline;
	padding: 10px;
	}

#subnav li a:link {
	color: #ffffff;
	text-decoration: none;
	}

#subnav li a:hover {
	font-weight: bold;
	}

#subnav li a:visited {
	color: #ffffff;
	}

	

/* ------------------------------------------------------------------

   =PORTFOLIO

   ------------------------------------------------------------------

*/



.section {
	margin: 0 auto;
	clear: both;
	width: 750px;
	height: 300px;
	float: left;
}

.section_pic {
	float: left; 
	width: 250px; 
	height: 200px;
	text-indent: -9000px;

	margin: 23px 0 0 8px;
}

.section p {
	float: right;
	width: 400px;
	font-size: 14px;
	clear: left;
	position: relative;
	top: -130px;
}	

.section ul.design-info {
	float: right;
	width: 400px;
	margin: 20px 0 0;
	padding: 0 5px 0 0;
	list-style-type: none;
	font-size: 14px;
	position: relative;
}

.section li {
	clear: left;
	margin-bottom: 3px;
}

.section li strong {
	display: block;
	float: left;
	width: 85px;
	padding: 0;
	font-weight: bold;
	color: #FFFFFF;
}	


#rose {
	background: #FFFFFF url('../portfolio/images/thumb_rg.jpg') no-repeat;
}

#ryan {
	background: #FFFFFF url('../portfolio/images/thumb_rs.jpg') no-repeat;
}

#vive {
	background: #FFFFFF url('../portfolio/images/thumb_vh.jpg') no-repeat;
}

#taj {
	background: #FFFFFF url('../portfolio/images/thumb_taj.jpg') no-repeat;
}

#flem {
	background: #FFFFFF url('../portfolio/images/thumb_fc.jpg') no-repeat;
}

#jp {
	background: #FFFFFF url('../portfolio/images/thumb_jp.jpg') no-repeat;
}


/* ------------------------------------------------------------------

   =SOCIAL LIST

   ------------------------------------------------------------------

*/

/*#social_list .blog span {

	width: 48px;

	height: 48px;

	position: absolute;
	left: 350px;
	background: url(../images/blogger.png) no-repeat;



}


#social_list .link span {

	width: 48px;

	height: 48px;

	position: absolute;
	left: 500px;
	background: url(../images/linkedin.png) no-repeat;



}

#social_list .twit span {

	width: 48px;

	height: 48px;

	position: absolute;
	left: 715px;
	background: url(../images/twitter.png) no-repeat;



}*/



/* ------------------------------------------------------------------

   =CONTACT FORM

   ------------------------------------------------------------------

*/



#contact_form input, #contact_form textarea {
	border: 1px #ffffff solid;
	display: block;
	padding: 4px;
	margin: 0 0 10px 23px;
	background: transparent;
}

#contact_form label {
	margin-left: 20px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 5px 0 0 3px;
	color: #ffffff;
}

#contact_form input:hover, #contact_form textarea:hover {
	border: 1px #8a0808 solid;
}

#contact_form input:focus, #contact_form textarea:focus {
	border: 1px #8a0808 solid;
}



/* ------------------------------------------------------------------

   =FOOTER

   ------------------------------------------------------------------

*/


#footer {
	float: left;
	clear: both;
	width: 800px;
	height: 29px;
	padding: 0;
	color: #ffffff;
	border-top: 1px dashed;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#footer a:hover {
	color: #2a0000;
	background: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #ffffff;
}
	

.top {
	float: right;
}

/* ------------------------------------------------------------------

   =MISCELLANEOUS 

   ------------------------------------------------------------------

*/

.hidden {
	display: none;
}