/* Ryan Glover Dot Net: Master Stylesheet
   Author: Ryan Glover
   Date: June 3rd, 2009
*/


/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* STRUCTURE */


body {
background: url('http://www.ryanglover.net/images/background.png') repeat;
overflow-y: scroll;
}

#container {
width: 395px;
margin: 100px auto;
}


#header {
background: url('http://www.ryanglover.net/images/headerbkgd.png') no-repeat;
height: 52px;
padding: 22px 0px 0px 15px;
}

#description {
background: #a0a0a0 url('http://www.ryanglover.net/images/descriptionbkgd.jpg') repeat-x;
border-top: 1px solid #888;
height: 80px;
padding-bottom: 20px;
position: relative;
z-index: 0;
}


#banner {
float: right;
padding-right: 10px;
position: relative;
z-index: 100;
}

#categories {
background: #dedede url('') no-repeat;
border-top: 1px solid #999;
padding: 0px 0px 0px 0px;
}

#work { 
margin: 30px 0px 0px 20px;
padding-bottom: 20px;
}

#work img {
float: left;
border: 3px solid #999;
}

#work ul {
float: left;
padding-left: 10px;
}

#networks {
border-bottom: 1px solid #a3a4a4;
border-top: 1px solid #a3a4a4;
clear: both;
margin: 45px 0px 0px 0px;
padding: 18px 0px 18px 20px;
}

#network-list {
background: #222;
display: none;
overflow: auto;
padding: 20px 0px 20px 20px;
}

#network-list ul {
display: inline;
}

#network-list li {
float: left;
padding-right: 10px;
}

#resume {
border-bottom: 1px solid #a3a4a4;
clear: both;
margin: 0px 0px 0px 0px;
padding: 18px 0px 18px 20px;
}

#resume-list {
background: #222;
display: none;
overflow: auto;
padding: 20px 0px 20px 20px;
}

#resume-list ul {
display: inline;
}

#resume-list li {
float: left;
padding-right: 10px;
}

#contact {
border-bottom: 1px solid #a3a4a4;
clear: both;
margin: 0px 0px 0px 0px;
padding: 18px 0px 18px 20px;
}

#contact-list {
background: #222;
display: none;
overflow: auto;
padding: 20px 0px 20px 20px;
}

#contact-list ul {
display: inline;
}

#contact-list li {
float: left;
padding-right: 10px;
}

#contact-left {
float: left;
}

#contact-left img {
border: 3px solid #555;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}


#contact-right {
padding-left: 25px;
float: left;
}

#footer {
background: url('http://www.ryanglover.net/images/footerbkgd.png') no-repeat;
height: 32px;
padding: 10px 0px 10px 15px;
}

/* TEXT */

#header h4 {
color: #333;
font-family: Arial, Helvetica, Sans-serif;
font-size: 18px;
text-transform: uppercase;
}

.bold {
font-weight: bold;
}

#header h6 {
color: #666;
font-family: Arial, Helvetica, Sans-serif;
font-size: 10px;
padding-top: 3px;
text-transform: uppercase;
}

#description p {
color: #333;
clear: right;
float: left;
font-family: Arial, Helvetica, Sans-serif;
font-size: 14px;
line-height: 20px;
padding: 20px 0px 0px 20px;
width: 300px;
}

#work li {
color: #333;
font-family: Arial, Helvetica, Sans-serif;
padding-bottom: 3px;
text-transform: uppercase;
}

#work li a {
border-bottom: 1px solid #d3d4d4;
color: #333;
text-decoration: none;
}

.big {
font-size: 13px;
}

.small {
font-size: 11px;
}

#networks h3 {
color: #333;
font-family: Arial, Helvetica, Sans-serif;
font-size: 14px;
text-transform: uppercase;
cursor: pointer;
}

#resume h3 {
color: #333;
font-family: Arial, Helvetica, Sans-serif;
font-size: 14px;
text-transform: uppercase;
cursor: pointer;
}

#contact h3 {
color: #333;
font-family: Arial, Helvetica, Sans-serif;
font-size: 14px;
text-transform: uppercase;
cursor: pointer;
}

#contact-list h3 {
color: #888;
font-family: Arial, Helvetica, Sans-serif;
font-size: 14px;
text-transform: uppercase;
}

#contact-list p {
padding-top: 15px;
}

#contact-list p a {
border-bottom: 1px solid #333;
color: #888;
font-family: Arial, Helvetica, Sans-serif;
font-size: 12px;
text-decoration: none;
text-transform: uppercase;
cursor: pointer;
}

#footer p {
color: #888;
font-family: Arial, Helvetica, Sans-serif;
font-size: 11px;
text-transform: uppercase;
}

#footer p a {
color: #888;
font-weight: bold;
text-decoration: none;
}