/*  
Theme Name: CPH
Theme URI: http://crosswordpuzzlehelp.net/
Description: Crossword Puzzle Help
Version: 1.0
Author: Crossword Puzzle Help
Author URI: http://crosswordpuzzlehelp.net/
*/

/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */

body { color:#222; font-family:Arial, Helvetica, sans-serif; line-height:1.3; font-size:0.95em; }
a {color:#82740A; }
a:hover { text-decoration:underline; }
a.button { background-color:#3465A4; text-decoration:none; color:#FFF; font-size:0.85em; zfont-weight:bold; padding:3px 6px; border-top:1px solid #729FCF; border-left:1px solid #729FCF; border-bottom:1px solid #204a87; border-right:1px solid #204a87;  }
a.button:hover { background-color:#729FCF; }
h1 { font-size:1.6em; font-weight:bold; margin-bottom:0.3em; line-height:1.15; }
h2 { font-size:1em; font-weight:bold; margin-bottom:0.5em; line-height:1.15; }
h2 span { font-weight:normal; }
h3, h4 { font-weight:bold; }
ol, p, ul, dl { margin-bottom:1em; }
ol, ul, dd { margin-left:40px; }
ol { list-style:decimal; }
ul { list-style:disc; }
ol.inline { list-style:none; margin-left:25px; }
ol.inline li { display:inline; margin-right:2em; }

.post h2 {
	font-size:2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom:0.2em;
	line-height:1.15;
	}

h2, h3 {
	font-size:1.3em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-bottom:0.2em;
}
h3 {
	margin-bottom:0.5em;
	}
	
.post .date, .commentmetadata, .commentlist .date {
	font-size:0.75em;
	color:#777;
	}
	
.commentlist {
	margin-left:0;
	font-size:0.9em;
	}
.commentlist li {
	border:1px solid #DDD;
	padding:10px;
	background:#f7f7f7;
	margin-bottom:1em;
	}		

#commentform #author,	
#commentform #email,	
#commentform #url,	
#commentform #comment {
	color:#222; font-family:Arial, Helvetica, sans-serif; line-height:1.35;
	font-size:1em;
}	

#commentform #author,	
#commentform #email,	
#commentform #url {
	width:300px;
	}
#commentform #comment {
	width:100%;
	}	
#commentform label {
	font-size:0.75em;
	font-weight:bold;
	}	
	

body {
	width:750px;
	margin:10px auto 0;
	}
#header {
	padding:0px 0 20px;
	}
	
#content {
	float:left;
	width:480px;
	padding-left:15px;
	}	

#sidebar {
	border-left:1px dotted #CCC;
	margin-left:525px;
	padding-left:25px;
	padding-right:15px;
	}
#sidebar ul {
	margin-left:0;
	list-style:none;
	}
#footer {
	clear:left;
	border-top:1px dotted #CCC;
	font-size:0.75em;
	color:#777;
	padding:10px 0 20px;
	}	

