/*  
Theme Name: Pride
Theme URI: http://www.wpdesigner.com/
Description: Pride WordPress theme of the Seven Deadly Sins series by Small Potato. Released under GPL.
Version: 0.1
Author: Small Potato
Author URI: http://www.wpdesigner.com/
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form

{
	margin: 0;
	padding: 0;
}


body{
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	color: #fff;	
	height: 100%; 
	z-index:0; 
	position:relative;
	background:#fff url(images/back_wood.jpg);
	background-image:url('images/back_wood.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;



 	/** background: #016892 url(images/bg_body.gif) repeat-x ;  
		background-color: transparent; 
	**/
}

#backgroundMiami {position:fixed; top:0; left:0; width:100%; height:100%; z-index:0;}
img#backgroundMiami { height: 100%; width: 100%; z-index: -1; position:fixed; color: white; }

table{
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size: 18px;
	font-weight: normal;
}

a{
	text-decoration: underline;
	color: #066f99;
}

a:hover{
	text-decoration: none;
}

a img{
	border: 0;
}

address, dl, p{
	padding: 10px 0 5px;
}

blockquote{
	margin: 10px 0 0;
	border-top: 1px solid #ddd;
	background: #f7f7f7;
}

blockquote p{ padding: 10px; }

blockquote blockquote{
	margin: 0 10px;
	background: #fff;
}

code{
	background: #f9f9f9;
}

dd{
	padding: 0 0 0 20px;
}

p img{
	max-width: 100%;
}

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

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

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

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.clear{
	margin: 0;
	padding: 0;
	clear: both;
}

small{
	font-size: 11px;
}

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

#container{
	margin: 0 auto;
	width: 950px;
	text-align: left;
	vertical-align: top;
	position: relative;
	z-index:2;	
}

#header_wrap{
	float: left;
	width: 950px;
	margin: 0px 0 0;
	padding: 0 0;
	/* background: #003145 url(images/bg_header_bottom.gif) no-repeat left bottom; */
}

#header{
	float: left;
	width: 950px;
	height: 220px;
	background: url(images/miami_stadium_collage_banner.gif) no-repeat;
<meta name="description" content="<?php bloginfo('description'); ?>" />


}

.blog_title_wrap{
	float: left;
	width: 930px;
	margin: 10px 0 0 10px;
	display: inline;
	background: #004d6d url(images/bg_title_bottom.gif) no-repeat left bottom;
}

.blog_title{
	float: left;
	width: 930px;
	background: url(images/bg_title_top.gif) no-repeat;
}

.blog_title h1{
	padding: 10px 20px 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, Georgia, Sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}

.blog_title h1 a{
	text-decoration: none;
	color: #fff;
}

.blog_title h1 a:hover{
	text-decoration: underline;
}


.topmenu{ float: left; width: 950px; }
/***** took this out


.topmenu ul{ list-style-type: none; margin: 0; padding: 0 0 0 10px; }

.topmenu ul li{	float: left; margin: 10px 0 0; display: inline; }

.topmenu ul li a{ display: block; padding:  10px 10px 20px; font-weight: bold; text-decoration: none; color: #74b5d0; }

.topmenu ul li.current_page_item a{ color: #b3e5fa;	background: url(images/bg_topmenu_li_current.gif) no-repeat center bottom; }

.topmenu ul li a:hover{ text-decoration: underline; }

.topmenu ul li.rss{ float: right; margin: 10px 10px 0 0; }

.topmenu ul li.rss a{ padding: 10px 10px 20px 21px;background: url(images/icon_rss.gif) no-repeat 0 10px;}

***********/


#page{
	float: left;
	width: 950px;
	margin: 10px 0 0;
}

.main{
	float: left;
	width: 675px;
	display: inline;
	margin: 5px auto 0px;
	padding-right:0px;
	padding-left: 0px;

}

.post{
	float: left;
	width: 675px;
	margin: 0px 0 0px;
	background: #fff ; 
	overflow: hidden;
	color: #000;
}

.post_date{
	margin: 0px 0px 0px 20px;
	padding-top:10px;
	padding-bottom:0px;
	display:block;
	overflow: hidden;
	font-weight:bold;

}

.post_month{
	padding: 5px 0 0;
	text-align: center;
	text-transform: uppercase;
	font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e8f6b0;
}

.post_day{
	padding: 6px 0 0;
	text-align: center;
	font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.post_title{
	float: left;
	margin: 0px 0px 0px 20px;
	display: inline;
	line-height:24px;
}

.post_title_alt{
	width: 470px;
	margin: 20px 0 0 20px;
}

.post_title h2{
	font-size: 28px;
}

.post_title h2 a{
	text-decoration: none;
	color: #880000;
}

.post_title h2 a:hover{
	text-decoration: underline;
}

.postdata{
	padding: 10px 0 0;
	line-height: 20px;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	margin-left:20px;
	color: #999;
	font-style:italic;
}

/* DIV THAT CONTROLS THE LINE THAT SEPERATES POSTS*/
.endPostLine {	border-bottom: solid 1px #000000; margin-top:25px; margin-bottom:-15px;}
/**************************************************/

.post_projects .entry img {display: none; }
.entry img {padding-right:12px; }
.entry{
	padding: 0 20px 20px;
	line-height: 1.2em;
	background: #fff;
	clear: both;

}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	margin: 0;
	padding: 10px 0 5px;
	background-color: transparent;
	background-image: none;
	font-weight: bold;
}

.entry h1{
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}

.entry h2{
	font-weight: normal;
}

.entry h3{}

.entry h4{
	font-size: 14px;
}

.entry h5{
	font-size: 12px;
}

.entry h6{
	font-size: 11px;
}



p.comments_number{
	padding: 10px 0 5px 21px;
	background: url(images/icon_comment_bubble.gif) no-repeat 0 16px;
}

p.comments_number a{
	color: #749101;
}

.navigation{
	padding: 0 20px;
	line-height: 24px;
}




.comments_template_wrap{
	margin: 10px 0 0;
	background: #06719c url(images/bg_rc_top2.jpg) no-repeat;
}

.comments_template{
	padding: 20px 20px 30px;
	background: url(images/bg_rc_bottom2.gif) no-repeat left bottom;
}

.comments_template ol.commentlist{
	list-style-type: none;
	margin: 0;
	padding: 10px 0 20px;
	color:#000000;
}

.comments_template ol.commentlist li{
	margin: 0px 0 0;
	padding: 10px;
	border-top: #000 1px solid;	
	border-bottom: #000 1px solid;
}

.comments_template ol.commentlist li.alt{
	border-top: 1px solid #cbe9f3;
	background: #f0fbff;
	border-top: #000 1px solid;	
	border-bottom: #000 1px solid;
}

.comments_template ol.commentlist a {
color: #CCCCCC;}

.comments_template ol.commentlist li cite{
	font-style: normal;
	font-weight: bold;
}





.sidebar{
	float: left;
	width: 250px;
	margin: 0 0 0 20px;
	display: inline;
}

.sidebar ul{
	list-style-type: none;
	margin: -5px 0;
	padding: 0;
}

.sidebar ul li{
	margin: 10px 0 0;
	background: #313131 url(images/bg_sidebar_rc_top.gif) no-repeat;
}

.sidebar ul li.updates {
	margin: 10px 0 0;
	background: #313131 url(images/bg_sidebar_rc_top2.gif) no-repeat;
	background-color:#dcdcdc;
}

.sidebar ul li.flyer_pic {
	margin: 10px 0 0;
	background: #313131 url(images/bg_sidebar_rc_top2.gif) no-repeat;
	background-color:#dcdcdc;
	color: #000000;
}
.sidebar ul li.flyer_pic a, .sidebar ul li.flyer_pic a:hover { text-decoration:none;
font-size:14px; margin:0; padding-left: 0px;background:none;
}

.sidebar ul li.flyer_pic img {
width: 210px;
padding: 4px 0;
}

.sidebar ul ul#updates_bg_bottom {
	padding: 7px 20px 15px;
	background: url(images/bg_sidebar_rc_bottom2.gif) no-repeat left bottom;
}

.sidebar ul li a { text-decoration:none;
font-size:14px; margin:0; padding-left: 13px;background:url(images/arrow.gif) 0 2px no-repeat;
}

.sidebar ul li a:hover { text-decoration: underline;
font-size:14px; margin:0; padding-left: 13px;background:url(images/arrow.gif) 0 2px no-repeat;
}

.sidebar ul #noarrow li a { text-decoration:none;
font-size:14px; margin:0; padding-left: 0px;background:none;
}

.sidebar ul #noarrow li {color: #555;}


.sidebar ul li#calendar #calendar_wrap{
	padding: 7px 20px 30px;
	background: url(images/bg_sidebar_rc_bottom.gif) no-repeat left bottom;
}

.sidebar ul li#calendar #calendar_wrap table#wp-calendar{
	width: 100%;
	font-size: 12px;
}

.sidebar ul li#calendar #calendar_wrap table#wp-calendar td{
	padding: 4px 0;
}

.sidebar ul li#search{
	background: #d7f071 url(images/bg_sidebar_rc_search_top.gif) no-repeat;

}

.sidebar ul li form#searchform{
	padding: 10px 10px 25px;
	background: url(images/bg_sidebar_rc_search_bottom.gif) no-repeat left bottom;
}


.sidebar ul li form#searchform .keyword{
	width: 180px;
	height: 40px;
	overflow: hidden;
	background: #fff url(images/bg_searchform.gif) no-repeat;
}

.sidebar ul li form#searchform .keyword input#s{
	border: 0;
	width: 85%;
	padding: 9px 10px 0;
	font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size: 18px;
	background-color: transparent;
	color: #666;
}

.sidebar ul li h2{
	padding: 12px 20px 0;
	color: #FFF;
	font-size:16px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.sidebar ul li.updates h2{
	padding: 12px 20px 0;
	color: #000;
	font-size:16px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.sidebar ul li.flyer_pic h2{
	padding: 12px 20px 0;
	color: #000;
	font-size:16px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.sidebar ul ul,  .sidebar ul li#google-search form#gsearch{
	padding: 7px 20px 15px;
	background: url(images/bg_sidebar_rc_bottom.gif) no-repeat left bottom;
}

.sidebar ul ul li{ /*controls the links inside the widgets */
	margin: 0;
	padding: 0;

	background:none;
	background-color: transparent;
}

.sidebar ul ul ul{
	padding: 0;
	background-image: none;
}

.sidebar ul ul ul li{
	padding: 0 0 0 10px;
	background-color: transparent;
	background-image: none;
}

.navigation a, #footer a{
	text-decoration: none;
	color: #e8f6b0;
}

.navigation a:hover, #footer a:hover{
	text-decoration: underline;
}

.navigation, #footer{
	font-weight: bold;
	color: #a7d5e8;
}

#footer{
	margin: 10px 0 10px;
	padding: 0px 20px;
	text-align:center;

	background: #016892 url(images/nav/nav-bg.gif);
}


/**** NAVIGATION from dazed digital  *********/
#mainNavigation
{
    margin: 0;
    padding: 0;
    float: left;
    font: normal 26px Arial;
    width: 980px;
    border: 0px solid #000000; /* used to add border for the whole bar */
    /* background: url(images/nav/nav-bg.gif) center center repeat-x; */
    padding-bottom: 4px;
}

/* Define Background for each one of the sections */
#mainNavigation  {float: left; width: 950px;}
#mainNavigation a {
    color: #FFFFFF;
    background: url(images/nav/nav-bg.gif) center center repeat-x;
	
}

#mainNavigation li {
    display: inline;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

#mainNavigation li a {
    float: left;
    padding: 2px 9px;
    text-decoration: none;
    border-right: 1px solid #fff;
}

#mainNavigation li a:visited
{
}

/*	-------------------------------------------------------------  COLORS FOR THE LINKS 
#mainNavigation .home a { border-bottom: 1px solid #FC323C;}
#mainNavigation .news a { border-bottom: 1px solid #00A7FF;}
#mainNavigation .photography a { border-bottom: 1px solid #3FE8FF; }
#mainNavigation .features a { border-bottom: 1px solid #3FE88A;}
#mainNavigation .rise a { border-bottom: 1px solid #B352FF;}
#mainNavigation .projects a { border-bottom: 1px solid #F73596; }
#mainNavigation .radio a { border-bottom: 1px solid #F0E721;}
#mainNavigation .video a { border-bottom: 1px solid #FF8311;}
*/
#mainNavigation .search a { border-bottom: 1px solid #FC323C;    font: normal 28px Arial;}
#mainNavigation .search { }

#mainNavigation li#search{
margin: 0;
height:0px;
float: left;
font-size: 14px
}

#mainNavigation li form#searchform{
	background: #fff url(images/nav/nav-bg.gif) repeat-x;
	padding: 4px 0px 4px 0px;
	font: normal 22px Arial;
}

#mainNavigation li form#searchform .keyword{
	width: 150px;
	height: 28px;
	background: #fff;
}

#mainNavigation li form#searchform .keyword input#s{
	border: 0;
	width: 85%;
	padding: 0px 10px 2px;
	font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size: 18px;
	background-color: transparent;
	color: #666;
}
/*	-------------------------------------------------------------  HOVERS */
#mainNavigation .home a:hover {
    text-decoration: none;
}

#mainNavigation .news a:hover {
    text-decoration: none;
}

#mainNavigation .photography a:hover {
    text-decoration: none;
}

#mainNavigation .features a:hover {
    text-decoration: none;
}

#mainNavigation .rise a:hover {
    text-decoration: none;
}

#mainNavigation .projects a:hover {
    text-decoration: none;
}

#mainNavigation .radio a:hover {
    text-decoration: none;
}

#mainNavigation .video a:hover {
    text-decoration: none;
}

#mainNavigation .search a:hover {
    text-decoration: none;
}

/*	-------------------------------------------------------------  CURRENT */
#mainNavigation li .current-home { color: #FC323C; border-bottom: 1px solid #FC323C;}
#mainNavigation li .current-news { color: #00A7FF; border-bottom: 1px solid #00A7FF;}
#mainNavigation li .current-photography { color: #3FE8FF; border-bottom: 1px solid #3FE8FF;}
#mainNavigation li .current-features { color: #3FE88A; border-bottom: 1px solid #3FE88A;}
#mainNavigation li .current-rise { color: #B352FF; border-bottom: 1px solid #B352FF;}
#mainNavigation li .current-projects { color: #F73596; border-bottom: 1px solid #F73596;}
#mainNavigation li .current-radio { color: #F0E721; border-bottom: 1px solid #F0E721;}
#mainNavigation li .current-video{ color: #FF8311; border-bottom: 1px solid #FF8311;}

/* Left spacer */
#mainNavigation li .spacer-left { 
	padding: 2px 11px;
	text-decoration: none;
	border-right: 2px solid #242424;
    border-bottom: 1px solid #000000;}	
	
.thumbnail-class {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 15px 0 0;
	}
.left {
	float: left;
	margin: 0 15px 0 0;
	}
	
/******** PROJECTS  ************/
.post_projects{
	float: left;
	width: 675px;
	margin: 10px 0 0;
	background: #fff url(images/bg_rc_top.jpg) no-repeat; 
	overflow: hidden;
	color:#000000;
}

.post_projects .post_date{
	float: left;
	margin: 20px 15px 0 20px;
	display:inline;
	width: 60px;
	height: 67px;
	overflow: hidden;
	background: #0379A9 url(images/bg_date_button.jpg) no-repeat;
}

.post_projects .post_month{
	padding: 5px 0 0;
	text-align: center;
	text-transform: uppercase;
	font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e8f6b0;
}

.post_projects .post_day{
	padding: 6px 0 0;
	text-align: center;
	font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.post_projects .post_projects_thumb { float:left; width: 115px; padding: 10px 0 10px 10px; }
.post_project_thumb_pic {}

.post_projects .post_title{
	float: right;
	width: 540px;
	margin: 10px 0 0 0;
	padding: 0 5px 0 0 ;
	display: inline;
}

.post_projects .post_title_alt{ width: 375px; margin: 0;}

.post_projects .post_title h2{ font-size: 20px;}
.post_projects .post_title h2 a{
	text-decoration: none;
	color: #28a2d3;
}

.post_projects .post_title h2 a:hover{
	text-decoration: underline;
}


.post_projects .entry{
	float: right;
	width: 540px;
	margin: 0;
	padding: 0 4px 5px 0;
	line-height: 16px;
	background:none;
	clear: none;
}
.post_projects .entry p {margin:0; padding: 0 0 12px 0 ;}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	margin: 0;
	padding: 10px 0 5px;
	background-color: transparent;
	background-image: none;
	font-weight: bold;
}

.post_projects .entry h1{
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}

.post_projects .entry h2{
	font-weight: normal;
}

/* Garlic / gallery page*/
.main2{
	float: left;
	width: 950px;
	display: inline;
	
}

.main2 .post{ float: left;
	width: 219px;
	height: 205px;
	margin: 5px 8px 10px;
	padding-top:10px;
	background: #fff; 
	overflow: hidden;
	color:#000000;
	border:#000 1px groove;
}

.gal_post_title { /* title link for gallery page / the link that takes you the the single post*/
padding: 5px 8px 0;
text-align: center;
}

.gal_post_title a {
font-size:14px;
font-weight:bold;
}

.gallery_thumb {
border:#000 1px groove;
}
.gal_date {
font-weight:bold;
font-style:italic;
font-family:"Times New Roman", Times, serif;}
