/*layout CSS */
body {
/* change url in line below on final */
/* background: #ccc url(http://liveyourpresentmoment.com/templates/live-your-present-moment/images/faux.gif) repeat-y 50% 0;*/
background-image: url(http://liveyourpresentmoment.com/templates/live-your-present-moment/images/bkgdgradient.jpg) ;  background-repeat: repeat-x;
text-align:center; /*center hack*/
}
#wrap {
min-width:800px;
max-width:800px;
width: auto !important; /*IE6 hack*/
width:800px; /*IE6 hack*/
margin:0 auto; /*center hack*/
text-align:left; /*center hack*/
background-color: white;
background-image: url(http://liveyourpresentmoment.com/templates/live-your-present-moment/images/bodybkgrnd.png); background-repeat: repeat-x;
}
#header {
background-image: url(http://liveyourpresentmoment.com/images/header.jpg); z-index: 1; height: 158px;
} 
#sidebar {float:left;width:199px; overflow:hidden; border-right:1px solid #999;} 
#content60 {float:left;width:79%;overflow:hidden;}
#content80 {float:left;width:600px;overflow:hidden;}
#content100 {float:left;width:100%;overflow:hidden;}
#sidebar-2 {float:left;width:20%; overflow:hidden;} 
#footer {clear:both;}
#LYPMmenu {float: right; width: 600px; position: relative; padding-left:10px;  z-index: 1;}
.inside {padding-left:10px;}
.dove {position: relative; padding-left:10px;  z-index: 1;}

/*typography*/

* {
margin:0;
padding:0;
}
body {
font-size:76%;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:1.3;
margin:1em 0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin: 0.5em 0; 
}
li,dd { 
margin-left:1em;
}
fieldset { 
padding:.5em; 
}
#wrap{
border:1px 1px 1px 1px solid #999;
border-top: 0px;
}
#header{
border-bottom: 1px solid #999;
}
#footer{
border-top: 1px solid #999;
}
a{
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
h1,.componentheading{
font-size:1.7em;
}
h2,.contentheading{
font-size:1.5em;
}
h3{
font-size:1.3em;
}
h4{
font-size:1.2em;
}
h5{
font-size:1.1em;
}
h6{
font-size:1em;
font-weight:bold;
}
#footer,.small,.createdate,.modifydate,.mosimage_caption{
font:0.8em Arial,Helvetica,sans-serif;
color:#999;
}
.moduletable{
margin-bottom:1em;
padding:0 10px; /*padding for inside text*/ border:0px #CCC solid;
}
.moduletable h3{
background:#666;
color:#fff;
padding:0.25em 0;
text-align:center;
font-size:1.1em;
margin:0 -10px 0.5em -10px; /*negative padding to pull h3 back out from .moduletable padding*/ }

/*Menu Styling*/

.moduletablemenu{
padding:0;
color: #333;
margin-bottom:1em;
}
.moduletablemenu h3 {
background:#666;
color:#fff;
padding:0.25em 0;
text-align:center;
font-size:1.1em;
margin:0;
border-bottom:1px solid #fff;
}
.moduletablemenu ul{
list-style: none;
margin: 0;
padding: 0;
}
.moduletablemenu li{
border-bottom: 1px solid #ccc;
margin: 0;
}
.moduletablemenu li a{
display: block;
padding: 3px 5px 3px 0.5em;
border-left: 10px solid #333;
border-right: 10px solid #9D9D9D;
background-color:#666;
color: #fff;
text-decoration: none;
}
html>body .moduletablemenu li a {
width: auto;
}
.moduletablemenu li a:hover,a#active_menu:link,a#active_menu:visited{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}
