/*
Theme Name: Midship Runabout Theme
Theme URI: http://www.midshiprunabout.org
Description: A Custom Wordpress theme for Midship Runabout
Author: Steven Word	
Author URI: http://www.stevenword.com		
version: 1.0
Tags: two-column, three-column, widget-ready, custom
*/

/* basics */

*{margin:0; padding:0;}

.entry p{ margin:4px 0;}


.no-show {
	display: none;
}

/* TOP NAV */

#header_right{
	float: right;
	width: 300px;
	border: 0px solid lime;
    margin-right: 10px;
}

#nav_top{
	text-align: right;
	font-size: 10px;
}
#nav_top p, #nav_top p a{
	color: red;
	text-decoration: none;
	font-size: 10px;
font-weight: normal;
    padding: 2px;
	margin: 0;
}
#nav_top p, #nav_top p a:hover{
	color: #000;
}



body {
	/*background:#dedede;*/
	background:black;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin:0px;
	}

a {
	color: red;
	text-decoration: none;
}

a:hover{
	color: red;
	text-decoration: underline;
}

h1 {font-size: 14pt;}
h2 {font-size: 12pt;}
h3 {font-size: 10pt;}
h4 {font-size: 10pt;}

.pagetitle{margin-bottom: 14px;}

.clear {
	clear: both;
}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 940px;
	margin: 0 auto;
	padding:0 10px;;
	background:#fff;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
	background:#ffffff;
	background: url('images/header-home.jpg');
  	width: 930px;
  	height: 100px;
	color: #000;
	padding-left: 10px;
	}
#header-index {
	background-color:white;
  	width: 930px;
  	height: 100px;
	color: #000;
	/*padding-left: 10px;*/
	}

.header-store {
	background: url('images/header-mk1.jpg') !important;
  	width: 930px;
  	height: 100px;
	color: #fff;
	padding-left: 10px;
	}

.header-events {
	background: url('images/header-mk1.jpg') !important;
  	width: 930px;
  	height: 100px;
	color: #fff;
	padding-left: 10px;
	}

.header-shops {
	background: url('images/header-mk1.jpg') !important;
  	width: 930px;
  	height: 100px;
	color: #fff;
	padding-left: 10px;
	}

.header-mk1 {
	background: url('images/header-mk1.jpg') !important;
  	width: 930px;
  	height: 100px;
	color: #fff;
	padding-left: 10px;
	}

.header-mk2 {
	background: url('images/header-mk2.jpg') !important;
  	width: 930px;
  	height: 100px;
	color: #fff;
	padding-left: 10px;
	}

.header-mk3 {
	background: url('images/header-mk3.jpg') !important;
  	width: 930px;
  	height: 100px;
	color: #fff;
	padding-left: 10px;
	}

#header h1, #header-index h1{
	font:normal 24pt verdana, verdana, times;
	padding:16px 0 0 0px;
	margin:0;	
	}
	
#header h1 a,#header-index h1 a{color: black; text-decoration: none;}
#header h1 a:hover,#header-index h1 a:hover{color: red; text-decoration: none;}


#header h2,#header-index h2{
	font:normal 14pt verdana, verdana, times;
	color:red;
	padding: 4px 0 0 4px;
	margin:0;	
	}

/* main menu */


#menu {
	background:#fff;
	border-top: 8px solid black;
	border-bottom: 2px solid black;
	font-family: verdana, arial, times, serif;
	font-size: 10pt;
        font-weight: bold;
	width:940px; 
	overflow:hidden;
        margin-bottom: 10px;
}

#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #000;
	display:block;
	text-decoration: none;
}

#menu ul li a:hover {
	background: #000;
	color:#fff;
	text-decoration: none;
}

.menuSelected{
	color: red !important;
	font-weight: bold;
}


/* content */


#content {
	float:left;
	width:700px;
	overflow: hidden;
	margin:0px;
	}

#content-index {
	float:left;
	width:538px;
	overflow: hidden;
	margin-bottom:14px;
margin-left: 10px;
margin-right: 10px;
	margin-top: 0;
border: 0px solid lime;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	font-family: 'Verdana' !important;
	}
	
.post h2{
	font:normal 15pt verdana, times;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}
.post h3 a{
	color: black;
	text-decoration: none;
	}
	
.post h3 a:hover{
	color: black;
	text-decoration: underline;
	}

.red a{
        color: red !important;
}

.post ul {}

.post li {}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* left & right sidebar */

#left{
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:180px;
	float:left;
	margin:0;
	padding: 0;
	border-right: 1px dotted #ddd;
padding-right: 10px;
	}

#right{
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:180px;
	float:left;
	margin:0;
	padding: 0;
	border-left: 1px dotted #ddd;
        padding-left: 10px;
	}


#left ul{
	margin: 0px 0px 0px 14px;
	padding:0;
	list-style:none;
	margin:12px;
}
#right ul {
	margin: 0px 0px 0px 14px;
	padding:0;
	list-style:none;
	margin:12px;
}

#left ul li, #right ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height: 14pt;
	list-style-type: none;
	}
#left ul ul li, #right ul ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	list-style-type: square;
	color: red;
	font-weight: normal !important;
	}

#left h2, #right h2{
	font:normal 11pt arial, verdana, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#left label, #right label{
	font:normal 11pt arial, verdana, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#left p, #right p {margin:0; padding: 0;}

#left img, #right img {padding: 0; margin: 0;}
#left a, #right a, #sidebar a{
        color: #000;
}

#left a:hover, #right a:hover, #sidebar a:hover{
        color: red;
}

/* sidebar */

img.left{ float: left; border: none; padding: 6px 0 0 0; }

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:230px;
	float:right;
	margin:0;
	padding: 0;
        border-left: 1px dotted #ddd;
	}

#sidebar ul {
	margin: 0px 0px 0px 14px;
	padding:0;
	list-style:none;
	margin:12px;
}

#sidebar ul li{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul li{
	padding: 0px;
	margin: 0px;
	list-style-type: square;
	color: red;
	font-weight: normal !important;
	}

#sidebar h2{
	font:normal 11pt arial, verdana, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, verdana, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p{
	margin:0;
	padding: 0 6px 0 12px;
}

#sidebar img{
	padding: 0; margin: 0;
}


/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: verdana, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:0px;
	padding-right: 0px;
	}

#form inputs{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

.input_btn{
	border:none;
        padding: 4px;
	background:#ccc;
border: 0px solid #333;
	color:#333;
	text-transform:lowercase;
	}

/* SEARCH FORM */

.box_search{
	width: 280px;
	float: right;
	padding-top: 50px;
}

.box_search p{
	margin: 0;
	text-align: right;
}
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* footer */

#pagination{
	display block;
	text-align: center;
}

#footer {
	background:#000;
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}



input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.input_text input{
	padding: 4px;
	border: 1px solid #b4b4b4;
}

.input_btn input{
	background-color: #b4b4b4;
	padding: 4px;
	color: #FFF;
	text-transform: uppercase;
	margin-left: -3px;
}

/* ugly safari hack */

@media screen and (-webkit-min-device-pixel-ratio:0){
	.input_btn input{
		height: 24px;
	}
}
/* FORMATTING */

p{
	margin: 12px 0px;
	line-height: 18px;
}

a {
	color: red;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}



h1 a, h2 a, h3 a, h4 a{
	color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover{
	color: #000;
}
/* FORMATTING STYLES */

.border_dot_top{
	padding: 15px 0px 0px 0px;
	border-top: 1px dotted #c6c8ca;
}

.border_dot_bottom{
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #c6c8ca;
}

.border_dot_both{
	padding: 10px 0px;
	border-top: 1px dotted #c6c8ca;
	border-bottom: 1px dotted #c6c8ca;
	margin: 6px 0px;
}

.no-border{
	border: none !important;
}

.icon_audio{
	padding: 3px 0px 3px 15px;
	background-image: url('images/icon_audio.gif');
	background-repeat: no-repeat;
	background-position: left;
}

.icon_video{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-transform: uppercase;
	padding: 3px 15px 3px 0px;
	background-image: url('images/icon_video.gif');
	background-repeat: no-repeat;
	background-position: right;
}

.icon_gallery{
	padding: 3px 0px 3px 15px;
	background-image: url('images/icon_gallery.gif');
	background-repeat: no-repeat;
	background-position: left;
}

img.alignleft{
	float: left;
	clear: both;
	margin: 0px 10px 10px 0px;
}

img.alignright{
	float: right;
	clear: both;
	margin: 0px 0px 10px 10px;
}

.img_large{
	width: 380px;
}

.img_med{
	width: 260px;
	display: block;
}

.img_med2{
	width: 150px;
	float:left;
}

.img_product{
	width: 200px;
}

.img_sidebar{
	width: 200px;
        margin-bottom: 10px !important;
}

.img_sidebar-narrow{
	width: 160px;
    margin-bottom: 10px !important;
}

.img_small{
	width: 200px;
	height: 134px;
	display: block;
}

.img_thumb{
	width: 130px;
	height: 87px;
	display: block;
}

.img_thumb_square{
	width: 65px;
	height: 65px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	float: left;
}

.img_book_thumb{
	width: 90px;
	height: 138px;
	display: inline-block;
	background-color: #CCCCCC;
	margin: 0px 10px 10px 0px;
}

.img_book_large{
	display: inline-block;
	margin: 0px 10px 10px 0px;
}

.img_author_thumb{
	width: 100px;
}

.img_book_med{
	width: 130px;
}

.img_event_thumb{
	width: 90px;
	height: 90px;
	display: inline-block;
	background-color: #CCCCCC;
	margin: 0px 10px 10px 0px;
}

#featureimage{
	float: left; 
	padding-right: 15px;
	padding-bottom: 10px;
}

.img_left{
	
}

.list_dots ul li{
	padding: 4px 0px;
	margin: 0px 0px 0px -30px;
	border-bottom: 1px dotted #c6c8ca;
}

.bullet_double-arrows_black li{
	background-image: url('images/bullet_double-arrows_black.gif');
	background-repeat: no-repeat;
	background-position: 0px 15px;
	padding-left: 12px;
}

ul.list_divider{
	margin-top: 0;
	margin-bottom: 0;
}

ul.list_divider li{ 
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	border-top: 1px dotted #c6c8ca;
	border-bottom: none;
	padding: 6px 0px;
}


ul.list_divider li.list_item_first{
	padding-top: 0;
	border-top: 0;
}

.txt_author{
	text-transform: uppercase;
	color: #a6a6a6;
}

.txt_date{
	color: #a6a6a6;
}
.txt_article-section{
	margin: 0px;
	font-size: 11px;
}

#column_left{
	float: left;
	width: 700px;
	border-top: 15px solid #000000;
border: 1px solid red !important;
}

#column_right{
	width: 220px;
	float: right;
}

/* ARTICLE LISTING BOXES */

.box_main_heading{
	border-bottom: 1px solid black;
	text-align: center;
	background: white;
	margin-bottom: 10px;
        margin-top: 5px;
	padding-bottom: 0px;
	height: 32px;
}
.box_main_heading h2{
	font-size: 18pt;
	color: black;
	font-weight: normal;
	font-family:  Verdana, Tahoma, Georgia, "Times New Roman";
}

.box_main_heading p{
	margin:0px;
        padding: 0px;
}

.box_section{
	border-top: 10px solid #000;
	padding: 0px 0px;
	margin: 10px 0px;
}

.box_section .content,.box_section .content-index{
	margin-top: 8px;
	padding-top: 15px;
	border-top: 1px dotted #c6c8ca;
}

.box_section .content .column_left,.column_left{
	width: 260px;
	padding-right: 5px;
	float: left;
	border-right: 1px dotted #c6c8ca;
}

.box_section .content .column_right, .column_right{
	width: 260px;
	padding-left: 10px;
	float: right;
}

.box_section ul{
	margin-top: 0;
	margin-bottom: 0;
}

.box_section ul li{
}

.box_section .content p{
	margin: 2px 0px;
}

.txt_category_heading a{
	display: inline-block;
	border-bottom: 2px solid black;
	width: 540px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

/* BOX BLUE */

.box_blue{
	background-image: url('images/box_blue_bg.gif');
	background-repeat: repeat-y;
    margin-left: 10px;
}

.box_blue_bottom{
	height: 8px;
	background-image: url('images/box_blue_bottom.gif');
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 15px;
	margin-left: 10px;
}

.box_blue h3{
	padding: 10px 10px;
	background-color: #009bcd;
	margin: 0;
	color: white !important;
}


.box_blue h3 a{
	color: white !important;
}

.box_blue .content{
	padding: 5px;
}

.box_blue .content h3{
	padding: 0;
	margin: 0;
	background: none;
}

.box_blue .content p{
	margin: 2px 0px;
	font-size: 11px;
	line-height: 15px;
}

.box_blue .content p a, .box_blue .content a:hover{
	color: #009bcd;
}

.box_blue .content .box_event{
	padding: 10px 0px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #c8c8c8;
}


/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: verdana, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* footer */

#pagination{
	display block;
	text-align: center;
}

#footer {
	background:#000;
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

/* FEATURE BOXES FOR HOME + CATEGORY LANDINGS */

.box_home_primary{
	width: 380px;
	float: left;
}

.box_home_primary .content{

}

.box_home_primary .content p{
	margin: 4px 0px;
}

.box_home_secondary{
	width: 150px;
	float: right;
	border-left: 1px dotted #c8c8c8;
}

.box_home_secondary .content{
	padding: 0px 0px 0px 10px;
}

.box_home_secondary .content p, .box_primary .content p, .box_secondary .content p{
	margin: 2px 0px;
}

.box_primary{
	width: 390px;
	float: right;
}

.box_primary .content{
	padding: 10px 10px 0px 10px;
}

.box_secondary{
	width: 309px;
	float: left;
	border-right: 1px dotted #c6c8ca;
}

.box_secondary .content{
	padding: 0px 10px 0px 0px;
}

.box_secondary img{
	padding: 0px 10px 0px 0px;
}

.icon_print{
	background-image: url('images/icon_print.gif');
	background-repeat: no-repeat;
	background-position: 0px -4px;
	padding-left: 18px;
}

.icon_pdf{
	float: right;
	margin: 0px 0px 10px 20px;
}

.icon_pdf a{
	background-image: url('images/icon_pdf.gif');
	background-repeat: no-repeat;
	height: 20px;
	display: inline-block;
	padding: 2px 0px 0px 25px;
	font-size: 11px;
}

.icon_rss a{
	background-image: url('images/icon_rss.gif');
	background-position: right;
	background-repeat: no-repeat;
	width: 18px;
	height: 10px;
	display: block;
	margin-top: 3px !important;
	float: right;
}

input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.input_text input{
	padding: 4px;
	border: 1px solid #b4b4b4;
}

.input_btn input{
	background-color: #b4b4b4;
	padding: 4px;
	color: #FFF;
	text-transform: uppercase;
	margin-left: -3px;
}

/* ugly safari hack */

@media screen and (-webkit-min-device-pixel-ratio:0){
	.input_btn input{
		height: 24px;
	}
}




/* BOX BLUE */

.box_blue{
	background-image: url('images/box_blue_bg.gif');
	background-repeat: repeat-y;
    margin-left: 10px;
}

.box_blue_bottom{
	height: 8px;
	background-image: url('images/box_blue_bottom.gif');
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 15px;
	margin-left: 10px;
}

.box_blue h3{
	padding: 10px 10px;
	background-color: #009bcd;
	margin: 0;
 color: white !important;
}


.box_blue h3 a{
	color: white !important;
}

.box_blue .content{
	padding: 5px;
}

.box_blue .content h3{
	padding: 0;
	margin: 0;
	background: none;
}

.box_blue .content p{
	margin: 2px 0px;
	font-size: 11px;
	line-height: 15px;
}

.box_blue .content p a, .box_blue .content a:hover{
	color: #009bcd;
}

.box_blue .content .box_event{
	padding: 10px 0px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #c8c8c8;
}

/* BOX RED */

.box_red{
    margin-left: 10px;
border-left: 1px solid red;
border-right: 1px solid red;
}

.box_red-narrow{
    margin-left: 0px;
border-left: 1px solid red;
border-right: 1px solid red;
}

.box_red_bottom{
	height: 8px;
	background-image: url('images/box_red_bottom.gif');
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 15px;
	margin-left: 10px;
}

.box_red_bottom-narrow{
	height: 8px;
	background-image: url('images/box_red_bottom-narrow.gif');
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 15px;
	margin-left: 0px;
}

.box_red h3, .box_red-narrow h3{
	padding: 10px 10px;
	background-color: #cd3200;
	margin: 0;
	color: white !important;
}


.box_red h3 a, .box_red-narrow h3 a{
	color: white !important;
}

.box_red .content, .box_red-narrow .content{
	padding: 5px 5px 0px 5px;
}

.box_red .content h3, .box_red-narrow .content h3{
	padding: 0;
	margin: 0;
	background: none;
}

.box_red .content p, .box_red-narrow .content p{
	margin: 2px 0px;
	font-size: 11px;
	line-height: 15px;
}

.box_red .content p a, .box_red .content a:hover, .box_red-narrow .content p a, .box_red-narrow .content a:hover{
	color: #009bcd;
}

.box_red .content .box_event, .box_red-narrow .content .box_event{
	padding: 10px 0px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #c8c8c8;
}


/* BOX BLACK */

.box_black{
        margin-left: 10px;
	margin-bottom: 0px;
        border-left: 1px solid black;
        border-right: 1px solid black;
}

.box_black_bottom{
	height: 8px;
	background-image: url('images/box_black_bottom.gif');
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 10px;
	margin-left: 10px;
}

.box_black_bottom-narrow{
	height: 8px;
	background-image: url('images/box_black_bottom-narrow.gif');
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 10px;
	margin-left: 0px;
}

.box_black h3{
	padding: 10px 10px;
	background-color: #000;
	color: #fff;
	margin: 0;
	color: white !important;
}


.box_black h3 a{
	color: white !important;
}

.box_black .content{
	padding: 5px;
}

.box_black .content h3{
	padding: 0;
	margin: 0;
	background: none;
}

.box_black .content p{
	margin: 2px 0px;
	font-size: 11px;
	line-height: 15px;
}

.box_black .content p a, .box_black .content a:hover{
	color: #009bcd;
}

.box_black .content .box_event{
/*	padding: 10px 0px;*/
/*	margin-bottom: 10px;*/
	border-bottom: 1px dotted #c8c8c8;
}


/* BOX GREY */

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

#left .box_grey-narrow{
	border-top: 0px solid #c8c8c8;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#right .box_grey-narrow{
	border-top: 0px solid #c8c8c8;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.box_grey .content,.box_grey-narrow .content{
	padding: 0px;
}

.box_grey .content h2,.box_grey-narrow .content h2{
	padding: 10px !important;
	margin: 0;
	background: #000;
	color: #fff !important;
	font-weight: bold !important;
	font-size: 10pt !important;
	border-bottom: 0px dotted #c8c8c8;
}

.box_grey h2 a, .box_grey-narrow h2 a{
        color: white !important;
}

.box_grey .content p a, .box_grey .content a:hover{
	color: #009bcd;
}

.box_grey ul,.box_grey-narrow ul{
	border: 0px solid red;
	padding: 0px !important;
	margin: 0px 0px 0px 0px !important;
	padding-bottom: 0px !important;
}
.box_grey ul li,.box_grey-narrow ul li{
	border: 0px solid lime;
	padding: 0px 5px 0px 10px !important;
	border-top: 1px dotted #c8c8c8;
}


.box_grey ul ul,.box_grey-narrow ul ul{
	border: 0px solid red;
	padding: 0px !important;
	margin: 0px 0px 0px 15px !important;
}
.box_grey ul ul li,.box_grey-narrow ul ul li{
	border: 0px solid lime;
	padding: 0px 0px 0px 0px !important;
	border-top: 0px solid #c8c8c8;
}

.box_grey ul li a,.box_grey-narrow ul li a{

}
.box_grey .content .box_event{
	padding: 10px 0px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #c8c8c8;
}
