/*

	Stylesheet for Max Management

	Media:      screen, projection
	Copyright:  Netlash <http://www.netlash.com>
	Author:     Yoni De Beule <yoni@netlash.com>

*/

body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0; padding: 0; }
ol, ul { list-style: none; }
img { border:0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th { text-align: left; }
a:focus { overflow: hidden; }

body {
	font: 300 13px "Trebuchet MS", Tahoma, Arial, sans-serif;
	line-height: 1.5;
	color: #1d1d1d;
	background: #eeedeb url(../images/bg.gif) repeat-x;
}

/*
	Typography and text styles
*/

p {
	padding: 0 0 16px 0;
}

strong, th, thead td {
	font-weight: 700;
}

h1, h2, h3, h4 {
	font-weight: 300;
}

h1, h2, h3 {
	line-height: 1.2;
	color: #cc0000;
	clear: both;
}

h1 a, h2 a, h3 a, h4 a {
	border: 0;
}

h1 {
	font-size: 25px;
	padding: 0 0 16px 0;
}

h2 {
	font-size: 21px;
	padding: 0 0 12px 0;
}

h3 {
	font-size: 17px;
	padding: 0 0 6px 0;
}

h4 {
	font-size: 12px;
	padding: 0 0 6px 0;
	text-transform: uppercase;
}

/* Links */

a { text-decoration: none; border-width: 0 0 1px 0; font-weight: 700; border-style: solid; border-color: #a9a8a7; color: #1d1d1d; }
a:link { border-color: #a9a8a7; color: #1d1d1d; }
a:visited { border-color: #a9a3a7; color: #1c0b1c; }
a:hover, a:active { border-color: #1d1d1d; color: #1d1d1d; }
a:focus { border-color: #cc0000; color: #cc0000; }

/* InverseBox */

.colorInverseBox { background: #fff; border: 1px solid #b6b2aa; color:#454545; padding:15px; }
.colorInverse { color: #454545; }

/* GrayBox */

.colorGrayBox, li.suggested { background: #dbd9d5; color:#454545; padding:16px; }

/* Defaults */

.content ul,
.content ol {
	padding: 0 0 12px 24px;
}

.content ul {
	list-style: disc;
}

.content ol {
	list-style-type: decimal;
}

.content ul ul,
.content ol ul,
.content ol ol {
	padding-bottom: 0;
}

.content ul ol {
	padding: 0 0 0 24px;
}

.content ol ol {
	list-style: upper-roman;
}

.content ol ol ol {
	list-style: lower-roman;
}

ol.reset,
ul.reset {
	margin: 0;
	padding: 0;
	list-style: none;
}

code {
	font-family: Consolas, Monaco, "Courier New", monospace;
	font-size: 12px;
	line-height: 1.15;
}

pre {
	padding: 6px 12px;
	background: #F5F5F5;
	margin: 0 0 12px;
}

small, 
.small {
	font-size: 11px;
	line-height: 1.636;
}

blockquote, q {
	font-style: italic;
	font-family: Georgia, serif;
}

blockquote {
	padding: 0 0 0 12px;
}

	blockquote.fancy {
		background: url(../images/bquote.png) no-repeat 0 5px;
		padding: 0 0 0 24px;
	}

blockquote cite {
	font-size: 11px;
	text-align: right;
	display: block;
	position: relative;
	bottom: 12px;
}

em {
	font-style: italic;
}

sub, sup {
	line-height: 0;
}

hr {
	border: none;
	border-top: 1px solid #b6b2aa;
	padding: 0;
}

div.hr {
	border-bottom: 1px solid #b6b2aa;
	margin: 12px 0 24px 0;
}

	#searchResults div.hr {
		margin: 6px 0 6px 0;
	}

div.hr hr {
	display: none;
}

table {
	border-top: 1px solid #b6b2aa;
	font-size: 12px;
	width: 100%;
}

td, th {
	border-bottom: 1px solid #b6b2aa;
	padding: 4px;
}

th {
	font-weight: 700;
	background: #dbd9d5;
}

/* Image classes */

img.alignLeft {
	float: left;
	padding: 0 12px 12px 0;
}

img.alignRight {
	float: right;
	padding: 0 0 12px 12px;
}

img.indexAlignLeft {
	float: left;
	padding: 0 28px 12px 0;
}

img.indexAlignRight {
	float: right;
	padding: 0 0 6px 28px;
}

a.linkedImage {
	border: 0;
	display: block;
	font-size: 11px;
}

a.linkedImage img {
	display: block;
}

/*
	Page structure and layout
*/

#container {
	width: 872px;
	margin: 0 auto;
}

#header {
	height: 175px;
}

#content {
	clear: both;
}

/*
	Header
*/

	/* Logo */

	#header h1,
	#header h2 {
		width: 252px;
		height: 134px;
		background: url(../images/logo.gif) no-repeat;
		text-indent: -9999px;
		float: left;
		padding: 0;
	}

	#header h1 a,
	#header h2 a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		border: 0;
	}

	/* Navigation */

	#navigation {
		float: right;
	}

	#navigation ul {
		float: right;
		margin: 61px 0 0 0;
	}

	#navigation li {
		float: left;
	}

	#navigation li a {
		color: #fff;
		display: block;
		font-size: 17px;
		line-height: 47px;
		margin: 0 2px;
		padding: 1px 14px;
		border: 0;
	}

		#navigation li a:link,
		#navigation li a:visited {
			color: #fff;
		}

		#navigation li a:hover,
		#navigation li a:active,
		#navigation li a:focus {
			color: #323538;
			border: 1px solid #fff;
			border-bottom: 0;
			padding: 0 14px;
			margin: 0 1px;
			background: #eeedeb
		}

	#navigation li.selected a {
		color: #323538;
		border: 1px solid #fff;
		border-bottom: 0;
		padding: 0 14px;
		margin: 0 1px;
		background: #eeedeb
	}

		#navigation li.selected a:link,
		#navigation li.selected a:visited {
			color: #323538;
		}

		#navigation li.selected a:hover,
		#navigation li.selected a:active,
		#navigation li.selected a:focus {
			color: #1d1d1d;
		}

/*
	Content
*/

	/* Twitter */
	
	.twitterList li p {
		background: url(../images/twitter_background.gif) no-repeat;
		margin: 0;
		padding: 10px 16px 0 16px;
	}
	
	.twitterList li p.date {
		background: url(../images/twitter_background.gif) no-repeat left bottom;
		padding: 16px 52px 8px 16px;
		margin: 0 0 16px 0;
		font-size: 11px;
		line-height: 1.636;
		text-align: right;
		color: #827f79;
	}

	/* Search */

	#blogSearch input.inputText {
		width: 194px;
		float: left;
		margin-right: 3px;
	}

	#blogSearch input.inputSubmit {
		float: left;
	}

	/* Column List */

	ul.columnList li {
		font-size: 12px;
		width: 135px;
		padding: 2px 10px 2px 0;
		float: left;
		height: 18px;
		overflow: hidden;
		display: inline-block;
	}

	ul.columnList a {
		font-weight: 300;
	}

	ul.columnList li.selected a,
	ul.columnList li.selected a:link,
	ul.columnList li.selected a:visited,
	ul.columnList li.selected a:hover,
	ul.columnList li.selected a:active {
		font-weight: 700;
		color: #cc0000;
		border: 0;
		margin-bottom: 1px;
	}

	/* RSS */

	a.rssLink {
		border: 0;
		padding-right: 18px;
		background: url(../images/rss.png) no-repeat right 2px;
		display: inline-block;
	}

	a.rssLink span { border-bottom: 1px solid #a9a8a7; }
	a.rssLink:link span { border-color: #a9a8a7; }
	a.rssLink:visited span { border-color: #a9a3a7; }
	a.rssLink:hover span, a.rssLink:active { border-color: #1d1d1d; }
	a.rssLink:focus span { border-color: #cc0000; }

	/* Blog */

	.gravatar {
		width: 40px;
		height: 40px;
		float: left;
		padding: 0 20px 10px 0;
	}

	.gravatar img {
		display: block;
		width: 40px;
		height: 40px;
	}

	/* Gallery */

	#photos {
		padding: 26px 6px 6px 26px;
	}

	#photos li {
		padding: 0 20px 20px 0;
		float: left;
		width: 100px;
		height: 100px;
	}

	#photos li a {
		display: block;
		border: 0;
		width: 100px;
		height: 100px;
	}

	/* Projects */
	
	#projects h2 {
		color: #000;
	}

/*
	Footer
*/

	#footer {
		font-size: 11px;
		line-height: 1.636;
		padding-bottom: 24px;
	}

	#footer li {
		float: left;
		padding-right: 12px;
	}

	#footerLogoBox {
		padding: 12px 0;
	}

	#footerLogoBox li {
		float: left;
		height: 38px;
		padding-right: 24px;
	}

	#footerLogoBox li a {
		width: 100px;
		height: 38px;
		background: url(../images/social_icons.gif) no-repeat;
		text-indent: -9999px;
		float: left;
		padding: 0;
		overflow: hidden;
		border: 0;
	}

	#footerLogoBox li.footerTwitter,
	#footerLogoBox li.footerTwitter a,
	#footerLogoBox li.footerTwitter a:link,
	#footerLogoBox li.footerTwitter a:visited {
		width: 116px;
		background-position: 0 -38px;
	}

	#footerLogoBox li.footerTwitter a:hover,
	#footerLogoBox li.footerTwitter a:active,
	#footerLogoBox li.footerTwitter a:focus {
		background-position: 0 0;
	}

	#footerLogoBox li.footerLinkedIn,
	#footerLogoBox li.footerLinkedIn a,
	#footerLogoBox li.footerLinkedIn a:link,
	#footerLogoBox li.footerLinkedIn a:visited {
		width: 72px;
		background-position: -116px -38px;
	}

	#footerLogoBox li.footerLinkedIn a:hover,
	#footerLogoBox li.footerLinkedIn a:active,
	#footerLogoBox li.footerLinkedIn a:focus {
		background-position: -116px 0;
	}

	#footerLogoBox li.footerFlickr,
	#footerLogoBox li.footerFlickr a,
	#footerLogoBox li.footerFlickr a:link,
	#footerLogoBox li.footerFlickr a:visited {
		width: 58px;
		background-position: -188px -38px;
	}

	#footerLogoBox li.footerFlickr a:hover,
	#footerLogoBox li.footerFlickr a:active,
	#footerLogoBox li.footerFlickr a:focus {
		background-position: -188px 0;
	}

	#footerLogoBox li.footerSlideshare,
	#footerLogoBox li.footerSlideshare a,
	#footerLogoBox li.footerSlideshare a:link,
	#footerLogoBox li.footerSlideshare a:visited {
		width: 112px;
		background-position: -246px -38px;
	}

	#footerLogoBox li.footerSlideshare a:hover,
	#footerLogoBox li.footerSlideshare a:active,
	#footerLogoBox li.footerSlideshare a:focus {
		background-position: -246px 0;
	}

/*
	Column system
*/

.fullWidth {
	width: 872px;
	clear: both;
}

.colWrapper {
	background: url(../images/column_background.gif) repeat-y;
}

.leftCol {
	width: 512px;
	padding: 0 35px 0 0;
	float: left;
}

.rightCol {
	width: 290px;
	padding: 0 0 0 35px;
	float: left;
}

/* Pagination */

.pagination-wrap {
	width: 100%;
	overflow: hidden;
}

.pagination {
	float: left;
	position: relative;
	left: 50%;
}

.pagination ul {
	padding: 18px 0;
	z-index: 2;
	overflow: hidden;
	position: relative;
	left: -50%;
}

.pagination li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	text-decoration: none;
	padding: 0;
	line-height: 15px;
	font-size: 12px;
	text-align: center;
}

.pagination li span {
	float: left;
	display: block;
	padding: 5px 6px;
	color: #827f79;
	min-width: 12px;
}

.pagination li.currentpage span {
	font-weight: 700;
	color: black;
}

.pagination li.selected span {
	padding: 5px 6px;
	font-weight: 700;
	color: black;
}

.pagination li a:link,
.pagination li a:visited {
	float: left;
	display: block;
	padding: 4px 5px;
	border: 1px solid #b6b2aa;
	background: #dbd9d5;
	text-decoration: none;
	min-width: 12px;
}

li.ellipsis {
	margin: 0;
}

li.ellipsis span {
	color: black;
}

.pagination li a:hover,
.pagination li a:active {
	background: #fff;
	border: 1px solid #b6b2aa;
	color: #000;
}

.nextpage, .previouspage {
	font-size: 11px !important;
}

.pagination li.nextpage {
	margin-left: 10px;
}

.pagination li.previouspage {
	margin-right: 15px;
}

/* Forms */

label {
	font-size: 12px;
	display: block;
	padding: 4px 0;
}

input.input-text, input.inputText, input.text, input.password, textarea {
	font-size: 12px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	background: #fcfcfc;
	border: 1px solid #b6b2aa;
	padding: 3px 2px;
	width: 144px;
}

textarea {
	line-height: 1.4;
	width: 432px;
}

input:focus, textarea:focus {
	border-color: #999; 
	background: #fff;
}

@-moz-document url-prefix() {
	input[type="text"]:focus,
	textarea:focus { 
		outline: 2px solid #fff;
		-moz-outline-radius: 3px;
		fborder-color: #fff;
	}
}

input.input-submit, input.inputSubmit, button {
	font-size: 12px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #eeedeb;
	background: #454545;
	padding: 3px 5px;
	cursor: pointer;
	overflow: visible;
	border: 0;
	height: 22px;
}

input.input-submit:hover,
input.input-submit:active,
input.input-submit:focus {
	background: #000;
}

select, option {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 12px;
}

.form-error {
	padding: 4px;
	margin: 3px 0;
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #8a1f11;
	display: block;
}

form p {
	padding-bottom: 6px;
}

/* Center anything */

.centerWidthlessWrap {
	width: 100%;
	overflow: hidden;
}

.centerWidthless {
	float: left;
	position: relative;
	left: 50%;
}

.centerWidthlessInner {
	position: relative;
	left: -50%;
}

/* General purpose classes */

.hidden { display: none; }
.block { display: block; }

.floatLeft { float: left; }
.floatRight { float: right; }

.p6 { padding: 6px; }
.p12 { padding: 12px; }
.p24 { padding: 24px; }
.p0, .noPadding { padding: 0; }

.noBottomPadding { padding-bottom: 0; }
.noBottomMargin { margin-bottom: 0; }

.noBorder { border: none !important; }
.border { border: 1px solid #C7C7C7; }

.mute { color: #666; }
.serif { font-family: "Times New Roman", Times, Georgia, serif; }
.center { text-align: center; }
.uc { text-transform: uppercase; }
.sC { font-variant: small-caps; }
.lC { text-transform: lowercase; }
.item { margin-bottom: 24px; }
.halfItem { margin-bottom: 8px; }

.gray, p.gray { color: #454545; }
.red, p.red { color: #cc0000; }
.resetList { padding: 0; margin: 0; list-style-type; none; }

.meta { font-size: 11px; line-height: 1.636; color: #827f79; }
.meta a, .meta a:link, .meta a:visited { color: #4f4d4a; border-color: #bab8b6; }
.meta a:hover, .meta a:active, .meta a:focus { color: #4f4d4a; border-color: #4f4d4a; }


/* Clearfix */

.clearfix:after,
.cols:after,
.section:after,
.buttonHolder:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}