body {
	background-color: #fff;
	color: #333;
	font: 12px/1.9 "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0; }
 
/* @group Page Dimensions */
#navigation ul, #page, .pagefragment { width: 800px; }
 
/* @end */
h1 {
	color: #333;
	display: block;
	font-size: 25px;
	font: 80px/34px;
	letter-spacing: -1px;
	line-height: 34px;
	margin-bottom: 0px;
	margin-right: 400px;
	margin-top: 25px;
	position: relative;
	text-decoration: none;
	white-space: nowrap; }
 
	h1:hover {
		color: #0099cc;
		text-decoration: none; }
 
	h1:visited {
		color: #5543f5;
		text-decoration: none; }
 
	h1:visited {
		color: color:#272d36;
		text-decoration: none; }
 
h2 {
	font-size: 1.2em;
	margin-bottom: 12px;
	margin-top: 25px; }
 
h3 {
	font-size: 15px;
	margin-bottom: -20px; }
 
h4 {
	font-size: 15px;
	margin-bottom: -20px;
	margin-top: 420px; }
	
h5 {
	font-size: 1.2em;
	margin-bottom: 12px;
	margin-top: 15px; }
 
p, ul, ol {
	margin-bottom: 20px;
	text-align: justify; }
 
p code {
	display: block;
	text-align: left; }
 
ul, ol { padding-left: 25px; }
 
a {
	color: #008bcc;
	text-decoration: none; }
 
	a:hover {
		color: #21a1ef;
		text-decoration: none; }
 
	a:visited {
		color: #754acc;
		text-decoration: none; }
 
#page, .pagefragment {
	background-color: rgba(255,255,255,0);
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-left: 40px;
	padding-right: 40px; }
 
.centered { text-align: center; }
 
a img { border: none; }
 
img.left { float: left; }
 
	img.left.padded { margin: 0 15px 15px 0; }
 
img.left {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px; }
 
img.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px; }
 
/* @group Footer */
#footer {
	clear: both;
	color: #888;
	font-size: 11px;
	margin-top: 100px;
	text-align: center; }
 
/* @end */
/* @group Navigation */
#navigation {
	background: url(../images-global/nav/BarBackground.png) repeat-x 50% 100%;
	display: block;
	font-size: 11px;
	padding-bottom: 1px;
	padding-left: 40px;
	padding-right: 40px; }
 
	#navigation * {
		margin: 0;
		padding: 0; }
 
	#navigation ul {
		background: url(../images-global/nav/Logo.png) no-repeat 100% 50%;
		display: block;
		margin: 0 auto; }
 
	#navigation li {
		display: block;
		float: left; }
 
		#navigation li:hover { }
 
		#navigation li.active {
			background-color: #c9c9c9;
			background: url(../images-global/nav/ActiveTab.png) repeat-x 50% 100%;
			background: url(../images-global/nav/ActiveTabSideShadows.png) repeat-y 0% 100%, url(../images-global/nav/ActiveTabSideShadows.png) repeat-y 100% 100%, url(../images-global/nav/ActiveTab.png) repeat-x 50% 100%; }
 
		#navigation li a {
			background-image: url(../images-global/nav/Icons.png);
			background-position: 50% 0;
			background-repeat: no-repeat;
			color: #444;
			display: block;
			font-weight: normal;
			padding: 75px 7px 30px;
			text-align: center;
			text-decoration: none;
			width: 5.5em; }
 
			#navigation li a:hover { background-image: url(../images-global/nav/IconsHover.png); }
 
		#navigation li.active a, #navigation li.active a:hover {
			background-image: url(../images-global/nav/IconsActive.png);
			color: #f8f8f8;
			font-weight: bold;
			text-shadow: #444 0 1px 0; }
 
	/* @group Auto-clearing */
#navigation:after, #navigation ul:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		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%;
	margin-left: -28px;
	margin-right: 15px;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
	text-indent: -1000em;
	width: 13px; }
 
#navigation li#nav-portfolio a { background-position: 50% 0; }
 
#navigation li#nav-blog a { background-position: 50% -500px; }
 
#navigation li#nav-contact a { background-position: 50% -1000px; }
 
#navigation li#nav-about a { background-position: 50% -1500px; }
 
#navigation li#nav-support a { background-position: 50% -2000px; }
 
#navigation li#nav-home a:hover { background-position: -20px 50%; }
 
li#nav-portfolio a:hover { text-shadow: #edc36e 0 0px 15px; }
 
li#nav-blog a:hover { text-shadow: #6eb0fa 0 0px 15px; }
 
li#nav-contact a:hover { text-shadow: #7ec837 0 0px 15px; }
 
li#nav-about a:hover { text-shadow: #fdc264 0 0px 15px; }
 
li#nav-support a:hover { text-shadow: #f9a7ac 0 0px 15px; }
 
/* @end */
/* @end */
/* @group Auto-clearing */
.autoclear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	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.goodies #page, body.about #page, body.support #page, body.error404 #page, body.error403 #page {
	background-position: 100% 0;
	background-repeat: no-repeat;
	margin-top: 40px;
	padding-top: 64px; }
 
body.goodies #page { background-image: url(../images-global/clouds/Goodies.png); }
 
body.about #page { background-image: url(../images-global/clouds/About.png); }
 
body.support #page { background-image: url(../images-global/clouds/Support.png); }
 
body.error404 #page { background-image: url(../images-global/clouds/Error404.png); }
 
body.error403 #page { background-image: url(../images-global/clouds/Error403.png); }
 
body.goodies h1, body.about h1, body.support h1, body.error404 h1, body.error403 h1 {
	display: block;
	line-height: 1;
	margin: 0 0 12px;
	padding-bottom: 30px;
	padding-top: 0; }
 
body.goodies h1 { margin-right: 350px; }
 
body.about h1 { margin-right: 310px; }
 
body.support h1 { margin-right: 350px; }
 
/* @end */
/* @group Info Box */
.infobox {
	-webkit-border-radius: 7px;
	background-color: #e3e3e3;
	clear: both;
	color: #727272;
	display: block;
	font-size: 0.9em;
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 10px 15px 1px;
	text-shadow: 0px 1px 0px #f0f0f0; }
 
#side {
	clear: none;
	display: block;
	float: right;
	margin-left: 5px;
	margin-right: -10px;
	margin-top: 20px;
	width: 180px; }
 
.infobox ul { list-style-type: none; }
 
.infobox.width33 { width: 33%; }
 
.infobox.width25 { width: 25%; }
 
.infobox.left {
	float: left;
	margin-right: 30px; }
 
.infobox.right {
	float: right;
	margin-left: 30px; }
 
.infobox h2 {
	color: #7d7d7d;
	font: italic bold 1.7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0 0 10px;
	text-shadow: 0px 1px 0px #7d7d7d;
	text-transform: lowercase; }
 
.infobox.caseunchanged h2 { text-transform: none; }
 
.infobox p, .infobox ul {
	margin: 0 0 10px;
	text-align: left; }
 
.infobox p.centered { text-align: right d; }
 
.infobox a { color: #555; }
 
/* @group Columns */
.infobox.threecolumns {
	margin-bottom: 50px;
	margin-top: 50px; }
 
	.infobox.threecolumns .column {
		background-colorr: #e6ff4f;
		display: block;
		float: left;
		margin-left: 5%;
		width: 30%; }
 
.infobox .column.first { margin-left: 0; }
 
.infobox .column.tweet { margin-left: 0; }
 
.infobox .column.three { margin-left: 30px; }
 
.infobox li a {
	color: #777d7d;
	display: block;
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-top: 10px;
	width: 190px; }
 
#side.infobox li a {
	color: #4c5050;
	display: block;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;
	text-align: right;
	width: 190px; }
 
.infobox li a.general { margin-left: -40px; }
 
.infobox li a.facebook {
	background: url(../images-global/footer_facebook.png) no-repeat 0px center;
	margin-left: -20px; }
 
.infobox li a.aim {
	background: url(../images-global/footer_aim.png) no-repeat 0 center;
	margin-left: -20px; }
 
.infobox li a.twitter {
	background: url(../images-global/footer_twitter.png) no-repeat 0 center;
	margin-left: -20px; }
 
.infobox li a.vimeo {
	background: url(../images-global/footer_vimeo.png) no-repeat 0 center;
	margin-left: -20px; }
 
.infobox li a.myspace {
	background: url(../images-global/footer_myspace.png) no-repeat 0 center;
	margin-left: -20px; }
 
/* @end */
/* @end */
/* @group Support Page */
.question {
	color: #d5d5d5;
	display: block;
	float: left;
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
	margin-right: 11px;
	margin-top: -2px; }
 
.img-shadow {
	background: url(../images-global/shadowAlpha.png) no-repeat bottom right;
	background: url(../images-global/shadowAlpha.png) no-repeat bottom right !important;
	float:left;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px; }
 
	.img-shadow img {
		background-color: #fff;
		border: 1px solid #a9a9a9;
		display: block;
		margin: -6px 6px 6px -6px;
		padding: 4px;
		position: relative; }
 
#tweetbubble {
	background: url(../images-global/tweetbubble.png) no-repeat;
	height: 194px;
	width: 447px; }
 
ul#twitter_update_list {
	display: block;
	font-family: Helvetica,"Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 15px;
	list-style-type: none;
	max-height: 20px;
	padding-top: 5px;
	position: relative;
	text-overflow: ellipsis;
	width: 200px;
	word-wrap: normal; }
 
#ie6Logo { display: none; }
 
#ie6Warning {
	background: #e3e3e3;
	border: 1px solid #bbbbbb;
	margin-bottom: 10px;
	padding: 10px 10px 1px; }
 
	#ie6Warning h2 {
		background: url(http://www.bringdownie6.com/assets/ie6-warning.gif) 0 50% no-repeat;
		padding-left: 40px; }
 
/* @end */