/*
	0845 CSS
	CREATED:18.05.09
	MODIFIED:08.09.09
	AUTHOR:ANDY FIELD
*/

/*
	COLOURS
*/

/* RESET
******************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,button,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

a img,:link img,:visited img {
	border:none;
}

:link,:visited {
	text-decoration:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img { 
	border:0;
}

address,abbr,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

img {
	border:none;
}

ol,ul,dl {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size:100%;
	font-weight:normal;
	line-height:100%;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

/* BASE
******************************************/

html>body {
	font-size:12px;
}

body {
	background:#fff;
	border-top:3px solid #ddd;
	color:#222;
	font-family:"Helvetica Neue",Arial,Helvetica,"Lucida Grande",sans-serif;
	font-size:75%;
	line-height:1.5em; 
	padding:2em;
	text-align:center;
}

button,input,select,textarea {
	font-family:"Helvetica Neue",Arial,Helvetica,"Lucida Grande",sans-serif;
	font-size:100%;
	vertical-align:middle;
}

#skip {
	height:0;
	margin:0;
	overflow:hidden;
	position:relative;
	text-indent:-3000em;
	width:0;
}

a {
	outline:none;
}

a:link,
a:visited {
	border-bottom:1px solid #f7f7f7;
	color:#d30;
	text-decoration:none;
}

a:hover,
a:active {
	border-bottom:1px solid #d30;
	color:#d30;
	text-decoration:none;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

hr {
	height:1px;
	color:#000;
	margin:0.75em 0 1.5em 0;
	padding:0;
	background-color:#000;
	border:0;
}

/* TYPOGRAPHY
******************************************/

p {
	font-size:1em;
	line-height:1.5em;
	margin:0 0 1.5em 0;
}

dl,ol,ul,table {
	margin:0 0 1.5em 0;
}

dd,dt,li {
	padding:0.375em 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	letter-spacing:-0.06em;
}

h1 { /* 96 */
	font-size: 8em;
	/* line-height: 0.1875em; */
	line-height:auto;
	margin:0 0 0.09375em 0;
}

h2 { /* 24 */
	font-size: 2em;
	line-height: 1.25em;
	margin:0 0 0.75em 0;
}

h2 span {
	font-weight:normal;
}

h3 { /* 18 */
	font-size: 1.5em;
	line-height: 1em;
	margin:0 0 0.5em 0;
}

#sidebar h3 { /* 14 */
	font-size: 1.166667em;
	line-height: 1.285714em;
	margin:0;
}


/* ADMIN NAVIGATION
******************************************/

ul#nav {
	background:#222;
	float:left;
	width:940px;
}

ul#nav li {
	display:block;
	float:left;
	padding:0;
}

ul#nav li a { /* 14 */
	border:none;
	color:#fff;
	display:block;
	font-size: 1.166667em;
	float:left;
	line-height: 1.285714em;
	padding:0.375em 1em;
}

ul#nav li a:hover {
	background:#d30;
	color:#fff;
	text-decoration:none;
}

/* DECORATION
******************************************/

h1 a:link,
h1 a:visited {
	border:none;
	color:#111;
}

h1 a:hover,
h1 a:active {
	border:none;
	color:#d30;
}

p.message {
	background:#ffeb9f;
	border:1px solid #ffe47c;
	font-size:1.3em;
	padding:0.375em;
}

.rule {
	border-top:1px solid #ddd;
	height:1px;
	margin:1.5em 0;
}

ul.pagination {
	margin:0 0 0.75em 0;
}

ul.pagination li {
	display:inline;
}

#twitter {
	display:block;
	float:right;
	height:120px;
	margin:0 120px 0 0;
	width:120px;
}

#twitter a {
	background:#fff url(/assets/tweetthis.png) 0 0 no-repeat;
	border:none;
	display:block;
	height:120px;
	overflow:hidden;
	position:relative;
	text-indent:-3000em;
	width:120px;
}

#twitter a:hover {
	background:#fff url(/assets/tweetthis.png) 0 -120px no-repeat;
}

#share ul {
	display:block;
	float:left;
}

#share li {
	display:block;
	float:left;
	margin:0 5px 0 0;
}

#share li a {
	border:none;
	display:block;
	float:left;
	height:16px;
	overflow:hidden;
	position:relative;
	text-indent:-3000em;
	width:16px;
}

#share li a:hover {
	border:none;
}

#share li.share01 a {
	background:#fff url(/assets/shareicons.png) 0 0 no-repeat;
}

#share li.share02 a {
	background:#fff url(/assets/shareicons.png) 0 -16px no-repeat;
}

#share li.share03 a {
	background:#fff url(/assets/shareicons.png) 0 -32px no-repeat;
}

#share li.share04 a {
	background:#fff url(/assets/shareicons.png) 0 -48px no-repeat;
}

#share li.share05 a {
	background:#fff url(/assets/shareicons.png) 0 -64px no-repeat;
}

#share li.share06 a {
	background:#fff url(/assets/shareicons.png) 0 -80px no-repeat;
}

#share li.share07 a {
	background:#fff url(/assets/shareicons.png) 0 -96px no-repeat;
}

#share li.share08 a {
	background:#fff url(/assets/shareicons.png) 0 -112px no-repeat;
}

#share li.share09 a {
	background:#fff url(/assets/shareicons.png) 0 -128px no-repeat;
}

#share li.share10 a {
	background:#fff url(/assets/shareicons.png) 0 -144px no-repeat;
}

#share li.share11 a {
	background:#fff url(/assets/shareicons.png) 0 -160px no-repeat;
}

#share li.share12 a {
	background:#fff url(/assets/shareicons.png) 0 -176px no-repeat;
}

#share li.share13 a {
	background:#fff url(/assets/shareicons.png) 0 -192px no-repeat;
}

#share li.share14 a {
	background:#fff url(/assets/shareicons.png) 0 -256px no-repeat;
}

#share li.share15 a {
	background:#fff url(/assets/shareicons.png) 0 -208px no-repeat;
}

#share li.share16 a {
	background:#fff url(/assets/shareicons.png) 0 -224px no-repeat;
}

#share li.share17 a {
	background:#fff url(/assets/shareicons.png) 0 -240px no-repeat;
}

/* FORMS
******************************************/

fieldset ol {
	margin:0 0 0.375em 0;
}

label {
	display:block;
	float:left;
	font-weight:bold;
	padding:8px 0;
	width:12em;
}

input,textarea,select {
	padding:8px;
}

input.long,
textarea.long {
	border:2px solid #ddd;
	width:20em;
}

li.options {
	padding-left:12em;
}

li.alert {
	color:#d30;
	padding-left:12em;
}

button {
	background:#333;
	border:none;
	color:#fff;
	cursor:pointer;
	display:block;
	font-weight:bold;
	line-height:1em;
	margin-left:12em;
	padding:8px 0;
	width:9em;
}

button:hover {
	background:#d30;
}

ol#search li {
	display:block;
	float:left;
	padding-right:1em;
}

ol#search label {
	width:auto;
	padding-right:1em;
}

ol#search button {
	margin-left:0;
}

.rad {
	padding:8px 0;
}

.rad label {
	display:inline;
	float:none;
	padding:0 1em 0 0.5em;
	width:auto;
}

/* TABLES
******************************************/

table {
	width:100%;
}

td,th {
	padding:0.75em;
}

thead th {
	background:#222;
	color:#fff;
	font-weight:bold;
}

thead a:link,
thead a:visited {
	border-bottom:1px solid #555;
	color:#fff;
}

thead a:hover,
thead a:active {
	border-bottom:1px solid #d30;
	color:#d30;
}

tbody td {
	border-bottom:1px solid #ddd;
}

/* LAYOUT
******************************************/

#header,
#content,
#share,
#footer {
	margin:0 auto;
	text-align:left;
	width:940px;
}

#content {
	clear:both;
	padding:1.5em 0 3em 0;
}

#share {
	clear:both;
	padding:1.5em 0 0 0;
}

#footer {
	border-top:1px solid #ddd;
	clear:both;
	padding:1.5em 0;
}

#main {
	float:left;
	width:600px;
}

#sidebar {
	float:right;
	padding:4em 0 0 0;
	width:300px;
}



