/*
Theme Name: OYT Purple Minimalist
Theme URI: http://oneyeartightrope.com/blog/
Description: The One-Year Tightrope blog theme based on Default
Version: 1.0
Author: Michael Hoppal
Author URI: http://michael.hoppal.com/blog/
Tags: purple, gray, fixed width, three columns

*/
/* Layout and colors */
body {
background-color: #FFFFFF;
}

div#page {
width: 960px;
margin-left: auto;
margin-right: auto;
}

div#header {
width: 960px;
margin: 0;
padding: 0;
float: left;
}

div#container {
width: 960px;
margin: 0;
padding: 0;
float: left;
}

div#content {
float: right;
width: 620px;
padding-left: 10px;
margin-left: 10px;
}

div#sidebar {
float: left;
width: 300px;
padding-right: 10px;
margin-right: 10px;
}

div#adbar {
width: 125px;
float: left;
}

div#navbar {
width: 155px;
padding-left: 10px;
margin-left: 10px;
float: right;
}

div#footer {
width: 960px;
margin: 0;
padding: 0;
margin-left: auto;
margin-right: auto;
float: left;
}

/* End layout */

/* Fonts */

body {
font-size: 62.5%;
font-family: 'Trebuchet MS', Verdana, Sans-Serif;
color: #504747;
background-image: url(http://oneyeartightrope.com/blog/wp-content/themes/oyt/images/om.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
}

a {
color: #CC0066;
text-decoration: none;
border-bottom: 1px dotted #CC0066;
}

a:hover {
color: #504747;
border-bottom: 1px dotted #504747;
}

h1 {
font-size: 1.8em;
font-family: Georgia, 'Trebuchet MS', Verdana, Sans-Serif;
}

#header h2 a {
font-size: 1.4em;
border: 0;
font-family: Georgia, 'Trebuchet MS', Verdana, Sans-Serif;
}

.entry {
font-size: 1.6em;
color: #504747;
}

.entry h1 a {
border: 0;
font-family: Georgia, 'Trebuchet MS', Verdana, Sans-Serif;
}

.entry h2 {
border: 0;
font-family: Georgia, 'Trebuchet MS', Verdana, Sans-Serif;
}

.entry h3 {
border: 0;
font-family: Georgia, 'Trebuchet MS', Verdana, Sans-Serif;
}

#footer {
font-size: 1.4em;
text-align: center;
color: #CC0066;
}

#header {
color: #CC0066;
text-align: center;
font-size: 1.7em;
}

#header a {
border: none;
}

#header a:hover {
border-bottom: 3px solid #504747;
}

#sidebar, #navbar, #adbar {
font-size: 1.2em;
}

#navbar {
text-align: right;
}

#sidebar big, #navbar big, #adbar big {
font-size: 1.6em;
font-family: Georgia, 'Trebuchet MS', Verdana, Sans-Serif;
}

#sidebar ul, #adbar ul, #adbar ul {
list-style-type: none;
padding: 0;
margin: 0;
}

#sidebar li, #adbar li, #adbar li {
list-style-type: none;
padding: 0;
margin: 0;
line-height: 150%;
}

#sidebar a, #navigation a:hover {
color: #504747;
border-bottom: 1px dotted #504747;
}

#sidebar a:hover, #navigation a {
color: #CC0066;
border: 0;
}

.postmetadata ul, .postmetadata li {
list-style-type: none;
display: inline;
margin: 0;
padding: 0;
}

/* End Fonts */

/* Misc */
#navigation {
font-size: 1.6em;
height: 2.0em;
padding-top: 20px;
margin-top: 20px;
padding-bottom: 20px;
margin-bottom: 20px;
}

#nav-next {
float: right;
}

#nav-prev {
float: left;
}

acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

/* End Misc */

/* Images */ 

p img {
padding: 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 {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}

.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-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;
}

.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
	
/* End Images */

/* Comments */

#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}

#commentform {
margin: 5px 10px 0 0;
}

#commentform textarea {
width: 300px;
padding: 2px;
}

#commentform #submit {
margin: 0 0 5px auto;
float: right;
}

.alt {
margin: 0;
padding: 10px;
}

.commentlist {
padding: 0;
text-align: justify;
color: #504747;
font-size: 1.5em;
}

.commentlist a {
color: #CC0066;
text-decoration: none;
border-bottom: 1px dotted #CC0066;
}

.commentlist li {
margin: 15px 0 10px;
padding: 5px 5px 10px 10px;
list-style: none;
}

.commentlist li ol li { 
margin-right: -5px;
margin-left: 10px;
}

.commentlist p {
margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
margin: 5px 0;
}

.nocomments {
text-align: center;
margin: 0;
padding: 0;
}

.commentmetadata {
margin: 0;
display: block;
}

.a2a_dd {
border: 0;
}

.more-link {
border-bottom: 0;
}

big {
display: block;
margin-top: 20px;
}

#sidebar big {
text-align: center;
}

#adbar big {
text-align: left;
}

#navbar big {
text-align: right;
}
