@charset "UTF-8";

/**
 * Filename:        _sitewide.css
 * Revision:        v1.0 => 2013.01.21
 * Organization:    ignitr => http://wildfirecms.com
 * Author:          Trevor Lettman
*/


/*********************
RP ACTIVE SPORTS
*********************/

* {
	margin:0;
	padding:0;
	border:none;
	font-size:1em;
	font-family: "museo",serif;
	font-weight:300;
}

body {
	color: #666;
	line-height:144%;
	background:url(/templates/rpactive/skins/v1/structure/bg/body_bg.png) repeat 0px 0px;
}

p, li, .spark_205 {
	margin:0 0 12px 0;
	font-size:.9em;
}

h1, h2, h3, h4 {
	color:#333;
	font-size:1em;
	font-family: "museo-sans",sans-serif;
	font-weight:500;
	margin:24px 0 0 0;
}

h1 {
	margin:0 0 24px 0;
	font-size:2.2em;
	color:#FDB233;
}

h2 {
	text-transform:uppercase;
}

h3 {
	font-weight:300;
}


h4 {
	font-size:.9em;
}

ul,
ol {
	margin:0 0 20px 0;
}

ul li,
ol li {
	margin:0 0 9px 0;
	padding:0;
}

a:link, a:active, a:visited, a:hover, a:visited:hover {
	text-decoration:none;
	color:#598DBF;
}

a:hover, a:hover:visited {
	text-decoration:underline;
}

/* buttons */

a.button:link, a.button:active, a.button:visited, a.button:hover, a.button:visited:hover {
	display:inline-block;
	*display:inline;
	padding:4px 12px 3px 12px;
	margin:12px 0;
	height:22px;
	width:auto;
  	background:#666;
	font-family: "proxima-nova-alt-ext-cond",sans-serif;
	font-weight:600;
	font-size:1.1em;
	color:#FFF;
	text-transform:uppercase;
	text-align:left;
	text-decoration:none;
	border-radius: 0;
}

a.button:hover, a.button:visited:hover {
	background:#598DBF;
}


/*********************
 LAYOUT 
*********************/

#wrapper {
	background-color:#C9D9E8;
	background-position:center top;
	background-repeat:no-repeat;
	padding:0 0 44px 0; 
}

#header {
	position:relative;
	height:165px;
}

#header-row1 {
	height:27px;
	background:#F4F4EF;
}
	.spark_204 {
		display:inline-block;
		*display:inline;
		float:right;
		margin-right:20px;
		padding:3px 24px;
		background-color:#333;
		color:#FFF;
		font-size:1.3em;
		font-family: "museo-sans",sans-serif;
		font-weight:500;
	}
	#facebook, #twitter {
		display:inline-block;
		*display:inline;
		float:right;
		width:18px;
		height:18px;
		margin-top:4px;
		margin-right:20px;
	}
	#facebook {
		background:url(/templates/rpactive/skins/v1/structure/icons/facebook.png) no-repeat transparent;
		margin-right:6px;
	}
	#twitter {
		background:url(/templates/rpactive/skins/v1/structure/icons/twitter.png) no-repeat transparent;
	}
#header-row2 {
	position:relative;
}
	#logo {
		position:relative;
		display:block;
		top:28px;
		left:0px;
		width:145px;
		height:80px;
		background:url(/templates/rpactive/skins/v1/structure/logo.png) no-repeat transparent;
	}
	
	a#logo:hover, a#logo:hover:visited {
		text-decoration:none
	}
#live-area {
	position:relative;
	background-color:#F6F7F0;
	-moz-box-shadow: 3px 3px 3px #95A1AC;
    -webkit-box-shadow: 3px 3px 3px #95A1AC;
    box-shadow: 3px 3px 3px #95A1AC;
	margin:0 auto 0 auto;
	padding:40px 60px; 	
	width:860px;
}
#bottom-bar {
	height:18px;
	margin:-9px auto 9px auto !important;
	background:#666666 url(/templates/rpactive/skins/v1/structure/bg/bottom-bar_bg.png) repeat 0px 0px;
}

#footer-wrapper {
}

#footer {
	padding:24px 0 36px 0 ;
	color:#666;
	font-size:.8em;
}

#credits {
	text-align:right;
	float:right;
	width:200px;
	margin-bottom:36px;
}

/*********************
 LOGIN FORM 
*********************/

#ppdlogin input {
	font-size:1em !important;
	width:200px !important;
	height:24px !important;
	color:#FDB433 !important;
	padding:8px 20px !important;
	margin:0 0 6px 0 !important;
	border:none !important;
}

/*********************
 CLASSES 
*********************/

div.pagecolumn {
	margin:0 auto !important;
	width:980px;
}

div.hr {
	margin:24px 0 24px 0;
	height:0px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #FFF;
}
.testimonial-body {
	font-size:1em;
	font-weight:500;
	font-style:italic;
	line-height:120%;	
}

.testimonial-author {
	font-size:.8em;
}

.smalltype {
	font-size:.8em;
	margin:0;
}

#gallery-widget img {
	margin:0 0 24px 0;
}