/* =CSS 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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, 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: "" "";
}

/* = header
----------------------------------------------- */

#header {
	margin: 0 auto;
	width: 1024px;
	height: 324px;
	text-align: center;
	background: #fff url(../images/bg.jpg) no-repeat 0 100%;

}

#header h1 {
	margin: 0 auto auto auto ;
	padding: 750 750 50 350;
	width: 386px;
	height: 230px;
	text-indent: -5000px;
	text-align: center;

}
ul#navigation {
	margin:  0 auto auto auto;
	padding: 0 auto auto auto;
    text-align: center;
}

ul#navigation li {
	display: inline;
}

ul#navigation li a {
	margin: 0 45px 0 45px;
    padding: 200 auto 200 auto;
	font-family: "Adobe Garamond Pro", "Times New Roman", serif;
	font-size: 18px;
	color: #76787b;
	text-decoration: none;
}

ul#navigation li a:hover {
	color: #ff0000;
}

ul#navigation li.alt a {
	margin: 500 290px 200 200;
}

ul#navigation li.last a {
	margin: 10;
}




/* = content
----------------------------------------------- */
#content {
	margin: 25px auto 0 auto;
	width: 1024px;
	text-align: center;
}

#main-content {
	margin: 15px auto 0 125px;
	width: 505px;
	float: left;
	text-align: left;
}

#main-content img {
	margin: 0 auto 10px auto;
	text-align: center;
	display: block;
}

#work-image {
	margin: 15px auto 0 125px;
	width: 455px;
	float: left;
}

#sidebar {
	padding: 15px 0 0 65px;
	width: 300px;
	float: right;
	text-align: left;
}

#footer {
	margin: 0 auto;
	padding: 50px 0 0 0;
	width: 1024px;
	text-align: center;
	clear: both;
}

/* = text
----------------------------------------------- */
p {
	margin: 0 0 15px 0;
	font-family: Arial, Helvetica, serif;
	font-size: 14px;
	line-height: 21px;
	color: #222;
}

li {
	font-family: "Adobe Garamond Pro", "Times New Roman", serif;
	font-size: 16px;
	line-height: 21px;
	color: #222;
	list-style-type: none;
}

.lightbox li { 
		
		list-style-type: none;
}	

a {
	font-family: "Adobe Garamond Pro", "Times New Roman", serif;
	font-size: 18px;
	color: #76787b;
}

a:hover {
	color: #ff0000;
}

h1 a {
	margin: 0 0 15px 0;
	font-family: "Adobe Garamond Pro", "Times New Roman", serif;
	font-size: 24px;
	color: #222;
	text-align: center;	
}

h1 {
	margin: 0 0 15px 0;
	font-family: "Adobe Garamond Pro", "Times New Roman", serif;
	font-size: 24px;
	color: #222;
	text-align: center;	
}

h2 {
	margin: 0 0 15px 0;
	font-family: "Adobe Garamond Pro", "Times New Roman", serif;
	font-size: 21px;
	color: #222;
	text-align: center;	
}

#sidebar h1, #sidebar h3 {
	margin: 0 0 15px 0;
	line-height: 18px;
	font-size: 16px;
	text-align: left;
}

h3 {
	margin: 0 0 15px 0;
	font-family: "Adobe Garamond Pro", "Times New Roman", serif;
	font-size: 14px;
	color: #76787b;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#social-networks li {
float: left;
list-style: none;
width: 100px;
}

#social-penguin {
clear:both;
}

