/*

Theme Name: Paper Resume
Description: 'Clean Wordpress Paper Resume'
Author: Norbert Ursu
Author URI: http://www.zappd.com/
Version: 1.0

*/

/* Import other stylesheets 
-----------------------------------------------------------------------------*/ 
@import url("shovan.css");
@import url("css/reset.css");
@import url("css/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;

} 
 
.period {
	/*color: #a6423e;*/
	text-transform: uppercase;
	font-size: 1.1em;
	float: right; 
	padding: 5px 8px;
	/*border: 1px solid #e4e4e4;
	background-color: #f4f4ee;*/
	margin-top: 5px;
}
 
h3 {
	font-size: 1.2em;
	color: #786557;
	font-weight: normal;
	margin-bottom: 10px;
}

#experience ul,
#education ul,
#interests ul {
	padding-left: 15px;
	list-style: inside;
	list-style-type: disc;
	margin: 15px 0;
}
	
	#experience ul li,
	#education ul li,
	#interests ul li {
		font-size: 115%;
		line-height: 210%;
	}

p {
	font-size: 1.2em;
	margin: 0 0 15px;
	text-align: justify;
}

/* Main Stylesheet
-----------------------------------------------------------------------------*/ 
body {
    font: 62.5%/1.5  "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
    color: #5a5a5a;
    text-align:center;
    padding: 40px 0 30px;
}

#container {
	/*background: url(css/images/container-mid.png) repeat-y top center;*/
	background-color:#FFF;
	width: 835px;
	margin: 0px auto;
	position: relative;
}

	#container-bottom {
		background: url(css/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: 20px 40px 5px 70px;
	position: relative;
}

	.title {
		position: absolute;
		left: 0;
		width: 40px;
		top: 15px;
	}
	
	
/* Personal Section
-----------------------------------------------------------------------------*/ 
#personal {
	min-height: 190px;
	padding-top: 0;	
	background-position: top left;
	background-repeat: repeat-y;
}

	#personal .title {
		background: url(css/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(css/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: 15px 0;
}

	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(css/images/icons/name.png);
		}
	
		ul#info li.date {
			background-image: url(css/images/icons/date.png);
		}
		
		ul#info li.addr {
			background-image: url(css/images/icons/addr.png);
		}
	
		ul#info li.cell {
			background-image: url(css/images/icons/cell.png);
		}
	
		ul#info li.mail {
			background-image: url(css/images/icons/mail.png);
		}
		
		ul#info li.link {
			background-image: url(css/images/icons/link.png);
			border-bottom: none;
		}
	
		ul#info li span {
			position: absolute;
			right: 0;
			font-weight: normal;
		}



/* Sklls Section
-----------------------------------------------------------------------------*/ 
#skills {
	min-height: 145px;
	background-position: top left;
	background-repeat: repeat-y;
}

	#skills .title {
		background: url(css/images/titles/skills.png) no-repeat top left;
		height: 135px;
	}

	#skills ul { margin: 15px 0px; }
	
	#options:after,
	#skills ul:after,
	#skills:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}

		#skills ul li {
			width: 315px;
			float: left;
			margin: 0 21px;
			padding: 8px 0;
			vertical-align: middle;
			font-size: 1.2em;
			border-bottom: 1px dashed #bfbebe;
			background-repeat: no-repeat;
			background-position: 100% 11px;
		}
		
		#skills ul li.s2 { background-image: url(css/images/2stars.gif); }
		#skills ul li.s3 { background-image: url(css/images/3stars.gif); }
		#skills ul li.s4 { background-image: url(css/images/4stars.gif); }
		#skills ul li.s5 { background-image: url(css/images/5stars.gif); }

/* Experience Section
-----------------------------------------------------------------------------*/ 
#experience {
	min-height: 235px;
	background-position: top left;
	background-repeat: repeat-y;
}

	#experience .title {
		background: url(css/images/titles/experience.png) no-repeat top left;
		height: 225px;
	}

/* Education Section
-----------------------------------------------------------------------------*/ 
#education {
	min-height: 210px;
	background-position: top left;
	background-repeat: repeat-y;
}
	
	#education .title {
		background: url(css/images/titles/education.png) no-repeat top left;
		height: 200px;
	}

/* Interests Section
-----------------------------------------------------------------------------*/ 
#interests {
	min-height: 210px;
	background-position: top left;
	background-repeat: repeat-y;
}

	#interests .title {
		background: url(css/images/titles/interests.png) no-repeat top left;
		height: 200px;
	}


/* 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(css/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(css/images/icons/accept.png) no-repeat 0 50%;
	padding-left: 24px;
	margin-left: 10px;
	font-size: 120%;
}
