/**********
Global CSS styles
**********/

html {
	background: #ecece7 url(/images/content/bkg.png) no-repeat top center;
	font: 13px/24px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #767676;
	min-width: 960px;
}

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	height: 100%;
}

#container {
	min-height:100%;
	position:relative;
}

hr {
	height: 1px;
	border: 0px none;
	border-top: 1px solid #dcdcdc;
	color: #dcdcdc;
	background-color: #dcdcdc;
	margin: 30px 0px;
}

p {
	margin: 10px 0px;
}

::-moz-selection{
	background: #9efaff;
	color: #5d5d5d;
} 

::selection {
	background: #9efaff;
	color: #5d5d5d;
}

/**********
Basic UL
**********/

ul.basic {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.basic li {
	margin: 0px;
	padding: 15px 0px;
	border-top: 1px solid #e5e5e0;
}

ul.basic li:first-child {;
	border-top: 0px none;
}

/**********
Standard UL
**********/

ul.standard {
	list-style-type: square;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}

ul.standard li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	border-bottom: 1px solid #e5e5e0;
	text-indent: none;
	color: #59cc4c;
}

ul.standard li span {
	color: #767676;
}

ul.standard li:hover {
	background-color: #e5e5e0;
}

ul.standard li:last-child {
	border-bottom: 0px none;
}

/**********
Features, Knocks UL
**********/

ul.features,
ul.knocks {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.features li,
ul.knocks li {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	border-bottom: 1px solid #e5e5e0;
	text-indent: none;
}

ul.features li { background: url(/images/content/check.gif) 5px 7px no-repeat; }

ul.knocks li { background: url(/images/content/minus.gif) 5px 7px no-repeat; }

ul.features li span,
ul.knocks li span {
	text-align: left;
}

ul.features li:hover,
ul.knocks li:hover {
	background-color: #e5e5e0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul.features li:last-child,
ul.knocks li:last-child {
	border-bottom: 0px none;
}

/**********
Clear
**********/

.clear {
	float: none;
	clear: both;
}

/**********
Headings
**********/

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: bold;
	
}

h2 {
	font-size: 30px;
	line-height: 35px;
	color: #686868;
	text-shadow: 0px 1px 0px #ffffff;
}

h2 span {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #898989;
	text-shadow: none;
}

#main h2 {
	padding-bottom: 10px;
}

#top h2 {
	padding-left: 10px;
}

h3 {
	font-size: 18px;
	border-bottom: 5px solid #dcdcdc;
	color: #8d8c8c;
}

h3 span {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #898989;
	text-shadow: none;
}

#case h4 {
	font-size: 15px;
	color: #717070;
	text-shadow: 0px 1px 0px #ffffff;
}

/**********
Main Links
**********/

a.main:link {
	color: #ff7b04;
	text-decoration: none;
	border-bottom: 1px dotted #ff7b04;
}

a.main:visited {
	color: #d96903;
	text-decoration: none;
	border-bottom: 1px dotted #ff7b04;
}

a.main:hover,
a.main:active,
a.main:focus {
	color: #ffffff;
	background-color: #ff7b04;
}

/**********
URL Links
**********/

a.url:link {
	color: #8b8b8b;
	text-decoration: underline;
	font-style: italic;
}

a.url:visited {
	color: #767676;
	font-style: italic;
}

a.url:hover, a.url:active, a.url:focus {
	color: #525252;
}

/**********
Box Links
**********/

a.box {
	padding: 2px;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(0,0,0,.25);
}

a.box:link {
	background-color: #59cc4c;
	color: #ffffff;
}

a.box:visited {
	background-color: #59cc4c;
	color: #effaed;
}

a.box:hover, a.box:active, a.box:focus {
	background-color: #ff7b04;
}

body.js a.box:hover, body.js a.box:active, body.js a.box:focus {
	background-color: #59cc4c;
}

/**********
Small arrow links
**********/

a.small:link, a.small:visited {
	display: block;
	width: 140px;
	height: 30px;
	text-align: center;
	text-indent: -10px;
	background: url(/images/content/buttons.gif) no-repeat 0px 0px;
	line-height: 30px;
	text-decoration: none;
	color: #7b7b7b;
	font: 15px/30px "Helvetica Neue", helvetica, arial, sans-serif;
	text-shadow: 0px 1px 0px #ffffff;
}

a.small:hover, a.small:focus {
	background-position: 0px -30px;
	
}

a.small em {
	display: none;
}

a.small span {
	background-repeat: no-repeat;
	font-size: 11px;
	padding-left: 18px;
	font-style: italic;
}

a.small .pdf { background-image: url(/images/content/download_icons/pdf.gif); }
a.small .zip { background-image: url(/images/content/download_icons/zip.gif); }
a.small .html { background-image: url(/images/content/download_icons/html.gif); }
a.small .example { background-image: url(/images/content/download_icons/example.png); }

/**********
Large arrow links
**********/

a.big:link, a.big:visited {
	display: block;
	width: 220px;
	height: 30px;
	text-align: center;
	text-indent: -10px;
	background: url(/images/content/buttons.gif) no-repeat -140px 0px;
	line-height: 30px;
	text-decoration: none;
	color: #7b7b7b;
	font: 15px/30px "Helvetica Neue", helvetica, arial, sans-serif;
	text-shadow: 0px 1px 0px #ffffff;
}

a.big:hover, a.big:focus {
	background-position: -140px -30px;
	
}

/**********
Mobile
**********/

#mobile {
	display: none;
}

/**********
Header
**********/

#header {
	width: 960px;
	height: 140px;
	margin: 0px auto;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 140px;
	background: url(/images/content/header.gif) no-repeat;
	text-indent: -9999px;
}

/**********
Navigation
**********/

#nav {
	width: 960px;
	height: 70px;
	margin: 10px auto;
	float: none;
	clear: both;
}

#nav ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav li {
	background: url(/images/content/navHighlight.png) no-repeat 0px -9999px;
	overflow: hidden;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 220px;
	margin: 0px 10px;
	float: left;
}

#nav li:hover {
	background-position: center;
}

#nav a {
	display: block;
	padding: 15px 0px;
	text-align: center;
	text-decoration: none;
}

#nav a span {
	display: block;
	font: 18px/25px georgia, times, serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #656565;
	text-shadow: 1px 1px 0px #ffffff;
}

#nav a em {
	display: block;
	font: 11px/15px "Helvetica Neue", helvetica, arial, sans-serif;
	text-transform: uppercase;
	color: #909090;
}

/**********
Content
**********/

#content {
	width: 960px;
	margin: 0px auto;
	padding-bottom: 250px;
	float: none;
	clear: both;
}

blockquote {
	margin: 0px;
	padding: 10px;
	font-family: georgia, times, serif;
	color: #767676;
	text-indent: 25px;
	font-style: italic;
}

blockquote p {
	margin: 0px;
	padding: 0px;
}

blockquote.intro {
	font-size: 18px;
	line-height: 36px;
	background: url(/images/content/quoteBig.gif) no-repeat 0px 5px;
}

blockquote.side {
	width: 460px;
	font-size: 14px;
	line-height: 24px;
	background: url(/images/content/quoteSmall.gif) no-repeat 0px 5px;
	float: left;
	position: relative;
	top: 15px;
}

#top .dazzle {
	width: 460px;
	height: 120px;
	background: url(/images/content/dazzle.png);
	margin: 0px 10px;
	float: left;
	text-indent: -9999px;
}

/**********
Blog
**********/

#main {
	width: 700px;
	margin: 0px 10px;
	float: left;
}

.entry {
	padding: 0px 0px 25px 0px;
}

.entry img.thumb {
	display: block;
	border: 1px solid #b5b5b1;
	float: left;
}

.entry img.thumb:hover {
	box-shadow: 0px 0px 15px #d1d1cd;
	-moz-box-shadow: 0px 0px 15px #d1d1cd;
	-webkit-box-shadow: 0px 0px 15px #d1d1cd;
}

.entry .text {
	width: 460px;
	margin-left: 20px;
	float: left;
}

.entry h4 {
	font: 11px/15px "Helvetica Neue", helvetica, arial, sans-serif;
	color: #8d8c8c;
}

.entry h4 em {
	font-family: georgia, times, serif;
	color: #afafaf;
}

.entry h4 a:link {
	color: #ff7b04;
	text-decoration: none;
	border-bottom: 1px dotted #ff7b04;
}

.entry h4 a:visited {
	color: #d96903;
	text-decoration: none;
	border-bottom: 1px dotted #ff7b04;
}

.entry h4 a:hover, .entry h4 a:active, .entry h4 a:focus {
	color: #ffffff;
	background-color: #ff7b04;
}

.entry p {
	margin: 5px 0px;

}

#sidebar {
	width: 220px;
	margin: 45px 10px 0px 10px;
	float: left;
}

#sidebar h2 {
	font-size: 24px;
}

#sidebar ul.categories {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sidebar ul.categories li {
	padding: 0px;
	margin: 3px 0px;
}

#sidebar ul.recent {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-image: url(/images/content/arrow.gif);
	line-height: 18px;
}

#sidebar ul.recent li {
	margin: 5px 0px;
}

#sidebar ul.recent a {
	position: relative;
	left: -3px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#sidebar ul.recent a:link {
	color: #767676;
	border-bottom: 1px dotted #767676;
}

#sidebar ul.recent a:visited {
	color: #616161;
	border-bottom: 1px dotted #616161;
}

#sidebar ul.recent a:hover, #sidebar ul.recent a:active, #sidebar ul.recent a:focus {
	background-color: #767676;
	color: #ffffff;
	border-bottom: 0px none;
}

/**********
Blog navigation
**********/

#paginate {
	background-color: #f7f7f2;
	width: 100%;
	height: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#paginate a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
}

#paginate #older {
	float: left;
	background-image: url(/images/content/paginateOlder.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#paginate #older:hover, #paginate #older:active, #paginate #older:focus {
	background-position: 0px -30px;
}

#paginate #newer {
	float: right;
	background-image: url(/images/content/paginateOlder.gif);
	background-repeat: no-repeat;
	background-position: -30px 0px;
}

#paginate #newer:hover, #paginate #newer:active, #paginate #newer:focus {
	background-position: -30px -30px;
}

/**********
Blog entry
**********/

.imgtoggle {
	width: 700px;
	margin: 0px auto;
}

.imgtoggle div {
	border: 1px solid #b5b5b1;
	line-height: 0px;
	position: relative;
}

.imgtoggle img {
	line-height: 0px;
	display: block;
	margin: 0px auto;
}

.imgtoggle img.two {
	position: absolute;
	top: 0px;
}

.imgtoggle p {
	display: block;
	margin: 5px 0px;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	line-height: 15px;
	font-style: italic;
}

.imgregular div {
	border: 1px solid #b5b5b1;
	line-height: 0px;
}

.imgregular p {
	display: block;
	margin: 5px 0px;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	line-height: 15px;
	font-style: italic;
}

/**********
Contact
**********/


fieldset {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

body.js #contact_form label {
	display: none;
}

div.input {
	margin: 10px 0px;
	float: left;
}

#contact_form input[type="text"],
#contact_form textarea {
	display: block;
	margin: 0px;
	padding: 11px 6px;
	border: 1px solid #b5b5b1;
	font: 100%/100% "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #8c8b8b;
}

input[type="text"].error,
textarea.error {
	border: 1px solid #cc4c4c;
}

#contact_form textarea {
	line-height: 24px;
}

body.js #contact_form input[type="text"],
body.js #contact_form textarea {
	background: white url(/images/content/contact.gif) no-repeat;
}

#contact_form input[type="text"]:hover,
#contact_form input[type="text"]:active,
#contact_form input[type="text"]:focus,
#contact_form textarea:hover,
#contact_form textarea:active,
#contact_form textarea:focus {
	padding: 9px 4px;
	border: 3px solid #59cc4c;
	color: #5d5c5c;
}

#contact_form #name {
	/* 300 - 14 */
	width: 686px;
	background-position: 10px 13px;
}

#contact_form #name:hover,
#contact_form #name:active, #name:focus {
	background-position: 8px 11px;
}

#contact_form #email,
#contact_form #from {
	/* 700 - 14 */
	width: 686px;
	background-position: 10px -27px;
}

#contact_form #email:hover, #contact_form #email:active, #contact_form #email:focus,
#contact_form #from:hover, #contact_form #from:active, #contact_form #from:focus {
	background-position: 8px -29px;
}

#contact_form #subject {
	/* 700 - 14 */
	width: 686px;
	background-position: 10px -67px;
}

#contact_form #subject:hover, #contact_form #subject:active, #contact_form #subject:focus {
	background-position: 8px -69px;
}

#contact_form #message {
	/* 700 - 14 */
	width: 686px;
	background-position: 10px -147px;
}

#contact_form #message:hover, #contact_form #message:active, #contact_form #message:focus {
	background-position: 8px -149px;
}

form div.error {
	background-color: #b5b5b1;
	color: #ffffff;
	padding-left: 10px;
	font: bold 13px/28px "Helvetica Neue", helvetica, arial, sans-serif;
	text-shadow: 0px 1px 0px rgba(0,0,0,.15);
	border-left: 3px solid #c85555;
}

/**********
Contact success
**********/

#success {
	background: #59cc4c url(/images/content/success.gif) no-repeat 5px 7px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #ffffff;
	text-shadow: 0px 1px 0px rgba(0,0,0,.25);
	padding-left: 20px;
}

#success:hover {
	background-color: #2c6526;
}

/**********
Blog comments
**********/

#comments {
	padding: 15px 0px;
}

.comment {
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.comment.even {
	background-color: #e5e5e0;
}

.comment.author {
	padding-right: 0px;
	border-right: 5px solid #ff7704;
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
}

.comment .details .name {
	font: bold 18px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #9b9b9b;
	text-shadow: 0px 1px 0px #ffffff;
}

.comment .details .name a:link, .comment .details .name a:visited {
	color: #686868;
	text-decoration: none;
}

.comment .permalink {
	font: italic 12px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #898989 !important;
	text-shadow: none;
	visibility: hidden;
}

.comment:hover .permalink {
	visibility: visible;
}

.comment .text {
	width: 530px;
	float: left;
}

.comment .image {
	display: block;
	float: left;
	margin-left: 40px;
	padding-bottom: 25px;
}

#url {
	/* 700 - 14 */
	width: 686px;
	background-position: 10px -107px;
}

#url:hover, #url:active, #url:focus {
	background-position: 8px -109px;
}

#comment {
	/* 700 - 14 */
	width: 686px;
	background-position: 10px -427px;
}

#comment:hover, #comment:active, #comment:focus {
	background-position: 8px -429px;
}

/**********
Form error messages
**********/

#errors {
	float: none;
	clear: both;
}

#errors ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	text-shadow: 0px 1px 0px #923636;
}

#errors li {
	display: block;
	background: #cc4c4c url(/images/content/error.gif) 5px 7px no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	border-bottom: 1px solid #923636;
	text-indent: none;
}

#errors li span {
	text-align: left;
}

#errors li:hover {
	background-color: #923636;
}

#errors li:first-child {
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

#errors li:last-child {
	border-bottom: 0px none;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}

#errors li:only-child {
	border-bottom: 0px none;
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	
}

/**********
Resume
**********/

#resume {
	width: 220px;
	margin: 0px 10px;
	float: left;
}

#resume p {
	margin-top: 5px;
}

#resume .image {
	position: relative;
	width: 218px;
	border: 1px solid #b5b5b1;
}

#resume img {
	display: block;
}

#resume .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
}

body.js #resume .overlay {
	display: none;
}

#resume .overlay a {
	display: block;
	width: 100px;
	height: 100px;
	float: left;
	text-indent: -9999px;
	outline: none;
}

#resume .overlay a.pdf {
	margin: 88px 9px 0px 0px;
	background: url(/images/content/pdf.png) no-repeat 0px 0px;
}

#resume .overlay a.pdf:hover {
	background-position: 0px -100px;
}

#resume .overlay a.word {
	margin: 88px 0px 0px 9px;
	background: url(/images/content/word.png) no-repeat 0px 0px;
}

#resume .overlay a.word:hover {
	background-position: 0px -100px;
}

/**********
Featured
**********/

#featured {
	width: 700px;
	margin: 0px 10px;
	float: left;
}

#featured p {
	margin-top: 5px;
}

#featured img {
	display: block;
	width: 538px;
	height: 288px;
	border: 1px solid #b5b5b1;
	float: left;
}

#featured .details {
	width: 140px;
	margin: 0px 0px 0px 20px;
	float: left;
}

#featured .details p {
	font-size: 11px;
}

#featured .details p strong {
	font-size: 12px;
	color: #5d5d5d;
}

/**********
Skillz
**********/

#skillz {
	padding-top: 10px;
	width: 960px;
	float: none;
	clear: both;
}

#skillz h2 {
	margin-left: 10px;
}

#skillz div {
	float: left;
	margin: 0px 10px;
	padding: 0px;
}

#skillz ul {
	width: 220px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#skillz li {
	margin: 5px 0px;
	padding: 0px;
}

/**********
Footer
**********/

#footerContainer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 211px;
	padding-top: 10px;
	background: #2c2c2c url(/images/content/footer.gif) repeat-x top;
}

#footer {
	width: 960px;
	margin: 0px auto;
	position: relative;
}

#footer p {
	margin: 5px 0px;
	font-size: 11px;
	line-height: 18px;
	max-height: 50px;
}

#footer h3 {
	border-color: #262626;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/**********
Twitter
**********/

#twitter {
	width: 220px;
	margin: 0px 10px;
	float: left;
}

#twitter h3 {
	position: relative;
}

#twitter img {
	position: absolute;
	top: -20px;
	right: -15px;
}

#twitter p {
	font-style: italic;
	word-wrap: break-word;
}

#twitter p span {
	font-style: normal;
	font-size: 12px;
	color: #565656;
}

#twitter a {
	color: #cdcdcd;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/**********
Latest
**********/

#latest {
	width: 460px;
	margin: 0px 10px;
	float: left;
}

#latest a {
	display: block;
	text-align: right;
	color: #cdcdcd;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

#latest h4 {
	font: bold 14px/25px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #b7b7b7;
	margin-bottom: -5px;
	text-shadow: 0px 1px 0px #333;
}

#latest h4 span {
	font: italic 11px/16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #a1a1a1;
}

/**********
Latest
**********/

#tools {
	width: 220px;
	margin: 0px 10px;
	float: left;
}

#tools ul {
	display: block;
	height: 44px;
	width: 220px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#tools li {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 44px;
	height: 50px;
	float: left;
}

#tools a {
	display: block;
	width: 44px;
	height: 50px;
	background-image: url(/images/content/footer_icons.gif);
	text-indent: -9999px;
	overflow: hidden;
}

#tools a.ee {
	background-position: 0px 0px;
}

#tools a.ee:hover, #tools a.ee:focus {
	background-position: 0px -50px;
}

#tools a.ci {
	background-position: -44px 0px;
}

#tools a.ci:hover, #tools a.ci:focus {
	background-position: -44px -50px;
}

#tools a.jquery {
	background-position: -88px 0px;
}

#tools a.jquery:hover, #tools a.jquery:focus {
	background-position: -88px -50px;
}

#tools a.mysql {
	background-position: -132px 0px;
}

#tools a.mysql:hover, #tools a.mysql:focus {
	background-position: -132px -50px;
}

#tools a.php {
	background-position: -176px 0px;
}

#tools a.php:hover, #tools a.php:focus {
	background-position: -176px -50px;
}

/**********
Important message
**********/

.important {
	background-color: #fff;
	margin: 10px 0px;
	padding: 10px;
	color: #555;
	font-size: 11px;
	line-height: 18px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/**********
Table styles
**********/

table {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

table caption {
	font-size: 11px;
	color: #aaa;
	caption-side: bottom;
	font-style: italic;
}

tbody tr:hover td {
	background-color: #f7f2d0;
}

tbody td {
	border-top: 1px solid #ddddd8;
	padding: 0px 5px;
}

thead a:link,
thead a:visited {
	color: #efefef;
	text-decoration: none;
	border-bottom: 1px dotted #efefef;
}

thead a:hover,
thead a:focus {
	color: #666;
	background-color: #efefef;
	border: 0px none;
}


thead th {
	background-color: #666;
	color: #efefef;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

thead th:first-child {
	border-radius: 5px 0px 0px 0px;
	-moz-border-radius: 5px 0px 0px 0px;
	-webkit-border-radius: 5px 0px 0px 0px;
}

thead th:last-child {
	border-radius: 0px 5px 0px 0px;
	-moz-border-radius: 0px 5px 0px 0px;
	-webkit-border-radius: 0px 5px 0px 0px;
}

tbody th {
	background-color: #fff;
	color: #666;
}

/**********
Code syntax
**********/

pre {
	padding: 5px 10px;
	background-color: #e5e5e0;
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-left: 3px solid #59cc4c;
}

code {
	color: #6c6c69;
	background-color: #dbdbd6;
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
}

/**********
Copyright
**********/

#copyright {
	display: block;
	background: url(/images/content/copyright.gif) no-repeat top center;
	position: absolute;
	top: 160px;
	left: 0px;
	width: 960px;
	height: 50px;
}

#copyright a {
	display: block;
	width: 320px;
	height: 25px;
	background: url(/images/content/copyright.gif) no-repeat -320px -50px;
	overflow: hidden;
	margin: 0px auto;
	text-indent: -9999px;
}

#copyright a:hover, #copyright a:focus {
	background-position: -320px -100px;
}

#copyright span {
	font: 9px/10px "Helvetica Neue", helvetica, arial, sans-serif;
	color: #434343;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	text-align: center;
}
