/*
Theme Name: 3SA
Theme URI: http://www.threesharparrows.com/
Description: Wordpress theme for the Three Sharp Arrows theme.
Version: 1.0
Author: Tom Still
*/

/*CSS Reset*/
body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }
address, caption, cite, code, dfn, em, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; } 
caption, th { text-align: left; font-weight: normal; font-style: normal; }
acronym, abbr, fieldset, img { border: 0;}
:focus { outline: 0; }

body {
	background:url('img/bg-body.jpg') no-repeat top left fixed #000;
	color:#fff;
	font-family:"Arial", tahoma;
	font-size:62.5%;
}

#wrapper {
	background:url('img/bg-wrapper.png') repeat-y;
	margin:175px 0 0 500px;
	padding:125px 10px 10px 10px;
	position:relative;
	width:440px;
}

.clear {
	clear:both;
}

img#logo {
	position:absolute;
		top:-150px;
		left:0;
}

#wrapper img {
	display:block;
	float:left;
	margin:0 10px 10px 0;
}

h1 {
	font-size:1.5em;
	font-weight:bold;
	margin:0 0 15px 0;
}

h2 {
	font-size:1.5em;
	font-weight:bold;
	margin:0 0 15px 0;
}

h3, h4, h5, h6 {
	font-size:1.5em;
	font-weight:bold;
	margin:0 0 15px 0;
}

p {
	font-size:1.5em;
	line-height:0.8em;
	margin:0 0 15px 0;
}

ul, ol {
	margin:0 0 15px 0;
}

li {
	font-size:1.5em;
	line-height:0.9em;
}

a, a:active, a:visited {
	color:#fff;
}

a:hover {
	text-decoration:none;
}

small {
	font-size:1.2em;
	line-height:2em;
}

/* Clock */

#clock {
	background:url('img/bg-clock.png') no-repeat;
	height:80px;
	padding:5px 0 0 0;
	position:fixed;
		top:30px;
		left:20px;
	width:220px;
}

#clock .clock-block {
	float:left;
	margin:0 5px;
	width:100px;
}

#clock a, #clock a:active, #clock a:visited {
	color:#fff;
	display:block;
	font-weight:bold;
	margin:0 0 0 0;
	text-align:center;
	text-decoration:none;
}

#clock p {
	clear:both;
	font-size:1.1em;
	padding:3px 5px;
	text-align:center;
	text-transform:uppercase;
	width:210px;
}