﻿/* 
Style Sheet for the overall site design

This should contain the general/default design styles for the site.
-------------------------------------------------------
Copyright (c) 2011, Chasetheweb.net

Last Updated: Janean Angeles
*/ 
/*////////////////////////////////////////////////////////////////////////////////*/
body {text-align:left;font: normal 80% Arial, Helvetica, sans-serif;line-height:1.3em;color: #7d7979;background-color: #7d7979;}
div#page {background: transparent url('/template/eastislip/images/bg-page.png') repeat-y;}
div#header {background: transparent url('/template/eastislip/images/bg-header.png') no-repeat top center;}
div#content {}
div#layout {}
div#main {}
div#sub1 {}
div#local {}
div#clear {}
div#extra1 
{color: #000;}

/* FOOTER */
div#footer2 {background: transparent url('/template/eastislip/images/bg-footer.png') repeat-y;color: #fff;text-align: center;padding-top: 5px;}
div#footer2 a, 
div.cmsFooter a {color: #ffffff;}
div#footer2 p.syntaxMktg {padding-top: 10px;color: #990000;}
div#footer2 p.syntaxMktg a {color: #990000;}
div.cmsFooter {background-color: #9e0c0b;color: #fff;text-align: center;padding-top: 5px;}

/* Basic Styles */
p {margin: 0px 0px 10px 0px;padding: 0px;font-size:1em;}
blockquote {margin-left: 10px;}
pre {font-family: monospace;font-size: 1.0em;}
strong, b {font-weight: bold;}
em, i {font-style:italic;}
code {font-family: "Courier New", Courier, monospace;font-size: 1em;white-space: pre;}

/*HEADINGS */
h1 {font-size:2em;margin:0 0 0.5em;padding:0;font-weight: normal;color: #9e0c0b;font-weight: bold;line-height: 1.2em;}
h2 {font-size:1.5em;margin:0 0 0.5em;padding:0;font-weight: normal;}
h3 {font-size:1.4em;margin:0 0 0.5em;padding:0;}
h4 {font-size:1.2em;line-height:1.3em;margin:0 0 0.25em;padding:0;}
h5 {}
h6 {}

/*SPECIAL CLASSES */
.jquery_button {cursor: pointer;color: #0065A5;}
.newIcon {color: Red;}
.center {text-align:center;}
.small {font-size: 8pt;}
.errorFormEntry {font-weight: bold;color: red;}
.requiredfield {font-weight:700;color:Red;}

/* Links */
a,a:link,a:active, a:visited {text-decoration:none;color: #9e0c0b;}
a:visited {background-color:transparent;}
a:hover {text-decoration:underline;}

/* ///////////////////////////LISTS */
ul {line-height:1.5em;list-style-type:none;margin:0;padding:0;}
ul li, ol li {margin:0;padding:0px 0px .5em 0px;}
div#main .pnlContent ul {list-style-type: disc;margin-left: 15px;}
div#main .pnlContent ol {margin-left: 15px;list-style-type: decimal}
div#local div#sideBar div#Links ul,
div#local div.contentDiv ul {list-style-type: disc !Important;line-height: 1em !Important;margin-left: 14px !Important;}
div#local div#sideBar div#Links .RadTreeView ul, 
div#local div.contentDiv .RadTreeView ul { line-height: 1em !important; list-style-type: none !important; margin-left: 0px !important; }
div#local div#sideBar div#Links li,
div#local div.contentDiv li {padding: 0 0 0.5em;}

/* Horizonatal Rules  */     
hr {border-color: #394750;border-style: solid;border-width: 1px 0px 0px 0px;clear: both;margin: 0 0 10px;height: 0;}
/* Horizonatal Rules */ 

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/*for inline colorbox modals*/
.colorbox-modal-container {color: #333 !Important;}
.colorbox-modal-container h3 {color: #9e0c0b;}
