/*

Designed by Kyle Saric

d51007 red
e3e3e3 grey
ffffff white
000000 black
cccccc dark grey boarder

*/


html {

	background-color:#e3e3e3;
}

body {

	color: #585858;
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Sans-serif;
	font-size:13px;
	text-align: center;
}

#container {

	width: 760px;
	padding-top: 30px;
	padding-bottom: 50px;
	margin: auto;
}

#hire {
	padding: 10px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	width:740px;
	background-color:#ffffff;
	margin-bottom: 10px;
	-moz-border-radius-top: 6px;
	-webkit-border-radius: 6px;
}

#main {

	padding: 30px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	width:700px;
	background-color:#ffffff;
}

#badge img {

	float: right;
}

#hire {
	text-align: left;
	color: black;
}

#toplogo {
	
	margin:auto;
	margin-left: -40px;
	margin-top: -10px;
}

h1 {

	background-image:url(images/logo2.png);
	background-position: center;
	background-repeat:no-repeat;
	height: 170px;
}

h1 span {

	display:none;
}

#bio {

	text-align: left;
	text-align: justify;	
	width: 700px;
}

#twitter {

	text-align: left;
	width: 700px;
}

#twitterbird img {

	float: right;
	margin-top: -43px;
}

#twittercontent ul {

	padding-top: 15px;
}

#twittercontent ul li {

	border:1px solid #cccccc;
	background-color:#e3e3e3;
	margin-bottom:15px;
	padding: 10px;
	font-size:12px;
	list-style-type: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#social {

	text-align: left;
}

#blog ul li {

	list-style-type: none;
	margin-bottom: 5px;
}

#contact {
	text-align: left;
}

#flickr {
	text-align: left;
}

#flickrphotos {
	width: 700px;
}

#flickrphotos img {
	margin-right: 6px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	padding: 2px;

}

#footer {

	color: #7f7f7f;
	text-align: center;
	font-size: 10px;
	width: 700px;
	padding: 30px;
}

p { 
	margin:0px; 
	margin-bottom:20px; 
}

ul, li, img, body, html {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #d51007;
}

a:hover {
	text-decoration: underline;
}

a img {

	border: none;
}

img.photo {

	float:left; margin-right:20px;
}

h2 {

	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	text-transform:uppercase;
}

.h2link a {
	
	text-decoration: none;
}

