/** * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {    margin:0;    padding:0;    border:0;    outline:0;    font-size:100%;    vertical-align:baseline;    background:transparent;}body {    line-height:1;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {    display:block;}nav ul {    list-style:none;}blockquote, q {    quotes:none;}blockquote:before, blockquote:after,q:before, q:after {    content:'';    content:none;}a {    margin:0;    padding:0;    font-size:100%;    vertical-align:baseline;    background:transparent;}/* change colours to suit your needs */ins {    background-color:#ff9;    color:#000;    text-decoration:none;}/* change colours to suit your needs */mark {    background-color:#ff9;    color:#000;    font-style:italic;    font-weight:bold;}del {    text-decoration: line-through;}abbr[title], dfn[title] {    border-bottom:1px dotted;    cursor:help;}table {    border-collapse:collapse;    border-spacing:0;}/* change border colour to suit your needs */hr {    display:block;    height:1px;    border:0;    border-top:1px solid #cccccc;    margin:1em 0;    padding:0;}input, select {    vertical-align:middle;}

/* Change the border-box model */

* {
-moz-box-sizing: border-box;
box-sizing: border-box;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

body {
    background-image: url(/images/stripes.png);
    
}

p{
    line-height: 19px;
}

#wrapper {
width:850px;
margin: 18px auto;
background-color: #f4f4f4;
box-shadow: 0 0 20px #999;

}

.header{
    position:relative;
/*    box-shadow: 0px 0p 20px #000;*/
}

.header a{
    position: absolute;
    
}

.header a img{
    border: white solid 3px;
    border-radius: 3px;
    top:20px;
    left: 10px;
    position:absolute;
    box-shadow: 0 0 20px #999;
}

.header h1{
    position: absolute;
    top: 80px;
    
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    right: 0;
    background-color: #C1D448;
    font-size: 50px;
    font-family: 'Courier New',Courier,monospace;
    word-spacing: 10%;
    letter-spacing: -3px;
    width: 640px;
    text-align: center;
    
}

/* Nav CSS */

.topnav{
    width: 500px;
    margin: 20px auto;
    
}

.button {
	-moz-box-shadow:inset 0px 1px 1px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 1px 0px #bbdaf7;
	box-shadow:inset 0px 1px 1px 0px #bbdaf7;
/*	background: gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');*/
	background-color:#79bbff;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	border:2px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:21px;
	font-weight:normal;
	padding:5px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
        
}.button:hover {
	-webkit-gradient: linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff);
	-moz-linear-gradient: center top, #378de5 5%, #79bbff 100% ;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.button:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

/* End NAV CSS */

/*Alignment section */

#maincontent{
    width:100%;
    height: auto;
}
.subnav{
    float:left;
    width: 18%;
}

.content{
    float:left;
    width: 64%;
/*    background-color: red;*/
    padding: 0 20px;
    
}

.boogie{
    float:left;
    width: 18%;
    overflow:hidden;
}

#page-footer{
    clear:left;
    
}

/* End Alighnment */

/* Sub Nav Modifications */
.subnav {
    border-radius: 8px;
    margin-top: 100px;
}
.subnav a{
    background-color: #C1D448;
    padding:10px 0;
    display:block;
/*    margin-left: 5px;*/
    text-align: center;
    margin-bottom: 14px;
    border-bottom-right-radius: 11px;
    border-top-right-radius: 11px;
    
}

/*.subnavborder{
    border-bottom: solid 1px rgba(136, 156, 59, 1);
}*/

.subnav a:link {
	color:#000;
	text-decoration:none;
}

.subnav a:visited {
	color:#000;
	text-decoration:none;
}

.subnav a:hover {
	color:#000;
	text-decoration:none;
        background-color: rgba(136, 156, 59, 1);
        font-weight: 600;
}

.subnav a:active {
	color:#000;
	text-decoration:none;	
}

/* End Sub Nav Modification */



/* Content Modifications */

.content{
     font-size: 14px;
     margin-bottom: 25px;
}

.content img{
    border: solid #888 3px;
    border-radius: 6px;
    width:450px;
    margin: 20px auto;
    display:block;
}

.content h1{
   font-size:3em;
   text-align: center;
/*   padding-bottom:20px;*/
   font-weight: 500;
   font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
   color: #630;
   text-shadow: 1px 1px 1px rgba(0,0,0,0.2)
}

.content h3{

    padding-top: 11px;
    color: #630;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    font-family: 'ColaborateThinRegular', Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
}

.content p{
    margin-left: 10px;
    padding-top: 11px;
   
}

.content ul{
    width:75%;
    margin:10px auto;
    
}

.content li{
    line-height: 19px;
}

/* End Content Modification */

/* Boogie Modification */

.boogie{
/*    padding: 0 10px;*/
background-color: #C1D448;
    border-bottom-left-radius: 11px;
    border-top-left-radius: 11px;
/*    padding: 0 10px;*/
    margin-top: 100px;
}

.boogie img {
    width: 125px;
    display: block;
    margin: 0 auto;
}

.boogie article{
/*    background-color: #C1D448;
    border-bottom-left-radius: 11px;
    border-top-left-radius: 11px;
    padding: 0 10px;
    margin-top: 10px;*/
    background-color: rgba(255,255,255,.2);
    margin: 10px 0;
    padding: 0 10px;
}

.boogie article .thought{
    padding-bottom: 10px;
    font-size: 14px;
    font-style: italic;
    
}

.boogie h2{
    padding:10px 0;
    font-size: 24px;
    font-wieght:600;
}




/* End Boogle Modification */

/* Footer Modifications */

.footwrap{
	width:100%;
	background-color:#B51718;
}
footer{
	width: 100%;
	padding-top: 10px;
	margin: 0 auto;
}
	
.footlinks{
	margin-top:10px;
	width: 90%;
	float:left;
        padding-left: 12px;
	
	
}

.social {
	float:left;
	width: 10%;
	padding-bottom:10px;
}


.footlinks ul{
}

.footlinks li{
	display:inline;
	float:left;
	
	
	
	
}
.footlinks li:nth-child(1){
		
		padding-right: 8px;
		}
		
.footlinks li:nth-child(2){
		border-left: dotted 1px;
		padding: 0 8px;
}
.footlinks li:nth-child(3){
		border-left: dotted 1px;
		padding: 0 8px;
}.footlinks li:nth-child(4){
		border-left: dotted 1px;
		padding: 0 8px;
}.footlinks li:nth-child(5){
                padding: 0 8px;
		border-left: dotted 1px;
}

.footlinks li:nth-child(6){
                padding: 0 8px;
		border-left: dotted 1px;
}
.footlinks a:link {
	color:#000;
	text-decoration:none;
}

.footlinks a:visited {
	color:#000;
	text-decoration:none;
}

.footlinks a:hover {
	color:#000;
	text-decoration:none;
}

.footlinks a:active {
	color:#000;
	text-decoration:none;	
}


footer aside {
	clear:left;
	font-size:12px;
	padding-bottom:17px;
        padding-left: 12px;
        
}

footer aside ul li{
    list-style-type: none;
    line-height: 15px;
}

/* End Footer Modification */
