/* 
Theme Name: Blue Basic
Theme URL: http://playportal.net
Description: A simple, fast loading blue theme for your blog or site. Designed for those who want the content to do the talking, not the theme. Based upon the blank 'Whiteboard' Canvas by Brian Purkiss.
Author: James Wigger
Author URI: http://playstuff.net
Version: 1.21
Tags:blue, light, silver, one-column, fixed-width
*/

html {
height: 100%;
}

body {
background-color: #333;
color:#666;
font-family:Times New Roman, Times, serif;
font-size:14px;
height: 100%;
}

a, a:active, a:visited {
color:#666;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#981A1E;
}

thead, th {
font-weight: bold;
color: #000;
text-align: left;
padding: 6px;
background-color: #fef7e5;
}

td {
border: 1px solid #fef7e5;
text-align:center;
background:#fef7e5;
padding:6px;
color: #000;
}

code, pre {
background:#fef7e5;
color:#000;
display:block;
direction:ltr;
text-align:left;
border:1px solid #fef7e5;
margin:8px 2px;
padding:5px;
overflow:auto;
}

#main {
width:720px;
margin:0 auto;
position: relative;
min-height: 100%;
padding-bottom:65px;
background-color: #fef7e5; 
}

#header {
font-size: 0px;
height:180px;
background:#008aca url(images/regency.jpg);
background: repeat x;
width:100%;
}

#header h1 {
display:none;
margin:0;
padding:40px 0 0 35px;
}

#header h1 a {
text-decoration:none;
color:#666;
}

#header h1 a:hover {
color:#981A1E;
}

#navigation {
background:#fef7e5;
margin:5px 20px 0 20px;
padding:5px;
font-size:14px;
font-weight:bold;
}

#navigation ul {
list-style:none;
margin:5px 0 0 0;
padding:0;
display:inline;
}

#navigation ul li {
display: inline;
}

#navigation ul li a {
padding:5px 10px 5px 10px;
background:#fef7e5;
}

#navigation ul li a:hover {
background:#fef7e5;
}

#content {
width: 200;
padding:0 2px 0 2px; 
}

#post {
width: 200;
backgroun: #CCCCCC;
padding:0 5px 0 5px;
margin:10px 0 20px 0;
}

#post h2{
margin:0;
}

#postmeta {
background:#fef7e5;
padding:5px 10px 5px 10px;
margin:0 15px 20px 15px;
font-size:11px;
}

#postmeta ul {
list-style:none;
margin:5px 0 0 0;
padding:0;
display:inline;
}

#postmeta ul li {
display: inline;
}

#postmeta ul li a {
padding:5px;
background:#fef7e5;
border-left:1px solid #fef7e5;
border-right:1px solid #fef7e5;
}

#postmeta ul li a:hover {
background:#fef7e5;
}

#postnavigation {
text-align:center;
padding:5px 10px 5px 10px;
margin:0 15px 20px 15px;
}

#postnavigation ul {
list-style:none;
margin:0 0 0 0;
padding:0;
display:inline;
}

#postnavigation ul li {
display: inline;
}

#postnavigation ul li a {
padding:5px 10px 5px 10px;
background:#fef7e5;
border:1px solid #fef7e5;
}

#postnavigation ul li a:hover {
background:#fef7e5;
}

#comments {
background:#ffffff;
border:1px solid #fef7e5;
margin:0 20px 15px 20px;
padding:5px 10px 5px 10px;
}

#comments ul {
list-style:none;
margin: 0;
padding:0;
}

.singlecomment {
padding:3px;
margin:5px 0 5px 0px;
}

.singlecomment li {
background:#ffffff;
border:1px solid #fef7e5;
padding:3px;
margin:5px 0 5px 0px;
}

#commentsform {

}

#commentsform input{
border:#fef7e5 1px solid;
overflow:auto;
}

#commentsform textarea{
border:#fef7e5 1px solid;
overflow:auto;
}

#sidebar {
text-align:center;
padding:0px 0px 0px 0px;
margin:0 0 0 0;
}

#sidebar h2 {
margin:2px 20px 2px 20px;
background:#fef7e5;
padding:2px 0 2px 0;
border:1px solid #fef7e5;
color:#000;
font-size:16px;
}

#sidebar ul {
list-style:none;
margin: 0;
padding:0;
}

#sidebar ul li {
margin:1px 20px 2px 20px;
}

#sidebar ul li a {
margin:0;
padding: 4px 10px 2px 10px;
display: block;
text-decoration: none;
background:#ffffff;
border:#fef7e5 1px solid;
}

#sidebar ul li a:hover {
background:#fef7e5;
}

#footer {
position: absolute;
bottom: 0;
left:20px;
height:40px;
width:534px;
margin:20px auto 0 auto;
background:#fef7e5;
text-align:center;
line-height:40px;
border-top:#fef7e5 1px solid;
border-left:#fef7e5 1px solid;
border-right:#fef7e5 1px solid;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #fef7e5;
   text-align: center;
   background-color: #fef7e5;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}