@charset "UTF-8";
/* CSS Document */

body {
	background-image: url('../i/bg_grad.png');
	background-repeat: repeat-x;
	background-color: #95949F;
	
	padding: 0px;
	margin: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul {
	margin:0px;
	padding: 0px;
}

.backgroundTop {
	background-image: url(../i/background.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.backgroundBase {
	background-image: url(../i/backgroundBase.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.basic {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #9E9DA8;
	padding: 0px;
	width: 900px;
	margin: 0 auto;
}

.logoArea
{
	background-image: url(../i/logo.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 62px !important;
	min-height: 62px;
	margin-bottom: 30px;
}

.topLogoArea
{
	background-image: url(../i/larger-logo.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 78px !important;
	min-height: 78px;
	margin-bottom: 20px;
}

.mailingWrap1
{
	margin-left:580px;
	padding-left:0px;
	padding-top:20px;
	background-image:url(../i/blueroundedtop.png);
	background-repeat: no-repeat;
}
.mailingWrap2
{
	padding-bottom:20px;
	background-image:url(../i/blueroundedbottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
.mailinglist
{
	background-image:url(../i/mailinglistbg.gif);
	background-repeat: repeat-x;
	margin-top:-15px;
	margin-bottom:-15px;
	padding-left:10px;
	color: #666666;
}

.mailinglist-text
{
	font-size:0.8em;
}
.mailinglist-nospam
{
	padding-top: 8px;
	text-align:center;
	font-size:0.7em;
	color: #FFFFFF;
}

.mailinglist .emailinput
{
	width: 165px;
	color: #666666;
}

.mailinglist .submitButton
{
	position:absolute;
	width: 109px;
	height: 30px;
	margin-top: -5px;
	margin-left: 20px;
}

.mailinglist a.submitButton
{
	background-image:url('../i/submit_plain.png');
	background-repeat: no-repeat;
}
.mailinglist a.submitButton:hover
{
	background-image:url('../i/submit_hover.png');
	background-repeat: no-repeat;
}

.contentWrapper
{
	padding-bottom:20px;
	margin-bottom: 20px;
	background-image:url(../i/roundedbottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.contentContainer
{
	padding-top:20px;
	background-image:url(../i/roundedtop.png);
	background-repeat: no-repeat;
}

.contentDiv
{
	background-color:#FFFFFF;
}

.sneezies-buttons {
	margin-top:20px;
	position:relative;
}

.sneezies-buttons ul {
	list-style-type: none;
	height:162px;
}
.sneezies-buttons li {
	top:0px;
	height:162px;
	position: absolute;
}
.sneezies-buttons a {
	height:162px;
	display:block;
}
.sneezies-buttons li.slite-button {
	width: 300px;
	left: 0px;
	background-image: url('../i/sneezieslite-button.jpg');
	background-repeat: no-repeat;
}
.sneezies-buttons li.sneezies-button {
	width: 300px;
	left: 300px;
	background-image: url('../i/sneezies-button.jpg');
	background-repeat: no-repeat;
}
.sneezies-buttons li.easter-button {
	width: 300px;
	left: 600px;
	background-image: url('../i/easter-button.jpg');
	background-repeat: no-repeat;
}
.sneezies-buttons li a:hover 
{
	background-image: url('../i/button-hover.png');
}

.content
{
	padding: 0px 20px 0px 20px;
}

.content .clearing
{
	clear:both;
}

.content .sneezies-testimonials
{
	float:left;
	padding:5px;
	padding-bottom:10px;
	margin-left: 40px;
	margin-top: 30px;
	margin-bottom: 20px;
	width:300px;
	font-size: 0.85em;
	color:#333333;
	border: 1px solid #999999;
	background-color: #C3C2C9;
}
.content .right-column-clear
{
	float:left;
	padding:5px;
	padding-bottom:30px;
	margin-left: 40px;
	margin-top: 30px;
	margin-bottom: 20px;
	width:300px;
	font-size: 0.85em;
	color:#333;
	background-color: #FFF;
}
.content .sneezies-more-testimonials
{
	width: 385px;
	margin-left: 20px;
	margin-bottom: 20px;
}


.content .split-columns-right
{
	float:left;
	padding-bottom:10px;
	margin-left: 30px;
	margin-right: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
	width:400px;
	color:#333;
}

.content .split-columns-left
{
	float:left;
	padding-bottom:10px;
	margin-right: 30px;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
	width:400px;
	color:#333;
}

.content .sneezies-testimonials p.quote
{
	padding: 0px 13px 0px 13px;
	margin-top: 15px;
	background-image:url(../i/quote.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-style:italic;
}
.content .sneezies-testimonials p.attribution
{
	color: #666666;
	font-size:0.7em;
	text-align:center;
	padding-bottom: 10px;
}
.content .sneezies-testimonials p.vquote
{
	padding: 10px 40px 10px 40px;
	margin-top: 15px;
	background-image:url(../i/quote.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-style:italic;
	font-size:1.1em;
	color: #000;
}
.content .sneezies-testimonials p.vattribution
{
	color: #6666EE;
	font-weight:bold;
	font-size:1.25em;
	text-align:center;
	padding-bottom: 10px;
}

.content .sneezies-description
{
	float:left;
	width: 500px;
	font-size: 0.95em;
	color:#666666;
	margin-top: 20px;
}
.content .sneezies-description p
{
}


.content .sneezies-description ul
{
	margin-left:40px;
}

.content .retrodreamer-description
{
	padding: 10px 30px 0px 30px;
	font-size: 0.95em;
	color:#666666;
}
.content .retrodreamer-description p
{
	line-height: 1.1em;
}
.content .retrodreamer-description img.floating
{
	margin-right: 50px;
	padding-bottom:20px;
}
.content .cake-section
{
	min-height:250px;
}

.sneeziesHeader1
{
	background-image:url(../i/sneezies-left.jpg);
	background-repeat: no-repeat;
	min-width: 106px;
	width: 106px;
	min-height: 622px;
	height: 622px;
}

.sneeziesHeader2
{
	background-image:url(../i/sneezies-top.jpg);
	background-repeat: no-repeat;
	min-width: 655px;
	width: 655px;
	min-height: 261px;
	height: 261px;
	margin-left:106px;
}
.sneeziesHeader3
{
	background-image:url(../i/sneezies-right.jpg);
	background-repeat: no-repeat;
	min-width: 99px;
	width: 99px;
	min-height: 622px;
	height: 622px;
	margin-left:655px;
}
.sneeziesHeader4
{
	background-image:url(../i/sneezies-center.gif);
	background-repeat: no-repeat;
	min-width: 655px;
	width: 655px;
	min-height: 309px;
	height: 309px;
	margin-top:-361px;
}
.sneeziesHeader4 #screenshotHolder
{
	margin-left: 92px;
	margin-top: -5px;
	width: 480px;
	height: 320px;
}
.sneeziesHeader5
{
	background-image:url(../i/sneezies-bottom.jpg);
	background-repeat: no-repeat;
	min-width: 655px;
	width: 655px;
	min-height: 52px;
	height: 52px;
	margin-top:0px;
}

.newgameHeader1
{
	background-image:url(../i/newgame-left.png);
	background-repeat: no-repeat;
	min-width: 493px;
	width: 493px;
	min-height: 756px;
	height: 756px;
}

.newgameHeader2
{
	background-image:url(../i/newgame-top.jpg);
	background-repeat: no-repeat;
	min-width: 315px;
	width: 315px;
	min-height: 51px;
	height: 51px;
	margin-left:493px;
}
.newgameHeader3
{
	background-image:url(../i/newgame-right.jpg);
	background-repeat: no-repeat;
	min-width: 52px;
	width: 52px;
	min-height: 756px;
	height: 756px;
	margin-left: 315px;
}
.newgameHeader4
{
	background-image:url(../i/newgame-center.gif);
	background-repeat: no-repeat;
	min-width: 315px;
	width: 315px;
	min-height: 650px;
	height: 650px;
	margin-top:-705px;
}
.newgameHeader4 #screenshotHolder
{
	margin-left: -3px;
	margin-top: 88px;
	width: 320px;
	height: 480px;
}
.newgameHeader5
{
	background-image:url(../i/newgame-bottom.png);
	background-repeat: no-repeat;
	min-width: 315px;
	width: 315px;
	min-height: 55px;
	height: 55px;
	margin-top:0px;
}

.eyegoreHeader1
{
	background-image:url(../i/eyegore-left.jpg);
	background-repeat: no-repeat;
	min-width: 493px;
	width: 493px;
	min-height: 756px;
	height: 756px;
}

.eyegoreHeader2
{
	background-image:url(../i/eyegore-top.jpg);
	background-repeat: no-repeat;
	min-width: 315px;
	width: 315px;
	min-height: 51px;
	height: 51px;
	margin-left:493px;
}
.eyegoreHeader3
{
	background-image:url(../i/eyegore-right.jpg);
	background-repeat: no-repeat;
	min-width: 52px;
	width: 52px;
	min-height: 756px;
	height: 756px;
	margin-left: 315px;
}
.eyegoreHeader4
{
	background-image:url(../i/eyegore-center.gif);
	background-repeat: no-repeat;
	min-width: 315px;
	width: 315px;
	min-height: 650px;
	height: 650px;
	margin-top:-705px;
}
.eyegoreHeader4 #screenshotHolder
{
	margin-left: -3px;
	margin-top: 88px;
	width: 320px;
	height: 480px;
}
.eyegoreHeader5
{
	background-image:url(../i/newgame-bottom.png);
	background-repeat: no-repeat;
	min-width: 315px;
	width: 315px;
	min-height: 55px;
	height: 55px;
	margin-top:0px;
}


.screenshot-options {
	position:relative;
}

.screenshot-options ul {
	background-color: #333333;
	list-style-type: none;
	height:85px;
}
.screenshot-options li {
	top:0px;
	height:85px;
	position: absolute;
}
.screenshot-options a {
	height:85px;
	display:block;
}
.screenshot-options li.ss1 {
	width: 172px;
	left: 0px;
	background-image: url('../i/sneezies-shot1-crop.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
.screenshot-options li.ss2 {
	width: 172px;
	left: 172px;
	background-image: url('../i/sneezies-shot2-crop.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
.screenshot-options li.ss3 {
	width: 172px;
	left: 344px;
	background-image: url('../i/sneezies-shot3-crop.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
.screenshot-options li.ss4 {
	width: 172px;
	left: 516px;
	background-image: url('../i/sneezies-shot4-crop.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
.screenshot-options li.ss5 {
	width: 172px;
	left: 688px;
	background-image: url('../i/sneezies-shot5-crop.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
.screenshot-options li.ss1 a:hover {
	background-image: url('../i/select-screenshot.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
}
.screenshot-options li.ss2 a:hover {
	background-image: url('../i/select-screenshot.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
}
.screenshot-options li.ss3 a:hover {
	background-image: url('../i/select-screenshot.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
}
.screenshot-options li.ss4 a:hover {
	background-image: url('../i/select-screenshot.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
}
.screenshot-options li.ss5 a:hover {
	background-image: url('../i/select-screenshot.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
}

.screenshot-options li.es1 {
	width: 172px;
	left: 0px;
	background-image: url('../i/eye-shot1-crop.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
.screenshot-options li.es2 {
	width: 172px;
	left: 172px;
	background-image: url('../i/eye-shot2-crop.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
.screenshot-options li.es3 {
	width: 172px;
	left: 344px;
	background-image: url('../i/eye-shot3-crop.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
.screenshot-options li.es4 {
	width: 172px;
	left: 516px;
	background-image: url('../i/eye-shot4-crop.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
.screenshot-options li.es5 {
	width: 172px;
	left: 688px;
	background-image: url('../i/eye-shot5-crop.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
.screenshot-options li.es1 a:hover {
	background-image: url('../i/select-screenshot.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
}
.screenshot-options li.es2 a:hover {
	background-image: url('../i/select-screenshot.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
}
.screenshot-options li.es3 a:hover {
	background-image: url('../i/select-screenshot.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
}
.screenshot-options li.es4 a:hover {
	background-image: url('../i/select-screenshot.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
}
.screenshot-options li.es5 a:hover {
	background-image: url('../i/select-screenshot.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
}

.footerWrapper
{
	padding-bottom:20px;
	margin-bottom: 10px;
	background-image:url(../i/darkroundedbottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.footerContainer
{
	padding-top:20px;
	background-image:url(../i/darkroundedtop.png);
	background-repeat: no-repeat;
}

.footer
{
	background-color:#262626;
	overflow: hidden;
}

.footer .leftColumn
{
	background-image:url(../i/footer-left-title.png);
	background-repeat:no-repeat;
	background-position: 20px 0px;
	height: 180px !important;
	min-height: 180px;;
	float: left;
	width: 560px;
	padding: 0px 10px 0px 10px;
}

.footer div.appstore-links-container {

	margin: 65px 30px 0px 80px;
	height:120px;
}

.footer div.appstore-links {
	position:relative;
	height:120px;
}
.appstore-links ul {
	list-style-type: none;
	height:120px;
}
.appstore-links li {
	top:-5px;
	width: 150px;
	height: 120px;
	position: absolute;
}
.appstore-links a {
	display:block;
	height:120px;
	color: #9E9DA8;
	text-decoration: none;
}
.appstore-links a:hover {
	color: #FFFFFF;
}
.appstore-links span.caption {
	text-align: center;
	display: inline;
	position: absolute;
	margin: 100px 10px 0px 0px;
	width: 150px;
}

.appstore-links li.as-eyegore {
	left: 0px;
	background-image:url(../i/appstore-eyegores-eye-blast.jpg);
	background-position: center;
	background-repeat:no-repeat;
}
.appstore-links li.as-sneezies {
	left: 150px;
	background-image:url(../i/appstore-sneezies.jpg);
	background-position: center;
	background-repeat:no-repeat;
}
.appstore-links li.as-easter {
	left: 150px;
	background-image:url(../i/appstore-easter.jpg);
	background-position: center;
	background-repeat:no-repeat;
}
.appstore-links li.as-slite {
	left: 300px;
	background-image:url(../i/appstore-slite.jpg);
	background-position: center;
	background-repeat:no-repeat;
}
.appstore-links li.as-linkoidz {
	left: 300px;
	background-image:url(../i/appstore-linkoidz.jpg);
	background-position: center;
	background-repeat:no-repeat;
}
.appstore-links li.as-velocispider {
	left: 0px;
	background-image:url(../i/appstore-vs.jpg);
	background-position: center;
	background-repeat:no-repeat;
}
.appstore-links li.as-sneezies a:hover {
	background-image:url(../i/app-hover.png);
	background-repeat:no-repeat;
}
.appstore-links li.as-easter a:hover {
	background-image:url(../i/app-hover.png);
	background-repeat:no-repeat;
}
.appstore-links li.as-slite a:hover {
	background-image:url(../i/app-hover.png);
	background-repeat:no-repeat;
}
.appstore-links li.as-eyegore a:hover {
	background-image:url(../i/app-hover.png);
	background-repeat:no-repeat;
}
.appstore-links li.as-linkoidz a:hover {
	background-image:url(../i/app-hover.png);
	background-repeat:no-repeat;
}
.appstore-links li.as-velocispider a:hover {
	background-image:url(../i/app-hover.png);
	background-repeat:no-repeat;
}

.footer .rightColumn
{
	padding-left: 10px;
	background-image: url(../i/dot.png);
	background-repeat:repeat-y;
	float: left;
	width: 140px;
	margin-bottom: -200px;
	padding-bottom: 200px;
	padding-right: 10px;
	font-size:0.77em;
}
.footer .rightColumn p
{
	padding: 0px;
	margin: 0px;
}
.footer .rightColumn a
{
	color: #CCCCCC;
	text-decoration:none;
}
.footer .rightColumn a:hover
{
	color: #FFFFFF;
}
.footer .rightColumn ul
{
	padding:6px 0px 10px 6px;
	list-style-type: none;
}
.footer .rightColumn li
{
	color: #666666;
}
.footer .rightColumn li img
{
	margin-bottom: -4px;
	margin-top: 4px;
	margin-left:-5px;
	margin-right: 10px;
}

.footer .endcap
{
	clear:both;
}

.copyright
{
	color: #666666;
}

p.wordpress_footer
{
	padding:0px;
	margin:0px;
	font-size:0.6em;
}
p.wordpress_footer a
{
	color:#666666;
	text-decoration:none;
}
p.wordpress_footer a:hover
{
	color:#333333;
	text-decoration:none;
}

.nav {
	background-image: url('../i/nav-left.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left:10px;
	width: 890px;
	height:68px;
	margin-bottom:30px;
}
.nav div.navlist {
	position:relative;
	background-image: url('../i/nav-right.png');
	background-repeat: no-repeat;
	background-position: right;
	width:890px;
	height:68px;
}
.nav ul {
	background-image: url('../i/navbar.jpg');
	background-repeat: no-repeat;
	list-style-type: none;
	height:68px;
	width:879px;
	background-color: #333333;
}
.nav li {
	top:0px;
	height:68px;
	position: absolute;
}
.nav a {
	height:68px;
	display:block;
}
.nav li.sneezies {
	width: 180px;
	left: 0px;
}
.nav li.projecti {
	width: 185px;
	left: 180px;
}
.nav li.projecto {
	width: 198px;
	left: 365px;
}
.nav li.retrodreamer {
	width: 180px;
	left: 563px;
}
.nav li.blog {
	width: 132px;
	left: 747px;
}

.nav li.sneezies a:hover, #sneeziesPage .nav li.sneezies {
	background: url('../i/navhover.png') no-repeat 0 0px;
}
.nav li.projecti a:hover, #projecti .nav li.projecti {
	background: url('../i/navhover.png') no-repeat -180px 0px;
}
.nav li.projecto a:hover, #projecto .nav li.projecto {
	background: url('../i/navhover.png') no-repeat -365px 0px;
}
.nav li.retrodreamer a:hover, #retrodreamerPage .nav li.retrodreamer {
	background: url('../i/navhover.png') no-repeat -563px 0px;
}
.nav li.blog a:hover, #blogPage .nav li.blog {
	background: url('../i/navhover.png') no-repeat -747px 0px;
}

.narrowcolumn {
	font-size: 0.9em;
}

.narrowcolumn .entry {
	line-height: 1.3em;
	letter-spacing: normal;
}

.narrowcolumn .entry p {
	padding-top:7px;
	padding-bottom:7px;
}

.narrowcolumn p.postmetadata {
	text-align: center;
}

.narrowcolumn p.alt
{
	text-align: left;
}

.wp .post
{
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	position:relative;
	color: #222;
}

.post .post-date {
	position:absolute;
	left: -95px;
	width: 70px;
	height: 47px;
	background: url('../i/date-tab.png') no-repeat left top;
	color: #fff;
	font-size: 1.0em;
	margin-top: -5px;
}

.post-date .date-day {
	display: block;
	padding: 0px 0 2px;
	text-align: center;
	font-weight: bold;
	margin-top: -5px;
	margin-left: -25px;
}

.post-date .date-month {
	text-align: center;
	display: block;
	text-transform: uppercase;
	margin-left: -25px;
}

.wp small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
	line-height: 1.4em;
}

.wp h2, .wp h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

.wp h3 {
	padding-bottom:10px;
}
	
.wp .hentry h2 {
	font-size: 1.9em;
}

.wp #comments, .wp #nocomments, .wp .commentlist, .wp #respond h3
{
	font-size:0.9em;
}

.wp #comments, .wp #nocomments, .wp #respond h3
{
	font-size:1.1em;
}

.wp .comment-body p
{
	font-size:1.0em;
}

.wp .entry ul
{
	margin-left:40px;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even {
	border-left: 1px solid #ddd;
}

.wp h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

.wp .narrowcolumn {
	float: left;
	padding: 0px 60px 30px 30px;
	margin: 0px 0 0px;
	width: 550px;
}

.wp .post {
	margin: 0 0 40px;
	text-align: left;
}

.wp .post hr {
	display: block;
}

.wp .narrowcolumn .postmetadata {
	padding-top: 5px;
}

.wp .postmetadata {
	clear: both;
}

.wp h3, .wp h2 {
	font-size: 1.4em;
	color:#000
}

.wp a {
	text-decoration:none;
	color: #26D;
}
.wp a:visited {
	color: #9DB6DF;
}
.wp a:hover {
	color:#147;
	text-decoration: underline;
}

.wp h3 a, .wp h2 a, .wp h3 a:visited, .wp h2 a:visited {
	color: #222;
}

.wp h3 a:hover, .wp h2 a:hover {
	text-decoration: none;
	color:#26D;
}

.wp h3 {
	padding: 0;
	margin: 20px 0 0;
}

.wp h3.comments {
	padding: 0;
	margin: 20px auto 20px ;
}

.wp a img {
	border: none;
}
	
.wp p img {
	padding: 0px;
	max-width: 100%;
}

.wp .biglogo
{
	margin-top: 20px;
	margin-bottom: 0px;
}

.wp .navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.wp #sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
	
.wp #sidebar
{
	padding: 10px 0 10px 0;
	margin-left: 650px;
	width: 190px;
	font-size:0.9em;
}

.wp #sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 0.9em;
	text-align:center;
	color: #FFFFFF;
	background-image: url(../i/sidebar-divider.jpg);
	padding: 5px;
}

.wp #sidebar ul, .wp #sidebar ul ol {
	margin: 0;
	padding: 0;
}

.wp #sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

.wp #sidebar ul p,.wp  #sidebar ul select {
	margin: 5px 0 8px;
}

.wp #sidebar ul p.info
{
	font-size: 0.8em;
}

.wp #sidebar ul ul, .wp #sidebar ul ol {
	margin: 5px 10px 0 10px;
}

.wp #sidebar ul ul ul,.wp  #sidebar ul ol {
	margin: 0 10px 0 10px;
}

.wp  #sidebar ul ol li {
	list-style: decimal outside;
}

.wp #sidebar ul ul li, .wp #sidebar ul ol li {
	margin: 1px 0 0;
	padding: 0;
	font-size:0.9em;
}

.wp #sidebar form {
	margin: 0;
}

.wp small, .wp .nocomments, .wp .postmetadata, .wp blockquote, .wp strike {
	color: #777;
}

.wp .commentlist li, .wp #commentform input, .wp #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.wp .commentlist li ul li {
	font-size: 1em;
}

.wp .commentlist li {
	font-weight: bold;
}

.wp .commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.wp .commentlist cite, .wp .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.wp .commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.wp #commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
}

.wp .commentmetadata {
	font-weight: normal;
	font-size: 0.8em;
}

.wp .commentlist .reply
{
	font-size:0.8em;
}

.wp code {
	font: 1.0em 'Courier New', Courier, Fixed;
	line-height: 0.9em;
	margin:0px 30px 0px 30px;
	padding: 20px;
	border-left:30px solid #DDD;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	display:block;
}

.wp acronym, .wp abbr, .wp span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

.wp .clear {
	clear: both;
}

.wp img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

.wp img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.wp .alignright {
	float: right;
}

.wp .alignleft {
	float: left;
}

.wp .postmetadata ul, .wp .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.wp #searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.wp #sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

.wp #sidebar #searchsubmit {
	padding: 1px;
	}

.wp .entry form { 
	text-align:center;
}

.wp select {
	width: 130px;
	}

.wp #commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

.wp #commentform {
	margin: 5px 10px 0 0;
	}
.wp #commentform textarea {
	width: 100%;
	padding: 2px;
	}
.wp #respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
.wp #commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.wp .commentlist {
	padding: 0;
	text-align: justify;
	}

.wp .commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.wp .commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.wp .commentlist p {
	margin: 10px 5px 10px 0;
}
.wp .children { padding: 0; }

.wp #commentform p {
	margin: 5px 0;
	}

.wp .nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.wp .commentmetadata {
	margin: 0;
	display: block;
}

/* Begin Various Tags & Classes */
.wp acronym, .wp abbr, .wp span.caps {
	cursor: help;
	}

.wp acronym, .wp abbr {
	border-bottom: 1px dashed #999;
	}

.wp blockquote {
	margin: 10px 30px 10px 30px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #C2D3EA;
	color:#5F5F5F;
	font-style:italic;
	line-height:0.9em;
	padding-right: 25px;
	}

.wp blockquote cite {
	margin: -5px 30px 0px 30px;
	text-align:right;
	display: block;
	color:#fff;
	font-size:0.8em;
	}

.wp .center {
	text-align: center;
	}

.wp .hidden {
	display: none;
	}
	
.wp .screen-reader-text {
     position: absolute;
     left: -1000em;
}

.wp hr {
	display: none;
	}
	
.wp .aligncenter,
.wp div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.wp #twitter_update_list span
{
	font-size:0.7em;
	line-height: 0.8em;
	padding-bottom: 10px;
}
.wp #twitter_update_list li a
{
	text-align:right;
	display:block;
}

.wp #twitter_update_list li span a
{
	display:inline;
}

/* SUBSCRIPTION MANAGER STYLE */
.subscription-manager {
padding: 10px 0 20px 0;
margin: 5px 0 0 55px;
width: 550px;
}

div.wrap {;
padding: 5px 10px;
margin: 20px 0;
}

div.wrap h2 {
margin: .5em 0 1em 0;
border-bottom: 2px solid #589bd2;
}

div.wrap fieldset {
margin: 1em 0;
padding: 5px 10px;
}

div.wrap fieldset legend {
font-weight: bold;
font-size: small;
}

div.wrap p.submit {
text-align: right;
}


.updated {
margin: 1em 5% 10px;
padding: 0 1em;
}

.updated-error {
}

div.wrap form {
margin: 0;
padding: 0;
}

div.warp li {
margin-bottom: 6px;
line-height: 130%;
}
/* END SUBSCRIPTION MANAGER STYLE */

