/*   
Theme Name: PressPlay
Theme URI: http://www.pressplaying.com/themes/pressplay
Description: A clean and elegant theme with rich colors and a simple intuitive sidebar. Category-based navigation. Widget-ready. Valid XHTML.
Author: Michael Dance
Author URI: http://www.pressplaying.com
Tags: green, brown, tan, orange, two-columns, right-sidebar, fixed-width, seasonal, sticky-post, translation-ready
Version: 1.1
.
This theme is released under the GPL:
http://www.gnu.org/licenses/gpl.txt
.
*/

/* Basics ------------------------------------- */

* { margin:0; padding:0; }
.divclear { clear:both;
background: #fdfaf3;
 }
.alignright { float:right; }
.alignleft { float:left; }
.aligncenter { text-align: justify; margin:auto; }

body {
font-family: Arial;
line-height:1.6em;
font-size:.75em;
color:#233;
text-align:left;
padding: 0;
margin: 0;
background-color:#F8F8F0;
}


div#wrapper {
width: 1200px;
height: 100%;
margin-top:20px;
margin-bottom:0px;
margin-left: auto;
margin-right: auto;
background:#fefefe;
border-right:15px solid #4d7984;
border-left:2px solid #faf8fa;
border-top: 2px solid #fdffff;
}


/* Elements ----------------------------------- */

a {
text-decoration:none;
color:#233;
}
a:hover {
color:#feb638;
}

p {
margin:10px 0;
}

h1,h2,h6 {
padding:10px 0 5px 0;
}

h3 {
font-family:Century Gothic, sans-serif;
padding: 0;
font-size: 12px;
font-weight: normal;
color: #e3ddd0;
}

h4 {
font-family: Georgia, serif;
padding:5px 0 5px 0;
font-weight: bold;
font-size: 12 px;
color: #5bh7a81;
}
h6 {
width: 210px;
line-height: 25px;
font-size: 14px;
font-weight: bold;
}

ol, ul, li {
list-style:none;
}

code {
font:1em courier new;
}

pre {
border: 1px solid #c0c3ac;
font:1em courier new;
color:#233;
margin:10px;
padding:10px;
background:#ecf0d9;
overflow:auto;
}

table {
border-collapse:collapse;
margin:0px auto 0px auto;
background:#ecf0d9;
}

td {
border:0;
padding:0;
margin:0;
}

th {
padding:0px;
border:0;
background-color:#c0c3ac;
}

dl {
margin:10px;
}

dt {
font-weight:bold;
}

dd {
margin:0 0 5px 20px;
}

fieldset {
padding:15px;
margin:5px;
}

legend {
padding:5px;
}

sup {
font-family: Arial;
font-size:18px;
font-weight: bold;
color:#ef1d22;
}

/* Header ------------------------------------- */

div#header {
height:30px;
width: 1200px;
padding: auto;
}

#header a img {
clear: both;
padding: auto;
float: right;
border: 0;
}


/* Page List ---------------------------------- */
#page-list{
	height:30px;
        background: #f6f3f7;
        position: relative;
 }
ul#page-list li {
float:right;
width: 300px;
border-left: 1px solid #fff;
border-right:1px solid #fff;
padding:5px 7px 3px 7px;
font-size:1.2em;
text-align: center;
}

ul#page-list li li {
font-size:1em;
}

ul#page-list li a {
margin:0;
padding:0;
display:block;
color:#4e4e53;
font-family: Georgia;
text-decoration:none;
}

ul#page-list li a:hover {
padding:0;
background: #fefefe;

}

ul#page-list ul {
display:none;
position:absolute;
margin:0px 0 0 -10px;
}

ul#page-list li li {
float:none;
}

ul#page-list li:hover > ul {
display:block;
background-color:#fbf5ec;
}

ul#page-list img {
height:auto;
border:0;
margin-bottom:-2px;
}

/* Category List ------------------------------ */

div#navigation {
width: 1200px;
clear:both;
background:#f6f3f7;
}

ul#category-list li {
float:left;
margin:3px;
padding:5px 7px 3px 7px;
font-family:Tahoma, Geneva, sans-serif;
}

ul#category-list li a {
color:#06180a;
margin:0;
padding:0;
display:block;
}

ul#category-list li:hover {
background-color:#fff;
}

ul#category-list li a:hover {
background-color:none;
}

ul#category-list ul {
display:none;
position:absolute;
background-color:#a9ac92;
margin:3px 0 0 -7px;
}

ul#category-list li li {
float:none;
}

ul#category-list li:hover > ul {
display:block;
}

/* Search Box --------------------------------- */

div#right-navigation {
float:left;
width: 1200px;
background: #faf7f0;
}

form#searchform {
float:left;
margin:6px 5px 0 0;
padding:0;
}

input.inputbox {
width:180px;
height:15px;
border:1px inset #f2e9da;
padding:1px;
background-color:#fff;
}

input#searchsubmit {
height:19px;
border:1px outset #f2e9da;
background-color:#fcf9f2;
color:#887369;
}

input#searchsubmit:active {
border:1px inset #f2e9da;
}

/* Archive Page Banners ----------------------- */

div.archive-banner {
padding:10px;
margin:0 0 20px 0;
background-image:url('images/archive-banner-bg.png');
text-align:center;
color:#06180a;
}

div.archive-banner-bottom {
margin:-20px 0 20px;
background-image:url('images/archive-banner-bottom.png');
height:6px;
}

div.archive-banner p {
font-family:tahoma;
font-size:.9em;
margin:0;
}

div.archive-banner h2 {
font-size:2.5em;
padding:10px;
}

div#author-archive-banner {
text-align:left;
}

div#author-archive-banner img {
float:left;
padding-right:10px;
}

/*Featured------------------------------------*/

#main-page {
       float: left; 
       margin-top: 0;
       padding: auto;
       text-align: center;
       width: 740px;
}

div#main-page img{
       border: 2px solid #f8fafc;
       margin: 5px;
       padding: 0;
}


/* Posts -------------------------------------- */

h2.post-title {
}

div.postarea h2 {
border-top: 2px solid #4d7984;
font-family: Times New Roman;
font-weight: bold;
font-color: #4d7984;
text-align: right;
font-crisp: always;
font-effect: emboss;
font-stretch: condensed;
}
div.postarea img {
border: 0;
}


div.post {
margin-bottom:15px;
overflow:hidden;
}

div.post-body {
border:0;
}

div#content {
width:700px;
float: left;
padding:20px;
text-align: justify;

}

div.post-body {
margin-bottom:15px;
padding:10px;
font-size: 10px;
}

div.post-body a {
text-decoration:none;
color:#363535;
}

div.post-body a:hover {
text-decoration:none;
color:#bc9b6a;
}

p.attachment a {
border:0;
}

p.attachment a:hover {
border:0;
}

div.post-body ul li {
list-style:disc;
}

div.post-body ol li {
list-style:decimal;
}

div.post-body ol li, div.post-body ul li {
margin-left:30px;
}

div.post-body ol, div.post-body ul {
margin:10px 0;
}

div.post-body form#searchform {
float:left;
}

/* Single Posts and Pages --------------------- */

h2#single-title {
border:0;
border-bottom: 3px solid #fcfcfc;
font-family: Century Gothic;
padding:0 0 10px 0;
text-align: right;
font-size: 26px;
font-weight:bold;
font-crisp: always;
font-effect: emboss;
font-stretch: condensed;
}

div#single-body {
border:0;
padding:0;
font-size: 12px;
}

/* Sticky Posts ------------------------------- */

div.sticky h2.post-title {
border:0;
border-bottom:0;
}

div.sticky div.post-body {
border:0;
}

h2.post-title {
font-size:x-large;
padding:10px;
}

/* Images ------------------------------------- */

.wp-caption {
text-align:center;
padding-top:4px;
margin:10px;
}

.wp-caption img {
margin:0;
padding:0;
border:0 none;
}

.wp-caption p.wp-caption-text {
font-size:11px;
font-style:italic;
line-height:17px;
padding:0 4px 5px;
margin:0;
}

div.post-body img {
border:3px solid #f9f9f9;
margin: 3px;
}

/* Galleries ---------------------------------- */

div.gallery {
clear:both;
margin: auto;
}

div.gallery a {
border-bottom:0;
}

div.gallery a:hover {
border-bottom:0;
}

dl.gallery-item {
margin:10px 0;
float: left;
text-align: center;
width: 33%;	
}

div.gallery img {
border: 1px solid #cfcfcf;
padding:2px;
}

div.gallery .gallery-caption {
margin-left: 0;
}

div.gallery img:hover {
border:3px solid #78ad78;
padding:0;
}

/* Post Meta ---------------------------------- */

div.post-meta {
font-family:Tahoma;
font-size:12px;
}

div.post-meta a {
font-style:normal;
}

p#not-found {
text-align:left;
margin:0;
}

/* Post Top Meta ------------------------------ */

div.post-top-meta {
background-color:#17291b;
color:#ddd;
margin:0;
padding:0 5px;
text-align:right;
}

div.post-top-meta a {
color:#ddd;
}

div.post-top-meta a:hover {
color:#fff;
}

span.top-categories {
float:left;
text-align:left;
}

/* Post Bottom Meta --------------------------- */

div.post-bottom-meta {
clear:both;
margin:20px 0;
padding:5px;
background-color:#ecf0d9;
color:#566;
}

div.post-bottom-meta a {
color:#455;
text-decoration:underline;
}

div.post-bottom-meta a:hover {
color:#000;
}

div.post-bottom-meta-columns {
float:left;
width:150px;
padding:10px 20px;
}

div.post-bottom-meta-columns ul li{
list-style-type:square;
list-style-position:inside;
}

div.bottom-meta-clear {
clear:both;
}



/* Next and Previous Links -------------------- */

div.next-and-previous {
border-top:1px solid #dae0c8;
border-bottom:1px solid #dae0c8;
background-color:#ecf0d9;
width:100%;
}

div.next-and-previous a {
color:#455;
}

div.next-and-previous a:hover {
color:#06180a;
}

div.next-and-previous-link {
padding:10px;
width:200px;
}

div.newer-posts {
text-align:right;
}

/* Sidebar ------------------------------------ */

div#sidebar {
width:220px;
float:right;
}

#sidebar img {
border-left: 2px solid #c1c9cb;
border:0px;
margin-right:3px;
padding-right:3px;
}

#side-list {
text-align: right;
background-color:#4d7984;
color: #fff;
margin:0px;
font-family:Times New Roman;
padding: 0px;
border-left: 2px solid #c1c9cb;

}
ul#side-list li {
padding: 0px auto;
width: 210px;
font-size: 16px;
line-height: 26px;
padding: auto;
border-top: 1px solid #c1c9cb;
}
ul#side-list li a {
padding-top: 12px;
margin-right: 10px;
color: #d3d8d9;
}
ul#side-list li a:hover{
color: #f3f0ac;
font-weight: bold;
}

div#sidebar2 {
width:210px;
background-color: #F8F8F0;
float:left;
text-align: left;
line-height: 25px;
color: #e2dedd;
font-size: 12px;
margin-top:0px;
font-family:Arial;
padding: auto;
border-top: 3px solid #f8f9fa;
border-bottom: 3px solid #f3f3eb;
border-right: 3px solid #f2f2eb;
}
#side-list-2 {

}
ul#side-list-2 li {
width: 200px;
padding: auto;
border-top: 1px solid #fafaf8;
}

ul#side-list-2 li a {
color: #6f7082;
padding-top: 12px;
padding-left: 15px;

}
ul#side-list-2 li a:hover{
color:#4e4e53;
font-weight: bold;
}

/* Footer ------------------------------------- */

div#flash {
width:1200px;
height:190px;
float:left;
margin: 0;
border-top: 2px solid #c1c9cb;
}

div#footer {
height: 90px;
clear: both;
background-color:#4d7984;
color:#fff;
font-size:.9em;
border-top:2px groove #fff;
padding-bottom:5px;
font-family:Tahoma, Geneva, sans-serif;
text-align: center;
line-height:1.2em;
}
div#footer img {
border: 0;
margin: 0;
padding: 0 3px;
}

div#footer a {
color:#fff;
}

div#footer a:hover {
color:#feb638;
}


