/* @override http://okay-plus.com/wp-content/themes/ok/style.css */

/*  
Theme Name: Okay Plus
Theme URI: http://okay-plus.com/
Description: A severe variation of the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: .1
Author: Joe di Stefano
Author URI: http://okay-plus.com/
*/

/*
 * Colors
 * Body Background:     333
 * Body Font:           CCC
 * Blue					1584D5
 * Red					99120F
 * Yellow				CC0
*/

* {
	margin: 0;
	padding: 0;
}

/* Begin Typography & Colors */

body {
	font-size: 12px;
	color: #CCC;
	font-family: "century gothic", Geneva, sans-serif;
	background: url('images/bg.gif') fixed;
	height: 100%;
}

#page {
	background-color: #333;
	margin: 140px auto 60px;
	padding: 10px 20px 0;
	width: 730px;
	border: 3px solid #1D1D1D;
	border-top: none;
}

.container {
	width: 776px;
	margin: auto;
}

#header {
	position: fixed;
	top: 0;
	background: #333 url('images/header.gif') no-repeat top center;
	height: 142px;
	width: 730px;
	padding: 0 20px;
	border: 3px solid #1D1D1D;
	border-top: none;
	border-bottom: none;
}

#footer {
	width: 730px;
	height: 41px;

	clear: both;
}

#footer p {
	border-top: 1px dotted #ccc;
}

#logos {
	border-top: 1px dotted #999;
	padding-left: 10px;
}

/* My Comment */

#headerimg {
	
}

#content {
	font-size: 1em;
	line-height: 1.5em;
}

ul.menu {
	position: absolute;
	top: 100px;
	width: 730px;
	border-bottom: 1px dotted #999;
}

ul.menu li {
	display: block;
	float: left;
	width: 230px;
	padding: .5em 0;
}

li.page_item {
	margin-left: 20px;
	border-top: 1px dotted #999;
}

li.page_home {
	margin: 0;
	border-top: 1px dotted #999;
}

ul.menu li a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 2em;
	color: #99120F;
}

ul.menu li a:hover {
	background: #333;
	color: #999;
	text-decoration: none;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
}

.widecolumn .entry p {
	font-size: 1.0em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.entry p {
	margin: 1.5em 0;
	padding: 0 10px;
}

.widecolumn {
	line-height: 1.5em;
	padding: 10px 0 20px 0;
	margin: 0 150px 20px 0;
	width: 480px;
}

.alt {
	background-color: #292929;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}

.clear {
	clear: both;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1 {
	font-size: 3em;
	padding: 20px 0 0 20px;
}

#headerimg .description {
	font-size: 1.2em;
	padding-left: 40px;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 5px;
}

h2.pagetitle {
	font-size: 1.6em;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 20px 0 0;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #CC0;
}

h2, h2 a, h2 a:visited {
	color: #1584D5;
}

h3, h3 a, h3 a:visited {
	color: #999;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.about_text {
	width: 220px;
	float: left;
}

.about_text a {
	color: #1584D5;
	text-decoration: none;
}

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

div.about_text p {
	margin: 1.5em 0;
	padding-left: 10px;
}

.entry p a:visited {
	text-decoration: line-through;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em
}

.commentlist li {
	font-weight: bold;
}

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

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

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	padding: 10px 0 0;
	margin-left: 500px;
	width: 230px;
}

.onecol {
	width: 210px;
	float: left;
	margin: 10px 0 20px 20px;
	padding: 10px;
	text-align: justify;
	background: url('images/content_bg.gif');
	border-bottom: 1px dotted #ccc;
}

div.onecol p {
	margin: 1.5em 0;
	padding: 0 10px;
}

.twocol {
	width: 480px;
	margin: 10px 0 0;
	float: left;
}

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

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

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

h2 a:hover, h3 a:hover {
	color: #1584D5;
	text-decoration: underline;
}

a {
	color: #1584D5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* End Typography & Colors */

/* Begin Structure */

img.portfolio {
	margin-top: 48px;
	float: right;
}

.narrowcolumn {
	float: left;
	margin-top: 10px;
	width: 480px;
}

.post {
	margin-bottom: 20px;
	padding: 10px;
	text-align: justify;
	background: url('images/content_bg.gif');
	border-bottom: 1px dotted #999;
	clear: both;
}

.post img {
	padding: 0 0 10px 20px;
	float: right;
}

/* My Comment */

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.postmetadata {
	padding-top: 5px;
	clear: both;
	font-size: 0.9em;
}

.widecolumn .postmetadata {
	margin: 10px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

#fromblog {
	margin: 38px 10px 0 0 ;
	float: right;
}
/* End Structure */

/*	Begin Headers */

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

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

/* End Headers */

/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
}

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

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

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

.right {
	float: right;
}

.left {
	float: left
}

.clear {
	clear: both;
}

/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

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

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

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

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

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

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

#sidebar ul ul li, #sidebar ul ol li {
	padding: 2px 0;
	border-bottom: 1px solid #555;
}

#sidebar ul ul li:hover, #sidebar ul ol li:hover {
	background: #444;
}

#sidebar ul.children li {
	padding: 0;
	border-bottom: none;
}

/* End Entry Lists */

/* Begin Form Elements */

#sidebar #searchform #s {
	width: 140px;
	padding: 2px;
	background: #ccc;
	border: 1px solid #999;
}

#sidebar #searchsubmit {
	margin-left: 10px;
	padding: 1px;
}

.entry form {
	/
* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

select {
	width: 130px;
}

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

#commentform textarea {
	width: 100%;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background-color: #f8f8f8;
}

#commentform #submit {
	margin: 0;
	float: right;
}

/* End Form Elements */

/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
}

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

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

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

#commentform p {
	margin: 5px 0;
}

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

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

/* End Comments */

/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {


/* Doesn't work in IE */
	background-color: #fff;
}

/* End Calendar */

/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
}

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

blockquote {
	padding: .5em;
	margin: 15px 20px 0;
	border-left: 5px solid #1584D5;
	background: #292929;
}

.entry blockquote p {
	margin: 0;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin: 1em 0 3.5em;
}

/* End Various Tags & Classes*/