/*  
Theme Name: Parabolica
Theme URI: http://parabolica-internet.com
Description:  
Version: 1.0
Author: Sue Bailey
Author URI: http://www.blogmum.com
Tags: 
*/


html {
height: 100%;
}

body {
margin: 0px;
padding: 0px;
background: #c8d5e6;
font-family: Arial, sans-serif;
height: 100%;
}

#content {
width: 800px;
margin: 0px auto;
background: #ccc;
border-left: 3px solid #555;
border-right: 3px solid #555;
min-height: 100%;
background: #ccc;
}

/* HEADER */

#header { 
width: 800px;
height: 250px;
background: #666666 url('headerman.jpg');
text-align: right;
color: #fff;
}

#headertext {
padding-right: 20px;
padding-top: 0px;
text-align: right;
float: right;
font-size: 90%;
}

#headertext h1 {
font-size: 200%;
}

a.headerlink:link, a.headerlink:visited {
color: white;
text-decoration: none;
}

#headertext h1 a:hover{
color:#222;
}

/* NAV BAR */

#nav{
background: #666 url('navbargrad.png');
height: 33px;
}

#nav ul {
padding: 5px 0px 5px 10px;
margin: 0px;
}

#nav li {
display: inline;
border-right: 1px solid #777;
}

#nav li a {
text-decoration: none;
color: white;
font-weight: bold;
font-size: 10pt;
padding: 6px;
}

#nav li a:hover {
text-decoration: none;
background: white;
color: black;
}

#main {
width: 550px;
float: left;
background: #fff;
padding-bottom: 20px;
}

.post {
border-bottom: 1px dashed #666;
padding-bottom: 10px;
margin: 20px;
}

.postcontent {
font-size: 120%;
color: #333;
}

.postmeta{
font-size: 70%;
color: black;
margin-top: 0px;
padding-top: 0px;
text-align: left;
}

.entry{
font-size: 100%;
}


#sidebar {
width: 250px;
float: right;
text-align: center;
padding: 0px;
font-weight: bold;
}

.boxy-container{
width: 50%;
float: left;
text-align: justify;
}

.boxy{
margin: 5px;
border: 1px solid #f0f0f0;
font-size: 80%;
}

.boxy img {
float: left;
padding-right: 5px;
border: 0px;
}

.boxy p {
margin: 3px;
}

#footer {
clear: all;
min-height: 100px;
background: #555;
color: white;
font-size: 80%;
text-align: center;
}

#footer a:link, #footer a:visited{
color: white;
text-decoration: underline;
}

#footer a:hover{
color: #00ccff;
}

#footer li {
display: inline;
}

#calendar {
float: right;
padding: 20px;
}

h1,h2,h3 {
font-size: 125%;
font-weight: normal;
color: #666;
}

h1 {
padding: 0px;
margin: 0px;
}

a:link, a:visited {
text-decoration: underline;
color: black;
}

a:hover {
color: #000099;
}

.navalignleft {
float: left;
margin-left: 20px;
}

.navalignright {
float: right;
margin-right: 20px;
}

.page p{
text-align: left;
}

#banner-footer img{
border: 0px;
}

.bigblue {
color: #253a73;
font-size: 150%;
}
