/*
Theme Name: Spring Burst
Theme URI: http://evermore.cfwan.com/
Description: Second WordPress theme for spring 2009 designed with pure CSS and XHTML.
Version: 1.0
Author: Billy Wan
Author URI: http://evermore.cfwan.com/
*/


/* General
-------------------------------------------------------------------------------------------------*/
html, body, div, h1, h2, h3, h4, p, ul, ol, li, dl, img, form, fieldset, blockquote {
	margin: 0;
	padding: 0;
}

#bodywrap {
	width: 967px;
	margin: 0 auto;
	position: relative;
}

body {
	background: #fff url(images/mainbg.jpg) top center no-repeat;
	font: 76%/130% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.post img, .post a:link img, .post a:visited img {
	margin: 0 10px 0 0;
	padding: 5px;
	border: 1px solid #ccdfa7;
}

.post tr td img {
	margin: 0;
}

.post tr td a:hover, .post tr td a:focus {
	color: #fdfced;
	text-decoration: underline;
}

.post a:hover img, .post a:focus img {
	margin: 0 5px 0 0;
	padding: 5px;
	border: 1px solid #b0b0b0;
}

.post img.wp-smiley{
	border: 0;
	padding: 0;
}

blockquote{
	margin: 10px;
	background: #d7dfcd url(images/blockquote.gif) top left no-repeat;
}

blockquote p {
	padding: 20px;
}

p.center {
	text-align: center;
}

p.left {
	float: left;
}

p.right {
	float: right;
}

img.left {
	float: left;
	margin-right: 10px;
	vertical-align: top;
}

img.right {
	float: right;
	margin-left: 10px;
	vertical-align: top;
}


/* Header
-------------------------------------------------------------------------------------------------*/
#header {
	width: 967px;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	background: transparent url(images/title.jpg) no-repeat;
	width: 349px;
	height: 181px;
	position: absolute;
	top: 0;
	left: 156px;
	text-indent: -9999px;
	display: block;
}

#header h2 {
	background: transparent url(images/subtitle.png) no-repeat;
	width: 283px;
	height: 104px;
	position: absolute;
	top: 69px;
	left: 216px;
	text-indent: -9999px;
	display: block;
}


img#rss {
	position: absolute;
	top: 199px;
	left: 538px;
	width: 140px;
	height: 61px;
	margin: 0;
	padding: 0;
}

a img#rss {
	border: 0;
	text-decoration: none;
	display: block;
}

ul#nav {
	position: absolute;
	top: 143px;
	left: 291px;
	width: 399px;
	height: 57px;
}

ul#nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-indent: -9999px;
	float: left;
}

ul#nav li a {
	border: 0;
	text-decoration: none;
	display: block;
	background: transparent url(images/nav.gif) no-repeat;
}

li#home a {
	width: 77px;
	height: 57px;
}

li#about a {
	width: 101px;
	height: 57px;
}

li#web a {
	width: 130px;
	height: 57px;
}

li#contact a {
	width: 91px;
	height: 57px;
}

li#home a:hover, li#home a:focus {
	background-position: 0px -57px;
}

li#about a:link, li#about a:visited {
	background-position: -77px 0px;
}

li#about a:hover, li#about a:focus {
	background-position: -77px -57px;
}

li#web a:link, li#web a:visited {
	background-position: -178px 0px;
}

li#web a:hover, li#web a:focus {
	background-position: -178px -57px;
}

li#contact a:link, li#contact a:visited {
	background-position: -308px 0px;
}

li#contact a:hover, li#contact a:focus {
	background-position: -308px -57px;
}


/* Wrap
-------------------------------------------------------------------------------------------------*/
#wrap {
	background: url(images/repeatbg.jpg) repeat-y;
	width: 967px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	top: 268px;
	overflow: hidden;
}

#content {
	width: 656px;
	float: left;
	margin: 15px;
	position: relative;
}


/* Post
-------------------------------------------------------------------------------------------------*/
.post-content {
	background: #f2fae9;
	-moz-border-radius: 5px;
	margin: 0 0 40px 16px;
	padding: 5px;
	width: 656px;

}

.post {
	border: 1px solid #fff;
	padding: 15px;
}

.post h2{
	font: 160% Georgia;
	margin-bottom: 3px;
	font-weight: bolder;
	color: #3e8b36;
	text-decoration: none;
}

.post h2 a:link, .post h2 a:visited {
	color: #3e8b36;
	text-decoration: none;
	font-weight: bolder;
}

.post h2 a:hover, .post h2 a:focus {
	color: #c3da63;
	text-decoration: none;
	font-weight: bolder;
}

.post p {
	margin: 20px 0;
	color: #063c00;
	line-height: 160%;
}

.post p.post-meta {
	color: #b4b4b4;
	border-top: 1px solid #d5e952;
	margin: 3px 0 15px 0;
}

.post a:link, .post a:visited, .post p.post-meta a:link, .post p.post-meta a:visited {
	color: #ac922d;
	text-decoration: none;
}

.post a:hover, .post a:focus, .post p.post-meta a:hover, .post p.post-meta a:focus {
	color: #e4dfa2;
	text-decoration: underline;
}

.post-options {
	height: 18px;
	margin: 0;
	padding: 3px 5px;
	background-color: #e3ecb3;
	border: 1px solid #d0da98;
}

.post-options p.comments a:link, .post-options p.comments a:visited {
	background: url(images/balloon.png) left no-repeat;
	color: #3e8b36;
	text-align: center;
	float: left;
	text-decoration: none;
	padding: 0 18px;
}

.post-options p.comments a:hover, .post-options p.comments a:focus {
	color: #7ad573;
	text-decoration: underline;
}

.post-options p.continue a:link, .post-options p.continue a:visited {
	color: #3e8b36;
	text-align: center;
	float: right;
	text-decoration: none;
}

.post-options p.continue a:hover, .post-options p.continue a:focus {
	color: #7ad573;
	text-decoration: underline;
}

.post-options p.prev a:link, .post-options p.prev a:visited {
	color: #3e8b36;
	text-align: center;
	float: left;
	text-decoration: none;
	padding: 0;
}

.post-options p.prev a:hover, .post-options p.prev a:focus {
	color: #7ad573;
	float: left;
	text-decoration: underline;
}

.post-options p.next a:link, .post-options p.next a:visited {
	color: #3e8b36;
	text-align: center;
	float: right;
	text-decoration: none;
	padding: 0;
}

.post-options p.next a:hover, .post-options p.next a:focus {
	color: #7ad573;
	float: right;
	text-decoration: underline;
}

#content .post-nav{
	width: 656px;
	height: 18px;
	margin: 0 0 40px 16px;
	padding: 3px 5px;
}

p.post-nav-prev a:link, p.post-nav-prev a:visited {
	color: #654c2b;
	text-align: center;
	float: left;
	text-decoration: none;
	font-weight: bolder;
	padding: 0;
}

p.post-nav-next a:link, p.post-nav-next a:visited {
	color: #654c2b;
	text-align: center;
	float: right;
	text-decoration: none;
	font-weight: bolder;
	padding: 0;
}

p.post-nav-prev a:hover, p.post-nav-prev a:focus {
	color: #af963d;
	text-align: center;
	float: left;
	text-decoration: underline;
	font-weight: bolder;
	padding: 0;
}

p.post-nav-next a:hover, p.post-nav-next a:focus {
	color: #af963d;
	text-align: center;
	float: right;
	text-decoration: underline;
	font-weight: bolder;
	padding: 0;
}

.post textarea, .post input {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 1.25em;
	margin: 10px;
	border: 1px solid #ccc;
}

.post ul li.green, .post span.green {
	color: #04aa0c;
}

.post ul li.grey, .post span.grey {
	color: #808080;
}

.post ul li.orange, .post span.orange {
	color: #f7b842;
}

.post ul li.red, .post span.red {
	color: #ca0000;
}

.post li {
	margin: 0 0 3px 30px;
}

.post tr td.even {
	background-color: #f3eeb7;
}

.post tr td.odd {
	background-color: #f9f6d5;
}


/* Side Bar
-------------------------------------------------------------------------------------------------*/

#sidebarbg {
	position: absolute;
	top: 181px;
	left: 730px;
}

#sidebar {
	width: 250px;
	position: relative;
	top: -30px;
	left: 40px;
	text-align: left;
	float: left;
}

#sidebar h2#info {
	background: transparent url(images/info.png) no-repeat;
	width: 127px;
	height: 17px;
	text-indent: -9999px;
	margin: 30px 0 10px 30px;
}

#sidebar h2#categories {
	background: transparent url(images/categories.png) no-repeat;
	width: 116px;
	height: 22px;
	text-indent: -9999px;
	margin: 30px 0 10px 30px;
}

#sidebar h2#blogroll {
	background: transparent url(images/blogroll.png) no-repeat;
	width: 83px;
	height: 22px;
	text-indent: -9999px;
	margin: 30px 0 10px 30px;
}

#sidebar ul.infoicon li {
	list-style-image: url(images/pageicon.png);
	margin: 0 51px;
	padding: 3px 0;
}

#sidebar ul.cateicon li {
	list-style-image: url(images/caticon.png);
	margin: 0 51px;
	padding: 3px 0;
}

#sidebar ul.linkicon li {
	list-style-image: url(images/redbullet.gif);
	margin: 0 51px;
	padding: 3px 0;
}

#sidebar ul li a:link, #sidebar ul li a:visited {
	color: #a2ac73;
	text-decoration: none;
}

#sidebar ul li a:hover, #sidebar ul li a:focus {
	color: #d39595;
	text-decoration: underline;
}

#sidebar #meta {
	margin-top: 20px;
}

#sidebar ul#meta li {
	list-style-image: url(images/redbullet.gif);
	margin: 0 51px;
	padding: 3px 0;
}


/* Search Box
-------------------------------------------------------------------------------------------------*/
#searcharea {
	width: 220px;
	height: 32px;
	background-color: #eef4b8;
	margin: 30px auto 0 8px;
}

#search {
	width: 180px;
	height: 30px;
}

#search input {
	float: left;
	border: 0;
	color: #808080;
}

#search input#s {
	margin: 2px 10px 0 2px;
	width: 180px;
	border: 1px solid #a9b82c;
	padding: 5px;
	background: #f9f7f7;
}

#search input#searchbutton {
	margin: -25px 0 0 194px;
	width: 28px;
	height: 28px;
}


/* Comments
-------------------------------------------------------------------------------------------------*/
.comments-template {
	margin: 10px 0 0;
	background-color: #f2f7c3;
	padding: 15px;
	margin: 80px 0 15px 0;
}

.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li {
	margin: 10px 0 0;
	line-height: 1.50em;
	padding: 10px;
	background-color: #fafcea;
}

.comments-template h2, .comments-template h3 {
	font-family: Georgia, Sans-serif;
	font-size: 1.33em;
	color: #ab392d;
	padding-bottom: 3px;
	border-bottom: 1px solid #a9b82c;
	margin: 20px 0;
}

.commentmetadata {
	font-size: 1em;
}

.comments-template p.nocomments {
	padding: 0;
}

.comments-template textarea, .comments-template input {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 1em;
	border: 1px solid #ccc;
}


/* Footer
-------------------------------------------------------------------------------------------------*/
#footer {
	background: url(images/footer.jpg) no-repeat;
	position: relative;
	height: 358px;
	margin: 250px 0 0 0;
}

#footerwrap {
	width: 875px;
	height: 298px;
	text-align: left;
}

#footer h2 {
	background: transparent url(images/recentposts.png) no-repeat;
	width: 289px;
	height: 28px;
	text-indent: -9999px;
	position: absolute;
	top: 80px;
	left: 60px;
}

#footer h3 {
	background: transparent url(images/twitter.png) no-repeat;
	width: 140px;
	height: 34px;
	text-indent: -9999px;
	position: absolute;
	top: 45px;
	left: 420px;
}

#footer h4 {
	background: transparent url(images/channel.png) no-repeat;
	width: 167px;
	height: 52px;
	text-indent: -9999px;
	position: absolute;
	top: 123px;
	left: 720px;
}

#footer h5 {
	background: transparent url(images/wordpress.png) no-repeat;
	width: 176px;
	height: 41px;
	text-indent: -9999px;
	position: absolute;
	top: 210px;
	left: 715px;
}

#footer h4 a {
	border: 0;
	width: 167px;
	height: 52px;
	text-decoration: none;
	display: block;
}

#footer h5 a {
	border: 0;
	width: 176px;
	height: 41px;
	text-decoration: none;
	display: block;
}


#footer h6 {
	position: absolute;
	left: 300px;
	top: 330px;
	color: #f5f9ff;
	font-size: 90%;
	font-weight: normal;
	margin: 0;
}

#footer h6 a:link, #footer h6 a:visited, #footer h6 a:hover, #footer h6 a:focus {
	color: #ecf0de;
	text-decoration: underline;
	font-weight: normal;
}

ul.recentposts {
	position: absolute;
	top: 115px;
	left: 80px;
	width: 325px;
	height: 207px;
}

ul.recentposts li {
	margin: 0;
	padding: 10px;
	list-style-type: none;
}

#footer ul.recentposts li a:link,  #footer ul.recentposts li a:visited {
	text-decoration: none;
	color: #ad912d;
	font-weight: normal;
}

#footer ul.recentposts li a:hover, #footer ul.recentposts li a:focus {
	text-decoration: underline;
	color: #f5f9ff;
	font-weight: normal;
}

.aktt_tweets {
	position: absolute;
	top: 80px;
	left: 400px;
	width: 264px;
	height: 235px;
	text-align: left;
}

.aktt_tweets li {
	margin: 10px;
	padding: 15px 10px 10px 10px;
	list-style-type: none;
}

.aktt_tweets li a:link,  .aktt_tweets li a:visited {
	text-decoration: none;
	color: #2a84a6;
	font-weight: normal;
}

.aktt_tweets li a:hover, .aktt_tweets li a:focus {
	text-decoration: underline;
	color: #53bbe1;
	font-weight: normal;
}

#footer li#follow {
	position: absolute;
	top: 290px;
	left: 570px;
	list-style-type: none;
}

#footer li#follow a:link,  #footer li#follow a:visited {
	text-decoration: none;
	color: #d0f3fe;
	font-weight: bold;
}

#footer li#follow a:link,  #footer li#follow a:visited {
	text-decoration: underline;
	color: #d0f3fe;
	font-weight: bold;
}

.aktt_tweets .aktt_more_updates {
	display: none;
}