/* 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;
}
:focus {
	outline: 0;
}
body {
	background: #fff url('images/bg-body.png') repeat;
	color: #000;
	font-family: "Book Antiqua", Georgia, Sans-serif;
	line-height: 1;
}
#container {
width: 395px;
margin: 50px auto;
}
#header {
background: url('images/bg-header.png') no-repeat;
padding: 15px;
text-align: justify;
}
#header h1 {
border-bottom: 2px solid #6699FF;
color: #6699FF;
font-size: 30px;
font-weight: bold;
margin: 35px 0 0 0;
text-transform: uppercase;
}
#header h2 {
color: #000033;
font-size: 18px;
font-weight: bold;
padding-top: 3px;
}
#slides {
background: #fff;
border-left: 2px solid #000033;
border-right: 2px solid #000033;
border-bottom: 2px solid #000033;
padding: 0;
}
#social-networks, #my-sites, #contact-info {
background: #fff url('images/bg-slides.png') repeat;
border-bottom: 2px solid #000033;
border-top: 2px solid #000033;
clear: both;
margin: 10px 0;
padding: 18px 0px 18px 20px;
}
#social-networks {
margin: 0;
}
#social-networks h3, #my-sites h3, #contact-info h3 {
color: #000033;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
cursor: pointer;
}
#social-networks-list, #my-sites-list, #contact-info-list {
background: #fff;
color: #000033;
display: none;
overflow: auto;
padding: 20px 5px;
}
#social-networks-list ul, #my-sites-list ul, #contact-info-list ul {
display: inline;
list-style: none;
}
#social-networks-list li, #my-sites-list li, #contact-info-list li {
float: left; 
margin: 10px 20px;
}
#social-networks-list p, #my-sites-list p, #contact-info-list p {
padding: 10px;
}
#footer {
background: url('images/bg-footer.png') no-repeat bottom;
padding: 15px;
text-align: center;
}
#footer p {
color: #fff;
font-size: 10px;
}
#footer p a {
color: #6699FF;
font-weight: bold;
text-decoration: none;
}
