/*** BASE CSS ***/
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	/*height: 100%; */

	font-family: Verdana, sans-serif;
	
	background: #572600 url('../images/background.gif') repeat-y top center;
}

img {
	border-width: 0;
}

div#side-text small {
	font-size:	9px;
	color:		#666;
}

form {
	margin: 0;
}

p.small {
	font-size:	10px;
}

/*** SITE CSS ***/
div#container {
	width:		902px;
	margin:		0 auto 0 auto;
	padding:	0;
}

div#logo {
	margin-left:	22px;
	margin-top:		20px;
}

div#navigation {
	width:			824px; /* 867 */
	height:			42px;
	
	padding-left:	43px;
	
	background:		transparent url('../images/menubar.jpg') no-repeat top left;
	
	margin-left:	20px;
	margin-top:		6px;
}

div#navigation ul {
	padding:		0;
	margin:			0;
	list-style: 	none;
}
div#navigation li {
	position:		relative;
	float:			left;
} 
div#navigation a {
	display:		block;
	font-family:	Tahoma;
	font-size:		12px;
	font-weight:	bold;
	color:			#000;
	
	padding-top:	10px;
	padding-left:	10px;
	padding-right:	10px;
	
	height:			26px;
	margin-top:		4px;
	
	text-decoration:	none;
	text-transform: uppercase;
}
div#navigation a:hover,
div#navigation a:active,
div#navigation a.active {
	color:			#fff;
	background:		transparent url('../images/menu_background.jpg') repeat-x top left;
}

div#main {
	margin-left:	62px;
	background:		url('../images/background-dotted.gif') repeat-y;
	
	overflow:		auto;
	zoom:			1;
	clear:			both;
	
	padding-bottom:	20px;
	margin-top:		20px;
	
	font-family:	Arial,  Helvetica, sans-serif;
	font-size:		13px;
	color:			#333;
}

div#main a {
	color:			#f57b20;
	text-decoration:none;
}

div#main a:hover {
	color:			#333;
}

div#text {
	float:			left;
	width:			574px;
	line-height:	20px;
}
div#text h1, 
div#text h2,
div#text h3,
div#text p,
div#text small {
	margin-left:	11px;
	margin-right:	35px;
}
div#text h1 {
	font-family:	Syntax Bold, Arial;
	font-size:		23px;
	font-weight:	bold;
	color:			#f57b20;
}
div#text h2 {
	font-family:	Syntax Bold, Arial;
	font-size:		20px;
	font-weight:	bold;
	color:			#f57b20;
}
div#text ul, div#text li {
	margin-top:		0;
}

div#side-text {
	float:			left;
	width:			214px;
	
	margin-left:	20px;
	font-size:		12px;
}

div#side-text h2 {
	font-family:	Syntax Bold, Arial;
	font-size:		14px;
	font-weight:	bold;
	color:			#333;
	
	padding-bottom:	6px;
	
	text-transform: uppercase;
	background:		url('../images/background-dotted-horizontal.gif') repeat-x bottom left;		
}

div#side-text h3 {
	font-family:	Syntax Bold, Arial;
	font-size:		12px;
	font-weight:	bold;
	color:			#333;
}

div#linkedin {
	margin-top:		30px;
	text-align:		center;
}

div#footer {
	background:		url('../images/background-dotted-horizontal.gif') repeat-x top left;
	
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		11px;
	color:			#666;
	
	text-align:		center;
	margin:			12px 34px 10px 62px;
	
	padding-top:	8px;
	padding-bottom:	8px;
}
div#footer a {
	color:				#555;
	text-decoration:	none;
}
div#footer a:hover {
	color:			#f57b20;
}

/*** PORTFOLIO ITEM ***/
div#main div.portfolio {
	background:		url('../images/screenshot_background.jpg') no-repeat top left;
	width:			175px;
	height:			185px;
	
	float:			left;
	zoom:			1;
	
	margin-left:	6px;
	margin-right:	2px;
	margin-bottom:	16px;
}

div#main div.portfolio img {
	margin-top:		2px;
	margin-left:	4px;
	border:			1px solid transparent;
}

div#main div.portfolio h3 {
	font-family:	Syntax LT Bold, Arial, Helvetica, sans-serif;
	font-size:		12px;
	color:			#fff;
	font-weight:	bold;
	
	line-height:	1em;
	
	margin-top:		15px;
	margin-left:	4px;
	margin-right:	8px;
	
	text-align:		center;
	
	text-transform:	uppercase;
}

div#main div.portfolio a {
	color:			#fff;
	text-decoration:none;
}
div#main div.portfolio a:hover h3 {
	color:			#77831c;
}
div#main div.portfolio a:hover img {
	border:			1px solid #f57b20;
} 

/*** PORTFOLIO LIST ***/

div#side-text ul.portfolio-list strong {
	color:				#f57b20;
}

div#side-text ul {
	list-style-type:		disc;
	list-style-position:	inside;
	
	line-height:			18px;
	
	margin:				0;
	padding:			0;
}

div#side-text ul ul {
	list-style-position:	outside;
	margin-left:			34px;
	margin-bottom:			1em;
}

div#side-text ul h3 {
	display:			inline;
}
div#side-text ul a {
	color:				#000;
	text-decoration:	none;
}
div#side-text ul a:hover {
	color:				#f57b20;
}

/*** RULER ***/
div.ruler {
	background:		url('../images/background-dotted-horizontal-gray.gif') repeat-x top left;
	height:			1px;
	
	margin:			0 36px 0 10px;
	
	font-size:		0;
	line-height:	0;
	clear:			both;
	zoom:			1;
}

/*** DEFINITION LIST ***/
dl {
	margin-left:	11px;
}

dt {
	float:			left;
	width:			200px;
	font-weight:	bold;
}
dd {
	clear:			right;
}
