/* @override 
	http://localhost/wordpress/wp-content/themes/clouds/style.css
	http://beingmrkenny.co.uk/wp-content/themes/clouds/style.css
*/

/*
Theme Name: Relatively Positioned Clouds
Theme URI: http://beingmrkenny.co.uk/
Description: Pretty cloud theme for WordPress.
Version: 1.00
Author: Mark Kenny
Author URI: http://beingmrkenny.co.uk/

This theme has not yet been released to the general public.
*/

/* GLOBALS */

* {
	margin: 0;
	padding: 0;
}

.title {
	border-bottom: 1px dotted gray;
}

h1, h2, h3, h4, h5, h6, .post_head {
	font-family: "Century Gothic", Futura, "URW Gothic L", "MgOpen Moderna", sans-serif;
	text-transform: uppercase;
	text-align: justify;
	line-height: .76em;
	font-weight: normal;
	padding-top: 5px;
	word-spacing: 8px;
	margin-bottom: .5em;
	letter-spacing: -3px;
}

input, textarea {
	padding: 5px;
	font-size: medium;
}

a:link, .comment-author a:link, #content h1 a:hover {
	color: #2e5dfe;
}

a:visited, .comment-author a:visited {
	color: #7a9ab8;
}

a:hover, a:active, .comment-author a:hover, .comment-author a:active {
	color: #ff0064;
	text-decoration: underline;
}

#sidebar a:link {
	color: black;
	text-decoration: underline;
}

#sidebar a:visited {
	color: #838383;
	text-decoration: underline;
}

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

a {
	padding-right: .2em;
}

a img {
	border-width: 0;
}

.vanish {
	display: none;
}

.linebreak {
	color: #ff8e1f;
	font-family: monospace;
}

body, textarea, input {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

body {
	z-index: 0;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
	background-image: url('images/pattern_105.png');
	background-color: white;
}

#corner, #top, #side {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-attachment: fixed;
}

#corner {
	width: 344px;
	height: 341px;
	background: transparent url('images/fade.png') no-repeat;
}

#top {
	background: transparent url('images/fade_above.png') repeat-x;
	width: 100%;
	height: 200px;
	left: 344px;
}

#side {
	background: transparent url('images/fade_aside.png') repeat-y;
	width: 100%;
	height: 100%;
	top: 295px;
}

.navigation {
	padding: 20px 0;
	font-family: "Century Gothic", Futura, "URW Gothic L", "MgOpen Moderna", sans-serif;
	text-transform: uppercase;
	word-spacing: normal;
	line-height: 1em;
	letter-spacing: -1px;
}

.alignleft, .alignright {
	position: relative;
	z-index: 5 !important;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* HEADER */

#header {
	background: transparent url('images/cloud_background_more.png') no-repeat;
	width: 823px;
	height: 438px;
	position: relative;
	top: 57px;
	z-index: 4;
	left: 10px;
}

#header h1 {
	height: 272px;
	width: 605px;
	z-index: 5;
	position: relative;
	top: 80px;
	left: 130px;
}

#header h1 a {
	display: block;
	width: 477px;
	height: 145px;
	position: absolute;
	top: 2px;
	left: 111px;
}

#nav {
	position: absolute;
	top: -80px;
	list-style: none;
	width: 499px;
	left: 66px;
	z-index: 3;
}

.error404 #nav {
	top: -27px;
}

#nav a {
	position: absolute;
	top: -3px;
	background: url('images/home.png') no-repeat top left;
	display: block;
	padding-top: 33px;
	height: 60px;
	width: 65px;
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Century Gothic", Futura, "URW Gothic L", "MgOpen Moderna", sans-serif;
	text-align: center;
	margin-right: 13px;
}

#nav a:hover {
	margin-top: 5px !important;
	text-decoration: none;
}

#about {
	left: 69px;
}

#links {
	left: 138px;
}

#sitemap {
	left: 207px;
}

#contact {
	left: 276px;
}

#stories {
	left: 345px;
}

#search {
	top: 0;
	position: absolute;
	left: 730px;
	z-index: 2;
	width: 250px;
	text-align: center;
	background: transparent url('images/search.png') no-repeat center bottom;
	height: 20px;
	padding-bottom: 10px;
	padding-top: 5px;
}

#search input {
	padding: 0;
	font-size: small;
}

#s {
	color: gray;
	margin-right: 5px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#feed, #flickr h2, #madonna a, #twitter a, #facebook h2, .nav-li {
	text-transform: uppercase;
	letter-spacing: -2px;
	word-spacing: 6px !important;
	color: black;
	text-decoration: none;
	font: x-large "Century Gothic", Futura, "URW Gothic L", "MgOpen Moderna", sans-serif;
}

#feed {
	display: block;
	position: absolute;
	background: url('images/orange.png') no-repeat left top;
	width: 270px;
	height: 66px;
	top: 406px;
	left: 65px;
	z-index: 13;
	font-size: x-large;
	word-spacing: 6px;
	padding-top: 50px;
	text-align: right;
	padding-left: 26px;
	padding-right: 16px;
}

/*#email_me {
	display: none;
	background: url('images/email.png') no-repeat;
	width: 167px;
	height: 83px;
	padding-top: 57px;
	padding-left: 45px;
	top: 141px;
	left: 698px;
}*/

#feed:hover {
	margin-left: 10px;
	background-position: right top;
}

/* BODY */

#body {
	top: -254px;
	background: url('images/top.png') no-repeat left top;
}

.error404 #body {
	top: 77px;
	left: 150px;
}

#body, #footer {
	position: relative;
	left: 421px;
	z-index: 3;
	width: 555px;
}

/* CONTENT */

#content {
	width: 555px;
	padding-top: 221px;
	background: transparent url('images/bubbly.png') repeat-y left top;
	position: relative;
	top: 68px;
	left: 1px;
	padding-left: 35px;
}

.single #content {
	padding-top: 169px;
}

.page #content {
	padding-top: 109px;
}

.error404 #content {
	padding-top: 0;
	width: 569px;
}

.error404 .bottom {
	margin-top: -79px;
}

#content p, #comments p {
	padding-bottom: 17px;
	font-size: 96%;
	width: 496px;
}

#content h1 {
	line-height: .76em;
	font-weight: normal;
	letter-spacing: -3px;
	padding-top: 5px;
}

#content h1 a {
	color: black;
	text-decoration: none;
}

.error404 #content h1 {
	background: url('images/blog404.png') no-repeat;
	padding-top: 57px;
	padding-left: 96px;
	margin-top: 21px;
	margin-bottom: 49px;
}

.bottom {
	background: transparent url('images/bottom.png') no-repeat left bottom;
	position: relative;
	top: 67px;
	left: -36px;
	padding-left: 32px;
	padding-bottom: 59px;
	height: 1em;
}

/* POSTS */

.single .navigation {
	margin-bottom: 20px;
}

.post {
	width: 497px;
	background: white url('images/comment_corner.png') no-repeat left bottom;
	padding-bottom: 137px;
	margin-top: 48px;
}

.post_head {
	margin-bottom: 15px;
	padding-right: 10px;
}

.post_head p {
	letter-spacing: -2px;
	word-spacing: 3px;
	text-align: right;
	font-size: 130% !important;
	position: relative;
	top: -163px;
}

.archive .post_head p, .home .post_head p {
	top: 14px;
}

.error404 .post_head p {
	top: -103px;
	color: gray;
}

.post ul, .post ol {
	margin: 0 0 1em 60px;
}

.post blockquote, .post pre {
	color: #333;
	margin: 20px;
	padding: 2px 5px;
	font-size: small;
}

.post_foot {
	background: white url('images/littlemen.png') no-repeat center bottom;
	color: black;
	padding: 20px 5px 37px 5px;
	margin-bottom: 0;
	text-align: center;
}

.post_foot ul {
	margin: 0 auto 20px auto;
	padding: 0;
	list-style: none;
	font-size: small;
	text-align: center;
	width: 452px;
}

.post_foot li {
	display: inline;
	margin-right: 10px;
}

.post_foot a img {
	border-width: 0;
}

.comments {
	
	text-align: right;
	font: large "Century Gothic", Futura, "URW Gothic L", "MgOpen Moderna", sans-serif !important;
	text-transform: uppercase;
}

/* COMMENTS */

.commentlist {
	list-style: none;
}

#comments h2 {
	margin-top: 18px;
	margin-bottom: 22px;
}

#comments form p {
	padding: 10px 0;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
}

#comments form label {
	color: gray;
	padding-left: 5px;
	letter-spacing: normal;
	word-spacing: normal;
	font: small "Century Gothic", Futura, "URW Gothic L", "MgOpen Moderna", sans-serif;
	text-transform: uppercase;
}

#comments textarea, #comments input {
	font-family: "Century Gothic", Futura, "URW Gothic L", "MgOpen Moderna", sans-serif;
}

#comments textarea {
	width: 480px;
}

.subscribe-to-comments label {
	color: black !important;
}

.comment {
	font-family: "Century Gothic", Futura, "URW Gothic L", "MgOpen Moderna", sans-serif;
	margin-top: 8px;
	padding: 0 !important;
	width: 482px;
}

.comment-bar {
	color: gray;
	margin-bottom: 10px;
	letter-spacing: -1px;
	word-spacing: 0;
}

.avatar {
	float: left;
	margin: 0 10px 15px 0;
	padding: 1px;
	border: 1px solid gray !important;
}

.comment-body p {
	clear:  both;
	padding-bottom: 9px !important;
}

cite.fn {
	font-style: normal;
}

.bypostauthor {
	padding: 5px;
	width: 492px;
	margin-bottom: 15px;
	margin-top: 11px;
}

.comment-meta a {
	color: gray;
	text-decoration: none;
	font: x-small "Century Gothic", Futura, "URW Gothic L", "MgOpen Moderna", sans-serif;
}

.comment-meta a:hover {
	text-decoration: underline;
}

#gravatar_p {
	color: gray;
	margin-top: 21px;
	font-family: "Century Gothic", Futura, "URW Gothic L", "MgOpen Moderna", sans-serif;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: normal;
	word-spacing: normal;
}

#respond {
	margin-top: 48px !important;
}

/* SIDEBAR */

#sidebar {
	position: absolute;
	left: 86px;
	z-index: 6;
	padding-top: 171px;
	top: 696px;
}

#sidebar .side {
	background: transparent url('images/top_side.png') no-repeat;
	margin-bottom: -68px;
}

.side_content {
	background: transparent url(images/bubbly_side.png) repeat-y left top;
	position: relative;
	width: 267px;
	left: -20px;
	padding-left: 22px;
	margin-left: 21px;
	margin-top: 69px;
	padding-right: 21px;
}

.side_container {
	background: transparent url('images/bottom_side.png') no-repeat left bottom;
	width: 305px;
	position: relative;
	top: -121px;
	padding-bottom: 55px;
}

#sidebar h2 {
	background: transparent url(images/categories.png) no-repeat left top;
	padding-top: 42px;
	padding-left: 21px;
	z-index: 1;
	padding-bottom: 67px;
	position: relative;
	height: 0;
	width: 227px;
}

#sidebar a {
	text-decoration: none;
	position: relative;
	z-index: 2;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar li {
	font-size: small;
	position: relative;
	z-index: 2;
	margin-left: 39px;
}

#favourite_links h2 {
	top: -55px;
	left: -62px;
}

#tags h2 {
	top: -42px;
	left: 134px;
	padding-left: 97px;
	padding-top: 46px;
	padding-bottom: 63px;
	width: 107px;
}

#tags .side_content {
	padding-left: 41px;
	padding-right: 44px;
	width: 231px;
	padding-top: 17px;
}

#recent_posts h2 {
	top: -53px;
	left: -57px;
	padding-left: 23px;
}

#categories h2 {
	top: -53px;
	left: 142px;
	padding-left: 48px;
	width: 154px;
}

#archives h2 {
	top: -51px;
	left: -17px;
	padding-left: 29px;
}

#archives ul {
	height: 146px;
	padding-left: 0;
	overflow: auto;
	width: 244px;
}

#badges {
	position: absolute;
	top: -81px;
}

#madonna a, #twitter a, #facebook h2, #flickr h2 {
	text-transform: uppercase;
	background: white;
	height: auto;
	display: block;
	width: 285px;
	margin-left: 12px;
	padding: 0 0 0 2px;
	margin-bottom: 16px;
}

#facebook img {
	position: relative;
	top: -24px;
	left: 200px;
}

#facebook #fbmsg {
	background: white;
	font-family: "Century Gothic", Futura, "URW Gothic L", "MgOpen Moderna", sans-serif;
	position: relative;
	top: -16px;
	left: 12px;
	width: 287px;
}

#flickr img {
	position: relative;
	top: -24px;
	left: 210px;
	border: 1px solid gray;
	padding: 2px;
	background: white;
}

/* FOOTER */

#footer {
	background: transparent url('images/bubbly.png');
	z-index: 3;
	text-align: center;
	color: gray;
	font: small "Century Gothic", Futura, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding-top: 11px;
	height: 6.5em;
	position: relative;
	top: -87px;
	left: 420px;
}

#footer p {
	padding-bottom: 6px;
}

#copyright {
	background: transparent url('images/top.png') no-repeat left -14px;
	margin-top: -22px;
	padding-top: 33px;
}

#valid {
	background: transparent url('images/bottom.png') no-repeat left;
	padding-bottom: 37px;
}

#valid p {
	width: 82px;
	padding-bottom: 17px;
	margin-right: auto;
	margin-top: -1px;
	margin-left: auto;
}

#valid a {
	width: 40px;
	height: 33px;
	display: block;
	float: left;
	padding-right: 0;
}

#html {
	background: url(images/html.png) no-repeat right bottom;
	margin-right: 1px;
}

#html:hover {
	background-position: left bottom;
}

#css {
	background: url(images/css.png) no-repeat left bottom;
}

#css:hover {
	background-position: right bottom;
}