/*
Theme Name: MK3
Theme URI: http://www.markettheme.com
Description: Wordpress powered market theme
Version: 3.451
Author: MarketTheme.com
*/


/* General */

body {
	margin: 0px;
        padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #f4f4f4;
        background-image: url(imgs/bodybackground.jpg);
        background-position: top;
        background-repeat: repeat-x;
	font-size: 12px;
	line-height: 158%;
}
a {
	text-decoration: none;
	color: #4D98C8;
}

a:hover {
	text-decoration: none;
	color: #1C5F85;
}
a:focus {
	text-decoration: none;
        border:none;
        outline:none;
}
a:active {
	text-decoration: none;
        border:none;
        outline:none;
}

/* Top Bar */

#bar {
	background-color: #f4f4f4;
        width: 925px;
        margin: auto;
	padding-top: 10px;
}
#bar .barhead {
	width: 925px;
	margin: 0;
	position: relative;
}
#bar .barhead img {
	margin: 0;
        padding: 0px;
}
#bar .pdl {
	float: right;
}
#bar .postform {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:8pt;
	background-color:#EEEEEE;
	border-width:1px;
	width:175;
	margin: 0;
}
#bar .pdl p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#bar .sdl {
	float: right;
}
#bar .sdl p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#bar .sdl a {
	color: #1C5F85;
	font-weight: bold;
}
#bar .sdl a img {
	border: 0px;
}
#bar .sdl .viewcarttop {
	text-align: right;
}
#bar .sdl .topsearchbar {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
/* Nav */

#nav {
	background-color: #fff;
        width: 925px;
        background-image: url(imgs/navbackground.jpg);
        background-position: top;
        background-repeat: repeat-x;
        margin: auto;
}
#nav .navtop {
        background-image: url(imgs/nav_top.gif);
        height: 10px;
        width: 100%;
	background-repeat: no-repeat;
	background-color: #fff;
        background-position: top;
        padding: 0px;
        margin: auto;
}

#nav .navbar {
	width: 925px;
	margin: auto;
        padding: 0px;
}

#nav .cartright {
	float: right;
}

#nav .cartright a {
        float: left;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 15px;
	color: #fff;
}
#nav .cartright a:hover {
	background: #ad2727;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;     
        color: #fff;
}

#nav ul {
	list-style: none;
        margin-left:0;
        padding-left:0;
}
#nav li {
	float: left;
        margin-left:0;
        padding-left:0;
}
#nav li a {
	float: left;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 15px;
	color: #fff;
}
#nav li a:hover {
	background: #ad2727;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;     
        color: #fff;
}
#nav .current_page_item {
	background: #ad2727;
}

#nav .current_page_item a {
	background: #ad2727;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
        font-size: 100%;
	font-weight: normal;
	text-decoration: none;
        color: #fff;
}
#nav .current_page_item a:hover {
	background: #ad2727;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
        font-size: 100%;
	font-weight: normal;
	text-decoration: none;
        color: #fff;
}

/* Wrap */

#wrap {
	background-color: #fff;
        width: 925px;
        margin: auto;
	padding-top: 0px;
	padding-bottom: 0px;

}
/* Logo And Header */

.header {
	margin: 0;
	border-bottom: 0px solid #ccc;
	margin-bottom: 10px;
	float: left;
}
.header a img {
	border: 0px;
}
.header h2 {
	position: relative;
        font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 32px;
}
.header h3 {
	position: relative;
        font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
/* Content */

#content {
	width: 100%;
	padding-top: 5px;
        padding-left: 6px;
        padding-right: 6px;

}

/* Content -> News Panel */

#content .news2 {
	width: 350px;
	float: left;
	padding-left: 12px;
        padding-bottom: 24px;
}

#content .news {
	width: 600px;
	float: left;
	padding-left: 12px;
}
#content .news .binder {
	background-color: #eaeaea;
	border: 1px solid #8e8e90;
	padding: 12px;
}
#content .news .col {
	width: 186px;
	float: left;
	background-color: #fff;
        padding-right: 14px;
}
#content .news .col h2 {
	font-size: 18px;
        text-decoration: none;
	color: #23779c;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}
#content .news .col p {
	font-size: 12px;
	line-height: 158%;
	color: #232323;
        margin-bottom: 10px;
        padding: 0px;
}
#content .news .head {
	height: 23px;
	background-repeat: no-repeat;
	width: 100%;
	margin-bottom: 10px;
}
#content .news .post {
	margin-top: 15px;
	margin-bottom: 15px;
}
#content .news2 .post {
	margin-top: 15px;
	margin-bottom: 15px;
}
#content .news h2 {
	font-size: 1.225em;
        text-decoration: none;
	color: #555;
	margin: 0px;
	margin-bottom: 6px;
}
#content .news h2 a {
        text-decoration: none;
	color: #555;
}
#content .news h2 a:hover {
	color: #222;
}
#content .news h2 img {
	vertical-align: text-bottom;
	margin-right: 2px;
}
#content .news img.left {
	margin-right: 10px;
        margin-top: 3px;
        margin-bottom: 3px;
        padding: 4px;
	border: 1px solid #ccc;
        float: left;
}
#content .news img.right {
	margin-left: 10px;
        margin-top: 3px;
        margin-bottom: 3px;
        padding: 4px;
	border: 1px solid #ccc;
        float: right;
}
#content .news .imgtitletop {
        background-image: url(imgs/news_top.gif);
        height: 10px;
        width: 100%;
	background-repeat: no-repeat;
	margin-top: 10px;
        padding: 0px;
}
#content .news .titletop {
        background-image: url(imgs/news_middle.gif);
        height: 35px;
        width: 100%;
        background-position: top;
        background-repeat: repeat-x;
	background-color: #e7e7e7; 
        margin: 0px;
}
#content .news .titletop h2 {
	font-size: 18px;
	color: #23779c;
	padding-left: 14px; 
        margin: 0px; 
}
#content .news .comments {
	font-size: .825em;
	font-weight: normal;
	color: #ca1717;
}
#content .news p {
	font-size: 1em;
	line-height: 158%;
	color: #232323;
}
#content .news li {
	margin-bottom: 15px;
}
#content .news .post p a {
	text-decoration: underline;
	color: #4D98C8;
}
#content .news .post p a:hover {
	text-decoration: underline;
	color: #1C5F85;
}
#content .post h3 {
	font-size: 1.325em;
	color: #333;

}
/* Content -> Product and Sidebar Panel */

#content .products {
	width: 270px;
	float: right;
        padding-right: 12px;
}
#content .products .padtop {
        padding-top: 10px;
}
#content .products .padtop a {
	text-decoration: none;
	color: #fff;
        padding: 0px;
        margin: 0px;
}
#content .products .padtop a:hover {
	text-decoration: none;
	color: #fff;
        padding: 0px;
        margin: 0px;
}
#content .products .head {
	background-image: url(imgs/newproducts.gif);
	height: 23px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 8px;
}
#content .products .online {
	background-image: url(imgs/online.gif);
	height: 127px;
	background-repeat: no-repeat;
        padding-bottom: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
}

#content .products .redbartop {
        background-image: url(imgs/red-topbar.gif);
        height: 11px;
        width: 257px;
	background-repeat: no-repeat;
	margin-top: 10px;
        padding: 0px;
}
#content .products .redbarmid {
        background-image: url(imgs/red-midbar.gif);
        height: 35px;
        width: 257px;
        background-position: top;
        background-repeat: repeat-x;
	background-color: #cc1d20; 
        margin: 0px;
}
#content .products .redbarmid h2 {
	font-size: 16px;
	color: #fff;
	padding-left: 14px;
        margin: 0px;
}
#content .products .redbarmid p {
        margin: 0px;
        padding: 0px;
}
#content .products .redbinder {
	background-color: #eaeaea;
        width: 231px;
	border-right: 1px solid #620e10;
	border-left: 1px solid #620e10;
	border-bottom: 1px solid #620e10;
	padding: 12px;
}
#content .products .redbinder p {
        margin: 0px;
        padding: 0px;
}
#content .products .post {
	float: left;
	width: 110px;
	margin-right: 4px;
	margin-bottom: 10px;
	display: inline;
}
#content .products .post .item {
	font-size: 14px;
	background-image: url(imgs/itembg.gif);
	height: 86px;
	width: 110px;
	text-align: center;
	line-height: normal;
	margin-bottom: 5px;
}
#content .products .post .item img {
	margin-top: 6px;
}
#content .products .post .item a img {
	border: 2px solid #fff;
}
#content .products .post .item a:hover img {
	border: 2px solid #23779c;
}
#content .products .post .inside {
	font-size: 12px;
}
#content .products .post .top {
	font-color: #222;
	text-align: center;
}
#content .products .post .top h2 {
	margin: 0px;
	padding: 0px;
	line-height: 130%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
}
#content .products .post .top h2 a {
	color: #4d98c8;
}
#content .products .post .top h2 a:hover {
	color: #2a718c;
}
#content .products .post .bot {
	background-color: #F3F3F3;
	color: #222;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#content .products .post .bot p {
	color: #222;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: bold;
}
#content .products .navigation {
	font-size: 12px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 5px;
}
#content .products .navigation a {
	border: 1px solid #ccc;
	color: #555;
	padding: 4px;
}
#content .products .navigation a:hover {
	border: 1px solid #222;
	color: #222;
}
#content .products .navigation .left {
	width: 45%;
	float: left;
}
#content .products .navigation .right {
	width: 45%;
	float: right;
	text-align: right;
}
/* Content -> Sidebar Widget Styles */

#content .products .widgetcase {
	width: 350px;
	float: right;
}
#content .products .widgetcase p {
	font-size: .850em;
	color: #343434;
	line-height: 175%;
}
#content .products .widgetcase .textwidget {
	font-size: .850em;
	color: #343434;
	line-height: 175%;
}
#content .products .widgetcase h2.widgettitle {
	font-size: .965em;
	margin-bottom: 10px;
	padding: 0px;
	color: #454545;
	border-bottom: 1px dotted #ccc;
	font-weight: normal;
}
#content .products .widgetcase ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
#content .products .widgetcase ul li {
	margin-bottom: 3px;
}
#content .products .widgetcase ul li a {
	font-size: 1em;
	color: #1c5f85;
}
#content .products .widgetcase ul li a:hover {
	background-color: #e2e2e2;
	color: #222;
}
#content .products .widgetcase ul .children {
	margin-left: 20px;
	margin-bottom: 0px;
	font-size: 1em;
	line-height: normal;
}
#wp-calendar {
	background-color:#F1F1EF;
	border-left:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	font-size: .725em;
	vertical-align:middle;
	text-align:center;
	width: 100%;
	margin-bottom: 9px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
	text-decoration: none;
}
#wp-calendar a:hover {
	background: #E6E6DF;
	color: #333333;
}
#wp-calendar caption {
	display: none;
}
#wp-calendar td {
	color:#333333;
	font: normal 9px Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	background-color: #FFFFFF;
}
#wp-calendar td.pad:hover {
	font-size:9px;
	color:#FF4200;
	background-color: #ffffff;
}
#wp-calendar td:hover, #wp-calendar #today {
	background: #E6E6DF;
	color: #ca1717;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* Content -> Spacer */
.spacer {
	width: 100%;
	clear: both;
}
/* Content -> Product Item Display Page */

#content .news .breadcrumbs {
	margin-bottom: 5px;
}
#content .news .breadcrumbs p {
	font-size: 11px;
	text-transform: lowercase;
	color: #444;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: normal;
}
#content .news .breadcrumbs p a {
	border-bottom: 1px none #888;
	color: #444;
}
#content .news .breadcrumbs p a:hover {
	border-bottom: 1px dotted #111;
	color: #111;
}
#content .news .ls {
	width: 256px;
	float: left;
}
#content .news .tr {
	width: 350px;
	text-align: center;
	line-height: normal;
	padding-top: 4px;
	padding-bottom: 2px;
}
#content .news2 .tr {
	width: 350px;
	text-align: center;
	line-height: normal;
        padding: 4px;
}
#content .news .tr img {
	width: 100px;
	height: 100px;
	padding: 2px;
	border: 1px solid #999;
	margin-right: 3px;
	margin-left: 3px;
}
#content .news2 .tr img {
	width: 100px;
	height: 100px;
	padding: 4px;

}
#content .news2 .tr a img {
	border: 2px solid #f2f2f2;

}
#content .news2 .tr a:hover img {
	border: 2px solid #1C5F85;

}
#content .news .mi {
	width: 350px;
	height: 525px;
	padding: 4px;
	border: 2px solid #f2f2f2;
	margin-bottom: 2px;
}
#content .news2 .mi {
	width: 350px;
	height: 525px;
	padding: 4px;
	border: 2px solid #f2f2f2;
	margin-bottom: 2px;
}
#content .desc {
	width: 488px;
	float: right;
	padding-top: 24px;
        padding-right: 24px;
}
#content .desc .reserve {
	width: 830px;
	position:relative;
        left:-570px;
	padding-top: 8px;
}
#content .desc .bkg {
	width: 830px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
	border: 4px solid #ccc;
	background-color: #c0ca9c;
}
#content .desc .formmid img.left {
	padding-right: 10px;
        float: left;
}
#content .desc .formtop {
        background-image: url(imgs/form_top.gif);
        height: 10px;
        width: 480px;
	background-repeat: no-repeat;
	margin-top: 20px;
        padding: 0px;
}
#content .desc .formmid {
        background-image: url(imgs/form_bck.gif);
        height: 74px;
        width: 454px;
        background-position: top;
        background-repeat: repeat-x;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
        padding-left: 16px;
        padding-right: 8px;
        margin: 0px;
}
#content .desc .formbot {
        background-image: url(imgs/form_bot.gif);
        height: 10px;
        width: 480px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
        padding: 0px;
}
#content .desc .formtop2 {
        background-image: url(imgs/form_top2.gif);
        height: 10px;
        width: 480px;
	background-repeat: no-repeat;
	margin-top: 20px;
        padding: 0px;
}
#content .desc .formmid2 {
        width: 454px;
        background-color: #ffffff;
	background-repeat: no-repeat;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
        padding-left: 16px;
        padding-right: 8px;
        margin: 0px;
}
#content .desc .formbot2 {
        background-image: url(imgs/form_bot2.gif);
        height: 10px;
        width: 480px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
        padding: 0px;
}
#content h2 .price {
	background-color: #ca1717;
	color: #fff;
	padding: 4px 6px 4px 6px;
}
#content h2 .sold {
	background-color: #ca1717;
	color: #fff;
	padding: 4px 6px 4px 6px;
}
#content h2 .ourprice {
	font-size: 18px;
	background-color: #ca1717;
	color: #fff;
	padding: 4px 6px 4px 6px;
}
#content h2 .productdesc {
	font-size: 18px;
        margin: 0px;
        padding: 0px;
}
#content h2 .sold a {
	text-decoration: none;
	color: #fff;
}

#content h2 .sold a:hover {
	text-decoration: none;
	color: #4D98C8;
}

#content .desc .buy {
	font-size: 11px;
	line-height: 150%;
	text-transform: uppercase;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;

}
#content .desc .buy .lsf {
	width: 40%;
	float: left;
}
#content .desc .buy .rsf {
	float: right;
	width: 40%;
}
#content .desc .buy .field {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #EEEEEE;
	border-width:1px;
	width: 115px;
	margin: 0px;
}
#content .desc .buy .field2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #EEEEEE;
	border-width:1px;
	margin: 0px;
}
#content .desc h2 {
	font-size: 18px;
	color: #555;
	margin: 0px;
	margin-bottom: 6px;
}
#content .desc p {
	font-size: 1em;
	line-height: 165%;
	margin-bottom: 11px;
	color: #232323;
}
#content .desc p a {
	color: #1c5f85;
	border-bottom: 1px solid #1c5f85;
}
#content .desc p a:hover {
	color: #111;
	border-bottom: 1px solid #222;
}
/* Content -> Normal Full Product Flow */

#content .grid {
	margin: 0 auto;
	width: 800px;
}
#content .grid .post {
	float: left;
	width: 116px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 10px;
	display: inline;
}
#content .grid .post .item {
	font-size: 12px;
	background-image: url(imgs/itembg.gif);
	height: 86px;
	width: 116px;
	text-align: center;
	line-height: normal;
}
#content .grid .post .item img {
	margin-top: 7px;
}
#content .grid .post .item a img {
	border: 1px solid #fff;
}
#content .grid .post .item a:hover img {
	border: 1px solid #7cceed;
}
#content .grid .post .inside {
	font-size: 12px;
}
#content .grid .post .top {
	font-color: #222;
	text-align: center;
}
#content .grid .post .top h2 {
	margin: 0px;
	padding: 0px;
	line-height: 130%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .925em;
}
#content .grid .post .top h2 a {
	color: #4d98c8;
}
#content .grid .post .top h2 a:hover {
	color: #2a718c;
}
#content .grid .post .bot {
	background-color: #F3F3F3;
	color: #222;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#content .grid .post .bot p {
	color: #222;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: bold;
}
#content .grid .navigation {
	font-size: 12px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 5px;
}
#content .grid .navigation a {
	border: 1px solid #ccc;
	color: #555;
	padding: 4px;
}
#content .grid .navigation a:hover {
	border: 1px solid #222;
	color: #222;
}
#content .grid .navigation .left {
	width: 45%;
	float: left;
}
#content .grid .navigation .right {
	width: 45%;
	float: right;
	text-align: right;
}
#content .grid .price {
	background-color: #d3d3d3;
	color: #222;
	width: 108px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 9px;
}
#content .grid .sold {
	background-color: #d3d3d3;
	color: #ca1717;
	width: 108px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 9px;
}
/* Content -> Archives */

#content .archive {
	width: 868px;
	margin: 0 auto;
	padding-left: 24px;
        padding-top: 12px;
	float: left;
}
#content .archive .binder {
	border-left: 1px solid #2f85a6;
	border-right: 1px solid #2f85a6;
	border-bottom: 1px solid #2f85a6;
	padding: 0px;
        margin: 0px;
}
#content .archive .binder .headerbg {
        height: 35px;
        padding: 0px;
        background-color: #2f85a6;
        background-image: url(imgs/navbackground2.gif);
        background-position: top;
        background-repeat: repeat-x;
}
#content .archive .binder .headerbg h3 {
	font-size: 18px;
        padding-left: 14px;
	margin: 0px;
        color: #fff;
}
#content .archive .binder .nav h3 {
	font-size: 14px;
	margin: 0px;
        padding: 0px;
        color: #fff;
	text-align: center;
}
#content .archive .binder .nav {
        width: 123px;
        padding: 0px;
        margin: 0px;
        background-color: #9fc6d6;
	border: 1px solid #2f85a6;
        margin-top: 2px;
        margin-bottom: 5px;
        float: left;
	text-align: center;
}
#content .archive .binder .headerbg .right {
        padding-right: 5px;
	float: right;
}
#content .archive .binder .content {
        padding: 14px 34px 14px 34px;
        margin: 0px;
}
#content .archive .bluetop {
        background-image: url(imgs/archivebluetop.gif);
        height: 9px;
        width: 100%;
	background-repeat: no-repeat;
        padding: 0px;
        margin: 0px;
}
#content .archive .binder .pad {
	padding-left: 6px;
}

#content .archive h2 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 9px;
}
#content .archive h3 {
	font-size: 18px;
        color: #fff;
	margin: 0px;
	padding: 0px;
}
#content .archive h2 a {
	color: #1c5f85;
}
#content .archive h2 a:hover {
	color: #222;
}
#content .archive p {
	line-height: 165%;
	color: #232323;
	font-size: .825em;
}
#content .archive .col1 {
	width: 660px;
        padding-left: 30px;
	float: left;
}
#content .archive .col1 p {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
#content .archive .col1 p img {
	vertical-align: bottom;
}
#content .archive .col2 {
	width: 120px;
	padding-right: 29px;
	float: left;
	text-align: center;
}
#content .archive .col2 img {
	padding: 2px;
	border: 1px solid #ccc;
}
#content .archive .col2 a img {
	border: 1px solid #222;
}
#content .archive .col2 a:hover img {
	border: 1px solid #23779c;
}
#content .archive .col3 {
	width: 100px;
	float: right;
	margin-right: 40px;
        padding-top: 8px;
	text-align: center;
}
#content .archive .col3 a img {
	border: 2px solid #4D98C8;
        margin: 0px;
        padding: 0px;
}
#content .archive .col3 a:hover img {
	border: 2px solid #23779c;
        margin: 0px;
        padding: 0px;
}
#content .archive .col3 .price {
        width: 93px;
	background-color: #D3E7B8;
	color: #507733;
	padding: 4px;
        margin: 0px;
	border: 2px solid #4D98C8;
	font-weight: bold;
}
#content .archive .col4 {
	width: 100px;
	float: right;
	text-align: center;
}
#content .archive .col5 {
	width: 110px;
	float: right;
	margin-right: 40px;
	text-align: right;
}
#content .archive .col5 p {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
#content .archive .col6 {
	width: 380px;
        padding-left: 30px;
	float: left;
}
#content .archive .col6 p {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
#content .archive .col7 {
	width: 150px;
	float: right;
	text-align: right;
}
#content .archive .col7 p {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
#content .archive .post-even {
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-color: #f9f9f9;
	padding-right: 5px;
	padding-left: 5px;
}
#content .archive .post-odd {
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px
}
#content .archive .post-even p a, .post-odd p a {
	border-bottom: 1px dotted #999;
	font-weight: normal;
}

/* Content -> Comments */

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
}
#commentform textarea {
	width: 100%;
}
#commentlist .author {
	font-size: .950em;
	margin-bottom: 5px;
	color: #555;
}
#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}
#commentlist p a {
	background-color: #fff;
	font-size: .925em;
	line-height: 175%;
}
/* Content -> Footer and Copyright */

#footer {
        width: 100%;
	background-color: #fff;
	padding-top: 30px;
        margin: 0px;
}
#footer .bartop {
        background-image: url(imgs/footer_top.gif);
        height: 10px;
        width: 925px;
	background-repeat: no-repeat;
        padding: 0px;
        margin: 0px;
}
#footer .binder {
	background-color: #87b6ca;
        width: 905px;
        margin: 0px;
	padding: 0px 10px 5px 10px;
}
#footer p {
	font-size: 12px;
	color: #fff;
        padding: 0px;
        margin: 0px;
}
#footer p a {
        text-decoration: none;
	color: #620e10;
}
#footer p a:hover {
        text-decoration: none;
	color: #111;
}
#footer img {
	color: #87b6ca;
        padding: 0px;
        margin: 0px;
}
#footer a img {
	color: #87b6ca;
        padding: 0px;
        margin: 0px;
}
#footer a:hover img {
	color: #87b6ca;
        padding: 0px;
        margin: 0px;
}
#footer .colright {
        width: 230px;
        text-align: right;
        float: right;
}
#footer .colright img {
        float: right;
}
#footer .colright h2 {
	font-size: 14px;
	color: #620e10;
        margin: 0px;
        padding: 5px 0px 0px 0px;
}
#footer .colright2 {
        width: 214px;
        text-align: left;
        float: right;
        padding-left: 17px;
}
#footer .colright2 h2 {
	font-size: 14px;
	color: #620e10;
        margin: 0px;
        padding: 5px 0px 0px 0px;
}
#footer .colright3 {
        width: 209px;
        text-align: left;
        float: left;
        padding-left: 2px;
}
#footer .colright3 h2 {
	font-size: 14px;
	color: #620e10;
        margin: 0px;
        padding: 5px 0px 0px 0px;
}

#copyright {
        width: 100%
	background-color: #23779c;
	margin: 0px;
	padding: 0px;
}
#copyright .binder {
	background-color: #23779c;
        width: 921px;
        height: 100%;
	text-align: center;
	color: #fff;
        margin: 0px;
	padding: 2px;
}
#copyright p {
	font-size: 9px;
	color: #fff;
}
#copyright p a {
	color: #fff;
}
#copyright p a:hover {
	color: #222;
}



.redbar {
background-color: #ca1717;
color: #fff;
text-align: center;
font-size: 11px;
padding-top: 3px;
padding-bottom: 3px;
}

.redbar a {
color: #fff;
border-bottom: 1px dotted #f2f2f2;
}