@import url(http://fonts.googleapis.com/css?family=Pathway+Gothic+One);

body {
    font-family: 'Open Sans',arial,sans-serif;
    background: #646464 url("/nibbleblog/themes/techie/css/img/handmadepaper.png") repeat top left;
    margin: 0;
    color: #222222;
}

a {
    /*color: #006AC8;*/
    color: #006699;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.headwrapper {
	background: #CCCCCC;
	position: fixed;
	box-shadow: -1px 6px 20px black;
	top: 0;
	width: 100%;
	height: 100px;
}

.head {
    background: #CCCCCC;
    height: auto;
    margin: 3px 0px 3px 0px;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom:solid 6px #006699; 
    border-top: solid 6px #006699;
   
}

h1 {
    float: right;
    margin-left: 5em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    margin-right: 300px;
    font-family: 'Pathway Gothic One', sans-serif;
    color: #006699;
    font-size: 3em;
    text-shadow: 2px 2px 7px #333333;
}

h1  a {
    color: #006699;
    font-size: 1.75em;
    opacity: 1;
    text-decoration: none;
    text-shadow: 2px 2px 7px #333333;
    transition: all 200ms ease 0s;
        -webkit-transition: all 200ms ease 0s;
}

h1  a:hover {
    opacity: 0.7;
}

h2 {
	color: #404040;
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 0 5px;
    font-family: 'Pathway Gothic One', sans-serif;
}

h6{
	font-family: 'Courier';
	font-size: 1em;
	padding-left: 5px;
}


.navbox {
	float: left;
	margin: 5% 2px 10px 0px;
	padding: 5px 20px 10px 20px;
	position: fixed;
	background: #CCCCCC;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: -1px 6px 20px black;
}

.navbox h2 {
	font-family: 'Pathway Gothic One', sans-serif;
}

.navbox h2 a {
	color: #006699;
    font-size: 1em;
    opacity: 1;
    text-decoration: none;
    text-shadow: 2px 2px 7px #333333;
    transition: all 200ms ease 0s;
        -webkit-transition: all 200ms ease 0s;
}

.navbox h2 a:hover {
	opacity: 0.7;
}

.spacer {
	height: 110px;
	width: 100%;
}

.content {
    background-color: #ccccff;
    border-radius: 5px;
    box-shadow: 5px 5px 10px #333333;
    margin: 10px auto 10px auto;
    max-width: 55%;
    overflow: auto;
    padding: 3em;
}

.footer {
	background-color: #ccccff;
    border-radius: 5px;
    box-shadow: 5px 5px 10px #333333;
    margin: 10px auto 10px auto;
    max-width: 55%;
    overflow: auto;
    padding: 5px 5px 2px 5px;
    text-align: right;
}

.bar {
	border-top: 2px solid #006699;
    margin-bottom: 1.563em;
    overflow: hidden;
}

.toc {
	right: 0;
	margin: 5% 2px 10px 0px;
	padding: 5px 7px 5px 3px;
	position: fixed;
	background: #CCCCCC;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: -1px 6px 20px black;
}

.neutral a, .neutral h2{
	color: #663399;
}

.male a, .male h2{
	color: #000099;
}

.female a, .female h2{
	color: #660000;
}

.origin {
	color: #333333;
	font-size: 0.8em;
	font-style:italic;
}

.highlight a{
	background: #ffff99;
	background:rgba(255,255,153,0.75);
}

.green {color: green;}.yellow {color: #FF9900;}.red {color: red;}
.blue {color: blue;}

.tabset {
 
    margin: 1px auto 0px auto;
    max-width: 55%;
    overflow: auto;
    padding-top: 1px;
}

.tabset ul {
	float: right;
	list-style: none;
	padding:0;
	margin:0;
}

.tabset li {
	background-color: #ccccff;
	display: inline;
	border-radius: 5px 5px 0 0;
    box-shadow: 3px 0px 10px #333333;
	margin: 0 0.5em 0 0;
    
    
}

.tabset li a {
	padding: 0 1em;
	font-family: 'Pathway Gothic One', sans-serif;
	color: #006699;
	text-decoration: none;
	text-size: .5 em;
}

.tabset #selected {
	padding-bottom: 1px;
	background: white;
}

.colorguide {
	float: right;
	color: grey;
	font-size: 10pt;
	
}

.colorguide :hover {
	border: dashed 2px grey;
	transition: all 2s ease-in 0s;
        -webkit-transition: all 200ms ease-in 0s;

}

.colorguide span {
	display: none;}

.colorguide p:hover span {
	display: block;
	border: none;

}
	
