/* - - - - - - CSS Document - - - - - - - - -

Title : Global style sheet for client-side web development
Author : Cody Lindley 

- - - - - - - - - - - - - - - - - - - - - */

* {padding: 0; margin: 0;} 







html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:#ffffff;
	text-align:right;
}

body{font: 62.5%/1.4 Arial, Helvetica, sans-serif;}

/* ----- base links -----*/
a:link {color:#999;text-decoration:underline;}
a:visited {
	color: #f4f4f4;
	text-decoration:underline;
}
a:hover {color: #000000;text-decoration:underline;}
a:active {
	color: #f4f4f4;
	text-decoration:underline;
}
a:focus {
	color: #f4f4f4;
	outline:none;
	text-decoration:underline;
}



a.process:visited, a.process:link, a.process:active {
	color: #666;
	outline:none;
	text-decoration:none;
}

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


a.intlink{
	color:#FF0066;
	text-decoration:none;
	}

a.intlink:hover {
	border-bottom:1px solid #FF0066;
}


img.galleryimg{margin-right:10px; border:solid 1px #ccc}
img.galleryimglast{margin-right:0px; border:solid 1px #ccc}


img.galleryimgon{margin-right:10px; border:solid 1px white}
img.galleryimglaston{margin-right:0px; border:solid 1px white}







/* ----- head tags ----- */

h1{
	display:none
}

h1 span{color:#F4C20A}

h2{font-size:2em;}
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active{
	text-decoration:none;
	color:#333333;
}

.subNav{
font-size:0.5em;
font-weight:normal;
color:#CCCCCC;
background-color:red;
}


h2{text-align:left;margin:0;margin-top:30px;clear:both;border: solid 1px #E4E4E4; border-bottom:none;padding:10px; background-color:#eee;position:relative}
h2.img {float:left}


h4{text-align:left;font-size:1.4em; padding:5px 0 15px 0; color:#6699cc}
h5{text-align:left;font-size:1.1em; padding:5px 15px 0 15px;}

.header{}

.lineDivide{border-bottom: 0px solid #FFF;height:1px;margin-bottom:0px; clear:both; line-height:1px;}

.lineDivideSolid{border-bottom: 0px solid #FFF;height:1px;margin-bottom:0px; clear:both; line-height:1px;}

#pageContent{
margin:0 auto;
width:700px;
height:100%;
}

#tag{
background-color:#464548;
font-size:1.1em;
color:#F4F4F4;
padding:3px 0 5px 0;
}

#description{
text-align:left;
background-color:#F4F4F4;
margin:1px 0px;
font-size:1.5em;
font-weight:normal;
padding:15px;
color:#6E6E6E;
border-left: solid 1px #E4E4E4;
border-right: solid 1px #E4E4E4;
border-bottom: solid 1px #E4E4E4;
}

.roundbox{
background: #F4F4F4;
width:100%;
margin-bottom:20px;
margin-top:0;
color:#333;
text-align:left;
clear:both;

}

.roundbox h3{
font-size:1.55em;
padding: 15px 15px 10px 15px;
color:#999999;
margin-bottom:10px;
clear:both;
}

.roundbox p{
font-size:1.5em;
padding: 0px 15px 15px 16px;
}

.roundbox ul, .anchor ul{
font-size:1.5em;
padding: 0px 15px 15px 16px;
}

.roundbox ul li, .anchor ul li{
	list-style: circle inside;
	padding:2px 0;
}

p.changeDate{
padding: 0px 15px 0px 16px;
font-size:1.1em;
font-weight:bold;
}

#donate p, #qa p, #support p{
font-size:1.5em;
padding: 0px 15px 15px 16px;
text-align:left;
}

/* tabs */
.anchors {
    list-style: none;
    margin:0 0 0 10px;
}

.anchors li {
    float: left;
    margin: 0 2px 0 0;
}

.anchors a {
    display: block;
    padding: 1px 9px 2px 9px;
    text-decoration: none;
	background: #CE1400;
	border-top:2px solid #fff;
	font-size:1.55em;
}

div.greyTabs .anchors a{
	background: #868686;
}

.anchors .on a {
    font-weight: bold;
	border-bottom:2px solid #970F00;
	border-top:2px solid #970F00;
}

div.greyTabs .anchors .on a{
	border-bottom:2px solid #6E6E6E;
	border-top:2px solid #6E6E6E;
}

.anchors .on a, .anchors .on a:hover, .anchor, .anchors a:focus, .anchors a:active {
	background: #970F00;
	border-top:2px solid #970F00;
	outline: none; /* @ Firefox 1.5, remove ugly dotted border */
	overflow:hidden;
}

div.greyTabs .anchors .on a, div.greyTabs .anchors .on a:hover, div.greyTabs .anchor, div.greyTabs .anchors a:focus, div.greyTabs .anchors a:active {
	background: #6E6E6E;
	border-top:2px solid #6E6E6E;
}

.anchors a:hover{
	background: #FF3E28;
	border-top:2px solid #FF3E28;
}

div.greyTabs .anchors a:hover{
	background: #4E4E4E;
	border-top:2px solid #4E4E4E;
}

.anchors .on a:link, .anchors .on a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.anchors a:hover, .anchors a:focus, .anchors a:active {
    cursor: pointer;
}
.anchor {
	clear:both;
	display:none;
	margin-bottom:20px;
	width:100%;
	color:#FFFFFF;
	text-align:left;
}

.anchor p {
text-align:left;
padding:5px 15px 15px 15px;
font-size:1.5em;
color:#FFFFFF;
}






/* ----- navigation -----*/



#navigation a:link {color:#999;text-decoration:none;}
#navigation a:visited {color: #999;text-decoration:none;}
#navigation a:hover {color: #000000;text-decoration:none;}
#navigation a:active {color: #999;text-decoration:none;}
#navigation a:focus {color: #999; outline:none;text-decoration:none;}




#navigation{
clear:both;
list-style:none;
text-align:center;
background-color:#fff;
border: solid 1px #E4E4E4;
margin-top:30px;
height:30px;
}
#navigation ul{

}

#navigation li{
display: inline;
list-style-type: none;
padding:7px 40px 7px 40px;
*padding-top:2px;
_padding-top:7px;
line-height:30px;
font-size:1.3em;

}

* html #navigation li{
padding:3px 40px 7px 40px;

}

#navigation li.divide{


}

#navigation li a{
margin-top:5px;

}

#qa dl dd{
text-align:left;
margin-bottom:5px;
margin-top:10px;
font-size:1.5em;
}

#qa dl {
margin:0 15px;
border-bottom: 1px dotted #ccc;
padding-bottom:10px;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////*/
pre.tabscode {
border: 1px solid #ccc;
margin: 15px;
padding: 1em;
background-color: #fff;
overflow: auto;
height:300px;
text-align:left;
}

* html pre.tabscode{width:90%;}

code
{
color: #333333;
font-size:1.4em;
line-height: 1.4;
}

pre.normal {
margin: 0px 15px 15px 15px;
padding: 1em;
overflow: auto;
background-color: #ccc;
}

* html pre.normal{width:90%;}

pre.exampleCode {
margin: 5px 15px 10px 15px;
padding: .5em;
overflow: auto;
background-color: #CE1400;
}

pre.exampleCode code {
color:#FFFFFF;
font-size:1em;
}

.javascript .comment {color : green;}
.javascript .string {color : red;}
.javascript .keywords {color : navy;font-weight:bold;}
.javascript .global {color: #009900;}
.javascript .brackets{color : navy;font-weight:bold;}

.css .comment {color : gray;}
.css .properties {color : navy;}
.css .selectors {color : maroon;}
.css .units {color :red;}
.css .urls {color :green;}

.html .tag {color : purple;font-weight : bold;}
.html .comment {color : gray;font-style: italic;}
.html .string {color : navy;}
.html .doctype {color : teal;}

/*/////////////////////////////////////////////////////////////////////////////////////////////////*/

.toggleBtn{
height:40px;
width:30px;
float:right;
}

.topbtn{
position:absolute;
top:10px;
left:650px;

}

/*/////////////////////////////////////////////////////////////////////////////////////////////////*/

.BTT a{
font-size:1.1em;
}

a.BTT:link, a.BTT:visited, a.BTT:active{
	color:#ccc;
}

a.BTT:hover{
color:#999;
}


#credits{
margin:50px 0 500px 0;
font-size:1.1em;
}

#credits p{
padding:0 15px 15px 15px;
}

.hfivepadding{
margin-top:5px;
}

.answer{
color:#CE1400;
}

#examples img{
border: 2px solid #fff;
}

img.imgborder{border:1px solid #ccc}
.callout{
	color: #FFFFFF;
	border-bottom:2px dotted #F4C20A;
}
.processwrapper{margin:0px;width:670px;}
ol.processnav{color:#666;margin:10px;margin-left:30px;margin-bottom:60px; font-size:11px; font:Arial, Helvetica, sans-serif;width:200px;float:left;}



ol.internal{
	margin-left:60px;
	font-size:1.2em;
	color:#333333
}
div#theprocess div.roundbox {}

#pmlogo {background-image:url(gfx/logo.png); background-repeat:no-repeat;width:700px;height:140px;background-color:#575757}
#myGallery {width:700px;height:315px;}

.prevnext{
text-align:right;
clear:both;
color:#6699cc;
margin:10px;
margin-bottom:30px;
}

.prevnext a:visited, .prevnext a:link, .prevnext a:active {
color:#6699cc;
text-decoration:none;
}
.prevnext a:hover {
color:#000;
text-decoration:none;
}


img.shimmyleft{margin-left:15px}