/*  
Theme Name: Ten Blog: Meta Theme for Single Blog
Theme URI: http://10.ofrecord.com
Description: Based on Dailypress - Jai Nischal Verma -- http://www.blogohblog.com
Version: 1.0
Author: Of Record
Author URI: http://10.ofrecord.com
*/


/* THINGS TO CHANGE IN A NEW BLOG /*
/* green coloring */

h2.post-title a {
  color: #792944;
}

a { 
  color: #792944;
}

.post-content blockquote {
  background: url(http://10.ofrecord.com/images/quotes-purple.png) no-repeat left top; 
}

.post-content ul {
  list-style: disc url(http://10.ofrecord.com/images/bullet-purple.png) inside;
}

/* different color in unordered list */
.post-content ul em {
  color: #792944;
}

h3 {
  color: #792944;
}

.navigation a {
  color: #792944;
}

.sidebar-section h3 {
  color: #792944;
}

.sidebar-section li {
  list-style: disc url(http://10.ofrecord.com/images/slashes-purple.png) outside;
}

.sidebar-section a {
  color: #792944;
  border-bottom: dotted #792944 1px;
}

#ads a {
  color: #792944;
  border-bottom: dotted 1px #792944;
}

.sleft { 
  background: url(http://10.ofrecord.com/images/slashes-purple.png) no-repeat; 
}

.sright { 
  background: url(http://10.ofrecord.com/images/slashes-purple.png) no-repeat; 
}

.submit {
  color: white;
  background-color: #792944;
}

#footer { 
  color: white;
  background-color: #792944;
}

.footer a:hover { 
  color: #792944;
}

#blogtitle {
  color: #792944;
}

.post-content img {
  border: double black 6px;
}

.alignleft {
  padding-right: 40px;
}

.alignright {
  padding-left: 40px;
}

.wp-caption-text {
  font-family: gill sans, sans-serif;
  color: grey;
  text-align: center;
}


/*++++++ STRUCTURE ++++++++*/

/* header */
#header {
  background-color: white;
}

#blogtitle {
  font-family: gill sans, helvetica;
  text-decoration: none;
  font-size: 260%;
  font-weight: normal;
  margin-left: 12px;
  letter-spacing: .15em;
}

h1 {
  /* distance below logo and blog title */
  padding-bottom: 5px;
}

#blognetwork {
  position: absolute;
  top: 13px;
  padding-left: 15px;
}

/* posts and sidebar */
#wrapper { 
  width: 1000px; 
  margin: auto;
}

#main {	
  width: 950px; 
  margin: 30px auto 30px;
}

/* posts */
#content { 
  width: 570px; 
}

#left { 
  float: left; 
  width: 570px; 
  padding: 40px;
  border: black 1px solid;
}

/* sidebar */
#right { 
  float: right; 
  width: 270px; 
}

/*++++++ PAGE AND DEFAULT STYLES ++++++++*/

* { 
  margin: 0px; 
  padding: 0px; 
}

body {
  font-family: Georgia, Verdana, sans-serif;
  font-size: small;
  letter-spacing: .120em;
  line-height: 1.5em;
  text-align: left;
  background-color: white;
  color: black;
}

.clear { clear:both; }
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 ;}
img { border:none;}


/*++++++ HEADER ++++++++*/

#epitath {
  font-family: "Gill Sans", sans-serif;
  font-size: 120%;
  font-weight: normal;
  text-align: right;
  position: absolute;
  top: 40px;
  right: 10px;
}

.author {
  font-family: Georgia, "Gill Sans", sans-serif;
  font-style: italic;
}


/*++++++ POST STYLES ++++++++*/

/* spacing */
.entry { 
  width: 550px; 
  margin-bottom: 20px; 
}

/* date */
.post-date {
  text-transform: uppercase;
  letter-spacing: .4em;
  font-size: 90%;
  font-family: Gill Sans, Veranda, sans-serif;
}

.post-date b {
  letter-spacing: .2em;
  font-size: 90%;
  font-family: Georgia, Verdana, sans-serif;
}

/* post title */
h2.post-title {
  font-size: 180%;
 /* makes post titles wrap nicely */
  line-height: 1.5em;
  margin-top: 4px;
}

h2.post-title a {
  text-decoration: none;
}

h2.post-title a:hover {
  text-decoration: underline;
}

h2.post-title a:visited {
  color: #324644;
}

/* post metadata top */

.post-metadata-top a {
  font-family: "Gill Sans", Veranda, sans-serif;
  color: #324644;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .3em;
  border-bottom: dotted #324644 1px;
}

.discuss a {
  text-transform: lowercase;
}

/* posts themselves */

.post-content {
  padding-top: 15px;
}

.post-content p {
  padding-bottom: 15px;
}

a { 
  color: #792944;
  text-decoration: underline;
}

a:hover { 
  text-decoration: none;
}

a:visited {
  color: #324644;
}

.post-content blockquote {
  font-size: 110%;
  /* distance between quote and text */
  padding-left: 35px;
  /* alignment of bottom of text and quote */
  padding-top: 5px;
  /* indentation of quote */
  margin-left: 35px;
  margin-right: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  /* TYPOGRAPHY */
  line-height: 1.5em;
  font-family: "Gill Sans", Veranda, sans-serif;
}

.post-content blockquote cite {
  font-variant: italic;
  font-size: 100%;
  font-family: Georgia, Times, sans-serif;
}

.post-content li {
  /* alignment with paragraphs */
  margin-left: 40px;
  /* controls distance from bullet */
  padding-left: 3px;
  /* makes text wrap inside bullets */
  list-style-position: outside;
  /* distance between list items */
  padding-bottom: 5px;
}

.post-content ul {
  margin-bottom: 20px;
}

.post-content ol {
  margin-bottom: 20px;
}

/* emphisis in lists */
.post-content li em {
  font-family: "Gill Sans", Veranda, sans-serif;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 130%;
  font-style: normal;
}

/* code */
.post-content pre {
  font-family: Andale Mono, monospace;
}

table {
  border: solid black 1px;
}

table td {
  padding: 5px;
  border: solid black 1px;
}

table th {
  padding: 5px;
  border: solid black 1px;
}

/* section headers */

.sidebar h3 {
  font-family: Arial;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
}

.post-content h3 {
  font-size: 130%;
  padding-bottom: 20px;
  padding-top: 20px;
}

/* author information */

.post-metadata-bottom p {
  margin-left: 20px;
  margin-bottom: 25px;
  padding-top: 5px;
}

.post-metadata-bottom img {
  float: left;
  border: double black 3px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 15px;
}

.post-metadata-bottom h5 {
  font-size: 130%;
  text-transform: uppercase;
  color: #324644;
}

#author-description {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 110%;
}

.clear {
  clear: both;
}

/* post metadata bottom */

.post-metadata-bottom {
  border: dotted black 1px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  margin-bottom: 60px;
  font-family: Gill Sans, Veranda, sans-serif;
}

.post-metadata-bottom a {
  color: #324644;
  text-decoration: none;
  letter-spacing: .3em;
  border-bottom: dotted #324644 1px;
}

.socials { 
  margin-bottom: 10px; 
}

.socials a {
  margin-right: 15px; 
}

.category {
  margin-top: 8px;
  margin-bottom: 12px;
}

/*
.btn_email { background:url(images/mail.gif) left no-repeat; padding-left:15px;}
.btn_comment { background:url(images/comments.gif) left no-repeat; padding-left:15px;}
.btn_delicious { background:url(images/delicious.gif) left no-repeat; padding-left:15px;}
.btn_digg { background:url(images/digg.gif) left no-repeat; padding-left:15px;}
.btn_reddit { background:url(images/reddit.gif) left no-repeat; padding-left:15px;}
.btn_technorati { background:url(images/technorati.gif) left no-repeat; padding-left:15px;}
.btn_furl { background:url(images/furl.gif) left no-repeat; padding-left:15px;}
*/

/*++++++ OLDER & NEWER ENTRIES ++++++++*/

.navigation a {
  font-family: "Gill Sans", sans-serif;
  text-decoration: none;
  font-size: 140%;
}

/*++++++ SIDEBAR ++++++++*/

/* sections */
.sidebar-section {
  border: dotted grey 1px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 5px;
}

.sidebar-section h3 {
  font-family: Arial;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
}

.sidebar-section p {
  padding-left: 10px;
  padding-bottom: 20px;
}

p#editors {
  padding-bottom: 0px;
}

.sidebar-section ul {
  padding-top: 0px;
  margin-top: 5px;
  margin-left: 30px;
  padding-bottom: 20px;
}

.sidebar-section a {
  font-family: Arial, "Gill Sans", sans-serif;
  text-decoration: none;
}

.sidebar-section a:hover {
  border-bottom: none;
}

.sidebar-section a:visited {
  border-bottom: dotted #324644 1px;
}

/* ads */
#sads {
  text-align: center;
}

.leftad {
  margin-right: 7px;
}

.rightad {
  margin-left: 7px;
}

#ads a {
  font-family: Arial;
  text-decoration: none;
}

#sads p {
  text-align: right;
  margin-bottom: 15px;
}

/* tabs */
#tab { 
  width: 270px; 
  margin-bottom:10px;
}

/* double sidebar */
#sidebar { 
  width: 330px; 
}

.sidebar-section li {
  margin-bottom: 8px;
}

.sleft { 
  float: left; 
  width: 160px; 
}

.sright { 
  float: right; 
  width: 160px; 
}

/*++++++ SEARCH ++++++++*/

#searchbox {
  margin-bottom: 30px;
}

#searchbox #s { 
  border: solid grey 2px;
  float: left; 
  width: 194px; 
  height: 20px; 
  background-color: #F2F2F2;
}

#searchbox #go { 
  margin-left: 6px;
  padding: 3px;
  border: 2px solid grey;
}

/*+++++++ COMMENTS +++++++*/

#commentform p { padding-bottom:10px;}
#commentform #author { border:1px solid #bbb9b2; height:20px; width:200px; background:#f5f5f3; padding-left:5px; }
#commentform #email { border:1px solid #bbb9b2; height:20px; width:200px; background:#f5f5f3; padding-left:5px; }
#commentform #url { border:1px solid #bbb9b2; height:20px; width:200px; background:#f5f5f3; padding-left:5px;}

#commentform #comment { 
  border:1px solid #bbb9b2; height:200px; 
  width:500px; background:#f5f5f3; padding-left:5px;}

.commentlist cite { background:#f5f5f3; padding:5px 5px 5px 10px; }
.commentlist cite a { color:#333;}
.commentlist .ctext { background:url(images/doth.gif) repeat-x bottom; font-size:11px;}
.postmetadata { background:#f9f9f9; padding:10px; border:1px solid #bbb9b2;}

.ccomment { width: 500px; line-height:140%; margin-bottom:20px; }
.ccomment ol {}
.ccomment ol li { background:#e7e5de; padding:5px;}
.ccomment ol li.alt { background:#efeee8; padding:5px;}

.submit {
  border: none;
  color: white;
  font-weight: normal;
  letter-spacing: .2em;
  text-decoration: none;
  padding: 2px;
  padding-left: 8px;
  padding-right: 7px;
  margin-top: 15px;
  margin-left: 7px;
  margin: 0px;
  margin-top: 10px;
}

/*++++++ FOOTER ++++++++*/
#footer { 
  width: 100%; 
  height:35px; 
  line-height:35px;
}

.footer { 
  width:1000px; 
  margin:auto; color:#fff; 
}

.footer a { color:#e7e5de;}

/**************** Misc *********************/
acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dashed #999; }
.center { text-align: center; }
hr { display: none; }
a img { border: none; }
img.centered{display:block;margin-left:auto;margin-right:auto;}
img.alignright{display:inline;margin:0 0 2px 7px;padding:4px;}
img.alignleft{display:inline;margin:0 7px 2px 0;padding:4px;}
pre {border: solid 1px #9a9a9a;color: blue;margin: 10px;padding:10px;background: #f3f2ed}
code {font-size:1.0em;color: #000}

/**************** Gallery *********************/
.gallery {text-align:center;}
.gallery img {padding:2px; height:100px; width:100px;}
.gallery a:hover {background-color:#ffffff;}
.attachment {text-align:center;}
.attachment img { padding:2px; border:1px solid #999999;}
.attachment a:hover {background-color:#FFFFFF;}
.imgnav {text-align:center;}
.imgleft {float:left;}
.imgleft a:hover {background-color:#FFFFFF;}
.imgleft img{ padding:2px; border:1px solid #999999; height:100px; width:100px;}
.imgright {float:right;}
.imgright a:hover {background-color:#FFFFFF;}
.imgright img{ padding:2px; border:1px solid #999999; height:100px; width:100px;}