/* -----------------------------------------------------------------------


 CountryJam CSS


----------------------------------------------------------------------- */



body {
font: 12px/18px "segoe", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
background-color: #fff;
background: #edf7ff url(../img/bg.png) repeat-x top left;
color: #333;
}

a {
color: #007ec0;
text-decoration: none;
}

a:focus, a:hover {
color: #c21b21;
text-decoration: underline;

}

#pgheader {
	background: transparent url(../img/hbg2.png) no-repeat top left;
}

#header {
	background: transparent url(../img/logo.png) no-repeat top right;
	/*width: 350px;*/
	height: 234px;
	margin: 0 0 0 -2000px;
}



.searchtop {
	padding-top: 0.5em;
}

.hppbg {
	background: transparent url(../img/hppbg.png) no-repeat top right;
}

.hptpan {
	text-align: center;
	background: transparent url(../img/hptpanbg.png) no-repeat top right;
	
}

.hptpan img {
	text-align: center;
	
	padding-top: 18px !important;
	padding-bottom: 16px !important;
	
}

.widget_contactinfowidget{
	background: transparent url(../img/ciwbg4.png) no-repeat top left;
	height: 225px;
	min-height: 225px;
}

.widget_recent_entries{
	background: transparent url(../img/lnwbg.png) no-repeat top left;
	height: 180px;
	min-height: 180px;
}

.hptitle {
	text-align: center;
	font-size: 1.8em;
	padding-top: 0.8em;
	text-transform: uppercase;
	color: #606063;
}

.widget h2{
	padding-top: 1.1em;
	text-align: center;
	line-height: 1em;
	padding-bottom: 0em;
	font-size: 1.6em;
	color: #1b325f;
}


.jamloop h2 {
	font-size: 1.6em;
	color: #1b325f;
text-align: left;
}

.jamloop img {
	padding-bottom: 10px;
}

.jamloop h2 a {
text-decoration: none;

}
.jamloop h2 a:hover {
text-decoration: none;
}



.widget ul {
	list-style-position: inside;
	
}
.widget_contactinfowidget h2 {
	color: #c21b22;
}


.pagetitle {
	text-align: left;
	font-size: 1.8em;
	padding-top: 0.8em;
	text-transform: uppercase;
	color: #3b8ac9;
}

.cmid {
	background: transparent url(../img/cmid.png) repeat-y top right;
}

h2.scrollerpaneltitle {
	/*color: #50b446;*/
	color: #606063;
	
	text-transform: uppercase;
	font-family: segoe, helvetica, arial, sans-serif;
	font-size: 1.4em;
	margin-top: 0.5em;
	text-align: left;
}

a img {
	border: none;
}
a {
outline: none;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */



