/*
Theme Name: sportscampconnection
Theme URI: 
Description: A Wordpress template with a header image of sportscampconnection
Author: Corporate Marketing Team, Inc.
Author URI: http://www.corporatenare=the3b-tech.com/

*/

/* begin Page */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
 
}

body { 
   line-height:1.5em; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
    line-height: 1.5em;
}
h2 {
    line-height: 1.5em;
}
.post{
	padding: 10px 10 10px 10;
	text-align:left;
}
a{
        text-decoration:none
}
p{
        margin: 0;
        padding: 0;
        line-height:1.5em; 
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
        padding:5px 0px 7px 0px;
}

.entry{
	line-height: 18px;
    text-align:justify;
}
.entry p {
    margin-bottom: 15px;
}

p.postmetadata {display:none;}
	border-top: 1px solid #ccc;
        padding-bottom:5px;
	
}

.entry-meta {
display:none;

}

.entry-utility {
display:none;

}

.meta, .comments p {
display:none;

}
.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
        font-weight:normal;
}

#leftbar{
	text-align: left;
	width: 183px;
}

h2.cap {
	width: 183px;
	background: url(http://www.sportscampconnection.com/images/sc-header-img-sm.gif) no-repeat;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	list-style:none;
	padding:0px;
	margin:0px;
    height: 39px;
	
}
#leftbar ul ul li a,
#sidebar ul ul li a {
	text-decoration:none
	}
#leftbar ul ul,
#sidebar ul ul {
    background: url("/images/sc-footer-img-sm2.gif") no-repeat bottom;
    padding-bottom: 26px;
    margin-bottom: 10px;
    clear: both;
}
#sidebar ul ul ul,
#leftbar ul ul ul {
    background: none;
    padding: 0;
    margin: 0;
}
#leftbar ul ul li,
#sidebar ul ul li {
	list-style:none;
	background: url(http://www.sportscampconnection.com/images/sc-body-img-sm2.gif);
	text-align: left;
}
#leftbar ul ul li a,
#sidebar ul ul li a {
	display: block;
	width: 183px;
	text-decoration: none;
	font-weight: bold;	
	text-indent: 20px;
	padding-top: 3px;
	background: url(http://www.sportscampconnection.com/images/sc-body-img-sm2.gif);
    height: 21px;
}
#sidebar{
	text-align: left;
	width: 183px;
	float:left;
}
#sidebar ul ul li a {
    text-indent: 7px;
}

/* -------------------------------------------------------------- 
   
   ie.css
   
   Contains every hack for Internet Explorer,
   so that our core files stay sweet and nimble.
   
-------------------------------------------------------------- */

/* Make sure the layout is centered in IE5 */
body { text-align: center; }
.container { text-align: left; }

/* Fixes IE margin bugs */
* html .column, * html div.span-1, * html div.span-2, 
* html div.span-3, * html div.span-4, * html div.span-5, 
* html div.span-6, * html div.span-7, * html div.span-8, 
* html div.span-9, * html div.span-10, * html div.span-11, 
* html div.span-12, * html div.span-13, * html div.span-14, 
* html div.span-15, * html div.span-16, * html div.span-17, 
* html div.span-18, * html div.span-19, * html div.span-20, 
* html div.span-21, * html div.span-22, * html div.span-23, 
* html div.span-24 { overflow-x: hidden; }


/* Elements
-------------------------------------------------------------- */

/* Fixes incorrect styling of legend in IE6. */
* html legend { margin:-18px -8px 16px 0; padding:0; }

/* Fixes incorrect placement of ol numbers in IE6/7. */
ol { margin-left:2em; }

/* Fixes wrong line-height on sup/sub in IE. */
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

/* Fixes IE7 missing wrapping of code elements. */
html>body p code { *white-space: normal; } 

/* IE 6&7 has problems with setting proper <hr> margins. */
hr  { margin: -8px auto 11px; }


/* Clearing 
-------------------------------------------------------------- */

/* Makes clearfix actually work in IE */ 
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}


/* Forms 
-------------------------------------------------------------- */

/* Fixes padding on fieldset */
fieldset {padding-top: 0;}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *	Global
** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body
{
	color: #404042;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *	Layout
** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

div#container
{
	margin: 0 auto;
	padding: 0px 0px 0px 11px;
	width: 964px;
	background: url(http://www.sportscampconnection.com/img/bg-gradient.gif) repeat-x bottom;
}

div#logo
{
	height: 90px;
	margin: 10px 0px 23px;
	width: 370px;
	background: #fff url(http://www.sportscampconnection.com/img/logo.gif) no-repeat left;
	float: left;
}

div#left
{
	text-align: left;
	width: 183px;
}

div#ads
{
	border: 1px solid #eef1f6;
	width: 182px;
}

div#footer
{
	border-top: 1px solid #939598;
	color: #505050;
	margin: 29px 0px 0px 0px;
	text-align: center; 
}
	div#footer a,
	div#footer a:active,
	div#footer a:link,
	div#footer a:visited
	{
		color: #36698f;
		font-size: 85%;
		font-weight: bold;
		text-decoration: none;
	}
	div#footer a:hover
	{
		color: #505050;
		text-decoration: underline;
	}

p#copyright
{
	font-size: 80%;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *	Helpful Stuff
** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

div.column
{
	float: left;
    line-height: 1.5em;
    display: inline;
	width:771px;
}
div.column2
{ float: right; 
}
div.column-sub {
	float: left;
	padding-left: 10px;
}



div.pad-right
{
	margin-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.pad-right-small
{
	margin-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.pad-right-small2 {
	margin-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


div.clear
{
	clear: both;
	font-size: 1px;
	height: 1px;
}

.center
{
	text-align: center;
}
#logo-header {
	float: right;
	width: 580px;
	text-align: left;
	margin-top: 30px;
}
#logo-header h1 {
        font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	color: #26537C;
	height: 20px;
	font-weight: lighter;
}
#logo-header h2 {
	font-size: 20px;
	font-weight: bold;
	color: #26537C;
	height: 20px;
}

#map-listing span {
	float: left;
	margin: 0px;
	padding: 0px;
}

#map-listing li {
	list-style: url(none) none;
	font-size: 80%;
	text-align: left;
}#map-listing ul {
	list-style: url(none) none;
	background: left;
	padding: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
}
#map-listing a {
	list-style: url(none) none;
	text-align: left;
	text-decoration: none;
	color: #0066CC;
}
#map-listing a:hover {
	list-style: url(none) none;
	text-align: left;
	text-decoration: none;
	color: #00CCFF;
}
#map-listing a:visited {
	list-style: url(none) none;
	text-align: left;
	text-decoration: none;
	color: #663399;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *	Lists
** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

ul#sports,
ul#sports li,
ul#popcamps,
ul#popcamps li
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#sports li,
ul#sports li a
{ 
}

ul#sports li.cap
{
	height: 39px;
	width: 183px;
	background: url(http://www.sportscampconnection.com/images/sc-header-img-sm.gif);
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
}
ul#sports li a
{
	display: block;
	height: 21px;
	width: 183px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 20px;
	padding-top: 3px;
	background: url(http://www.sportscampconnection.com/images/sc-body-img-sm2.gif);
}
a:link, a:visited  {
	color: #31537D;
}	

a:hover {
	color: #9A1710;
}

a:active {
	color: #9A1710;
}	

ul#sports li.last
{
	height: 26px;
	width: 183px;
	background: url(http://www.sportscampconnection.com/images/sc-footer-img-sm2.gif);
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *	Search
** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div#search
{
	background: url(images/search-bg.jpg) no-repeat;
	height: 183px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
    width: 737px;
    margin-bottom: 17px;
} 

div#select-sport,
div#select-location,
div#search-now
{
	background-repeat: no-repeat;
	float: left;
	width: 178px;
	margin: 20px 0px 0px;
	padding-top: 40px;
	padding-bottom: 0px;
}
div#select-sport select,

{
	margin: 5px 0px 0px 25px;
}
div#search-now input
div#select-location select
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div#select-sport
{
	background-image: url('http://www.sportscampconnection.com/img/01-select-sport.gif');
	margin-left: 30px;
	padding-top: 40px;
}
div#select-location
{
	background-image: url('http://www.sportscampconnection.com/img/02-select-location.gif');
}
div#search-now
{
	background-image: url('http://www.sportscampconnection.com/img/03-search-now.gif');
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *	Main
** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

div.module
{
	background-image: url('http://www.sportscampconnection.com/images/module-bg.gif');
	background-repeat: repeat-y;
	font-size: 90%;
	margin: 0px 15px 0px 0px;
	text-align: left;
	width: 537px;
}
div.module a
{
	color: #413f42;
	text-decoration: underline;
}

div#most-popular-camps,
div#more-information
{
	background-image: url('http://www.sportscampconnection.com/images/most-popular-camps.gif');
	height: 39px;
	text-indent: 0px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
}
div#more-information
{
	background-image: url('http://www.sportscampconnection.com/images/more-information.gif');
}

div#last
{
	background-image: url('http://www.sportscampconnection.com/images/module-last.gif');
	height: 23px;
}

div#most-popular-camps,
div#more-information,
div#last
{
	background-repeat: no-repeat;
	padding: 0px;
}

div.module div.column
{
	border-right: 1px solid #9c9d9f;
	float: left;
	padding: 8px 5px 8px 10px;
	width: 250px;
}
div.module div.last
{
	border: none;
}
div.column div.last div.column
{
	padding-bottom: 0px;
}

div.module div.column img.thumb
{
	float: left;
	margin: 0px 8px 0px 0px;
}
div.module div.column span.title
{
	color: #316386;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
#search-head {
	font-size: 18px;
	line-height: 35px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 20px;
    display: block;
}
.searchbox{
	overflow: hidden; 
	padding-bottom:50px; 
    margin: 0;
}
#more-link {
	text-align: center;
	font-size: 100%;
	color: #0066FF;
	margin-top: 10px;
	font-weight: bold;
	text-decoration: overline;
}
.clearpost{
	height:20px;
	clear:both;
	}
.comment{
	text-align:left;
}

.page-module
{
	background-image: url('http://www.sportscampconnection.com/images/sc-body-img-lrg.gif');
	background-repeat: repeat-y;
	text-align: left;
	margin: 0px 20px 0px 0px;
	width:730px;
}
div.page-module a
{
	color: #413f42;
	text-decoration: underline;
}

div.page-module  .title
{
	color: #316386;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}

div#page-module-last
{
	background-image: url('http://www.sportscampconnection.com/images/sc-footer-img-lrg.gif');
	height: 26px;
}

div#page-popular-camps
{
	background-image: url('http://www.sportscampconnection.com/images/sc-header-img-lrg.gif');
	height: 39px;
	text-indent: 0px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
}

.page-entry{
	line-height: 18px;
	text-align:justify;
	padding:10px;
	width:710px;

}

input#cityStateZip {
    width: 143px;
}
.alignleft {
    float: left;
    margin: 5px 10px 5px 0;
}
.alignright {
    float: right;
    margin: 5px 0 5px 10px;
}

#sidebar ul.widget_search {
    background: #FFF !important;
    padding-bottom: 0;
}
#searchform {
    border: 1px solid #CED8DF;
    padding: 10px 0;
}
#searchform input#s {
    width: 175px;
}
/** Sample Sidebar Widget Formatting Changes **
ul#recent-posts-3 a {
    text-indent: 7px !important;
    background: #fff !important;
}
ul#recent-posts-3 ul {
    padding-bottom: 10px;
    background: #fff;
}
ul#recent-posts-3 li {
    line-height: inherit;
    height: auto;
}

ul#recent-posts-3 li.cap {
    background: none;
    color: #000;
    height: inherit;
    text-align: left;
    font-size: 110%;
}

** /Sample Sidebar Widget Formatting Changes **/

h2.query_meta {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 1.4em;
    text-align: left;
    font-style: italic;
    font-weight: normal;
}
.query_highlight {
    color: #9B1810;
    font-weight: bold;
}



/*-------New Styles-------*/

div#container{
	position:relative;
}

div.top_menu{
	position: absolute;
    right: 33px;
    top: 5px;
}

div.top_menu ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

div.top_menu ul li{
	border-left: 1px solid #CCCCCC;
    display: inline-block;
    float: left;
    margin-left: 10px;
    padding-left: 10px;
	line-height:14px;
}

div.top_menu ul li#menu-item-2079{
	border-left:none;
}

div.top_menu ul li a{
	color:#A2B7CA;
}
div.top_menu ul li a:hover{
	color:#9A1710;
}


div.top_menu2{
	position: absolute;
    right: 33px;
    top: 100px;
}

div.top_menu2 ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

div.top_menu2 ul li{
	border-left: 1px solid #CCCCCC;
    display: inline-block;
    float: left;
    margin-left: 10px;
    padding-left: 10px;
	line-height:14px;
}

div.top_menu2 ul li#menu-item-2231{
	border-left:none;
}

div.top_menu2 ul li a{
	color:#A2B7CA;
}
div.top_menu2 ul li a:hover{
	color:#9A1710;
}


div#select-sport {
    margin-left: 15px;
    padding-left: 26px;
    width: 152px;
}

div#select-location{
	padding-left: 28px;
    width: 145px;
	font-size:10px;
}

input#cityStateZip {
    width: 105px;
}

div#search-now{
	padding-left: 28px;
    width: 150px;
}

div#search{
	position:relative;
}

div.search_tagline{
	display:block;
	position:absolute;
	bottom:20px;
	left:20px;
}

div.left_sidebar ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

div.left_sidebar .widget{
	background:url(images/left_widget_bg.png) repeat-y 50% 39px;
}

div.left_widget_bottom{
	width:183px;
	height:26px;
	background:url(images/sc-footer-img-sm2.gif) no-repeat 0% 0%;
	margin-bottom:20px;
}

h2.cap {
    background: url(http://www.sportscampconnection.com/images/sc-header-img-sm.gif) no-repeat 0 0 #FFFFFF;
}

div.left_sidebar .widget ul.menu li, div.left_sidebar .widget ul.blogroll li{
	display:block;
	line-height:24px;
	background:url(images/left_menu_bg.png) repeat-x 50% bottom;
	padding:0px 10px;
	margin: 0 2px;
}

div.left_sidebar .widget ul.menu li:hover, div.left_sidebar .widget ul.blogroll li:hover{
	background:url(images/left_menu_bg_hover.png) repeat-x 50% bottom;
}

div.left_sidebar .widget ul.menu li a, div.left_sidebar .widget ul.blogroll li a{
	display:block;
}

div.left_sidebar #text-5 .widget {
    background: transparent;
}

div.left_sidebar #text-5 .left_widget_bottom{
	display:none;
}

div.left_sidebar #search-3 .widget {
    background: transparent;
}

div.left_sidebar #search-3 h2.cap {
    background: none repeat scroll 0 0 transparent;
    color: #7292AA;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}

div.left_sidebar #search-3 #searchform {
    border: medium none;
    padding: 0;
}

div.left_sidebar #search-3 .left_widget_bottom{
	display:none;
}

div.left_sidebar #search-3 #searchsubmit{
	background:#7494AD;
	color:#fff;
	cursor:pointer;
	border:none;
	font-weight:normal;
	margin-top: 5px;
    padding: 3px 10px;
}

div.left_sidebar #search-3{
	margin-bottom:20px;
}

h2.cap {
    background: url(images/sc-header-img-sm.png) no-repeat 50% 50% #fff;
}

div#footer {
    margin: 50px 0 0;
}

div#container {
    padding: 0 0 150px 11px;
}

div.content_sidebar h2.cap{
	width:537px;
	background:url(images/content_title_bg.png) no-repeat 0% 0% #fff;
}

div.content_sidebar div.srp-widget-container{
	padding:10px 10px 1px 10px;
	border:2px solid #ced8df;
	display:block;
	border-top:none;
	border-bottom:none;
}

div.content_sidebar div.srp-widget-container div.srp-content-box {
	text-align:left;
}

div.content_sidebar div.srp-widget-singlepost{
	border-bottom:none;
}

div.content_sidebar h4.srp-widget-title{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

div.home_widget_bottom{
	width:537px;
	height:26px;
	background:url(images/content_bottom_bg.png) no-repeat 0% 0%;
	margin-bottom: 20px;
}

div.right_sidebar_wrap{
	width:169px;
	border:2px solid #CED8DF;
	border-top:none;
	border-bottom:none;
	padding:5px;
}

div.right_sidebar_wrap div.srp-widget-singlepost {
    border-bottom: medium none;
    margin: 0 0 5px;
    padding: 0 0 5px;
}

div.right_sidebar_wrap h4.srp-widget-title{
	font-weight:bold;
}

div.home_about{
	display:block;
	padding-right:20px;
	text-align:left;
}

div.home_about h4{
	font-size:18px;
}

div.home_about  div.srp-widget-singlepost{
	border-bottom:none;
}

div.footer_col{
	width:220px;
	margin:20px 15px 0px 5px;
	float:left;
	display:inline-block;
	text-align:left;
}

div.footer_col h2.cap{
	width:auto;
	display:inline;
	background:transparent;
	color:#A0B7C9;
	font-size:18px;
	font-weight:normal;
}

div.footer_copyright{
	display:block;
	margin-top:30px;
	font-size:11px;
}

.post h2, h2.page_title {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0 7px;
	color:#31537D;
}
	
.entry-content ul{
	margin-left:20px;
}

.entry-content p{
	margin-bottom:15px;
}

a.srp-widget-stringbreak-link {
    display: block;
    text-align: right;
}
