/*
Theme Name:		Vanilla (Caramel)
Theme URI:		http://caramel.cc
Description:	A vanilla template for Caramel blogs, cos everyone loves vanilla.
Version:		1.0
Author:			Suleman Chikhalia
Author URI:		http://sultano.co.uk/
*/

/* Base styles
------------------------------------------------------------------*/
body {
	color: #333;
	font: 62.5% Georgia, "Times New Roman", Times, serif;
	background-image: url("/images/header_bg.gif");
	background: #fff url("/images/header_bg.gif") repeat-x top;
	margin: 0;
}
img {
	border: none;
}
p {
	line-height: 20px;
	margin: 0 0 20px 0;
	font-size: 1.3em;
}
a {
	color: #237fa1;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}

/* Headline
------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font: bold 1.0em Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 1.8em;
	line-height: 1.1em;
	padding: 0;
	color: #111;
}
h2 {
	font-size: 1.8em;
	line-height: 1.1em;
	padding: 1.1em 0 0 0;
	border-top: 1px dotted #ddd;
	color: #111;
}
h2 a, h2 a:visited {
	color: #333;
	text-decoration: none;
}
h2 a:hover {
	color: #237fa1;
	text-decoration: none;
}
h2.top {
	border: none;
	padding: 0;
}
h3 {
	font-size: 1.23em;
	line-height: 1.25em;
	color: #999;
}
h4 {
	font-size: 0.8em;
	line-height: 1.8em;
	letter-spacing: 2px;
}

/* Layout
------------------------------------------------------------------*/
#container {
	height: 100%;
}
#header {
	height: 226px;
}
#logo {
	float: left;
	position: relative;
	top: 12px;
	left: 27px;
}
#navigation {
	position: absolute;
	top: 30px;
	left: 690px;
	width: 300px;
}
#contentContainer {
	width: 995px;
}
#content {
	float: left;
	width: 620px;
}
#sidebar {
	float: right;
	width: 320px;
	margin-bottom: 20px;
}
#footer {
	clear: both;
	height: 100%;
}

/* Header styles
------------------------------------------------------------------*/
#header {
}

/* Navigation styles
------------------------------------------------------------------*/
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation ul li {
	float: left;
	padding: 0;
	margin: 0 6px 0 0;
	display: block;
	text-indent: -9999px;
}
#navigation ul li a {
	border: 0;
	display: block;
	text-decoration: none;
	overflow: hidden;
	height: 27px;
}
#navigation a:hover, #navigation a.selected {
	background-position: 0 -27px;
}
#navigation a:active {
	background-position: 0 -54px;
}
#navHome a  {
	width: 55px;
	background: url("/images/menu/home_button.gif") top left no-repeat;
}
#navAbout a  {
	width: 57px;
	background: url("/images/menu/about_button.gif") top left no-repeat;
}
#navResources a  {
	width: 85px;
	background: url("/images/menu/resources_button.gif") top left no-repeat;
}
#navContact a  {
	width: 69px;
	background: url("/images/menu/contact_button.gif") top left no-repeat;
}

/* Sidebar styles
------------------------------------------------------------------*/
#sidebar a{
	font-size: 1.3em;
}
#sidebar ul li {
	list-style: url("/images/post_bullet.png");
}
#sidebar ul {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
}
#sidebar ul#categoryList, #sidebar ul#archiveList, #sidebar #flickr ul {
	padding: 0;
	margin: 0;
}
#sidebar ul#categoryList li, #sidebar ul#archiveList li {
	list-style: none;
}

#sidebar #flickr ul li {
	list-style: none;
	float: left;
}
#sidebar #flickr ul li {
	margin: 4px 5px 4px 5px;
}
#sidebar #flickr ul li img {
	border: 7px solid #e8e8e8;
}

/* Content styles
------------------------------------------------------------------*/
#content {
	padding: 20px;
}
.postAuthor {
	color: #999;
	margin: 0 0 3px 0;
}
.date {
	font-family: Verdana, sans-serif;
	color: #999;
	font-size: 0.9em;
}

/* Comment styles
------------------------------------------------------------------*/
#comments {
	border: 1px solid #e8e8e8;
	background-color: #f3f3f3;
	padding: 10px;
}
#comments p.commentsCount {
	font-size: 2em;
}
#commentForm input, #commentForm textarea {
	background-color: #f2f2f2;
	border-top: 1px solid #aaa;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #aaa;
	padding: 3px;
}
#commentForm input {
	width: 206px;
}
#commentForm textarea {
	width: 419px;
	height: 80px;
}
#commentForm label {
	padding-left: 10px;
}

/* Footer styles
------------------------------------------------------------------*/
#footer {
	background-color: #efefef;
	padding: 10px;
}

/*---:[ headlines ]:---*/

/*---:[ global elements ]:---*/

/*---:[ banner styles ]:---*/

/*---:[ content styles ]:---*/

/*---:[ sidebar styles ]:---*/

/*---:[ footer styles ]:---*/

/*---:[ comment styles ]:---*/

/*---:[ comment form styles ]:---*/

/*---:[ search form styles ]:---*/

/*---:[ self-clearing floats from Dan Cederholm at simplebits.com ]:---*/
