/* 
* CSS Document
* leedriscoll.co.uk v1.0
* main.css
* 
* css/main.css
* 
* Author    :   Lee Driscoll
* Copyright :   (c) Lee Driscoll
* Created   :   Wed 09 Sep 2009
*
* Colours	:	#52B84A - [green] body text
				#061927 - [navy] background colour
*/

@import url("reset.css");

body {	background:		url('../img/bg.jpg') #061927 repeat-x top left;
		margin:			100px auto; 
		color:			#fff; 
		font-family:	Arial; 
		font-weight:	normal; 
		font-size:		12px;}

#wrapper {width:740px;height:432px;margin:0 auto;background:url('../img/wrapper-bg.jpg') no-repeat top left;text-align:left;}

#wrapper img#character {margin:20px 0 0 158px;float:left;display:inline;/*width:121px;height:321px;*/}

#content {float:left;display:inline;margin:26px 0 0 13px;text-align:left; width:400px}

p{line-height: 14px; margin: 0 0 20px 40px;}
p.text{margin:0 0 40px 0;}

a:link, a:visited, a:active{color: #fff; text-decoration: none;}
a:hover{color: #abacac; text-decoration: underline;}

.clear{clear: both;}
.leedriscoll {/*width:193px;height:45px;*/}

.contactBox{width: 200px; float: left; height: 70px;}
.emailBox{background:url('../img/email-icon.png') no-repeat; }
.twitterBox{background:url('../img/twitter-icon.png') no-repeat;}
.mobileBox{background:url('../img/mobile-icon.png') no-repeat;}
.social-homeBox{background:url('../img/social-home-icon.png') no-repeat;}

h2{height:20px; text-indent:-9999px; margin-left: 40px;}
h2.email{background:url('../img/email.png') no-repeat;}
h2.mobile{background:url('../img/mobile.png') no-repeat;}
h2.twitter{background:url('../img/twitter.png') no-repeat;}
h2.social-home{background:url('../img/social-home.png') no-repeat;}

