/*----------------------------------------------------------------------------- 
name:	   Paper Resume
version:   1.0
date:      13/04/2010 
author:    Norbert Ursu
email:     norbiu@gmail.com
website:   http://www.zappd.com
-----------------------------------------------------------------------------*/


/* Import other stylesheets 
-----------------------------------------------------------------------------*/ 
@import url("reset.css");
@import url("fancybox/jquery.fancybox-1.3.1.css");

/* Typography
-----------------------------------------------------------------------------*/ 
a {
	color: #1B86BB;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 { 
	font-family: Georgia, serif;
	font-size: 5.9em;
	text-transform: uppercase;
	font-weight: normal;
	color: #3b3b3b;
	line-height: 90%;
	padding: 20px 0 10px;
}

h2 { 
	font-size: 1.3em;
	color: #786557;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-top: 20px;
} 
 
.period {
	color: #a6423e;
	font-size: 1.1em;
	float: right; 
	padding: 5px 8px;
	border: 1px solid #e4e4e4;
	background-color: #f4f4ee;
	margin-top: 25px;
}
 
h3 {
	font-size: 1.2em;
	color: #786557;
	font-weight: normal;
	margin-bottom: 10px;
}

ul.simple {
	padding-left: 15px;
	list-style: inside;
	list-style-type: disc;
	margin-top: 8px;
}

	ul.simple li {
		font-size: 115%;
		line-height: 210%;
	}

p {
	font-size: 1.2em;
	text-align: justify;
}
p + p { margin-top: 1.0em; }


/* Main Stylesheet
-----------------------------------------------------------------------------*/ 
body {
    font: 62.5%/1.5  "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
    background: url(images/light-wood.jpg) repeat;
    /* change from light-wood to dark-wood for the second background */
    color: #5a5a5a;
    text-align:center;
    padding: 40px 0 30px;
}

#container {
	background: url(images/container-mid.png) repeat-y top center;
	width: 835px;
	margin: 0px auto;
	position: relative;
}

	#container-bottom {
		background: url(images/container-bottom.png) no-repeat top left;
		height: 12px;
		width: 835px;
		margin: 0px auto;
	}


/* Sections + Title
-----------------------------------------------------------------------------*/ 

.section {
	text-align: left;
	width: 725px;

	margin: 0 auto;
	padding: 0px 40px 20px 70px;
	position: relative;
}

	.title {
		position: absolute;
		left: 0;
		width: 40px;
		top: 15px;
	}
	
	
/* Personal Section
-----------------------------------------------------------------------------*/ 
#personal {
	background: transparent url(images/colors/red.png) repeat-y top left;
	min-height: 190px;
}

	#personal .title {
		background: url(images/titles/personal.png) no-repeat top left;
		height: 180px;
	}

ul#options {
	float: right;
	padding-left: 50px;
	text-align: center;
	margin-top: 20px;
}

ul#options li {
	margin: 5px 0;
	font-size: 120%;
}

	.avatar {
		background: url(images/image-shadow.png) no-repeat center 99%;
		padding-bottom: 8px;
		cursor: pointer;
	}

		ul#options img {
			padding: 10px;
			background: #fff;
			border: 1px solid #d6d4d4;
			width: 152px;
		}

ul#info {
	width:  495px;
	font-size: 110%;
	margin-top: 10px;
}

	ul#info li {
		display: block;
		padding: 8px 0 8px 25px;
		border-bottom: 1px dashed #bfbebe;
		font-weight: bold;
		background-repeat: no-repeat;
		background-position: 0 50%;
		position: relative;
	}
	
		ul#info li.name {
			background-image: url(images/icons/name.png);
		}
	
		ul#info li.date {
			background-image: url(images/icons/date.png);
		}
		
		ul#info li.addr {
			background-image: url(images/icons/addr.png);
		}
	
		ul#info li.cell {
			background-image: url(images/icons/cell.png);
		}
	
		ul#info li.mail {
			background-image: url(images/icons/mail.png);
		}
		
		ul#info li.link {
			background-image: url(images/icons/link.png);
			border-bottom: none;
		}
	
		ul#info li span {
			position: absolute;
			right: 0;
			font-weight: normal;
		}



/* Sklls Section
-----------------------------------------------------------------------------*/ 
#skills {
	background: url(images/colors/blue.png) repeat-y top left;
	min-height: 145px;
}

	#skills .title {
		background: url(images/titles/skills.png) no-repeat top left;
		height: 135px;
	}

	ul.stars {
		width: 315px;	
		margin: 10px 5px;
	}
	
	ul.left {
		float: left;
	}
	
	ul.right {
		float: right;
	}
	
	#options:after,
	#skills:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}

		ul.stars li {
			padding: 8px 0;
			vertical-align: middle;
			font-size: 1.2em;
			border-bottom: 1px dashed #bfbebe;
			position: relative;
		}
		
		ul.stars img {
			position: absolute;
			top: 11px;
			right: 0;
			vertical-align: text-bottom;
		}

/* Experience Section
-----------------------------------------------------------------------------*/ 
#experience {
	background: url(images/colors/green.png) repeat-y top left;
	min-height: 235px;
}

	#experience .title {
		background: url(images/titles/experience.png) no-repeat top left;
		height: 225px;
	}

/* Education Section
-----------------------------------------------------------------------------*/ 
#portfolio {
	background: url(images/colors/orange.png) repeat-y top left;
	min-height: 210px
}
	
	#portfolio .title {
		background: url(images/titles/portfolio.png) no-repeat top left;
		height: 200px;
	}

/* Interests Section
-----------------------------------------------------------------------------*/ 
#testimonials {
	background: url(images/colors/pink.png) repeat-y top left;
	min-height: 210px;
}

	#testimonials .title {
		background: url(images/titles/testimonials.png) no-repeat top left;
		height: 267px;
	}


/* Contact Section
-----------------------------------------------------------------------------*/ 

#contact { display: none; }

#contact_form {
	width: 500px;
	text-align: left;
	margin-bottom: 5px;
}
	
#contact_form .button {
	background-color: #3b5998;
	border-color: #d8dfea rgb(14, 31, 91) rgb(14, 31, 91) rgb(216, 223, 234);
	border-style: solid;
	border-width: 1px;
	color: #fff;
	font-size: 11px;
	margin: 0 2px;
	padding: 5px 8px;
}

#contact_form h2 { padding-top: 5px; }

#contact_form label {
	display: block;
	margin-top: 10px;
	font-size: 110%;
}

#contact_form #name,
#contact_form #email,
#contact_form #subject {
	padding: 5px;
	border: 1px solid #ccc;
	width: 220px;
}

#contact_form textarea {
	border: 1px solid #ccc;
	padding: 5px;
	width: 450px;
	height: 110px;
}

#contact_form #message {
	vertical-align: middle;
}

#contact_form #submit {
	display: block;
	cursor: pointer;
	margin-top: 10px;
}

#contact_form span.error {
	background: url(images/icons/cancel.png) no-repeat 0 50%;
	color: #F63545;
	padding-left: 24px;
	margin-left: 10px;
	font-size: 120%;
 }

#contact_form span.valid {
	background: url(images/icons/accept.png) no-repeat 0 50%;
	padding-left: 24px;
	margin-left: 10px;
	font-size: 120%;
}