/* CSS Document */


/***** wrapper holds everything together in center of page *****/

.skip
{
	display: inline;
	position: absolute;
	top: -999px;
	left: -999px;
	height: 0;
}


/***** BLOG *****/


#content a:link { 
 color: #006699; 
 font-size: 12px; 
 font-weight: normal; 
 text-decoration: underline; 
}

#content a:visited { 
 color: #666666; 
 font-size: 12px; 
 font-weight: normal; 
 text-decoration: underline; 
}

#content a:active { 
 color: #FFD27D; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
}

#content a:hover { 
 color: #FFD27D; 
 font-size: 12px; 
 font-weight: normal; 
 text-decoration: none; 
}

#content {
	float: left;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 0px;
	padding: 0px;
}

/*---  Used in Trackback and Pingback page.  ---*/

#content H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:   16px;
	color:       #006699;
	font-weight: normal;
}

/*---  Used in Weblog templates to format the title of entries  ---*/

#content  H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #006699;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

/*---  Used in weblog.php in the left side-bar, and archives.php page to format the date header  ---*/

#content  H4 {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size:   14px;
	 color:       #666666;
	 margin-top: 2px;
	 margin-bottom: 5px;
	 font-weight: bold;
}

/*---  Used in comment templates to format text used in the comment form. ---*/

#content  H5 {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size:   12px;
	 color:       #888778;
	 margin-top: 2px;
	 margin-bottom: 2px;
	 font-weight: normal;
}



/*--- "member" links: login, register, calendar, etc. ---*/

.loginLinks, .loginLinks a { 
 color:       #000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size:   11px; 
}
.loginLinks a:link    { color:  #006699; font-weight: bold;}
.loginLinks a:visited { color:  #666666; font-weight: bold;}
.loginLinks a:active  { color:  #FFD27D; font-weight: bold;}
.loginLinks a:hover   { color:  #FFD27D; font-weight: bold;} 


/*--- Dotted line between menu items in sidebar ---*/

.menuSpacer {
 border-bottom: 1px dotted #999;
 margin-bottom: 15px; 
}

/*---  Weblog entry formatting.  ---*/

.weblog {
 padding-bottom: 12px;
 border-bottom:1px dotted #999999;
}

/*---  Name of author in weblog entries ---*/

.author {
 font-family: Arial, Helvetica, sans-serif;
 font-size:   11px;
 color:       #999999;
 font-weight: normal;
}

/*---  Paragraph formatting in weblog entries ---*/

#content {
	
	font: 13px/150% Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #333;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: normal;
	text-align:  left;
	line-height: 18px;
	height: 100%;
	width: 100%;
}


#content p {
    font: 13px/150% Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #333;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: normal;
	text-align:  left;
	line-height: 18px;
}

/*--  Default form field formatting. --*/

form {
  margin-top:         0px;
}

/*--  Input field formatting. --*/

.input {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size:          11px;
  height:             1.6em;
  padding:            .3em 0 0 2px;
  margin-top:          3px;
  margin-bottom:       3px;
} 

/*--  Input text-area formatting --*/

.textarea {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size:          11px;
  margin-top:         3px;
  margin-bottom:      3px;
}

/*--  Submit button formatting. --*/

.button {
  background-color:   #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size:          11px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}

/*--  Pull-down menus. --*/

.pulldown {
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}




/* THE FOLLOWING CSS IS USED WITH THE MINI-CALENDAR */


/*  Calendar header text  */
.header {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px;
 color:       #000;
 font-weight: bold;
}

/*  Navigational links in the header of mini-calendar  */
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited, .navlinks a:hover{ 
 color:       #000;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px; 
 font-weight: bold;
} 
.navlinks a:link    { color:  #006699; text-decoration: none;}
.navlinks a:visited { color:  #999; text-decoration: none;}
.navlinks a:active  { color:  #FFD27D; text-decoration: none;}
.navlinks a:hover   { color:  #FFD27D; text-decoration: underline;}


/*  Days of the week text  */
.weekdays {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
 font-weight:  bold;
}

/*  Days of the month text and links */
.monthdays, .monthdays a:link, .monthdays a:active, .monthdays a:visited, .monthdays a:hover {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
}
.monthdays a:link    { color:  #006699; text-decoration: underline;font-weight: bold;}
.monthdays a:visited { color:  #999; text-decoration: underline;font-weight: bold;}
.monthdays a:active  { color:  #FFD27D; text-decoration: underline;font-weight: bold;}
.monthdays a:hover   { color:  #FFD27D; text-decoration: none;font-weight: bold;}




/***** END BLOG *****/


/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}

#main img.topofpage { border: none; }


/* CSS Document */


#leftnav a {
	color: #006699;
	text-decoration: none;
}

#leftnav a:link{
	color: #6BA2E0;
	text-decoration: none;
}

#leftnav a:visited{
	color: #efefef;
	text-decoration: none;
}

#leftnav a:hover{
	color: #FFCC00;
	text-decoration: underline;
}

#main table
{
display: table-inline;
border: 1px solid #ccc;
	font: 11px Arial, Helvetica, sans-serif;
	width: 95%;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#main table tr
{
	
	padding: 0;
	margin: 0;
}

#main table tr.alt
{
	background-color: #eeeeee;
}

#main table th
{
	background-color: #FFCC66;
}

#main table td 
{
	margin-right: 0;
	padding: 0 5px 5px 5px;
	text-align: left;
	text-indent: 0px;
	font: 11px/14px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333;
	border-bottom: 1px solid #ccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
}

#main table tr td h2
{
	margin-right: 0;
	padding: 0 5px 5px 5px;
	text-align: left;
	text-indent: 0px;
	font: 11px/14px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333;
}

#main table ul
{
	list-style: none;
	margin: 3px 5px 5px 3px;
	padding: 3px 5px 5px 3px;
	font: 11px/14px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333;
}

#main table th
{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 3px;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	color: #000;
	background: #CCC;
}

#main hr
{
	margin: 10px 0px 20px;
	text-align: center;
	width: 100%;
}

/****** Form Elements ******/
#main .formwrapper
{
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 15px 0 14px;
	padding: 0;
	width: 80%;	/*border: 1px solid red;*/
}

#main .formwrapper br
{
	clear: right;
	height: 0;
}

#main label
{
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px 0px 5px;
}

#main .textfield input, main .textarea input
{
	padding: 0;
	margin: 0;
}

#main .textfield label, #main .textarea label
{
	float: left;
	text-align: right;
	width: 150px;
	padding: 0 5px 0 0;
	margin: 0;
}

#main fieldset
{
	margin: 0 0 5px 0;
	padding: 0;
	border: none;
}

#main legend
{
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 5px 15px 10px 14px;
}

#main fieldset.radioset
{
	margin: 0 0 5px 0;
	padding: 0;
}

#main fieldset.radioset legend
{
	float: left;
	text-align: right;
	width: 140px;
	padding: 0;
	margin: 0 0 -20px 0;
	display: block;
}

#main .radiogroup
{
	margin: 0 0 0 155px;
	padding: 0;
	clear: right;
	display: block;
}

#main fieldset.radioset .radiogroup .radio input
{
	padding: 0;
	margin: 0;
}

#main fieldset.radioset .radiogroup .radio label
{
	text-align: left;
	padding: 0;
	margin: 0 5px 0 0;
}


#main .button input
{
	padding: 0;
	margin: 0 3px 5px 155px;
}


/***** clear style *****/

#clear {
  clear: both;
}

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


/* 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*/ 
#leftnav{display:none;} 

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