/* -------------------------- */
/* Standard HTML Tags         */
/* -------------------------- */

body
{
    text-align: center;
    margin: auto;
    background-image: url(images/site-bg.jpg);
    background-repeat:repeat-x;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a
{
    color: #666666;
    text-decoration: none;
}
a:visited
{
    color: #666666;
    text-decoration: none;
}
a:hover
{
    color: #63bfce;
    text-decoration: underline;
}
.nav-text {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-transform: lowercase;
}
.scientifuc-text A:hover { color: #ffffff; text-decoration:none  }
.nav-text A    { color: #ffffff; text-decoration:none }
.nav-text A:active  { color: #ffffff; text-decoration:none }
.nav-text A:visited { color: #ffffff; text-decoration:none }
.nav-text A:hover   { color: #ff3413; text-decoration:none  }
img
{
    border: none 0 #fff;
}
input, select, textarea
{
    font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
    border: solid 1px #CCC;
    padding: 2px;
}
.noBorder input, .noBorder select, .noBorder textarea
{
    border-style: none;
}

/* -------------------------- */
/* Page Sections              */
/* -------------------------- */

.page
{
    width: 750px;
    margin: auto;
    
}
.header
{
    width: 100%;
    margin-bottom: 10px;
    border-bottom: dotted 2px #ccc;
    text-align: center;
}
.main
{
    width: 600px;
    float: left;
    text-align: left;
}
.sidebar
{
    width: 220px;
    float: right;
    background: #ffffff;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
.footer
{
    width: 100%;
    text-align: center;
    font-size: 8pt;
    margin-top: 10px;
    padding-top: 5px;
    border-top: dotted 2px #ccc;
}
.footer a
{
    color:#168092;
}

/* -------------------------- */
/* Posts                      */
/* -------------------------- */

.post
{
    border-bottom: dotted 1px #ccc;
    margin-bottom: 10px;
}
.postDate
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    color: #336699;
    background: none;
}
.postTitle
{
    font-weight: bold;
    font-size: 12pt;
    color: #e25b2d;
    padding-top: 10px;
    padding-bottom: 10px;
}
.postMessage
{
    padding-bottom: 5px;
}
.postFooter
{
    color: #a8a8a8;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* -------------------------- */
/* Comments                   */
/* -------------------------- */

.comment
{
    border-bottom: dotted 1px #ccc;
    background: #000000;
    margin-bottom: 10px;
}
.commentMessage
{
    font-size: 8pt;
    padding: 10px 4px 10px 4px;
}
.commentMessage BLOCKQUOTE
{
    font-size: 8pt;
    padding: 5px 5px 5px 5px;
    margin: 10px 5px 0px 10px;
    border: 1px dashed #ccc;
    
}
.commentFooter
{
    color: #a8a8a8;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
    
}

/* -------------------------- */
/* Trackbacks                 */
/* -------------------------- */

.trackback
{
    font-size: 7pt;
    background: #000000;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}

/* -------------------------- */
/* Sidebar                    */
/* -------------------------- */

.sidebar
{
     border: solid 1px #89CFDB;
     background: #f6f6f6;
}

.sidebarHeading
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 15px;
    margin: 0px 0 10px 0;
    color: #000000;
    border-top: dotted 1px #ccc;
}
.sidebarText
{
    padding-bottom: 10px;
}

/* -------------------------- */
/* Profile                    */
/* -------------------------- */

.profile
{
    font-size: 7pt;
    margin-top: 10px;
    padding-bottom: 10px;
}
.profile A
{
    font-family: Arial, Verdana;
    text-transform: uppercase;
}

/* -------------------------- */
/* Various Forms              */
/* -------------------------- */

.forms
{
    font-size: 7pt;
    background: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px red;
}
.formsHeader
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}
.formsError
{
	background: #ffffff;
    color: red;
    font-weight: bold;
}
.formsValid
{
    color: green;
    font-weight: bold;
}
.formsLabel
{
    font-size: 8pt;
    color: #888888;
    margin-top: 2px;
    margin-bottom: 2px;
    
}

/* -------------------------- */
/* Miscellaneous              */
/* -------------------------- */

.button
{
      font-family: Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: normal;
    font-size: 8pt;
    color: red;
    cursor: hand;
    border: solid 1px #000000;
    background: #cccccc;
    padding: 1px 1px 1px 1px;
}
.highlight
{
    color: #000000;
    background-color: #ffff66;
}
