/* @override http://obinet.com/comps/ashtanga/css/style.css */

html, body{ 
 background: #e2f4ff url(../images/bkg_blend.gif) repeat-x;
 margin:0; 
 padding:0; 
 background: #e2f4ff url(../images/bkg_blend.gif) repeat-x;
 font: 100%/1.2 "Georgia", Times New Roman, Times, serif;
 color: #06538d;
 text-align:center; 
} 

/* globals */

.floatLeft {
 float: left;
 margin: 0 10px 8px 15px;
 padding: 0;
}
.floatRight {
 float: right;
 margin: 0 15px 8px 15px;
 padding: 0;
}
 
#pagewidth{ 
 width:903px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 background: url(../images/content_bkg_blend.gif)  #F9FDFF repeat-x 0 277px;
} 

#wrapper {
 background: url(../images/content_bkg_blend2.gif) #F4FAFF no-repeat;
 margin-top: 11px;
 padding: 11px 11px 20px 11px;
}

#header{
 position:relative; 
 height:100%; 
 width:100%;
} 

#borderbox {
 padding: 0 11px;
}
 
#leftcol{
 margin-left: 5px;
 width:600px; 
 float:left;
 position:relative; 
}
 
#twocols{
 background: white;
 width:212px; 
 float:right; 
 position:relative;
 margin-top: 20px; 
 margin-right: 10px;
}
 
#rightcol{
 background: white;
 border: 1px solid #dbf1fb;
 width: 192px;
 margin: 10px;

}

#maincol{
 float: left; 
 display:inline; 
 position: relative; 
 height: 10px;
 width: 100%;
}
/* image frame style*/

.frameRight {
 border: 6px solid #88b1d0;
 float: right;
 margin: 0 15px 8px 15px;
 padding: 0;
}

.frameLeft {
 border: 6px solid #88b1d0;
 float: left;
 margin: 0 15px 12px 0;
 padding: 0;
}
.frame {
 border: 6px solid #88b1d0;
}

#nav {
 height: 38px;
 background: #4285b8 url(../images/nav_bkg.gif) repeat-x;
 margin: 0 auto;
}
 
#footer{
 font-family: tahoma, verdana, arial, sans-serif;
 font-size: x-small;
 color: #fff;
 text-align: center;
 background-color:#5692c0; 
 padding: 4px;
 clear:both;
} 
#footer p{
 font-family: Georgia, Times New Roman, Times, serif;
 margin: 3px auto;
 padding: 2px; 
 font-size: 155%;
 border-bottom: 2px solid #88b1d0;
 width: 87%;
} 

a:link {
 color: #a38406;
 text-decoration: none;
}
a:visited {
 color: #a38406;
 text-decoration: none;
}
a:hover {
 color: #a38406;
 background-color: #ece2b8;
}
a:active {
 color: #d8ad00;
}
/*this will remove the border from around linked images*/
a img {
 border-style: none;
 padding: 0;
}

#footer a {
 color: #ecdb98;
 background-color: #5692c0;
 text-decoration: none;
}

#footer a:hover{
 color: #fff;
}

 
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
 
/*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

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

here's your original stuff in case i 
break things, very likely.. 

[drew] 
------------------------------------
*/

/*navigation*/
/*
#nav ul {
 margin: 0;
 padding: 0;
}
#nav ul li {
 margin: 0;
 padding: 0;
 display: inline;
 list-style-type: none;
}

#nav ul li a {
 float: left;
 height: 38px;
 line-height: 38px;
 margin: 0;
 padding: 0 28px;
 font-size: 0.90em;
 font-family: verdana, tahoma, arial, sans-serif;
 font-weight: bold;
 text-decoration: none;
 text-align: center;
 color: #fff;
 background: #4285b8 url(../images/nav_bkg.gif) repeat-x;
}
#nav ul li a:hover, #nav ul li.active a {
 background: #4285b8 url(../images/nav_bkg_over.gif) repeat-x;
 text-decoration: none;
 border: 0;	
}
*/



/*navigation [drew] */
#nav ul {
 margin: -2px 0 0 0;
 padding: 0;
 background: #4285b8 url(../images/nav_bkg.gif) repeat-x;
 height: 40px;
}
#nav ul li {
 margin: 0;
 padding: 0;
 display: inline;
 list-style-type: none;
  height: 40px;
}

#nav ul li a {
/*  float: left; */
/*  height: 38px; */
border-top: 2px solid #4285B8;
 line-height: 40px;
 margin: 0;
 padding: 6px 30px 14px 30px;
 font-size: 0.90em;
 font-family: verdana, tahoma, arial, sans-serif;
 font-weight: bold;
 text-decoration: none;
 text-align: center;
 color: #fff;
/*  background: #4285b8 url(../images/nav_bkg.gif) repeat-x; */
}
#nav ul li a:hover, #nav ul li.active a {
 border-top: 2px solid #C8A84E;
 background: #CCDFED url(../images/nav_bkg_over.gif) repeat-x;
 text-decoration: none;
}


/*headers*/
h1 {
 color: #473316;
 font-size: large;
 margin: 5px 0 5px 20px;
 padding: 0;
}
h2 {
color: #77A8CD;
border-bottom: 2px solid #C8A84E;
padding: 0 0 5px 0;
margin-top: 12px;
}
h3 {
color: #77A8CD;
border-bottom: 2px solid #C8A84E;
padding: 0 0 5px 0;
}
h4 {
color: #C8A84E;
font-size: large;
border-bottom: 2px solid #77A8CD;
padding: 0 0 3px 0;
width: 80%;
}

.goldtext {
 color: #C8A84E;
}

/* quote style*/

blockquote {
margin: 0;
font-size: large;
padding: 10px;
background-color: #88b1d0;
color: white;
border-bottom: 1px solid #6c8da6;
border-top: 1px solid #4285b8;
}


/*SIDEBAR STUFF*/
/*daily inspiration*/

#inspiration p {
 margin: 15px 5px;
 font-size: 85%;
 color: #719ec1;
}


/*moon phases*/
#moonphases {
 margin: 15px 5px;
}

#moonphases img {
 float: left;
 margin: 0 4px 15px 5px;
 border: 2px solid #88b1d0;
}

#moonphases p {
 color: #719ec1;
 font-size: 85%;
 line-height: 1.35em;
 margin: 0;
 padding: 3px 0 0 0;
}

.noclass {
 font-family: verdana, tahoma, arial, sans-serif;
 text-align: center;
 font-size: x-small;
 font-weight: bold;
 color: #bb1717;
 clear: both;
}
/*announcements*/
#announce p {
 margin: 10px 5px;
 font-size: 85%;
 color: #719ec1;
}
#announce a:link {
 color: #c7a109;
 text-decoration: none;
}
#announce a:hover {
 color: #c7a109;
 background-color: #fbf1c9;
}

/*mailing list*/
div#cm_form {
 margin: 5px 0;
 font-size: 85%;
 color: #719ec1;
 
}
div#cm_form p {
 font-size: small;
 margin: 5px 0 5px 5px;
}

div#cm_form label {
 width: 42px;
 float: left;
 margin-bottom: 7px;
 margin-top: 4px;
 margin-left: 5px;
 padding-top: 2px;
}
div#cm_form input {
 background-color: #dcf1fb;
 border: 1px solid #88b1d0;
 font-size: small;
 color: #06538d;
 width: 136px;
 margin-bottom: 7px;
 margin-top: 4px;
}

div#cm_form input:focus {
 background-color: #fff;
 border: 1px solid #88b1d0;
}

div#cm_form input.submitBut {
 width: 56px;
 height: 15px;
 border: none;
 margin-left: 5px;
}

span.error {
background: #fbb;
padding: 5px;
border-top: 1px solid #900;
border-bottom: 1px solid #900;
color: #c00;
}
