@charset "utf-8";

/* CSS Document */
/* Rene Gonzalez 2010 */

html {
	overflow-y: scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	text-decoration: none;
}

p {
	font-size: 1.1em;
	text-decoration: none;
	padding-bottom: 5px;
}

p a:link, p a:visited {
	color: #17488B;
	text-decoration: none;
	padding-bottom: 2px;
}

p a:hover, p a:focus {
	color: #17488B;
	border-bottom: 1px solid #17488B;
}

#container {
	text-align: left;
	margin-right: auto;
	margin-left: 50px;
	background: #FFF;
}

/* =============== sidebar ================== */

#nav_container {
}

#sidebar {
	float: left;
	width: 200px;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #E3E8E8;
	position: fixed;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #707070;
	border-right-style: solid;
	border-right-color: #707070;
	border-right-width: 10px;
	padding: 40px 0px 15px;
	height: 1000px;
}

#sidebar ul {
	margin-top: 20px;
	width: 100%;
}

#sidebar ul .active {
	display:block;
	color: #AABBBF;
	background: #D7D7D7;
	text-decoration: none;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #666;
	padding: 0.3em 1em;
}

#sidebar ul li {
	font-size: 18px;
	text-decoration:none;
}

#sidebar ul li a:link, #sidebar ul li a:visited {
	display:block;
	color: #17488B;
	background: #D7D7D7;
	text-decoration: none;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #666;
	padding: 0.3em 1em;
}

#sidebar ul li a:hover, #sidebar ul li a:focus {
	color: #17488B;
	background: #E4E4E4;
}

#button {
	padding-top: 75px;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	font-size: 0.75em;
}

/* ------------- main contant ----------------------*/

#content {
	margin: 0 auto 0 220px;
	height:auto;
	min-height: 640px;
	padding: 5px 0px;
}

#content_header {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #707070;
	padding-top: 15px;
	padding-bottom: 10px;
}

#content_header img {
	padding-left: 15px;
}

#content_header h1 {
	font-size: 2.4em;
	padding-left: 20px;
	margin: 15px;
	line-height: normal;
}

#mainContent {
	margin-left: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 880px;
}

/* ================================================ */

#overview {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-left: 20px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0px;
	width: 1000px;
}

#overview img {
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

.resume {
	margin-left: 25px;
	padding-left: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFF;
}

.resume_headline {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	margin-bottom: 4px;
	padding-left: 5px;
}

.resumeBox {
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 15px;
}

/*======================= portfolio =========================*/
#portfolio {
 line-height: 1.em;
	margin-left: 15px;
	margin-top: 15px;
}

#portfolio .description {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EDECE9;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
}

#portfolio .description p {
	font-size: .9em;
	color: #000;
	line-height: 1.2em;
}

#portfolio .description a:link, #portfolio .description a:visited {
	color: #17488B;
	padding-bottom: 2px;
	text-decoration: none;
}

#portfolio .description a:hover, #portfolio .description a:focus {
	color: #17488B;
	border-bottom: 1px solid #17488B;
}

.websites {
	width: auto;
	height: auto;
}

.webinfo {
	margin-left: 425px;
	padding-left: 5px;
	width: auto;
	height: 325px;
	font-size: 0.75em;
	line-height: 1.25em;
	color: #000;
}

#portfolio .screenshots {
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 60px;
	width: auto;
}

#portfolio .screenshots img {
	background-position: center;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	border: 2px solid #FFF;
}

#portfolio .screenshots a img:hover {
	border: 2px solid #FFF;
	background-image: url(../images/screenshot_box.png);
	background-repeat: no-repeat;
}

.titles1 {
	font-size: 2.5em;
	font-style: normal;
	font-weight: lighter;
	padding-left: 25px;
	width: 600px;
	padding-bottom: 10px;
}

.note {
	color: #000;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: normal;
	margin-left: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 15px;
}

/* ================ contact ========================*/

#contact {
	margin-left: 20px;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 10px;
	width: 700px;
}

#form {
	font-size: .9em;
	line-height: 1em;
}

#form h4 {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #17488B;
	width: 600px;
	height: 150px;
}

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #707070;
	background: #E3E8E8;
}

legend {
	font-weight: bold;
}

label {
	float: left;
	cursor: pointer;
	display: block;
	padding-bottom: 5px;
}

input {
}

textarea {
	width: 100%;
	height: 10em;
}

form div {
	clear: left;
	padding-top: 5px;
	padding-bottom: 10px;
}

/* ============================================================= */

.footnote {
	font-size: 0.75em;
	color: #000;
	text-align: right;
	padding-bottom: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #707070;
	padding-top: 1px;
	margin-top: 5px;
	margin-left: 220px;
	clear: both;
	width: 900px;
}

.copy {;
	font-size: small;
	color: #FFF;
}

.antispam {
	display:none;
}

.smallNote {
	color: #17488D;
	font-size: 1em;
	font-style: italic;
	text-decoration: none;
}

.homeStyle {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-top: 20px;
	padding-bottom: 20px;
}

.emptySpace {
	padding-top: 20px;
	padding-bottom: 20px;
}

.alert {
	font-size: .75em;
	color: #C00;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.quotes {
	color: #707070;
	font-size: 0.9em;
	padding: 5px;
	font-style: italic;
}

