


body {
    font-family: arial, helvtica, sans-serif;
    background-color: #E6E6E6;
    margin: 0;
    font-size: 80%;
}

div#wrapper {
    width: 960px;
    margin: 0 auto;
    background: #ffffff;
    overflow: auto;
    padding-left: 10px;
    padding-right: 10px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

div#mainhead {
    width: 960px;
    /* margin: 0 auto; */
    background: #000000;
    overflow: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
}

div#mainhead p {
    color: #ffffff;
    font-size: larger;
    font-weight: bold;
    text-align: center;
}

/* links */
a:link {
    color: #000066;
    text-decoration: none;
}

a:active
{
  outline: none;
}
:focus
{
  -moz-outline-style: none;
}


a:visited {
    color: grey;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

div#menu {
	width: 960px;
	overflow: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
	background:black none repeat scroll 0;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;	
}



div#menu ul, div#menu ul ul {
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
}

div#menu ul a {
    display: block;
    padding: 0.2em 0.5em;
    text-decoration: none;	
	font-size: x-large;
	
	
}

div#menu ul ul ul a {
    font-style: italic;
}

div#menu ul li ul {
    left: -999em;
    position: absolute;
}
li.category_selected a {
    background:white none repeat scroll 0;
	font-weight: bold;
	color: black;
}
li.category a {
    background:black none repeat scroll 0;
	font-weight: normal;
	color: white;
}

li.category a:hover {
    background:white none repeat scroll 0;
	color: black;
}

div#menu ul li:hover ul {
    left: auto;
}

div#container, div#primary {
    margin-top: 2em;
}

div.comments ol li {
    margin: 0 0 3.5em;
} .alignright, img.alignright {
    float: right;
    margin: 1em 0 0 1em;
} .alignleft, img.alignleft {
    float: left;
    margin: 1em 1em 0 0;
} .aligncenter, img.aligncenter {
    display: block;
    margin: 1em auto;
    text-align: center;
}

div.sidebar h3 {
    font-size: 1.0em;
}

div.sidebar li {
    list-style: none;
    margin: 0 0 2em;
}

div.sidebar li form {
    margin: 0.2em 0 0;
    padding: 0;
}

div.sidebar ul ul {
    margin: 0 0 0 1em;
}

div.sidebar ul ul li {
    list-style: none;
    list-style-position: outside;;
    margin: 0;
}

div.sidebar ul ul ul {
    margin: 0 0 0 0.5em;
}

div.sidebar ul ul ul li {
    list-style: circle;
}

div#menu ul li, div.navigation div.nav-previous {
    float: left;
}

div#footer {
    text-align: center;
    border-top: 1px solid #404040;
    bottom: 0;
    padding: 4px 0;
    width: 100%;
	margin-top: 15px;
    z-index: 0;
    background-color: darkgray;
    /* margin-top:15px; */
}

div#footer p {
    color: #ffffff;
    font-size: small;
    text-align: center;
}

div#header {
    text-align: left;
}

span#logo {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

span#feed {
    float: right;
    margin-right: 5px;
    margin-top: 20px;
} .entry {
    padding-bottom:10px;
padding-top:10px;
} .important-entry {
    background-color: #FFFFCC;
} .entry-teaser {
    padding-top: 5px;
    padding-bottom: 5px;
} .entry-discussion, .entry-meta {
    font-size: smaller;
} .entry-min-discussion {
    font-size: inherit;
} .entry-extended-discussion {
    font-size: inherit;
} .entry-title {
    font-weight: bold;
    font-size: large;
} .entry-source {
    font-weight: bolder;
	font-size: 80%;
	padding-top:5px;
} .entry-source-discussion {
    font-weight: bolder;
} .entry-related {
    margin-left: 40px;
} .entry-related-textintro {
    margin-top: 10px;
    font-weight: bold;
    font-size: smaller;
} .widget {
    background-color: #EBEFFF;
    padding: 5px;
    margin-bottom: 10px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
} .entry-min-discussion {
    display: none;
} .entry-extended-discussion {
    display: none;
}

.expand{
	display: none;
	}
.collapse{display: none;}

#about_text {
	display: none;
}

.entry-seperator {
	border-top: 1px dashed #CCCCCC; 
	width: 750px;
}

/*.important-entry {
 background-color:yellow;
 }*/
/* tag cloud */ .smallestTag {
    font-size: xx-small;
} .smallTag {
    font-size: small;
} .mediumTag {
    font-size: medium;
} .largeTag {
    font-size: large;
} .largestTag {
    font-size: x-large;
}

/* tool tip */ #tooltip {
    position: absolute;
    border: 1px solid #333;
    background: #ffffff;
    padding: 2px 5px;
    color: #333;
    display: none;
    font-size: smaller;
} .day_change {
    background-color: #F1F1F1;
    border-bottom: 1px solid #BBBBBB;
    border-top: 1px solid #666666;
    margin: 15px 0;
    padding: 5px;
    padding: 5px;
    font-weight: bold;
}

/* feedback - button */ .feedback-button {
    padding-bottom: 2px;
    background: transparent url(/images/contact/feedback.png) no-repeat scroll 0 0;
    width: 100px;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    height: 24px;
    text-align: center;
    vertical-align: middle;
}

/* Overlay */ #contact-overlay {
    background-color: #000;
    /* cursor: wait; */
}

/* Container */ #contact-container {
    width: 420px;
    left: 50%;
    top: 15%;
    margin-left: -210px;
    font-family: 'Trebuchet MS', Verdana, Arial;
    font-size: 16px;
    text-align: left;
} #contact-container .contact-content {
    background-color: #333;
    color: #ddd;
    height: 40px;
} #contact-container h1 {
    color: #d76300;
    margin: 0;
    padding: 0 0 6px 12px;
    font-size: 1.2em;
    text-align: left;
} #contact-container .contact-loading {
    position: absolute;
    background: url(/images/contact/loading.gif) no-repeat;
    z-index: 8000;
    height: 55px;
    width: 54px;
    margin: -14px 0 0 170px;
    padding: 0;
} #contact-container .contact-message {
    text-align: center;
} #contact-container .contact-error {
    width: 92%;
    font-size: .8em;
    background: #000;
    border: 2px solid #ccc;
    font-size: 0.8em;
    font-weight: bold;
    margin: 0 auto;
    padding: 2px;
} #contact-container br {
    clear: both;
} #contact-container form {
    padding: 0;
    margin: 0;
} #contact-container label {
    clear: left;
    display: block;
    width: 100px;
    float: left;
    text-align: right;
    padding-right: 4px;
    font-weight: bold;
} #contact-container .contact-input {
    font-family: 'Trebuchet MS', Verdana, Arial;
    float: left;
    padding: 2px;
    margin: 2px;
    background: #eee;
    border: 1px solid #fff;
    width: 250px;
} #contact-container textarea {
    height: 84px;
} #contact-container .contact-top {
    height: 13px;
    background: url(/images/contact/form_top.gif) no-repeat;
    padding: 0;
    margin: 0;
} #contact-container .contact-bottom {
    height: 13px;
    background: url(/images/contact/form_bottom.gif) no-repeat;
    font-size: .7em;
    text-align: center;
} #contact-container .contact-bottom a, #contact-container .contact-bottom a:link, #contact-container .contact-bottom a:active, #contact-container .contact-bottom a:visited {
    position: relative;
    top: -4px;
    text-decoration: none;
    color: #666;
} #contact-container .contact-bottom a:hover {
    color: #888;
} #contact-container .contact-button {
    margin: 4px 0 0 4px;
    cursor: pointer;
    height: 24px;
    border: 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: middle;
} #contact-container .contact-send {
    width: 50px;
    background: url(/images/contact/send.png) no-repeat;
} #contact-container .contact-cancel {
    width: 65px;
    background: url(/images/contact/cancel.png) no-repeat;
} #contact-container a.modalCloseX, #contact-container a.modalCloseX:link, #contact-container a.modalCloseX:active, #contact-container a.modalCloseX:visited {
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    position: absolute;
    top: -2px;
    left: 400px;
    color: #999;
} #contact-container a.modalCloseX:hover {
    color: #9bb3b3;
}


/* two cols layout */

div#container {
float:right;
margin:0 0 0 -200px;
width:100%;
}

div#content {
margin:0 0 0 200px;
}

div.sidebar {
float:left;
overflow:hidden;
width:180px;
}

div#secondary {
clear:left;
}

div#footer {
clear:both;
width:100%;
}