/*  
Theme Name: Hollywood Monster 
Theme URI: http://hollywoodmonster.co.uk
Description: <a href="http://hollywoodmonster.co.uk/">Hollywood Monster</a> theme 
Version: 2.0
Author: David Elliott
Author URI: http://www.geektown.co.uk

*/



/* RESET CODE */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	background: transparent;
	vertical-align: baseline;
}
body {
	margin: 0;
	padding: 0;
	background-color: #1C9FD8;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET CODE */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	background-color: #1C9FD8;
	font-size:12px;
}
.twoColFixRtHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	height: 190px;
	margin: 0px;
	padding: 0;
	background-image: url(images/header.png);
} 
.twoColFixRtHdr#widepage #header {
	height: 190px;
	margin: 0px;
	padding: 0;
	background-image: url(images/blankheader.png);
} 
.twoColFixRtHdr#cowes #header {
	height: 190px;
	margin: 0px;
	padding: 0;
	background-image: url(images/cowesheader.png);
} 
.twoColFixRtHdr #header #menu {
	margin: 0px;
	padding-top: 160px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
} 

.twoColFixRtHdr #header #menu ul {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	list-style-type: none;
} 

.twoColFixRtHdr #header #menu #search {
	padding: 0px;
	width: 170px;
	float: right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
} 

.twoColFixRtHdr #header #menu ul li {
	float:left;
} 
.twoColFixRtHdr #header #menu ul li a {
	color:#CBBDD8;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6A3091;
	border-left-color: #6E5581;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.twoColFixRtHdr #header #menu ul li a:hover{
	color:#ffffff;
	background-color: #CE1882;
}

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	width: 620px;
} 
.twoColFixRtHdr#widepage #mainContent {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	width: 940px;
} 

.twoColFixRtHdr #mainContent ul a{
	color: #0275BC;
	text-decoration:underline;
	font-weight: bold;
} 
.twoColFixRtHdr #mainContent ul a:hover{
	color: #CE1882;
	text-decoration:underline;
	font-weight: bold;
}  
.twoColFixRtHdr #mainContent ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
	list-style-type: disc;
	font-size: 12px;
} 
.twoColFixRtHdr #mainContent ul li{
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	list-style-type: disc;
} 

.twoColFixRtHdr #mainContent h1{
	background-color: #B01F87;
	margin: 0;
	background-image: url(images/h1-header.gif);
	background-repeat: no-repeat;
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 10px;
	font-weight: bold;
}

.twoColFixRtHdr #mainContent h2{
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 14px;
	text-transform: uppercase;
	color: #003054;
	display: block;
	padding-top: 2px;
	padding-bottom: 3px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #234D6C;
}
.twoColFixRtHdr #mainContent h3{
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 13px;
	text-transform: capitalize;
	color: #0275BC;
	display: block;
	height: 22px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.twoColFixRtHdr #mainContent h4{
	margin: 0;
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 13px;
	text-transform: uppercase;
	color: #0275BC;
	display: block;
	height: 22px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}
 .twoColFixRtHdr #mainContent h4 a{
	
	color: #0275BC;
	
}
 .twoColFixRtHdr #mainContent h4 a:hover{
	
	color:#000;
	
}
.twoColFixRtHdr #mainContent h2 a{
	color: #003054;
	text-decoration:underline;

} 
.twoColFixRtHdr #mainContent h2 a:hover{
	color: #C8DB2C;
	text-decoration:underline;	

}  

.twoColFixRtHdr #mainContent h3 a{
	color: #0275BC;
	text-decoration:underline;

} 
.twoColFixRtHdr #mainContent h3 a:hover{
	color: #CE1882;
	text-decoration:underline;
}  

.twoColFixRtHdr #mainContent h1 a{
	color: #FFFFFF;
	text-decoration: none;
} 
.twoColFixRtHdr #mainContent h1 a:hover{
	color: #6A3091;
	text-decoration: none;
} 

.twoColFixRtHdr #mainContent #meta{
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 10px;
	color: #0275BC;
	display: block;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0275BC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
} 
.twoColFixRtHdr #mainContent #meta a{
	color: #0275BC;
} 

.twoColFixRtHdr #mainContent #meta a:hover{
	color: #000000;
} 
.twoColFixRtHdr #mainContent .breadcrumbs {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 10px;
	color: #0275BC;
	display: block;
	text-transform: uppercase;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0275BC;
	padding: 10px;
} 
.twoColFixRtHdr #mainContent .breadcrumbs a{
	color: #0275BC;
} 

.twoColFixRtHdr #mainContent .breadcrumbs a:hover{
	color: #000000;
} 


.twoColFixRtHdr #mainContent .searchmeta {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 10px;
	color: #0275BC;
	display: block;
	text-transform: uppercase;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0275BC;
	padding: 10px;
} 
.twoColFixRtHdr #mainContent .searchmeta a{
	color: #0275BC;
} 

.twoColFixRtHdr #mainContent .searchmeta a:hover{
	color: #000000;
}


.twoColFixRtHdr #mainContent p{
	margin: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	display: block;
} 


.twoColFixRtHdr #mainContent p a{
	color: #0275BC;
	text-decoration:underline;
	font-weight: bold;
} 
.twoColFixRtHdr #mainContent p a:hover{
	color: #CE1882;
	text-decoration:underline;
	font-weight: bold;
} 


.twoColFixRtHdr #footer {
	font-size: 11px;
	color: #CE1882;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CE1882;
} 

.twoColFixRtHdr #footer a{
	color: #CE1882;
} 
.twoColFixRtHdr #footer a:hover{
	color: #ffffff;
} 

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#searchform {
	float: right;
	margin-left: 8px;
	margin-right: 20px;
	margin-top: 3px;
	margin-bottom: 0px;
}
/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	color: #FFFFFF;
	padding-left: 3px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

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

.twoColFixRtHdr #mainContent .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 14px;
	padding: 5px;
	margin: 0;
	color:#999999;
}
.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	}
/* End Captions */

/* Sidebars */
.twoColFixRtHdr #sidebarBox {
	float: right; /* since this element is floated, a width must be given */
	width: 320px;
	padding: 0px;
	color:#FFFFFF;
	background-color: #6A3091;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #sidebarBox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.twoColFixRtHdr #sidebarBox ul li a {
	color: #FFFFFF;
	text-decoration:none;
	padding-left: 10px;
	padding-bottom: 5px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CE1882;
	margin-bottom: 5px;
	font-weight: bold;
}
.twoColFixRtHdr #sidebarBox ul li a:hover {
	color: #CE1882;
	text-decoration:none;
}
.twoColFixRtHdr #sidebarBox h3{
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #CE1882;
}

.twoColFixRtHdr #sidebarBox p{
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	text-transform: none;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}

#sidebar-top, #sidebar-bottom {
	width:320px;
	float:right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}


	
#sidebar-left {
	width:170px;
	float:left;
	padding: 5px;
	}

#sidebar-right {
	width:130px;
	float:right;
	padding: 5px;
	}
/* End Sidebars */

/* Categories */
.cat-item {
	color:#CE1882;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	}
	

.twoColFixRtHdr #sidebarBox ul li.cat-item {
	list-style-type: none;
	display: block;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #sidebarBox ul li.cat-item ul.children{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	display: block;
}

.twoColFixRtHdr #sidebarBox ul li.cat-item ul.children li.cat-item ul.children{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	display: block;
}
.twoColFixRtHdr #sidebarBox ul li.cat-item ul.children li.cat-item {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
}

.twoColFixRtHdr #sidebarBox ul li.cat-item ul.children li.cat-item ul.children li.cat-item {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: italic;
}

.twoColFixRtHdr #sidebarBox ul li.cat-item a {
	color:#FFFFFF;
	text-decoration:none;
}
.twoColFixRtHdr #sidebarBox ul li.cat-item a:hover {
	color:#CE1882;
	text-decoration:none;
}

.twoColFixRtHdr #sidebarBox ul li.current-cat{
	color:#CE1882;
	background-color:#B01F87;
	font-size: 11px;	
	}
	
.twoColFixRtHdr #sidebarBox ul li.current-cat-parent {
	color:#CE1882;
	background-color:#7E2B8E;
	font-size: 11px;	
	}
.twoColFixRtHdr #sidebarBox ul li.current-cat a{
	color:#ffffff;
	}
	
.twoColFixRtHdr #sidebarBox ul li.cat-item ul.children a{
	color:#FFFFFF;
	}
.twoColFixRtHdr #sidebarBox ul li.cat-item ul.children a:hover{
	color:#000000;
	}
.twoColFixRtHdr #sidebarBox ul li.current-cat-parent  li.current-cat a{
	color:#ffffff;
	}
	
.twoColFixRtHdr #sidebarBox ul li.current-cat-parent  li.current-cat a:hover{
	color:#000000;
	}

/* End Categories */

/* Blogroll */
.twoColFixRtHdr #sidebarBox ul.blogroll li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 8px;
	display: block;
}
/* End Blogroll */
/* textwidget */

.textwidget{
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	text-transform: none;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}
.textwidget a{
	
	color: #CE1882;
	
}
.textwidget a:hover{
	
	color: #FFFFFF;
	
}
/* End textwidget */
/*  tags */

#sidebar-bottom a {
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar-bottom a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/* End tags */
/* Comments*/
#comments {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 11px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #003054;
	color: #003054;
	}
.commentlist li, #commentform input, #commentform textarea {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 11px;
	}
.commentlist li ul li {
	font-size: 11px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	color: #0275BC;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 11px;
	}

#commentform p {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	}
.comment-author {
	font-weight: normal;
	padding-bottom: 3px;
	}
.comment-author a{
	color:#CE1882;
	text-decoration:underline;
	}
.comment-author a:hover{
	color:#CE1882;
	text-decoration:underline;
	}
.commentmetadata {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0275BC;
	padding-bottom: 3px;
	width: 530px;
	margin-bottom: 5px;
	}
.commentmetadata a{
	font-weight: normal;
	color:#0275BC;
	text-decoration:none;
	}
.commentmetadata a:hover{
	font-weight: normal;
	color:#000000;
	text-decoration:none;
	}
.comment-body {
	background-color: #DFF3FC;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 10px;
	font-size: 11px;
	color: #000000;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End comments */
#pagebox {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#tools {
	height:25px;
	font-size:11px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0275BC;
	margin-bottom: 10px;
	}

#tools a:hover {
	background:none;
	}

#tools #toolicons img {
	padding-right:10px;
	float:left;
	}
	
#navigation{
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #53247F;
	border-bottom-color: #53247F;
}
.breadcrumbsright {
float:right;
}
#navigation .next { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	color: #0275BC;
}
#navigation .prev { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	color: #0275BC;
}

#navigation .next a {
	color: #0275BC;
	font-weight: bold;
}
#navigation .next a:hover { 
	color: #CE1882;
}
#navigation .prev { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
#navigation .prev a {
	color: #0275BC;
	font-weight: bold;
}
#navigation .prev a:hover { 
	color: #CE1882;
}
.spreadarticle {
	margin-bottom: 10px;
	width: 220px;
	float: left;
	height: 350px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 10px;
	border: 1px dotted #004FA0;
}
.spreadarticle img {
border:none;
}
.spreadarticle h3 {
margin:0px;
padding:0px;
}
.spreadarticle p {
margin:0px;
padding:0px;
}
div#related {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 11px;
	background-color: #E7EBEF;
	padding: 10px;
	margin-bottom: 10px;
}

div#related h4{
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 12px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0F2F50;
	text-transform: uppercase;
	color: #0F2F50;
}

div#related ol{
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 11px;
	color: #0F2F50;
	list-style-type: decimal;
	list-style-position: inside;
}

div#related a{
	
	color: #0F2F50;
	
}

div#related a:hover{
	
	color: #0275BC;
	
}

#recent-projects{
	background-color: #B01F87;
	border: 1px solid #B01F87;
	margin-top: 20px;
}

#rproject h3{
	background-color: #CE1882;
	margin: 0px;	
}

#recent-projects #rproject p {
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#recent-projects #rproject h4 {
	display: block;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}



#recent-projects #rprojectmeta {
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 10px;
	font-style: italic;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CE1882;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.twoColFixRtHdr #mainContent #postLeft{
	float:left;
	width: 395px;
} 
.twoColFixRtHdr #mainContent #postRight{
	width:220px;
	margin: 0px;
	padding: 0px;
	float: right;
} 
.twoColFixRtHdr #mainContent #postRight img{
	margin: 5px;
	padding: 0px;
	float:none;
} 

.padbox{
	margin: 10px;
	float:none;
} 

.padbox2{
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12px;
	float:none;
} 
#uploadimage{
	margin: 10px;
} 
/* END */
 
