/*
Theme Name: Coming Soon
Theme URI: http://sidestreammedia.net/
Description: Coming Soon
Version: 1.0
Author: SideStream Media
Author URI: http://sidestreammedia.net
Tags: Coming Soon
*/

body
{
    background: #eee6dd;
    font-family: verdana;
    border-top: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

p,h1,h2,h3,h4,h5
{
    color: #554f41;
}

img
{
    border: 0px;
}

a
{
    color: #554f41;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.right
{
    float: right;
}

.left
{
    float: left;
}

.t
{
    background: url(images/top_border.gif) 0 0 repeat-x;
}

.b
{
    background: url(images/top_border.gif) 0 100% repeat-x;
}

.l
{
    background: url(images/side_border.gif) 0 0 repeat-y;
}

.r
{
    background: url(images/side_border.gif) 100% 0 repeat-y;
}

.bl
{
    background: url(images/bottom_left_corner.gif) 0 100% no-repeat;
}

.br
{
    background: url(images/bottom_right_corner.gif) 100% 100% no-repeat;
}

.tl
{
    background: url(images/top_left_corner.gif) 0 0 no-repeat;
}

.tr
{
    background: url(images/top_right_corner.gif) 100% 0 no-repeat;
}

.bl_post
{
    background: url(images/post_bottom_left_corner.gif) 0 100% no-repeat;
}

.br_post
{
    background: url(images/post_bottom_right_corner.gif) 100% 100% no-repeat;
}

.tl_post
{
    background: url(images/post_top_left_corner.gif) 0 0 no-repeat;
}

.tr_post
{
    background: url(images/post_top_right_corner.gif) 100% 0 no-repeat;
}

#container
{
    width: 940px;
    margin-right: auto;
    margin-left: auto;
    color: #000;
    padding-top: 35px;
}

#header
{
    width: 940px;
    height: 80px;
}

#headerTitle
{
    padding-top: 20px;
    padding-left: 30px;
    float: left;
}

#headerLinks
{
    padding-top: 22px;
    padding-right: 35px;
    float: right;
}

#headerLinks ul
{
    padding: 0px;
    margin: 0px;
}

#headerLinks li
{
    list-style-type: none;
    display: inline;
    padding: 0px;
}

#horizontal-splitter
{
    width: 895px;
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #c6baad;
}

#content
{
    width: 675px;
    padding-left: 25px;
    border-right: 1px solid #c6baad;
}

.post
{
    width: 663px;
    margin-top: 16px;
    font-size: 13px;
    border-bottom: 1px solid #c6baad;
    color: #554f41;
}

.postTitle
{
    width: 663px;
    height: 48px;
    padding-top: 9px;
    padding-left: 13px;
    font-size: 20px;
    background: url("images/post_title.gif") no-repeat;
}

.postEntry
{
    width: 633px;
    margin-left: auto;
    margin-right: auto;
    background: #dad0c5;
}

.postText
{
    padding: 10px;
}

#sidebar
{
    width: 25%;
    float: right;
    font-size: 13px;
}

.sideblock
{
}

.sideblock ul
{
    padding: 0px;
    margin: 0px;
}

.sideblock li
{
    list-style-type: none;
    padding: 0px;
}

.sideblockTitle
{
    width: 223px;
    height: 45px;
    font-size: 20px;
    background: url("images/sidebar_title.gif") no-repeat;
    color: #554f41;
}

.sideblockTitle p
{
    padding-left: 10px;
    padding-top: 7px;
}

.sideblockContent
{
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.linkDivider
{
    width: 170px;
    border-top: 1px solid #c6baad;
    margin-top: 2px;
    margin-bottom: 2px;
}

#comments p
{
    color: #554f41;
    font-size: 13px;
}

#footer
{
    height: 8px;
}
/* content.css */

.important {
	background:#ffcdc5;
	border:1px solid #cd2d12;
	padding:5px;
	margin:.5em 0 .5em 0;
	color:#8c1400;
}

.important a {
	color:#8c1400;
}

.note {
	background:#d5f69b;
}

.note, .download {
	border:1px solid #75ad14;
	padding:5px;
	margin:.5em 0 .5em 0;
	color:#446c00;
}

.note a, .download a {
	color:#446c00 !important;
}

.download a {
	font-weight:bold;
}

.download {
	background:#d5f69b url(images/download.png) no-repeat top left;
	padding-left:46px;
	min-height:35px;
}

address {
	padding:5px;
	margin:1em 0 1em 0;
	background:#f3f3f3;
	border:1px solid #c6c6c6;
}
