/*
Theme Name: OSCulator
Theme URI:
Description: Simple theme based on ADSimple.
Version: 1.0
Author: Andy Chung
Author URI: http://animalyouth.com
Tags: white, fixed width, three columns, widgets, right sidebar, simple
*/

* { margin: 0; padding: 0; }
html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); }
body {
	font: 62.5% "Andale Mono", Courier New, Verdana, sans-serif;
	line-height: 1.6em;
	color: #333;
	border-top: 5px solid #333;
}
a {
	color: #333;
	text-decoration: none;
}

a:hover {
	background-color: #9FC;
	text-decoration: none;
}
p {padding-left: 0; padding-bottom: 5px; padding-right: 0; padding-top: 5px; margin: 0;}
h1 {margin: 20px 0 0}
img {border: 0}
input {vertical-align: middle}
h2 {
	font: normal 1.6em "Andale Mono", Courier New, Verdana, sans-serif;
	margin: 0 0 12px;
}
blockquote {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px dashed #333;
	border-bottom: 1px dashed #333;
	font-size: 1.1em;
	color: #666;
	font-style: italic;
	padding-top: 0px;
}
* html blockquote {height: 1%;}
blockquote p {
	font-size: 1em !important;
	margin: 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.aligncenter {margin: 7px margin}
.alignleft {float: left}
img.alignleft {margin: 5px 10px 3px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 3px 10px}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 0 0;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 149px;
	margin-bottom: 0px;
	background-image: url(i/header_bg3.gif);
	border-bottom: 1px dashed #333;
}

#searchform {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
}
#searchform input {
	font: 1em "Andale Mono", Courier New, Verdana, sans-serif;
	float: left;
}
#s {
	border-color: #bfbfbf;
	border-width: 1px;
	border-style: ridge;
	width: 190px;
	padding: 2px 0px;
	border-bottom: 2px solid #333;
	margin-right: 5px;
}
#searchsubmit {
	border-color: #33ffc2;
	border-width: 1px;
	background: #000;
	padding: 2px 7px;
	color: #fff;
	overflow: visible;
	height: 20px;
	cursor: pointer;
}

#logo {
	float: right;
	color: #333;
	line-height: 0.85em;
	font-size: 1.2em;
	margin: 120px 0 0 0;
	font-style: italic;
}

#menu {
	height: 16px;
	padding: 2px 0 0 0;
	clear: both;
	border-bottom: 2px solid #333;
	position: relative;
	margin-bottom: 40px;
}
#menu li {
	font-size: 1em;
	display: inline;
}
#menu li a {
	margin: 0 25px 0 0px;
	color: #333;
	font-size: 1.2em;
}
#menu li a:hover {color: #444;}
#menu li.current_page_item {
	background: none;
}


/* Content
-----------------------------------------------------------------------------*/
#container {
	width: 100%;
	margin-bottom: 10px;
}
* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	width: 540px;
	float: left;
	padding: 0 10px 20px 0;
	font-size: 1.1em;
/*	overflow: hidden; */
}

#content img {
	max-width:540px;
}

#content h2 {
	font: normal 1.2em Verdana, sans-serif;
	padding: 0 0 1px;
	border-bottom: 2px solid #333;
	margin-bottom: 1.2em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#content h2 a:hover{
	text-decoration: none;
}

#content h2.pagetitle {
	padding-left: 3px;
	padding: 0 0 1px;
}
#content h3 {
	font: normal 1.1em;
	padding: 1px 0 0;
	margin-bottom: 0.2em;
	border-bottom: 1px solid #333;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#content p {
	line-height: 1.5em;
	font-family: Verdana, Geneva, sans-serif;
	list-style: none;
}
#content li {
	line-height: 1.5em;
	font-family: Verdana, Geneva, sans-serif;
	list-style-image: url(i/arrow.gif);
	list-style-position: outside;
	/*border-bottom: 1px solid #333;*/
}

#content .post {
	margin: 0 0 2.2em;
}
#content .post h2 {
	font-size: 1.2em;
	margin: 0 0 4px;
}

#content .post h3 {
	font-size: 1em;
	margin: 0 0 2px;
}

.post ul {
	margin: 7px 0 7px 35px;
	border: none;
}
.post ol {
	margin: 7px 0 7px 35px;
	border: none;
}
.post li {
	padding: 2px 0;
	border: none;
}
.post .postmetadata {
	font-size: 1em;
	padding: 0 0 7px;
	color: #333;
}
.postmetadata a {
	color: #333;
	border-bottom: 2px solid #9FC;
}
.postmetadata a:hover {
	background-color:#9FC;
	border-bottom: 0px;
}

.entry {
  text-align: left;
}

.entry a {
	border-bottom: 2px solid #9FC;
}

.entry pre {
	padding-left: 2em;
	padding-bottom: 6px;
	padding-top: 6px;
	font-size: 1.3em;
}

.entry a:hover {
/*	background-color:#FFF;*/
	border-bottom: 0px;
	background-color: #9FC;
	text-decoration: none;
}

.entry h1 {
	font-size: 1.8em;
	margin: 15px 0 10px;
}
.entry h2 {
	font-size: 1.2em !important;
	font-weight: normal !important;
	margin: 25px 0 10px !important;
	padding: 0 !important;
	border: none !important;
	text-decoration: underline;
	display: block;
}
.entry h3 {
	font-size: 1.45em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
}

.entry h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	margin: 15px 0 10px;
}

.line {
	clear: both;
	padding: 3px;
	margin: 0 0 15px;
	background: url(i/smalldot.gif) repeat-x;
}

.nav {
	font-size: 1.3em;
	padding: 0 0 22px;
}
.navigation {
	font-size: 1.3em;
	margin: 20px 0;
	height: 1.3em;
}
.alignleft {float: left;}
.alignright {float: right;}

h3#comments,
h3#respond {
	padding: 1px 0 2px;
	border-bottom: 1px dashed #333;
}

.commentlist {
	margin: 20px 0 30px 25px;
}
.commentlist li {
	padding: 8px 0 2px;
}
.cdata {
	border-top: 1px solid #333;
	border-bottom: 1px dashed #333;
	padding: 3px 3px 0px 7px;
	height: 1%;
}
.cdata strong {
  display: block;
}
#content img.avatar {
  float: right;
	display: inline;
	border: 0;
	margin: 1px 1px 0;
}
.ctext {
  padding: 0 7px;
}

.commentlist li p {
	font-size: 1em !important;
}
.commentmetadata {
	font-size: 0.85em;
}
.commentmetadata a {
  color: #666;
}

#author, #email, #url, #comment, #submit {
	font: 1em "Andale Mono", Courier New, Verdana, sans-serif;
	padding: 2px 4px;
	width: 200px;
	border: 1px solid #CCC;
}
#comment {
	width: 470px;
	height: 170px;
}
#submit {
	width: 115px;
	height: 22px;
	padding: 0;
	background: #f5f5f5;
	cursor: pointer;
	overflow: visible;
}


/* Sidebars
-----------------------------------------------------------------------------*/
#sidebars {
	float: right;
	width: 395px;
	font-size: 1em;
//	line-height: 1.5em;
	margin-top: 17px;
	padding-bottom: 100px;
//	border-top: 2px solid #333;
}

* html #sidebars {height: 1%;}

#download {
	height: 190px;
	background-image: url(i/sidebar_bg.jpg);
	border-bottom: 1px dashed #333;
	margin-bottom: 20px;
}

#download a img {
	margin-top: 63px;
}

#sidebars:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#l-sidebar {
	float: left;
	width: 190px;
	padding: 0;
}
#r-sidebar {
	float: right;
	width: 190px;
	padding: 0 0 0 15px;
}

#sidebars ul {
	margin: 0 0 15px;
}
#sidebars li {
	list-style: none;
	border-bottom: 1px dashed #666;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 1px;
}
#sidebars li ul {
  margin: 0 0 3px 12px;
}
#sidebars li li {
  padding: 3px 0 0;
	border: none;
}
#sidebars li a {
	color: #333;
}
#sidebars h2 {
	font: normal 1em "Andale Mono", Courier New, Verdana, sans-serif;
	border-bottom: 2px solid #333;
}
#sidebars h3 {
	font: normal 1.4em/1.1em "Andale Mono", Courier New, Verdana, sans-serif;
	padding: 0 0 3px;
}

.tags,
#tag_cloud {
	margin: 0 0 15px;
}
.tags {
  text-align: center;
}
.tags a,
#tag_cloud a {
	color: #808080;
	margin: 0 2px;
}

#wp-calendar {
  width: 100%;
	margin: 0 0 12px;
}
#wp-calendar td {
  text-align: center;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	padding: 2.5px 0px;
	margin: 0 0 15px;
	font-size: 1em;
	border-top: 2px solid #333;
}

/* Bonus
-----------------------------------------------------------------------------*/
#bonus {
	width: 100%;
	background-color: #9FC;
	list-style: decimal;
	font-family: Verdana, Geneva, sans-serif;
}

#purchase {
	width: 1000px;
	margin: auto;
	padding-top: 10px;
	border-bottom: 1px solid #333;
	margin-bottom: 15px;
}

.purchase_r {
	width: 480px;
	float: right;
	padding-bottom: 22px;
	padding-top: 10px;
}

.purchase_l {
	width: 480px;
	float: left;
	padding-bottom: 22px;
	padding-top: 10px;
}

.title {
	width: 480px;
}

#bonus2 {
	width: 100%;
	background-color: #FFCBE1;
	list-style: decimal;
	font-family: Verdana, Geneva, sans-serif;
}

#bonus2 a:hover{
	background-color: #FFCBE1;
}

hr{
	height: 2px;
	color: black;
	background-color: black;
	border-style: none;
}

.wpfaqaccordioncontent {
	padding-bottom: 1em;
}

#badge {
	padding-top: 1px;
	margin-bottom: -3px;
}
