/*
Theme Name: Paulicious Elegance Labs
Theme URI: http://paulicio.us/
Description: Labs variant, to showcase projects
Version: 0.1
Author: Paul Bennett
Author URI: http://paulicio.us/
*/

*{margin:0;padding:0;}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia,arial,helvetica,verdana,sans-serif;
	color: #ccc;
	background: url(images/bg.png) repeat 0 0;
}

a:link, a:visited {
	text-decoration: underline;
	color: #ccc;
}

a:hover, a:active {
	text-decoration: underline;
	color: #bf001f;
}

small {
	text-transform: uppercase;
}

cite {
	font-style: normal;
	color: #222;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	font-size: 36px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -2px;
	color: #e1e1e1;
}

h3 {
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -2px;
	color: #222;
	margin: 12px 0;
}

.hr {
	width: 231px;
	height: 20px;
	margin: 24px auto;
	background: transparent url(images/hr.png) no-repeat 0 0;
}

#header {
	width: 100%;
	height: 70px;
	margin-bottom: 22px;
	background: #060606;
}

#header img {
	border: none;
}

#header-left {
	margin: 25px 0 0 15px;
	float: left;
}

#header-right {
	margin: 13px 15px 0 0;
	float: right;
}

#header-right a:link, #header-right a:visited {
	font-size: 30px;
	text-decoration: none;
	text-transform: lowercase;
	color: #fff;
}

#header-right a:hover, #header-right a:active {
	border-bottom: 2px solid #fff;
}

#maths {
	margin: 13px 5px 0 0;
	float: left;
}

ul.nav {
	display: block;
	list-style: none;
}

.nav li {
	display: block;
	float: left;
}

.nav li a { 
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: #525252;
	margin: 9px;
}		

.nav a:hover {
	color: #bf001f;
}

#top {
	width: 100%;
}

#bottom {
	width: 100%;
	background: url(images/commentsbg.png) repeat 0 0;
}

#content, #comments {
	width: 950px;
	margin: 0 auto;
}

.entry {
	margin-top: 14px;
	font-family: "Lucida Grande";
	font-size: 1.2em;
	line-height: 2.2em;
}

.entry p {
	margin: 14px 0;
}

.entry ol {
	margin-left: 20px;
}

.entry ul {
	margin: 14px 0 14px 20px;
}

.entry img {
	border: none;
}

.entry .tags, .entry .nospam {
	font-size: 0.9em;
	color: #525252;
}

.entry .tags a, .entry .nospam a {
	color: #525252;
	text-decoration: underline;
}

.date {
	height: 62px;
	width: 39px;
	margin: 6px;
	padding: 8px 5px 0px 5px;
	background: #fff url(images/postinfobg.png) repeat-x 0 0;
	color: #030303;
	font-size: 1.2em;
	text-align: center;
	line-height: 1.3em;
	float: right;
}

.date .day {
	font-size: 30px;
}

.date .month {
	text-transform: lowercase;
}

.date .year {
	line-height: 2.2em;
}

.postmetadata {
	margin-top: 16px;
	text-align: center;
	font-family: Georgia;
	color: #222;
}

.postmetadata a {
	color: #525252;
}

.prevlink a , .nextlink a {
	color: #525252;
}

.prevlink {
	float: left;
}

.nextlink {
	float: right;
}

#comments {
	padding: 18px 0;
	color: #222;
}

#comments p a:link, #comments p a:visited {
	color: #222;
}

#comments p a:hover, #comments p a:active {
	color: #bf001f;
}

.commentmetadata {
	color: #ccc;
}

.commentmetadata a {
	color: #222;
}

.commentlist {
	margin: 18px;
	font-size: 1.2em;
}

.commentlist p {
	margin: 8px 0;
	font-family: "Lucida Grande";
	line-height: 1.6em;
}

input {
	padding: 6px;
	margin: 6px 0;
	border: 1px solid #ccc;
}

textarea {
	margin: 6px 0;
	border: 1px solid #ccc;
}

#submit {
	background-color: #fff;
}

input:hover, textarea:hover, #submit:hover, input:focus, textarea:focus, #submit:focus {
	background-color: #f4f4f4;
}

label {
	margin-left: 6px;
}

#footer {
	width: 100%;
	background: #060606;
}
