/*
Theme Name: Pittsburgh Pride
Description: A custom theme for Pittsburgh Pride
Version: 1.0
Author: Southern Web Group
Author URI: http://www.southernwebgroup.com

*/

/* Reset */


html{color:#333}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}


/* Utility */

.clear {
	clear: both;
}

.hide {
	display: none;
}

a img {
	border: none;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.red {
	color: #324278;
}

/* ----- Body/Wrapper/Container ----- */



body {
	background: url(ui/body-bg.jpg) repeat-x #fff fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #474747;
}

#wrapper {
	background: url(ui/wrap-bg.png) repeat-y top center;
	width: 968px;
	margin: 0 auto;
}

#inner {
	width: 960px;
	margin: 0 auto;
}


.container {
	width: 960px;
	margin: 0 auto;
}

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

#header {
	width: 100%;
	height: 272px;
	background: url(ui/header.jpg) no-repeat top center;
}

#logo {
	float: left;
	width: 444px;
}

#header #logo h1 {
	float: left;
	margin-left: 1px;
}


#header #logo h1 a {
	text-indent: -9999px;
	background: transparent;
	overflow: hidden;
	width: 444px;
	height: 190px;
	display: block;
}


/* ----- AD / Top Nav  ----- */


.topad {
	float: left;
	width: 468px;
}


.topnav {
	float: right;
	width: 360px;
	padding: 20px 0 0 0;
}

.topnav li {	
	float: right;
	margin: 0px 12px 10px 0px;
	display: block;
	height: 36px;
	font-size: 18px;
	color: #324278;
}

.topnav li a {
	color: #324278;
	text-decoration: none;
	text-transform: uppercase;
}

.topnav a:hover {
	text-decoration: underline;
}

#searchbox {
	float: right;
	margin: 22px 22px 0 0;
}

#searchbox input#s {
	background: url(ui/search-bg.jpg) no-repeat #eee;
	border: solid 1px #ccc;
	width: 203px;
	height: 27px;
	padding: 2px 0px 2px 6px;
	
}

#searchbox input#searchsubmit {
	display: none;
}

/* ----- GlobalNav  ----- */


#globalnav {
	height: 55px;
	width: 988px;
	z-index: 5;
	position: relative;
	left: -14px;
	background: url(ui/nav-bg.png) transparent no-repeat;
}


#globalnav li {
	float: left;
	display: inline;
	line-height: 38px;
	
}

#globalnav li a {
	display: block;
	padding: 0px 18px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}

#globalnav li#menu-item-128 a {
	margin: 0 0 0 14px;
}

#globalnav li a:hover {
	background: #474747;
}

#globalnav ul ul {
	display:none;
	position:absolute;
	top:38px;
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 9998;
}
#globalnav ul ul ul {
	display: none;
}

#globalnav ul ul ul a {
	display: none;
}
#globalnav ul ul a {
	background:#333;	width: 210px;
	text-transform: none;
	font-size: 14px;
	z-index: 9999;
}
#globalnav ul.sub-menu li {
	float:none;
        display: block;
        z-index: 9999;
}

#globalnav li:hover > a,
#globalnav ul ul :hover > a {
	color:#fff;
	background:#474747;
}
#globalnav ul li:hover > ul {
	display:block;
}

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


.main {
	width: 630px;
	padding: 0px 15px 40px 15px;
	float: left;
}

.main.ws {
	float: left;
	margin: 0px 0px 40px 15px;
	width: 580px;
}

.main a {
	color: #324278;
	text-decoration: none;
}

.main a:hover {
	text-decoration: underline;
}

.main h1 {
	color: #324278;
	font-size: 1.9em;
	line-height: 1.8em;
	font-weight: bold;
}

.main h2 {
	font-size: 1.9em;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: .5em;
	color: #324278;
	text-transform: uppercase;
}




.main h3 {
	color: #324278;
	font-size: 1.5em;
	line-height: 1.7em;
	padding-top: .5em;
	font-weight: bold;
}

.main h4 {
	font-size: 1.3em;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: .5em;
}

.main h5 {
	color: #324278;
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: .5em;
}

.main h6 {
	font-size: 1.1em;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: .5em;
}


.main ol li {
	list-style: decimal;
	margin-left: 45px;
	padding-left: 8px;
	line-height: 1.6em;
	
}


.main ol, .main ul {
	padding: 12px 0px;
}

.main ul li {
	list-style: disc;
	margin-left: 45px;
	padding-left: 8px;
	line-height: 1.6em;
	
}


.main blockquote {
  font: 14px/22px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
} 


.main ul.heart li {
	list-style: none;
	background: url(ui/heart-icon.jpg) no-repeat #fff;
	margin: 0;
	padding: 0;
	padding: 0px 0px 4px 24px;
}


.main p {
	line-height: 1.5em;
	padding: 8px 0px;
}

.main p span {
	color: #333 !important;
}

.main hr {
	border: 1px solid #fff;
	border-top: 2px dotted #ccc;
	background: #fff;
	margin: 6px 0px 12px 0px;
	clear: both;
}


.main a.more {
	display: inline-block;
	color: #fff;
	text-indent: -9999px;
	overflow: hidden;
	height: 25px;
	width: 85px;
	margin: 6px 0px 6px 0px;
	background: url(ui/learn-more.gif) 0px 0 no-repeat;
	
}

.main a.more:hover {
	text-decoration: none;
	background: url(ui/learn-more.gif) 0 -25px no-repeat;
}

.main a.alignright {
	float: right;
}


.main form.volunteer {
	margin: 15px 0 0 15px;
}

a.event-link {
	display: inline-block;
	color: #fff;
	text-indent: -9999px;
	overflow: hidden;
	height: 25px;
	width: 85px;
	margin: 15px 0px 15px 0px;
	background: url(ui/learn-more.gif) 0px 0 no-repeat;
	
}

a.event-link:hover {
	text-decoration: none;
	background: url(ui/learn-more.gif) 0 -25px no-repeat;
}

/* ----- Columns/Boxes  ----- */


#col1 {
	float: left;
	width: 260px;
	margin: 0 10px 0 20px;
}


#col2 {
	float: left;
	width: 420px;
	margin: 0 10px 0 10px;
}

#col3 {
	float: left;
	width: 200px;
	margin: 0 20px 0 10px;
	
}

.side-left {
	float: right;
	width: 260px;
	margin: 10px 20px 0 10px;
}

/* ----- Box ----- */

.box {
	background: url(ui/box-bg.jpg) repeat-x #ffffff;
	padding: 0 0 25px 0;
}

.box h3 {
	display: block;
	background: #ccc;
	color: #fff;
	line-height: 30px;
	padding: 0 0 0 10px;
	text-transform: uppercase;
	font-size: 17px;
}

.box p {
	font-size: 12px;
	color: #474747;
	line-height: 1.5em;
	padding: 8px 0px;
}

.box h1, .box h2 {
	font-size: 16px;
        font-weight:bold;
	color: #474747;
	line-height: 1.7em;
}

.box h4, .box h5, .box h6 {
	font-size: 14px;
        font-weight:bold;
	color: #474747;
	line-height: 1.6em;
}


.box a {
	text-decoration: none;
	color: #324278;
}

.box a:hover {
	text-decoration: underline;
}

.welcome-wrap ol li {
	list-style: decimal;
	margin-left: 45px;
	padding-left: 8px;
	line-height: 1.6em;
	
}


.welcome-wrap ol, .main ul {
	padding: 12px 0px;
}

.welcome-wrap ul li {
	list-style: disc;
	margin: 0 0 0 45px;
	padding:0 0 0 8px;
	line-height: 1.6em;
	
}



/* ----- Col1  ----- */

.box.connect h3 {
	background: #58067b;
}
	
	.box.connect ul {
		margin: 15px 0px 25px 20px;
		padding: 0 0 25px 0;
	}
	
	.box.connect ul li {
                list-style: none;
		float: left;
	}
	
	
	.box.connect ul li a {
		display: block;
		text-indent: -9999px;
                height: 33px;
                width: 46px;
                overflow: hidden;
		
	}
	
	
		.box.connect ul li.facebook a {
			background: url(ui/social-btns.jpg) 0 0 no-repeat;
		}
		
		.box.connect ul li.myspace a {
			background: url(ui/social-btns.jpg) -52px 0 no-repeat;
		}
		
		.box.connect ul li.twitter a {
			background: url(ui/social-btns.jpg) -102px 0 no-repeat;
		}
		
		.box.connect ul li.flickr a {
			background: url(ui/social-btns.jpg) -153px 0 no-repeat;
		}
		
		.box.connect ul li.rss a {
			background: url(ui/social-btns.jpg) -203px 0 no-repeat;
		}
		
		

.box.news h3 {
	background: #324278;
}

	.box.news .wrap {
		padding: 12px;
	}

.box.calendar h3 {
	background: #cc3333;
}

	.box.calendar .wrap {
			padding: 12px;
		}
		
	.box.calendar li {
		margin: 4px 0 12px 0;
	}


/* ----- Col2  ----- */

.box.events h3 {
	background: #019fce;
}

	.box.events {
		height: 310px;
	}
	
	.box.events #slider {
		margin: 11px 0px 11px 11px;
	}
	
	.box.events #slider {
		position:relative;
	}
	
	.box.events #slider img {
		position:absolute;
		top:0px;
		left:0px;
	}

.box.welcome h3 {
	background: #ffbe00;
}

	.box.welcome .welcome-wrap {
              padding: 12px;
        }


/* ----- Col3  ----- */

.box.sponsors h3 {
	background: #17af54;
}

	.box.sponsors {
		background: none;
		height: 220px;
	}

        .box.sponsors img {
		display:block;
 		margin: 0 auto;
	} 

.box.mailing h3 {
	background: #f78d1e;
}

	.box.mailing #subscribe-code {
		margin: 15px 0px 20px 25px;
	}

.box.volunteer h3 {
	background: #eb008a;
}

	.box.volunteer ul li {
		font-size: 12px;
		list-style: disc;
		margin: 0 0 0 35px;
		padding: 0 0 6px 5px;
		color: #324278;
	}

	.box.volunteer p {
            padding: 8px 12px;
        }

.box.countdown h3 {
	background: #5f0487;
}
	.box.countdown h5 {
		color: #474747;
		text-align: center;
		font-size: 1.8em;
		line-height: 1.8em;
		margin: 8px 0 0 0;
		text-transform: uppercase;
	}
	
	.box.countdown img {
		margin: 0 auto;
		display: block;
	}

.box.delta h3 {
	background: #324278;
}

	.box.delta img {
		margin: 15px auto;
		display: block;
	}

.post h2.my-calendar-header {
	display: none;
}

.main div.my-calendar-nav {
	margin: 15px 0;
}



.main div.my-calendar-nav ul li {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

span.partner {
	background: url(ui/partner-event.jpg) no-repeat #fff;
	display: block;
	height: 50px;
	width: 350px;
}

span.official {
	background: url(ui/official-event.jpg) no-repeat #fff;
	display: block;
	height: 50px;
	width: 350px;
}


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


#footer {
	background: url(ui/footer.jpg) no-repeat top center;
	width: 100%;
	height: 125px;
	padding: 5px 0 0 0;
	font-size: 13px;
}

#footer div.left {
	color: #2b547c;
	float: left;
	text-align: left;
	line-height: 55px;
	padding-left: 15px;
	width: 585px;
}

#footer div.right {
	color: #2b547c;
	float: left;
	text-align: right;
	line-height: 55px;
	padding-right: 15px;
	width: 345px;
}

#footer a {
	color: #2b547c;
	text-decoration: none;
}

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



#commentform div {
	margin: 6px 0px;
}


/* ----- WordPress  ----- */



img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
