/* 
    Document   : global
    Created on : Feb 8, 2010, 12:59:54 PM
    Author     : jdupont
    Description:
        Purpose of the stylesheet follows.
*/ 

/* ---------------------------------------------------
=Reset
Takes browser-specific styling and resets it to a
common behavioural standard. Based heavily upon the
Yahoo! User Interface Library Reset:
http://developer.yahoo.com/yui/reset/
--------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,th,var,strong,em {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

q:before,q:after {
	content: '"';
}

abbr,acronym {
	border: 0;
}

html {
	font-size: 100.01%;
	/* Corrects default font sizing in IE/WIN, and font resizing in Opera. */
}

/* ---------------------------------------------------
=Universal
Styles applied to basic xhtml elements, classes and
IDs notwithstanding.
--------------------------------------------------- */
body {
	background: #fff url('/images/bground.png') repeat-y;
    font: 62.5%/1.3em 'Lucida Grande' , Verdana, sans-serif;
/*     font: 14px/16px "Helvetica Neue",Helvetica,Arial,sans-serif; */
	color: #4F5155;
}

a {
	color: #b59c3a;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
}

a:focus {
   	outline: none;
}

a:hover {
	color: #f3d14c;
}

h1, h2, h3, h4, h5, h6 {
   	font-size: 1.0 em;
}

h1 {
	color: #444;
	background-color: transparent;
}

table {
   	font-size: 1.0em;
}

code {
	font-family: Monaco, Verdana, Sans-serif;
	font-size: 1.0em;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}

form input,
form textarea,
form select {
    -moz-box-sizing:border-box;
    border-color:#7C7C7C #C3C3C3 #DDDDDD;
    border-left:1px solid #C3C3C3;
    border-right:1px solid #C3C3C3;
    border-style:solid;
    border-width:1px;
    color:#000;
    font-family:inherit;
    font-size:inherit;
    margin:0;
    padding:2px;
}

form input[type=text],
form input[type=checkbox],
form input[type=radio],
form textarea,
form select {
   	width: 400px;
}

form input[type=submit],
form input[type=button] {
	background-color: #ededed;
	padding: 2px 10px;
}

p {
	margin-bottom: 10px;
}

/* ---------------------------------------------------
=Clearfix
Clears floats within a container.
--------------------------------------------------- */

.clearfix:after,
#header:after,
#footer:after {
   content: ".";
   clear: both;
   display: block;
   height: 0;
   visibility: hidden;
}


/*
=Custom
*/
.header {
	position: relative;
	height: 130px;
	border-bottom: 5px solid black;
}
.header p {
	font-size: 14px;
	font-style: italic;
	width: 580px;
	color: #444;
	margin-left: 270px;
	padding-top: 40px;
}

.menu {
	position: absolute;
	bottom: 0px;
	margin-bottom: 5px;
	margin-left: 40px;
}
.menu li {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px solid #ccc;
}
.menu li:last-child {
	border-right: 0px solid;
}
.menu li a {
	font-size: 14px;
}

body.home li#home a,
body.about_me li#about_me a,
body.contact_me li#contact_me a,
body.my_work li#my_work a {
	font-weight: bold;
}

div.content {
	margin-left: 40px;
	min-height: 100px;
	padding: 10px;
	font-size: 16px;
	padding-top: 90px;
}

div.section.left {
	float: left;
	width: 250px;
	margin-right: 10px;
	padding: 5px;
}

div.section.right {
	float: left;
	width: 700px;
	padding: 5px;
	overflow: hidden;
}

body.about_me div.content {
	background: transparent url('/images/about_me.png') no-repeat;
}
body.contact_me div.content {
	background: transparent url('/images/contact_me.png') no-repeat;
}
body.my_work div.content {
	background: transparent url('/images/my_work.png') no-repeat;
}

#contact_details {
	float: right;
	text-align: right;
	width: 300px;
}

label {
	display: block;
	font-size: 12px;
	border-bottom: 1px solid #888;
	margin-bottom: 1px;
}

fieldset div {
	margin: 5px 0px;
}


/*--------------------------------------------------------------
=My Work
--------------------------------------------------------------*/
.my_work .left ul {
	
}
.my_work .left ul li {
	margin-bottom: 10px;
	padding: 5px;
	border-right: 5px solid transparent;
}
.my_work .left ul li:hover {
	border-right: 5px dotted #f00;
	cursor: pointer;
}
.my_work .left ul li code {
	font-size: 12px;
	color: #efe;
	background: #333;
	margin-top: 0px;
}
.my_work .left ul li a {
	color: #4F5155;
}
.my_work .left ul li a:hover {
	color: #c00;
}

.my_work .right ul {
/* 	width: 6370px; */
	display: none;
}
.my_work .right ul li {
	float: left;
	width: 710px;
}
.my_work .right ul li p {
	color: #777;
}
.my_work .right ul h2 {
	font-size: 28px;
	margin-bottom: 5px;
}


#view_work {
	display: block;
	position: relative;
}



/*--------------------------------------------------------------
=About Me
--------------------------------------------------------------*/
.about_me .skills h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: lowercase;
	padding-bottom: 3px;
	border-bottom: 1px dotted gold;
}
.about_me .skills ul li {
	list-style-type: disc;
	margin-left: 20px;
	font-size: 14px;
	color: #555;
	margin-bottom: 5px;
	font-family: monospace;
}
.about_me .skills ul li span {
	font-style: italic;
	color: #999;
	font-size: 12px;
}
.about_me .skills {
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #ccc;
}
