/*
Theme Name: Ripple Effect

Theme URI: http://www.rippeleffectfitness.com/

Description: An WordPress theme

Author: Ripple Effect

Author URI: http://www.rippeleffectfitness.com/

Tags: XHTML, CSS, Left Sidebar, Two Solumns

*/


/* Begin Typography & Colors */
* {
	margin:0;
	padding:0;
	}
					
body{
	background-color:#0C5683;
	color:#69C0F5;
	font:13px/16px Arial, Helvetica, sans-serif;
	}

ul, li {
	list-style:none;
	}

a{
	outline:none;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	}

a:hover{
	color:#69C0F5;
	background-color:inherit;
	}

.spacer{
	font-size:0;
	line-height:0;
	clear:both;
	}

p{
	padding-bottom:14px;
	}
	
img {
	display:block;
	}
	
h2{
	font:normal 22px/24px Helvetica, Arial, sans-serif;
	color:#fff;
	background-color:inherit;
	text-transform:uppercase;
	padding-bottom:13px;
	}

/* Main Panel	*/

#container{
	background:url(images/header-bg.jpg) 0 0 no-repeat;
	position:relative;
	width:964px;
	margin:0 auto;
	overflow:hidden;
	height:100%;
	padding:52px 0px 0 12px; 
	}
	
#wrapper{
	width:955px;
	position:relative;
	margin:0 auto;
	height:100%;
	overflow:hidden;
	}
	
#leftpan{
	width:258px;
	float:left;
	height:100%;
	overflow:hidden;
	padding:299px 0 10px;
	}
	
#rightpan{
	width:683px;
	float:right;
	height:100%;
	overflow:hidden;
	padding-bottom:40px;
	}
	
/* Header */

#header{
	background:url(images/header.jpg) 0 15px no-repeat;
	width:683px;
	margin:0 auto 0;
	height:100%;
	overflow:hidden;
	}
	
#header h1{
	padding:318px 0 25px 147px;
	font:bold 30px/32px Helvetica, Arial, sans-serif;
	color:#072B3C;
	background-color:inherit;
	text-transform:uppercase;
	}

.logo{
	display:block;
	position:absolute;
	top:24px;
	left:30px;
	border:0;
	}
	
/* navigation */

#nav{
	margin:0 auto;
	width:683px;
	}
	
#nav ul {
	font-weight:bold;
	text-transform:uppercase;
	line-height:20px;
	} 
	
#nav ul li{
	background:url(images/nav-sep.gif) 100% 0 no-repeat;
	float:left;
	padding:0 20px;
	width:auto;
	}
#nav ul li.page-item-32{
	background:none;
}
	
#nav ul li a{
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	display:block;
	}	
	
#nav ul li a:hover, #nav .current_page_item a{
	color:#FEF305;
	background-color:inherit;
	text-decoration:none;
	}
	
#nav ul li a.active{
	cursor:text;
	}

	
/* Body panel */
	
/* Left panel */

#leftContent{
	height:100%;
	overflow:hidden;
	}	

div.newsSec{
	border:1px solid #6BA043;
	padding:16px 9px 0;
	height:100%;
	overflow:hidden;
	margin-bottom:15px;
	}
	
div.newsSec ul{
	}

div.newsSec ul li{
	background:url(images/bullet.gif) 0 4px no-repeat;
	padding:0 0 11px 17px;
	}
	
div.newsSec ul li a span{
	color:#fff;
	background-color:inherit;
	}
	
div.newsSec ul li a:hover span{
	color:#69C0F5;
	background-color:inherit;
	}

a span.wpp-excerpt,	
div.newsSec ul li a{
	color:#69C0F5 !important;
	background-color:inherit;
	}
	
div.newsSec ul li a:hover{
	color:#6BA043;
	background-color:inherit;
	}
	
ul.tab{
	height:25px;
	line-height:25px;
	}
	
ul.tab li{
	margin-right:4px;
	float:left;
	width:127px;
	}
	
ul.tab li.nortMargin{
	margin:0 !important;
	}
	
ul.tab li a{
	color:#fff;
	background-color:inherit;
	font-size:12px;
	font-weight:bold;
	width:127px;
	text-align:center;
	display:block;
	}
	
ul.tab li a:hover, ul.tab li a.current{
	color:#fff;
	background-color:#6BA043;
	}


ul.tab li a.selected{ /*selected main tab style */
	color:#fff;
	background-color:#6BA043;
	}

ul.tab li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	color:#fff;
	background-color:#1688B9;
	}

	
a.twitter{
	height:31px;
	line-height:31px;
	font-size:12px;
	font-weight:bold;
	background:url(images/twitter-icon.gif) 6px 50% no-repeat #6DA244;
	padding:0 0 0 43px;
	color:#fff;
	text-transform:uppercase;
	width:215px;
	display:block;
	}
	
a.facebook{
	height:31px;
	line-height:31px;
	font-size:12px;
	font-weight:bold;
	background:url(images/facebook-icon.gif) 6px 50% no-repeat #6DA244;
	padding:0 0 0 43px;
	color:#fff;
	text-transform:uppercase;
	width:215px;
	margin-bottom:11px;
	display:block;
	}

a:hover.twitter, a:hover.facebook{
	color:#FEF305;
	background-color:#6DA244;
	}

/* Right panel */
	
#rightContent{
	padding:25px 15px 0;
	height:100%;
	overflow:hidden;
	width:652px;
	margin:0 auto;
	}	
#rightContent h2 {
	padding-bottom:3px;
}
#rightContent small {
	padding-bottom:5px;
	font-size:12px;
	font-weight:bold;
	color:#5cc900;
	display:block;
}
#rightContent p small {
	padding-bottom:0;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	display:inline;
}
#rightContent .entry,
#rightContent .post {
	padding-top:10px;
}
#rightContent p strong{
	color:#66D636;
	background-color:inherit;
	}
	
#rightContent ul.cont{
	padding-bottom:25px;
	font-size:12px;
	line-height:21px;
	}
	
#rightContent ul.cont li{
	background:url(images/bullet.gif) 10px 50% no-repeat #256385;
	color:#fff;
	padding:0 0 0 30px;
	width:622px;
	height:21px;
	margin-bottom:3px;
	list-style:none !important;
	}
	
#rightContent ul.cont li a{
	color:#fff;
	background-color:inherit;
	}
	
#rightContent ul.cont li a{
	color:#66D636;
	background-color:inherit;
	}
div.videoContent{
	height:100%;
	overflow:hidden;
}
	
div.videoBox{
	float:left;
	padding:10px 10px 0 0;
}
div.videoBox h3 {
	padding-bottom:5px;
}
div.videoBox a img {
	border:0 !important;
}

div.videoPan{
	background-color:#0B6B97;
	color:#fff;
	border:1px solid #0D87BC;
	padding:10px 0 10px 10px;
	height:100%;
	overflow:hidden;
	}
div.videoPan div.videoBox {
	padding:0;
}

div.videoPan img{
	float:left;
	margin-right:11px;
	border:0;
	}
	
div.videoPan img.noMargin{
	margin:0 !important;
	}

/* Footer Panel	*/

#footer{
	background:url(images/footer-bg.jpg) 0 0 no-repeat;
	margin:0 auto;
	width:955px;
	height:100%;
	overflow:hidden;
	position:relative;
	padding:18px 0 35px 0;
	border-top:1px solid #007BA2;
	}
	
#footer ul{
	float:right;
	padding-bottom:6px;
	padding-right:10px;
	width:auto;
	}
	
#footer ul li{
	display:inline;
	background:url(images/footer-sep.gif) 0 8px no-repeat;
    color:#00D2F8;
	padding-left:10px;
	background-color:inherit;
	font-size:12px;
	text-transform:capitalize;
	}	
#footer ul li.page-item-7 {
	background:none;
}
#footer ul li a{
	color:#00D2F8;
	background-color:inherit;
}	
	
#footer ul li a:hover{
	color:#fff;
	background-color:inherit;
	}

#footer p{
	color:#A2F1FF;
	background-color:inherit;
	font-weight:normal;
	font-size:12px;
	padding-bottom:0 !important;
	text-align:right;
	padding-right:10px;
	}
	
/* MISLENIOUS */

#nav .page-item-12
{
	background:none !important;
	}

#footer .page-item-3{
	background:none !important;
}

#respond h3{
	margin-bottom:10px;
}

#commentform label{
	width:190px;
	float:left;
}

#commentform #comment{
	width:355px;
}

#commentform #submit{
	width:150px;
	height:25px;
	padding:3px 0;
	color:#fff;
	background-color:#6DA345;
	border:0;
	cursor:pointer;
}

#country2 h3{
	display:none;
}

.entry h1{
	font-size:28px;
	color:#fff;
	background-color:inherit;
	margin-bottom:15px;
	font-weight:normal;
}

.entry ul{
	margin:5px 0;
}
.entry ul li{
	list-style:inside;
}


.entry ol {
	margin:5px 0;
}
.entry ol li{
	list-style:inside;
}

#searchform {
	padding:0 0 16px;
	overflow:hidden;
	height:100%;
}
#searchform .searchField {
	width:172px;
	border:1px solid #0d87bc;
	padding:1px 3px;
	float:left;
}
#searchform .sgo {
	width:54px;
	border:0;
	padding:0;
	float:left;
}















