/*
Theme Name: cunningtitle 4
Theme URI: http://cunningtitle.com/
Description: cunningtitle version 4
Author: Rob Lowcock
Version: 4.2
Tags: blue, white, black, plain, minimal
*/

/* Internet Explorer, I hate you. Seriously, this is version 8 now and I STILL have to rewrite code just for you. */

/***************************\
| 1. Universal rules		|
| 2. Header & footer		|
| 3. Front page				|
| 4. Post					|
| 5. Comments				|
| 6. 404					|
| 7. Search					|
| 8. Misc					|
\***************************/


/* 1. Universal */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #222;
	background-color: #fff;
	text-align: center;
	font-size: 10.5pt;
}

h1 {
	font-weight: bold;
	font-size: 36pt;
	margin-top: 0;
}

h1 a {
	text-decoration: none;
}

h2 {
	margin: 20px 0;
	padding: 0;
	text-transform: lowercase;
}

h3 {
	margin-top: 20px;
	text-transform: lowercase;
}

h2 a, h3 a {
	text-decoration: none;
	color: #222;
}

h2 a:hover, h3 a:hover {
	color: #39c;
	-webkit-transition: color 0.5s ease-in, border-left 0.5s ease-in;
	-moz-transition: color 0.5s ease-in, border-left 0.5s ease-in;
	-o-transition: color 0.5s ease-in, border-left 0.5s ease-in;
	transition: color 0.5s ease-in, border-left 0.5s ease-in;
}

.colourize {
	color: #39c;
}

a {
	color: #222;
}

img {
	background-color: #dfdfdf;
	padding: 3px;
}

/* 2. Header & footer */
#container {
	margin: 0 auto;
	width: 650px;
	text-align: left;
}

#header {
	padding: 5px 0 2px 0;
	border-bottom: 2px solid #ccc;
	height: 100px;
}

#rss {
	font-size: 10pt;
	text-transform: lowercase;
	float: right;
	margin: 10px 0 0 0;
}

#rss a img {
	background-color: #fff;
	padding: 0 5px 0 0;
	vertical-align: -1px;
	border: 0;
}

#footer ul {
	font-size: 10pt;
	text-transform: lowercase;
	text-align: center;
}

#footer a, #rss a {
	text-decoration: none;
}

#footer a:hover, #rss a:hover {
	color: #39c;
	border-bottom: 1px dotted #39c;
}

#footer ul li {
	display: inline;
	list-style-type: none;
	padding: 0 5px;
}

/* 3. Front page */
#articles {
	padding-top: 20px;
}

#articles ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12pt;
}

#articles ul li a:hover {
	border-left: 3px solid #39c;
	color: #222;
}

#articles ul li a {
	display: block;
	text-decoration: none;
	padding: 10px 15px;
	border-left: 3px solid #fff;
	color: #777;
	-webkit-transition: color 0.5s ease-in, border-left 0.5s ease-in;
	-moz-transition: color 0.5s ease-in, border-left 0.5s ease-in;
	-o-transition: color 0.5s ease-in, border-left 0.5s ease-in;
	transition: color 0.5s ease-in, border-left 0.5s ease-in;
}

#twitter {
	float: right;
	width: 300px;
	font-size: 8pt;
	color: #333;
}

#twitter img {
	float: right;
	padding: 0;
	background-color: inherit;
}

#twitter .twitterman {
	margin: 4px 35px 0 0;
	background-color: #fff; /* Just for you, Internet Explorer. */
}

#twitter a {
	text-decoration: none;
	border-bottom: 1px dotted #222;
}

#twitter a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #39c;
	color: #39c;
}

#delicious, #flickr {
	padding-top: 30px;
	height: 250px;
}

#flickr a img {
	-webkit-transition: border 0.5s ease-in;
	-moz-transition: border 0.5s ease-in;
	-o-transition: border 0.5s ease-in;
	transition: border 0.5s ease-in;
	border: 1px solid #fff;
	margin: 0 0 0 10px;
}

#flickr a:hover img {
	border: 1px solid #39c;
}

#delicious {
	width: 300px;
	float: right;
}

#delicious h3 {
	margin-bottom: 20px;
}

#delicious ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 10pt;
}

#delicious ul li a {
	display: block;
	text-decoration: none;
	padding: 5px 0 5px 10px;
	color: #777;
	border-left: 3px solid #fff;
	-webkit-transition: color 0.5s ease-in, border-left 0.5s ease-in;
	-moz-transition: color 0.5s ease-in, border-left 0.5s ease-in;
	-o-transition: color 0.5s ease-in, border-left 0.5s ease-in;
	transition: color 0.5s ease-in, border-left 0.5s ease-in;
}

#delicious ul li a:hover {
	border-left: 3px solid #39c;
	color: #222;
}

/* 4. Post */

#info {
	float: right;
	width: 300px;
	font-size: 8pt;
	color: #333;
}

#info a {
	text-decoration: none;
	border-bottom: 1px dotted #222;
}

#info a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #39c;
	color: #39c;
}

#post {
	padding-top: 20px;
}

#post p {
	line-height: 20px;
}

#post a {
	text-decoration: none;
	border-bottom: 1px dotted #222;
}

#post a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #39c;
	color: #39c;
}

blockquote {
	/* background-color: #eee; */
	padding: 5px 15px;
	font-size: 10pt;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}

blockquote p, blockquote .author {
	padding: 0;
}

blockquote .author, cite {
	font-style: italic;
	display: block;
	text-align: right;
	padding-right: 30px;
}

blockquote .author:before {
	content: "- ";
}

.summary {
	display: block;
	font-size: 0.8em;
}

.nav-right {
	float: right;
}

#navigation {
	padding-top: 20px;
	font-size: 10pt;
}

.archive-nav {
	text-align: center;
}

/* 5. Comments */

#comments, #respond {
	padding-top: 20px;
}

/* 6. 404 */

#404 {
	padding-top: 20px;
}

.error {
	font-size: 52pt;
	margin-bottom: 0;
	padding-bottom: 0;
}

.suberror {
	font-size: 10pt;
	color: #39c;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin: 0;
}

.errordesc {
	width: 500px;
	float: right;
}

/* 7. Search */

#searchform #s {
	width: 400px;
}

/* Misc */

#post .addthis_container {
	padding-top: 10px;
}

#post .addthis_container a {
	border: none;
}

#post .addthis_container a img {
	background: none;
}

.addthis_container a:hover {
	border: none;
}