/*
Theme Name: Complements
Theme URI: http://www.berrywebteam.net
Description: Two column theme for complementsparty.com
Author: Justin Kees
Author URI: http://killerrobotcomics.com
Version: 1.0
*/

/*----- Setup ----- */

body {
	background: #fff;
	margin: 0;
	padding: 0;
}

p, table, td, tr, th, div, img, h1, h2, h3, h4, h5, h6, ul, li, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
strong, b {
	font-weight:bold;
}

img {
	border: none;
}

hr { 
        color: #006699;
	border-top: none;
	height : 1px;
	margin-bottom: 10px;
}

em {
	font-style: italic;
}

a {
	color: #ec2c2f;
}

a:hover {
	color: #006699;
	text-decoration: none;
}

/*----- Container ----- */

#container {
	background: url(images/contentbottom.jpg) no-repeat center bottom;
	font-size: 12px;
	color: #333;
	width: 805px;
	padding: 0 0 10px 0;
	margin: 0 auto 25px;
}

/*----- Header ----- */

#header {
	width: 805px;
	height: 90px;	
}

#header h1 {
	display: none;
}

#logo {
	margin: 0 0 0 50px;
	float: left;
}

#headtext {
	background: url(images/package.jpg) no-repeat 0 0;
	height: 65px;
	margin: 0 50px 0 0;
	padding: 25px 0 0 125px;
	float: right;
}

#headtext h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #ec2c2f;
}

#headtext p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #ec2c2f;
}

/*----- Main Section ----- */

#main {
	background: url(images/mainimage.jpg) no-repeat 0 0;
	height: 317px;
}

#description {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #fff;
    padding: 0 0 5px 85px;
}

/*----- Menu ----- */

#menu {
	list-style-type: none;
	margin: 5px 0 0 50px;
}

#menu li {
	float: left;
}

#menu li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #006699;
	display: inline;
	padding: 3px 10px;
	margin: 0 3px;
	float: left;
	border: solid 1px #006699;
	text-decoration: none;
}

#menu li a:hover {
	background: #ec2c2f;
	color: #fff;
	border: solid 1px #ec2c2f;
}

#menu li.current_page_item a {
	background: #006699;
	color: #fff;
	border: solid 1px #006699;
}

#menu li.current_page_item a:hover {
	background: #ec2c2f;
	border: solid 1px #ec2c2f;
}

/*----- Content ----- */

#content {
	background: url(images/contenttop.jpg) no-repeat 0 0;
	padding: 10px 30px;
}

#postarea {
	width: 450px;
	float: left;
}

#postarea p {
	color: #333;
	line-height: 20px;
	margin-bottom: 10px;
}

#postarea h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #ec2c2f;
	padding: 10px 0;
}

#postarea ul {
        list-style-type: circle;
        margin: 0 0 15px 25px;
}

#postarea li {
        line-height: 20px;
}

#postarea .date {
	font-size: 11px;
	color: #006699;
	margin: -5px 0 10px 0;
}

#postarea .postnav {
	width: 450px;
	float: left;
}

#postarea .postnav p {
	color: #333;
	line-height: 20px;
	margin-bottom: 10px;
}

/*----- Sidebar ----- */

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

#sidebar p {
    color: #006699;
    line-height: 20px;
    margin-bottom: 10px;
}

#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #ec2c2f;
	padding: 10px 0;
}

/*----- Footer ----- */

#footer {
    text-align: center;
    padding: 15px 0;
}

#footer p {
    color: #006699;
}

#footer h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #ec2c2f;
	padding: 10px 0;
}

#vendors {
    list-style-type: none;
    margin: 0 auto 15px;
    overflow: hidden;
}

#vendors li {
    display: block;
    float: left;
    margin: 1px;
}

#vendors li img {
    border: solid 1px #006699;
}

/*----- Other Styles ----- */

.clearfix {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

