body {
	margin: 0;
	font: 12px/1.9 "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
	background-color: #fff;
}

/* @group Page Dimensions */

#navigation ul, #page, .pagefragment {
	width: 800px;
}

/* @end */

h1 {
	font-size: 1.4em;
	margin-top: 30px;
}

h2 {
	font-size: 1.2em;
	margin-top: 20px;
}

}

p, ul, ol {
	margin-bottom: 20px;
	text-align: justify;
}

p code {
	display: block;
	text-align: left;
}

ul, ol {
	padding-left: 25px;
}

a {
	color: #008bcc;
}

a:hover {
	color: #21a1ef;
}

a:visited {
	color: #754acc;
}

#page, .pagefragment {
	margin: 0 auto 30px;
	padding-left: 40px;
	padding-right: 40px;
}

.centered {
	text-align: center;
}

a img {
	border: none;
}

img.left.padded {
	margin: 0 15px 15px 0;
}

img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 8px;
}

img.right {
	float: right;
	margin-bottom: 8px;
	margin-left: 20px;
}

/* @group Footer */

#footer {
	font-size: 11px;
	text-align: center;
	margin-top: 100px;
	color: #888;
	clear: both;
}

/* @end */

/* @group Navigation */

#navigation {
	display: block;
	background: url(../images-global/nav/BarBackground.png) repeat-x 50% 100%;
	padding: 0 40px 1px;
	font-size: 11px;
}

#navigation * {
	padding: 0;
	margin: 0;
}

#navigation ul {
	display: block;
	margin: 0 auto;
	background: url(../images-global/nav/Logo.png) no-repeat 100% 50%;
}

#navigation li {
	display: block;
	float: left;
}

#navigation li:hover {
	
}

#navigation li.active {
	background: url(../images-global/nav/ActiveTab.png) repeat-x 50% 100%;
	background-color: #c9c9c9;
}

#navigation li a {
	display: block;
	padding: 75px 10px 28px;
	color: #444;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images-global/nav/Icons.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	text-align: center;
	width: 5.5em;
}

#navigation li a:hover {
	background-image: url(../images-global/nav/IconsHover.png);
}

#navigation li.active a, #navigation li.active a:hover {
	font-weight: bold;
	background-image: url(../images-global/nav/IconsActive.png);
	color: #f8f8f8;
	text-shadow: #444 0 1px 0;
}

/* @group Auto-clearing */

#navigation:after, #navigation ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#navigation, #navigation ul { display: inline-block }

/* Hides from IE-mac \*/
* html #navigation, * html #navigation ul { height: 1% }
#navigation, #navigation ul { display: block }
/* End hide from IE-mac */
	
/* @end */

/* @group Sections */

#navigation li#nav-home a {
	background: url(../images-global/nav/Name.png) no-repeat 0 50%;
	width: 13px;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	text-indent: -1000em;
	margin-right: 15px;
	margin-left: -28px;
}

#navigation li#nav-projects a {
	background-position: 50% 0;
}

#navigation li#nav-blog a {
	background-position: 50% -500px;
}

#navigation li#nav-stuffs a {
	background-position: 50% -1000px;
}

#navigation li#nav-about a {
	background-position: 50% -1500px;
}

#navigation li#nav-links a {
	background-position: 50% -2000px;
}

#navigation li#nav-home a:hover {
	background-position: -20px 50%;
}

li#nav-projects a:hover {
	text-shadow: #edc36e 0 0px 15px;
}

li#nav-blog a:hover {
	text-shadow: #6eb0fa 0 0px 15px;
}

li#nav-stuffs a:hover {
	text-shadow: #7ec837 0 0px 15px;
}

li#nav-about a:hover {
	text-shadow: #fdc264 0 0px 15px;
}

li#nav-links a:hover {
	text-shadow: #f9a7ac 0 0px 15px;
}

/* @end */

/* @end */

/* @group Auto-clearing */

.autoclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.autoclear { display: inline-block }

/* Hides from IE-mac \*/
* html .autoclear { height: 1% }
.autoclear { display: block }
/* End hide from IE-mac */
	
/* @end */

/* @group Sections */



body.about h1 {
	margin-right: 310px;
}

body.support h1 {
	margin-right: 350px;
}

body.poll h1 {
	display: block;
	padding-top: 50px;
}

/* @end */


/* @group Columns */

.infobox.threecolumns {
	margin-bottom: 50px;
	margin-top: 50px;
}

.infobox.threecolumns .column {
	display: block;
	width: 30%;
	background-colorr: #e6ff4f;
	float: left;
	margin-left: 5%;
}

.infobox.twocolumns {
	margin-bottom: 50px;
	margin-top: 50px;
}

.infobox.twocolumns .column {
	display: block;
	width: 47%;
	float: left;
	margin-left: 5%;
}

.infobox .column.first {
	margin-left: 0;
}

/* @end */



/* @end */

/* @group Support Page */

.question {
	color: #d5d5d5;
	font-weight: bold;
	font-size: 30px;
	line-height: 1em;
	margin-right: 11px;
	display: block;
	float: left;
	margin-top: -2px;
}

/* @end */