/*
Theme Name: Frigid
Description: A very cool theme
Version: 1.0
Author: Charlie Hills
License: General Public License (GPL)
*/

#tagline {
    position: relative;
    top: -90px;
    left: 10px;
    font: 1.4em Georgia, Times, serif;
    color: #fff;
}

/*
-----------------------------------------------------------
Core tags
-----------------------------------------------------------
*/

body, p, h1, h2 {
    font: 0.9em Georgia, Times, serif;
    color: #084355;
    margin: 0;
    padding: 0;
    }

body {
    background: #FFF url(images/wallpaper.jpg) repeat-x;
    }

h1 {
    font-size: 1.25em;
    border-bottom: 1px solid #084355;
    }

h2 {
    font-size: 1.1em;
    font-weight: bold;
    }

p, ul, ol {
    margin-bottom: 1.5em;
    line-height: 1.5em;
    }

p {
    text-align: justify;
    }

ul {
   font-size: 0.8em;
   }

<!--[if net IE 7]>
ul {
   margin-left: -10px;
}
<![endif]-->

a {
    text-decoration: underline;
    color: #20697d;
    }

a:hover {
    text-decoration: underline;
    color: #369db9;
    }

blockquote {
    x-border-left: 1px #005a74 solid;
    padding: 4px;
    background: #f3f6f7;
    }

ul {
    list-style: square;
    }

img {
    border: none;
    margin-left: 10px;
    }

tr {
    vertical-align: top;
}

table {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: #084355;
	border-collapse: collapse;
	background-color: white;
}

td {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: #084355;
	background-color: white;
}

/*
-----------------------------------------------------------
Classes
-----------------------------------------------------------
*/

.required {
    color: #700;
}

.searchbox {
    margin: 0px;
    padding-left: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-right: 0px;
    }

.navigation {
    border-top: 1px solid #004000;
    border-bottom: 1px solid #004000;
    margin-top: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    }

.adbanner {
    margin-bottom: 20px; 
    x-border-top: 1px solid #71a5b2; 
    x-border-bottom: 1px solid #71a5b2; 
    background: #ebf2f3;
    }

.textwidget {
    font-size: 0.8em;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 12px;
    }

.comments {
    border: 0px;
    width: 75%
    }

.nounderline {
    text-decoration: none;
    }

.bordered {
    border: 1px solid #000;
    }

.noborder {
    border: none;
    }

.boxed {
    margin-bottom: 7px;
    background: #f8f8f8 url(images/title.jpg) repeat-x;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    }

.boxed .title {
    font: 1em Arial, Helvetica, Sans;
    font-weight: bold;
    height: 20px;
    text-transform: uppercase;
    color: #FFF;
    padding: 3px 0px 0 22px;
    }

.flush {
    margin-left: 0px;
    }

.left {
    margin-left: 0px;
    margin-right: 10px;
    border: 1px solid #000;
}

/*
-----------------------------------------------------------
IDs
-----------------------------------------------------------
*/

#header {
    width: 700px;
    height: 140px;
    margin: 0 auto;
    }

#content {
    width: 700px;
    margin: 0 auto;
    padding: 20px 0;
    }

#main {
    float: left;
    width: 480px;
    }

#sidebar {
    float: right;
    width: 200px;
    }

#footer {
    clear: both;
    width: 700px;
    font-size: .9em;
    padding-top: 20px;
    margin-top: 20px;
    }

#legal {
    font-size: 0.8em;
    color: #71a5b2;
    padding-top: 10px;
    }

#link {
    font-size: .75em;
    text-align: center;
    margin: 0;
    padding: 5px;
    }

.post-meta {
    font-size: .8em;
    color: #71a5b2;
    margin-bottom: 1em;
    text-align: right;
    }

.post-meta-link {
    color: #71a5b2; 
    }

.entry {
    text-algin: justify;
    font-size: 1.05em;
    color: #02171d;
    }

.post {
    margin: 0 0 25px;
    }

.post .info {
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    font-size: .9em;
    color: #505050;
    padding: 2px 3px 3px 8px;
    }

#s {
    clear: both;
    width: 100px;
    font-size: 1em;
    background: #FFF;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    }

#comment {
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    border-bottom: 1px solid #700000;
    }

#commentlist li {
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    border-bottom: 1px solid #700000;
    }

#commentform {
    background: #fff;
    width: 280px;
    margin: 1em 0;
    }

#commentform p {
    text-align: left;
    }

#commentform textarea {
    font: 1em Georgia, Times, serif;
    background: #f8f8f8;
    width: 280px;
    }

#commentform #author, #commentform #url {
    font: 1em Georgia, Times, serif;
    background: #f8f8f8;
    width: 280px;
    }

#commentform input {
    font: Georgia, Times, sans-serif;
    background: #f8f8f8;
    margin-bottom: 3px;
    }


