/* 

Theme Name: Coach-E Fluid
Description: Coach-E Fluid theme
Version: 1.0
Author: Marites Quitoriano (marites@orangefix.net)
Author URI: http://www.orangefix.net/

*/

/* Remove all margin and paddings */


* {
margin: 0;
padding: 0;
}

html {
height: 100%;
margin-bottom: 1px;
}

body {
margin: auto;
padding: 0;
width: 100%;
height: auto; 
font-size: 85%;
line-height: 1.5em;
background: #EBEBEB url(images/body_header_bg.gif) top left repeat-x;;
color: #363636;
font-family: Arial, Helvetica, sans-serif;
}

/* Remove all border for images */

a img, img {
    border: 0; 
    display: block; 
}


ul, li {
    list-style-type:none;
    margin: 0;
    padding: 0;
}


/* Define font sizes */
h1 {
font-size:1.9em;
}

h2 {
font-size: 1.7em;
}

h3 {
font-size: 1.3em;
}

h4 {
font-size: 1.1em;
}

h5 {
font-size: .9em;
}

h6 {
font-size: .8em;
}

/* Define links color */
a, a:link, a:visited {
color: #414141;
text-decoration: none;
}

a:hover {
color: #CC2229;
}

/* Classes used */
.pagetitle {
text-transform: uppercase;
height: 25px;
padding-bottom: 5px;
}

/* Hides Text */

.hidetext {
display: none;
}


.readmore {
width: 80px;
height: 16px;
padding-top: 10px;
padding-bottom: 5px;
}

.notbold {
font-weight: normal;
font-size: 1em;
}

.post {
padding-top: 5px;
padding-bottom: 35px;
}

.post p {
padding-bottom: 5px;
font-family: Verdana, Arial;
font-size: .9em;
}

.post h1 {
text-transform: uppercase;
height: 30px;
}

.post h2{
text-transform: uppercase;
height: 25px;
}

.post h3{
padding: 4px 0 3px 0px;
}



.entry {
padding-top: 15px;
}

.entry p {
padding-bottom: 12px;
}

.stretcher {
height: 0px;
overflow: hidden;
width: 100%;
}

.toggle {
cursor: pointer;
}

.title_toggle {
width: 100%;
padding: 3px 0 3px 3px;
background: #1E71B8;
}



#accessibility {
display: none;
}

/* Wrapper */

#wrapper {
width: 900px; 
margin: 0 auto; padding: 0;
height:auto;
}

/* Start of Header */
#header{
height: 136px;
width: 100%;
}

#logo {
float: left;
width: 640px;
height: 110px;
position: relative;
left: -70px;
}

/* Start of Navigation */
#menu {
width: 100%;
float: left;
height: 26px;
}


#nav {
float: left;
position: relative;
left: 362px;
}

#nav, #nav li {
margin:0;
padding:0;
height: 26px;
}

#nav li {
float:left;
text-align: center; 
}

#nav a {
float:left;
display: block;
height: 26px;
}


#nav_home a {
width: 102px;
background: transparent url(images/nav_home.gif) top left no-repeat;
}

#nav_home a:hover {
width: 102px;
position: relative;
z-index: 100;
background: transparent url(images/nav_home.gif) bottom left no-repeat;
}

#nav_news a {
position: relative;
left: -10px;
width: 95px;
background: transparent url(images/nav_news.gif) top left no-repeat;
}

#nav_news a:hover {
position: relative;
left: -10px;
z-index: 100;
background: transparent url(images/nav_news.gif) bottom left no-repeat;
}




#nav_programs a {
position: relative;
left: -20px;
width: 127px;
background: transparent url(images/nav_programs.gif) top left no-repeat;
}

#nav_programs a:hover {
position: relative;
left: -20px;
z-index: 100;
background: transparent url(images/nav_programs.gif) bottom left no-repeat;
}


#nav_aboutus a {
position: relative;
left: -30px;
width: 118px;
background: transparent url(images/nav_aboutus.gif) top left no-repeat;
}

#nav_aboutus a:hover {
position: relative;
left: -30px;
z-index: 100;
background: transparent url(images/nav_aboutus.gif) bottom left no-repeat;
}


#nav_contactus a {
position: relative;
left: -40px;
width: 136px;
background: transparent url(images/nav_contactus.gif) top left no-repeat;
}

#nav_contactus a:hover {
position: relative;
left: -40px;
z-index: 100;
background: transparent url(images/nav_contactus.gif) bottom left no-repeat;
}

/* Start of Main Content */
#maincontent {
width: 100%;
float: left;
height: 100%;
background: #FFFFFF;
}


/* Start of Left Content */
#leftcontent {
float: left;
height:300px;
background: #FFFFFF;
height: 100%;
width: 480px;
}

#leftcontent .post img {
padding: 9px 9px 9px 9px;
border: solid thin #D2D0D0;
margin-bottom: 5px;
}

#leftcontent .post .leftalign {
margin-right: 10px;
margin-top: 5px;
float: left;
padding: 4px 4px 4px 4px;
border: solid thin #D2D0D0;
}

#leftcontent .post .rightalign {
margin-left: 10px;
margin-top: 5px;
float: right;
padding: 4px 4px 4px 4px;
border: solid thin #D2D0D0;
}


#leftcontent .readmore img {
border:none;
padding: 0;
}

/* Comments */
#comments {
width: 420px;
font-family: Verdana, Arial;
font-size: .8em;
}

#commentform {
margin-left: 2px;
padding: 5px 0;
}

#commentform textarea {
border: 1px solid #D8D8D8;
color: #D8D8D8;
padding: 2px 0;
}

#commentform input {
padding: 2px 0;
}

#commentform .txtborder {
border: 1px solid #D8D8D8;
}

#comments h4 a, #relatedentries h4 a {
color: #D4D6DB;
padding-left:3px;
}

#relatedentries {
width: 425px;
padding-top: 15px;
padding-bottom: 15px;
font-family: Verdana, Arial;
font-size: .8em;
}

/* Main Body */
#mainbody {
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
}

/* Start of Right Content */
#rightcontent {
float: left;
height: 100%;
width: 420px;
}

/* Start of Ask Coach E */
#askcoache {
float: left;
width: 400px;
margin-top: 20px;
background: url(images/subheader_bg.gif) repeat-x;
}

#askcoache_content {
background: #FFFFFF url(images/askcoache_bottom.gif) left bottom repeat-x;
}

.coachepix {
padding-top: 10px;
}

#title_askcoache {
height: 29px;
margin-top: 25px;
margin-left: 110px;
padding-bottom: 14px;
background: url(images/title_askcoache.gif) left top no-repeat;
}

#askcoache h4 {
margin-top: 5px;
}

#askcoache .post  {
padding: 0px 10px 25px 0px;
margin-left: 110px;
font-size: .9em;
}

#askcoache p {
line-height: 1.4em;
font-size: .9em;
}

/* Start of Gallery */
#gallery {
float: left;
width: 396px;
margin-top: 8px;
margin-bottom: 10px; 
height: 260px;
border: solid 2px #80A2D2;
background: url(images/gallery_bg.gif) repeat-x;
}


#gallery ul {
padding-left: 12px;
padding-top: 12px;
}

#gallery li {
float: left;
}

#gallery li a {
display: block;
width: 75px;
height: 75px;
padding: 3px 3px 3px 3px;
margin: 0 5px 5px 5px;
text-align: center;
background: #FFFFFF;
border: #D4D6DB 1px solid;
}

#gallery li a:hover   {
border: #CC2229 4px solid; 
padding: 0;
background: #FFFFFF;
width: 75px;
height: 75px;
}

#title_gallery {
height: 20px;
margin-top: 12px;
margin-left: 12px;
background: url(images/title_gallery.gif) no-repeat;
}

/* Remove all margin and paddings */

#spotlight {
float: left;
width: 400px;
height: 100%;
margin-top: 15px;
background: #608BC7;
}

#title_spotlight {
height: 20px;
margin-top: 12px;
margin-left: 12px;
background: url(images/title_spotlight.gif) no-repeat;
}


#spotlightcontent {
float: left;
width: 200px;
height: 100%;
}

#spotlightcontent ul {
float: left;
padding-left: 25px;
padding-top: 10px;
}



#spotlightcontent li {
float: left;
padding-bottom: 25px;
}



#spotlightcontent img {
padding: 5px 5px 5px 5px;
background: #FFFFFF;
border: #B3C6E0 2px solid; 
}

#spotlightcontent a:hover img  {
border: #CC2229 2px solid; 
}



#spotlightcontent h4 {
padding-bottom: 8px;
line-height: 1.2em;
width: 170px;
}

#spotlightcontent a {
color: #FFFFFF;
}

#spotlightcontent a:hover {
color: #CC2229;
}


#coachcorner {
float: left;
width: 200px;
height: 100%;
font-size: .9em;
background: #1E71B8 url(images/coachcorner_bg.gif) repeat-y;
}

#title_coachcorner {
height: 20px;
margin-top: 12px;
margin-left: 11px;
background: url(images/title_coachcorner.gif) no-repeat;
}

#coachcorner li {
padding: 10px 6px 10px 14px;
border-bottom: solid 1px #6899C4;
}

#coachcorner p {
line-height: 1.3em;
}

#coachcorner h4 a {
color: #91CEF4;
}

#coachcorner h4 a:hover {
color: #FFFFFF;
}


/* Start of Footer */
#footer {
clear: both;
height: 24px;
width: 100%;
background: #1A376F;
color: #FFFFFF;
}

#footer p {
text-align: right;
padding-top: 4px;
padding-right: 20px;
}

