/*   
Theme Name: oli_cole_com
Theme URI: http://www.olicole.com
Description: 1 column layout
Author: Oli Cole
Author URI: http://www.olicole.com
Version: 1.0
*/



/* Begin Typography & Colors */

.widecolumn .entry p {
}
.narrowcolumn .entry, .widecolumn .entry {
}
.widecolumn {
}
.narrowcolumn .postmetadata {
}
.thread-alt {
}
.thread-even {
}
.depth-1 {
}
.even, .alt {
}
#footer {
}
small {
}
uc {
	text-transform:uppercase;
}
uc_ul {
	text-transform:uppercase;
	text-decoration:underline;
}
h1, h2, h3 {
}
#headerimg .description {
}
h2 {
}
h2.pagetitle {
}
#sidebar h2 {
}
h3 {
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
}
.entry p a:visited {
}
.sticky {
}
.sticky h2 {
}
.commentlist li, #commentform input, #commentform textarea {
}
.commentlist li ul li {
}
.commentlist li {
}
.commentlist li .avatar {
}
.commentlist cite, .commentlist cite a {
}
.commentlist p {
}
#commentform p {
}
.commentmetadata {
}
#sidebar {
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
}
code {
}
acronym, abbr, span.caps {
}
a {
	background-color:#000;
	color:#EFEFEF;
	text-decoration:none;
	text-transform:uppercase;
}
a:hover {
	background-color:#0CF;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}
a:visited {
	background-color:#F06;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}
#wp-calendar #prev a, #wp-calendar #next a {
}
#wp-calendar a {
}
#wp-calendar caption {
}
#wp-calendar th {
}
/* End Typography & Colors */



/* Begin Structure */
html {
	overflow: visible;
}
body {
	/*margin: 0;*/
	/*padding: 0; */
	font-size: 62.5%;  /*Resets 1em to 10px*/
	font-family: Arial, Helvetica, sans-serif;
	/*background-color: #EFEFEF;*/
	color: #000;
}
#page {
	margin: auto;
	padding: 0;
	width: 440px;
	text-align: left
}
#header {
	width: 440px;
	height: 0px; /* leave some whitespace */
	padding-top: 0px;
	margin-bottom: 0px;/*background-color:#999;*/
	/* background: url('images/snorkel_header.jpg') no-repeat bottom center; */
	}
#headerimg {
}
#content {
}
.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 440px;
}
.widecolumn {
}
.post {
	margin-top:20px;
	padding:10px 10px 0px 10px;/*background-color: #CCCCCC;*/
	}
.post hr {
	display: block;
}
.widecolumn .post {
}
.narrowcolumn .postmetadata {
}
.widecolumn .postmetadata {
}
.widecolumn .smallattachment {
}
.widecolumn .attachment {
}
.postmetadata {
	clear: both;
}
.clear {
	clear: both;
}
#footer {
}
#footer p {
}
/* End Structure */



/*	Begin Headers */
h1 {
}
h2 {
}
h2.pagetitle {
}
#sidebar h2 {
}
h3 {
}
h3.comments {
}
/* End Headers */



/* Begin Images */
object {
	padding: 0 0 10px 0;
}
p img {
	padding: 0 0 10px 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
}
img.alignleft {
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* 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;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	padding:0;
	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, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#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 {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 0;
	text-align: left;
}
#sidebar #searchform #s {
	width: 140px;
	padding: 0;
}
#sidebar #searchsubmit {
	padding: 0;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
}
#commentform input {
}
#commentform {
}
#commentform textarea {
}
#respond:after {
}
#commentform #submit {
}
/* End Form Elements */



/* Begin Comments*/
.alt {
}
.commentlist {
}
.commentlist li {
}
.commentlist li ul li {
}
.commentlist p {
}
.children {
}
#commentform p {
}
.nocomments {
}
.commentmetadata {
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 0;
	margin-left: 420px;
	width: 240px;
	background-color:#CCC;
}
#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
}
#wp-calendar #next a {
}
#wp-calendar #prev a {
}
#wp-calendar a {
}
#wp-calendar caption {
}
#wp-calendar td {
}
#wp-calendar td.pad:hover {
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
}
blockquote {
}
blockquote cite {
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
}
.wp-caption img {
}
.wp-caption p.wp-caption-text {
}
/* End captions */

