/* CSS Default Stylesheet for www.strangecurrencies.co.uk */

/* 1 - Layout Styles */
/* 2 - Text Styles */
/* 3 - Link Styles */
/* 4 - List Styles */
/* 5 - Image Styles */

* { /* Global reset */
	margin: 0;
	padding: 0;
}

body {
	background: #000000;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #CCCCCC;
}

/* 1 - Layout Styles ****************************************************************************************** */

#container {
	margin: 28px 0 60px 28px;
	width: 972px;
	min-height: 300px;
	overflow: auto;
	overflow-y: hidden;
}

#masthead {
	float: left;
	width: 600px;
	height: 100px;
	margin-bottom: 20px;
}

#nav {
	float: right;
	width: 372px;
	height: 100px;
	margin-bottom: 80px;
}

#left-side {
	float: left;
	width: 600px;
}

#mainpic {
	height: 398px;
}

#content {
	min-height: 100px;
	overflow: auto;
}

#right-side {
	float: right;
	width: 372px;
	min-height: 300px;
}

.rightsidebox {
	background: url(../images/bg-rightsidebox.png) no-repeat left #000000;
	width: 325px;
	height: 130px;
	margin: 10px auto 5px auto;
	padding-top: 20px;
}

#footer {
	width: 100%;
	background: url(../images/bg-footer.png) repeat-x top;
	height: 100px;
	padding-top: 30px;
}

#topfive {
	position: relative;
	z-index: 1;
	float: right;
	background: url(../images/bg-topfive.png) no-repeat;
	width: 290px;
	height: 160px;
	margin-top: -162px;
}

#twittbox {
	margin: 30px auto;
	padding-left: 40px;
}

#development {
	background: url(../images/bg-development.png) no-repeat left #000000;
	width: 325px;
	height: 130px;
	margin: 10px auto 5px auto;
	padding-top: 20px;
}


/* 2 - Text Styles ****************************************************************************************** */

h1 {
	height: 100px;
	width: 600px;
	background: url(../images/sc-logo_600x100.png) no-repeat top left #000000;
	text-indent: -9999px;
}

h2 {
	text-indent: -9999px;
	padding-bottom: 20px;
	height: 36px;
}

#body_home h2 {background: url(../images/bg-title-home.png) no-repeat top;	width: 84px;}
#body_bio h2 {background: url(../images/bg-title-bio.png) no-repeat top; width: 47px;}
#body_portfolio h2 {background: url(../images/bg-title-portfolio.png) no-repeat top; width: 119px;}
#body_contact h2 {background: url(../images/bg-title-contact.png) no-repeat top; width: 103px;}
#body_links h2 {background: url(../images/bg-title-links.png) no-repeat top; width: 62px;}
#body_topfive h2 {background: url(../images/bg-title-topfive.png) no-repeat top; width: 315px;}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EEEAD8;
	font-size: 1.2em;
	padding-bottom: 20px;
}

h3.bio {
	font-size: 1.1em;
	padding-bottom: 20px;
}


#right-side h3 {
	height: 20px;
	width: 275px;
	background: url(../images/statement.png) no-repeat top left #000000;
	text-indent: -9999px;
	margin: 20px auto 50px auto;
	padding-bottom: 0;
}

.rightsidebox h4 a, #development h4 a {
	width: 200px;
	height: 22px;
	text-indent: -9999px;
	margin: 10px 0 5px 20px;
}

#development h4 a {margin-top: 25px;}

.rightsidebox h4#bio a {background: url(../images/bg-bio.png) no-repeat left;}
.rightsidebox h4#blog a {background: url(../images/bg-blog.png) no-repeat left;}
.rightsidebox h4#folio a {background: url(../images/bg-folio.png) no-repeat left;}
#development h4#dev a {background: url(../images/bg-dev.png) no-repeat left;}

#right-side h4#twitter a {
	background: url(../images/bg-twitter.png) no-repeat left;
	display: block;
	width: 215px;
	height: 22px;
	text-indent: -9999px;
	margin: 60px 0 10px 0;
}

h4#five {
	background: url(../images/bg-tfoe.png) no-repeat left;
	width: 215px;
	height: 22px;
	text-indent: -9999px;
	margin: 10px;
}

h4#formtitle {
	background: url(../images/bg-form.png) no-repeat top left;
	width: 150px;
	height: 21px;
	text-indent: -9999px;
	margin-left: 20px;
	margin-top: -10px;
	padding-bottom: 15px;
}

p {
	font-size: 0.8em;
	color: #CCCCCC;
	padding-bottom: 18px;
}

#content p {
	line-height: 18px;
	padding-right: 10px;
}

.rightsidebox p, #topfive p, #development p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #9B9BA1;
	padding: 0 15px 10px 20px;
}

#topfive p {
	padding: 0 30px 10px 10px;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #9B9BA1;
	padding-left: 30px;
	padding-bottom: 15px;
}

.centrealign {
	text-align: center;
}

/* 3 - Link Styles ****************************************************************************************** */

a {
	color: #3399CC;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #EEEAD8;
	text-decoration: none;
}

h4 a {
	display: block;
}

#footer p a {
	text-transform: lowercase;
}

/* 4 - List Styles ******************************************************************************************* */

dl {
	width: 325px;
	margin-left: 40px;
	font-size: 0.75em;
}

dt {
	color: #EEEAD8;
	padding-bottom: 3px;
}

dd {
	color: #9B9BA1;
	padding-bottom: 15px;
}

dl#cont {
	margin: 20px 0 0 0;
}

dl#cont dt {
	height: 36px;
	padding-left: 42px;
}

dl#cont dd {
	margin-left: 42px;
	margin-top: -20px;
	margin-bottom: 5px;
}

dt#tn {background: url(../images/icon-tn_36.png) no-repeat left top;}
dt#mp {background: url(../images/icon-mp_36.png) no-repeat left top;}
dt#ea {background: url(../images/icon-ea_36.png) no-repeat left top;}
dt#fb {background: url(../images/icon-fb_36.png) no-repeat left top;}
dt#tw {background: url(../images/icon-tw_36.png) no-repeat left top;}
dt#li {background: url(../images/icon-li_36.png) no-repeat left top;}
dt#rs {background: url(../images/icon-rs_36.png) no-repeat left top;}

#skillslist ul {
	list-style: none;
	font-size: 0.8em;
	margin-bottom: 20px;
}

#skillslist li {
	background: url(../images/features-bullet.png) no-repeat left;
	line-height: 20px;
	padding-left: 30px;
}

#skillslist li.title {
	background: none;
	padding-left: 0;
	font-weight: bold;
	color: #EEEAD8;
}


/* 4 - Image Styles ******************************************************************************************* */


