/* @override http://localhost/cryer/wp-content/themes/cryer/style.css */

/*
Theme Name: Matthew Cryer
Theme URI: http://mattcryer.co.uk/
Description: The custom design personal website of Matthew Cryer. &copy; 2008.
Version: 1.0
Author: Tom Maisey
Author URI: http://design.ltlblog.com/
Tags: professional, custom

*/

/*RESET STLYES*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*----------------------------------------------------
STYLING OF THE MAIN POST LINKS.

-----------------------------------------------------*/

a {
	color: blue;
	text-decoration: underline;
	/*border-bottom: 1px dotted #ccc;
	border-color: #464a50;*/
}

a:visited {
	color: #829aa4;
}

a:hover {
	color: #96b1bd;
}

a img {
	border: none;
}

/*----------------------------------------------------
BACKGROUND & WRAPPER

-----------------------------------------------------*/

html {
	background: #f4f0e2 url(images/bg.png) 0 0 repeat-x;
}

body {
	color: #202020;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	width: 950px;
	min-height: 500px;
	margin:  0 auto;
	background: url(images/header.jpg) 0 0 no-repeat;
}

#content {
	margin:  25px 0 0 0;
}

/*----------------------------------------------------
BLOG TITLE, PAGES LIST, ADMIN LINK, AND RSS ICON LINK.

-----------------------------------------------------*/

#header {
	margin: 0;
	height: 117px;
	padding: 0 0 0 0;
}

#title {
	width:  200px;
	overflow: hidden;
	display: inline;
}

#title a, #title a:visited {
	text-indent: -1000px;
	display: block;
	width:  260px;
	height: 82px;
	
	color: white;
}

#title a:hover { 
	color: #f2f2f2;
	border-color: #474a55;
}

/*-- THE TROUBLESOME NAV LINKS --*/

#header ul { /* This is the unordered list into which the Pages links go. */
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0 0 0 300px;
}

#header li {
	display: inline;
	padding: 0 0 19px 0;
	margin-right: 15px;
}

#header li a, #header li a:visited { /* Styling for the Pages links. */
	color: #f4f0e2;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 20px;
	font: 10px "Lucida Grande", Lucida, Verdana, Sans-Serif;
	letter-spacing: 1px;
}

#header li.current_page_item a, #header li.current_page_item a:hover {
	color: #fff;
	background: url(images/arrow.png) center 18px no-repeat;
}

#header li a:hover {
	color: #656565;
	background: url(images/arrow.png) center 18px no-repeat;
}

#admin, #rssicon { /* Styling for the "site admin" icon and rss icon. Remember, the "site admin" icon is show only to an administrator who is logged in; it is invisible to regular users unless you enable "Anyone can register" under settings. */
	float: right;
	text-transform: lowercase; /* Remove this to have the words "site register" capitalised. */
	display: inline;
	border: none;
}

#admin a {
	display: block;
	color: #2c1e1e;
	width: 17px;
	height: 18px;
	padding-right: -17px;
	text-indent: -32px;
	overflow:  hidden;
	background: transparent url(images/key.png) right 1px no-repeat;
	margin-top: 5px;
}

#rssicon {
	padding:  3px 0 0 1px;
}

#styleicons {
	padding-top: 1px;
}

#styleicons img {
	padding-left: 0px;
}

/*----------------------------------------------------
STYLING OF POSTS.

-----------------------------------------------------*/
#about-me {
	background-color: #cce68e;
	border: 1px solid #a9bd78;
	padding: 10px;
	margin: 12px 0 30px 0;
}

#about-me p {
	font-size: 80%;
	line-height: 122%;
	padding-top: 8px;
	color: #303030;
}

#about-me h3 {
	font-weight: bold;
	color: #101010;
	margin-bottom: 5px;
	text-decoration: none;
}

#about-me a {
	color: black;
	font-weight: bold;
}

#about-me a:hover {
	color: #333;
}

blockquote {
	border-left: 1px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
	font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.storytitle {
	margin-bottom: 0;
	border: none;
}

.storytitle a {
	border: none;
	color: #202020;
	text-decoration: none;
}

.storytitle a:hover {
	color: #7a9045;
	text-decoration: underline;
}

h2 {
	font: 115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin: 10px 0 10px 0;
	padding-bottom: 2px;
	font-weight: bold;
	border-bottom: 1px #bbb solid;
}

h3 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin-top: 0;
	font-weight: bold;
	font-size: 115%;
	margin-bottom: 20px;
	color: #777;
}

li {
	padding-bottom: 10px;
}

small {
	font-size: 60%;
	color: #808080;
}

.storycontent, .feedback {
	font: 80% "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	/*letter-spacing: -1px;*/
}

.storycontent p {
	padding: 1em 0 1em 0;
	line-height: 1.3em;
}

img.alignnone {
	margin-left: -3px;
}

.storycontent ul {
	padding: 0 0 1.3em 2em;
	list-style: disc;
}

.storycontent li {
	list-style: disc;
	font-size: 1em;
}

.navigation a {
	font-size: 70%;
	color: #7a9045;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

/*----------------------------------------------------
STYLING  THE META INFORMATION AT THE BOTTOM OF EACH POST.

-----------------------------------------------------*/
ul.post-meta {
	list-style: none;
}

ul.post-meta, span.post-meta-key {
	font-weight: bold;
}

.credit {
	color: #efefef;
	font-size: 11px;
	margin: 10px 0 0 0;
}		

.credit a:hover {
	color: #767783;	
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .7em;
	padding-bottom: 25px;
	border-color: #5a5a5a;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a, .tagstext {
	color: #363e51;
	font-weight: normal;
	letter-spacing: 0;
	text-decoration: none;
}

.meta a {
	border: none;
}

.meta a:hover {
	color: #686778;
}

a.twitterlink {
	color: #414a61;	
}

/*----------------------------------------------------
SIDEBAR.

-----------------------------------------------------*/
#sidebar {
	width: 200px;
	margin: 160px 0 0 45px;
	float: left;
	font-size: 90%;
	line-height: 28px;
	color: #9f9780;
}

#rightcol {
	width: 500px;
	float:  right;
	margin: 0 120px 0 0;
}

#sidebar span {
	font-weight: bold;
	color: #5e5849;
}

#sidebar li {
	display: block;
	background: transparent url(images/line.png) bottom left no-repeat;
}

a#greenbutton {
	text-decoration: underline;
	color: #93a665;
}

a#greenbutton:hover {
	color: #7a9030;	
}


span#raquo {
	color: #222;
	text-decoration: none;
}

/*----------------------------------------------------
COMMENTS STYLING.

-----------------------------------------------------*/
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #aaa;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

.commentlist {
	margin-left: 0;
	padding-left: 0;
}

.commentlist li {
	background: #243240;
	padding-left: 8px;
	font-size: 95%;
	list-style-type: none;
	margin: 0 0 25px 0;
	border: 1px solid #363f47;
}

li.alt-comment {
	background: #202a35;
	border: 1px solid #192229;

}

.avatar {
	background: white;
	float: right;
	margin: 4px;
	border: 1px solid #fff;
}

.comment-meta {
	clear: both;
}

cite {
	font-size: 90%;
	font-style: normal;
	color: #BCB394;
	padding-bottom: 10px;
}

/*-------------------------------
MISC.

---------------------------------*/
p.credit {
	clear: both;
	margin: 0 0 0 440px;
	padding-top: 15px;
}

.credit a {
	color: #d5ceb6;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}



