/*
Theme Name: Tranquility white
Theme URI: http://www.roytanck.com
Description: Minimalist two-column theme with a small Flash animation. Uses SWFObject embed by Geoff Stearns to degrade gracefully on non-flash systems.
Version: 1.0
Author: Roy Tanck
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	background-color: #fff;
	text-align: center;
	padding:0;
}

a { color: #0E4377; text-decoration: none; }
a img { border: none; }
a:visited { color: #666; }
a:hover { color: #0E4377; text-decoration: underline; }

#rap {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #F5F5F5;
}

/* header styles */

#header{
	padding-top: 30px;
	height: 154px;
	background: url("http://zoommakesitzoom.com/images/bg_top.jpg") bottom left no-repeat;
	background-color: #fff;
	border-bottom: 1px solid #ACACAC;
}

#header h1 a {
	font-size: 40px;
	letter-spacing: -0.05em;
	color: #0E4377;
	font-weight: normal;
	text-decoration: none;
	float: left;
	padding: 0px;
	margin: 0px;
}

#header h2 {
	font-size: 15px;
	font-weight: bold;
	color: #0E4377;
	float: right;
	padding-top: 100px;
}

.notHeader {
	border: 1px solid #ACACAC;
	background: url(images/mainBkg.jpg) top left repeat-y;
	border-top: 0px solid;
	padding-top: 20px;
	padding-bottom: 40px;
}

/* sidebar styles */

#menu {
	float: right;
	width: 220px;
	padding-bottom: 40px;
}

#menu ul {
	list-style-type: none;
	margin-bottom: 20px;
}

#menu ul {
	padding-left: 15px;
	color: #222;
}

#menu ul li {
	list-style-type: disc;
}

#menu ul ul {
	margin-bottom: 5px;
}

h2 {
	font-size: 12px;
	color: #222;
	margin-bottom: 6px;
}

#menu ul h2{
	font-size: 12px;
	font-weight: normal;
	color: #222;
	margin-bottom: 3px;
}

#menu #search {
	margin-bottom: 20px;
}

.sideBox {
	width: 185px;
	background: url(images/sideBoxBkg.jpg) repeat-x;
	background-color: #fff;
	padding: 5px;
	margin-bottom: 20px;
}

.sideBox h2 {
	padding: 10px 0px;
	font-size: 12pt;
	color: #084475;
}

/* content styles */

#content {
	margin: 0 260px 0 15px;
}

.post {
	margin-bottom: 40px;
	line-height: 150%;
}

.storytitle {
	margin-bottom: 2px;
}

.storytitle a {
	color: #0e4377;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

.storytitle a:hover {
	text-decoration: underline;
}

.meta, .meta a {
	font-size: 9px;
	color: #999;
	margin-bottom: 10px;
}

.storycontent{
	margin-bottom: 10px;
}

.storycontent img {
	border: 10px solid #ddd;
	margin: 10px 0;
}

.storycontent img.wp-smiley { border: none; margin: 0; }

.storycontent ul, .storycontent ol {
	padding-left: 20px;
	margin-bottom: 20px;
}

blockquote, code {
	display: block;
	padding: 6px 10px;
	border: 1px solid #ccc;
	background-color: #eee;
	margin-bottom: 10px;
}

/* comment styles */

#commentlist {
	list-style-type: none;
	margin-bottom: 20px;
	width: 520px;
	overflow:hidden;
}

#commentlist li {
	padding: 6px 10px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	overflow:hidden;
}

#commentlist cite {
	font-size: 10px;
	color: #999;
}

input, textarea {
	border: 1px solid #999;
	background-color: #fff;
	color: #333;
	margin-bottom: 5px;
	padding: 1px 3px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	width: 480px;
	padding: 6px 10px;
}

p {
	margin-bottom: 10px;
}

/* footer styles */

.credit {
	padding-top: 10px;
	font-size: 9px;
	clear:both;
}

.credit p {
	width: 810px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 20px;
}
