/* by CMS Lounge - www.cmslounge.com */

/* styles here generally don't need updating */
/* but if you do update, make sure you backup */

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* overrides classes */
.floatleft {float:left;}
.floatright {float:right;}
.widleft {width:130px; clear:both; text-align:right;padding-bottom:5px;}
.widright {width:350px;margin-right:10px;padding-bottom:5px;}
.clear { clear: both; }
form#adminForm img {padding:0;margin:0;}
fieldset {padding-bottom:1em;}
.editor {margin-top:1em;margin-bottom:1em;}
table.mceEditor td {	white-space:normal;}

/* category table styles */
span.author {display:none;}
div.item {padding-top:0.6em;}
.paginate {padding-top:1em; text-align:center;}
.pagecounter {padding-bottom:1em;padding-top:0.6em;text-align:center;}

/* buttons */

.buttons {
float:right;
width:85px;
}

.buttons .buttonheading {
float:left;
}

/* poll module styles */
.poll-radio {
padding-left:10px;
padding-right:10px;
padding-bottom:5px;
float:left;
clear:left;
}

.poll-option {
float:left;
padding-bottom:5px;
}

/* drop-down menu */

#menu ul li { 
position:relative;
}

#menu ul li ul {
display:none;
position:absolute;
top:2em;
left:0em;
width:40em;
}

#menu ul li:hover ul, 
#menu ul li.over ul { 
display: block; 
}


/* css styles for golightly.com index --------------------------- */

.gol_index_cont { width:875px; margin: 4px auto 0 auto; padding:0; overflow:hidden; }

.gol_index_cont a:link { color:#515087; text-decoration:none; }
.gol_index_cont a:visited { color:#515087; text-decoration:none; }
.gol_index_cont a:hover { color:#515087; text-decoration:underline; }
.gol_index_cont a:active { color:#515087; text-decoration:none; }

.gol_index_r { float: right; display:inline; width:230px; margin: 0; padding:0; overflow:hidden; }
.gol_index_r h1 { font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: normal; color: #000000; padding: 0 0 6px 0; }
.gol_index_r p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #444; line-height: 130%; }
.gol_index_l { float: left; display:inline; width:615px; margin:0; padding:0; overflow:hidden; }
.gol_index_l_hdr { display:block; width: 615px; height:220px; text-align: center; overflow:hidden; z-index:-1; }
.gol_index_l_content { width:615px; min-height:450px; margin-bottom: 30px; padding:10px 0 0 0; text-align:left; overflow:hidden; background: url(http://golightly.com/test/images/gol_index_l_content_bg.jpg) top left repeat-x; z-index:99; }
.gol_index_l_content p { font-family: Verdana; font-size: 18px; font-weight:normal; color: #535353; padding: 0 20px 0 20px; }

/* end:css styles for golightly.com index ----------------------- */