/*
Theme Name: Daniel Brierton
Theme URI: http://danielbrierton.ie/
Description: Custom made theme for Daniel Briertons website
Version: 2.0
Author: Daniel Brierton
Tags: mantle color, variable width, two columns, widgets
*/

html {
	background: url('images/headbg3.png') repeat-x #0f1361;
	color: #ccc;
}

body {
	margin-bottom: 100px;
}

h2 {
	margin: 0;
}

a {
	color: #7dddff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.tweet {
	margin: 30px 15px;
	background: #0f1361 url('images/twitter-logo.png') no-repeat 7px 22px;
	padding: 20px 20px 20px 60px;
	color: white;
	font-size: 18px;
	font-family: 'Helvetica Neu', Arial, sans-serif;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	min-height: 50px;
}

#nav {
	text-align: center;
}

#nav ul li {
	display: inline;
	margin: 6px;
}

#nav ul li a {
	color: white;
	font-family: 'Helvetica Neu', Arial, sans-serif;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	background: #0f1361;
	padding: 10px 15px;
}

#nav ul li a:hover {
	background: #2746ff;
}

#content {
	background: #2c4191;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	min-height: 400px;
	margin: 20px;
	padding: 20px;
}

.date {
	margin: 0 20px 0 -20px;
	background: #0f1361;
	width: 64px;
	height: 64px;
	float: left;
	color: white;
	text-align: center;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

.date span.day {
	font-size: 28px;
}

.posttext {
	display: table-cell;
	float: right;
	width: 550px;
}

.storycontent {
	width: 550px;
	border-top: 1px solid #ccc;
	margin: 10px 0;
	padding: 10px 0;
}

.pagination {
	background: #0f1361;
	height: 32px;
	font-size: 18px;
	line-height: 32px;
	color: white;
	text-align: center;
}

.older {
	margin: 0 -20px 20px 20px;
	padding: 0 10px;
	float: right;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
}

.newer {
	margin: 0 20px 20px -20px;
	padding: 0 10px;
	float: left;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

.widget ul li {
	display: block;
	font-size: 16px;
	list-style-type: none;
	margin: 0;
	padding: 3px 10px;
	border-top: 1px solid #2c4191;
}

#footer {
	text-align: center;
	border-top: 1px solid #2c4191;
}

#about h1 a {
	display: block;
}

.downloadbutton {
	background:url('/files/download.png') top left no-repeat;
	padding: 18px 0 0 160px;
	display:block;
	min-height:65px;
	font-size: 20px;
}

.downloadbutton:hover {
	background:url('/files/downloadover.png') top left no-repeat;
}

.viewbutton {
	background:url('/files/view.png') top left no-repeat;
	padding: 18px 0 0 160px;
	display:block;
	min-height:65px;
	font-size: 20px;
}

.viewbutton:hover {
	background:url('/files/viewover.png') top left no-repeat;
}