/*  
Theme Name: Nicola's Theme
Theme URI: http://www.nicolagunn.com
Description: Built for Nicola Gunn's blog.
Version: 1.0
Author: Alex Gunn
Author URI: http://www.alexgunn.com

*/

/* Begin Typography & Colors */
body
{
	font-size: 80%;
	/* Resets 1em to 12px */
	font-family: Arial, Sans-Serif;
	background-color: white;
	color: #6b6b6b;
	text-align: center;
}

* html body { font-size: 70%; }

#page
{
	background-color: white;
	text-align: left;
}

#header { background: white url('images/header_760x120.gif') no-repeat top center; }
#content { font-size: 1em; }

small
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.3em;
}

h2, h3
{
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 2px solid black;
	color: #333;
}

h2.pagetitle { font-size: 1em; }
h3 { font-size: 1em; }

h1, h1 a, h1 a:hover, h1 a:visited
{
	text-decoration: none;
	font-size: 6px;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited
{
	color: black;
	text-decoration: none;
	line-height: 1.5em;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite { text-decoration: none; }
.commentlist li, #commentform input, #commentform textarea { font: 0.9em; }
.commentlist li { font-weight: bold; }

.commentlist cite, .commentlist cite a
{
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
}

.commentlist p
{
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata { font-weight: normal; }
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike { color: black; }

#content a {
	color: #333;
	text-decoration:none;
}

#content a:hover {color: #b1af00; text-decoration:underline; }

#content a:visited {color: #b1af00; text-decoration:none;}

#sidebar a { color: #6b6b6b; text-decoration:none; }

#sidebar a:hover { color: #797800; }

/* End Typography & Colors */
/* Begin Structure */
body
{
	margin: 0 0 20px 0;
	padding: 0;
}

#page
{
	margin: 0 auto;
	padding: 0;
	width: 1024px;
}

#header
{
	margin: 0;
	padding: 0;
	height: 238px;
	width: 1024px;
}

.post
{
	margin: 0;
	text-align: justify;
}

.postmetadata { clear: left; }

#content
{
	width: 520px;
	float: left;
	padding-left:150px;
}

.entry div { clear: both; }

#sidebar
{
	padding: 12px 0 0 0;
	margin-left: 710px;
	width: 200px;
}

* html #sidebar { padding-top:7px; }

/* End Structure */
/*	Begin Headers */
h1#header a, h1#header a:hover, h1#header a:visited
{
	display: block;
	width: 1000px;
	height: 235px;
	float: left;
}

h2
{
	margin: 30px 0 0;
	width: 100%;
}

h2.pagetitle
{
	margin-top: 30px;
	text-align: left;
}

#sidebar h2
{
	margin: 5px 0 0;
	padding: 0;
}

h3
{
	padding: 0;
	margin: 30px 0 0;
}

h3.comments
{
	padding: 0;
	margin: 40px auto 20px;
}

/* End Headers */
/* Begin Images */
p img
{
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 2px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright { float: right; }
.alignleft { float: left; }

/* End Images */

/* Begin Lists */

.postmetadata ul, .postmetadata li
{
	display: inline;
	list-style: none;
}

#sidebar { list-style: none; }

#sidebar ul
{
	padding: 10px 0 0 0;
	list-style: none;
	margin: 0;
}

#sidebar li { margin-bottom: 15px; }
#sidebar ul , #sidebar ol { margin: 0; }

#sidebar li li
{
	margin: 0;
	padding: 3px 0 3px 0;
	border-bottom: 1px dotted #333;
}

#sidebar ul ul { padding-top: 5px; }

#sidebar li li li
{
	margin: 0 0 0 20px;
	padding: 0 0 0 0px;
	border: none;
	list-style: none;
}

#sidebar li.noline
{
	margin: 0;
	padding: 1px 0 1px 0;
	border: none;
	text-align: justify;
}

#sidebar li.footer {padding-top: 30px; text-align:center;}

/* End Entry Lists */
/* Begin Form Elements */
#searchform
{
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s
{
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit { padding: 1px; }

.entry form
{
	/* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

select { width: 130px; }

#commentform input
{
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea
{
	width: 100%;
	padding: 2px;
}

#commentform #submit
{
	margin: 0;
	float: right;
}

/* End Form Elements */
/* Begin Comments*/
.alt
{
	margin: 0;
	padding: 10px;
}

.commentlist
{
	padding: 0;
	text-align: justify;
}

.commentlist li
{
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p { margin: 10px 5px 10px 0; }
#commentform p { margin: 5px 0; }

.nocomments
{
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata
{
	margin: 0;
	display: block;
}

/* End Comments */

/* Begin Calendar */
#wp-calendar
{
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a
{
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a
{
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a { display: block; }

#wp-calendar caption
{
	text-align: center;
	width: 100%;
}

#wp-calendar td
{
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover
{
	/* Doesn't work in IE */
	background-color: #fff;
}

/* End Calendar */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dashed #999; }

blockquote
{
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite
{
	margin: 5px 0 0;
	display: block;
}

.center { text-align: center; }
a img { border: none; }

.navigation
{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/* End Various Tags & Classes*/
