/* GLOBAL */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url('images/bg.jpg') #e1f0f6 repeat-x;
	margin: 0;
}

img { border: 0; }

a {
	color: #913e14;
	text-decoration: none;
}

a:hover {
	color: #913e14;
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: "Century Gothic", "Helvetica", "Arial", sans-serif;
	font-weight: normal;
	color: #913e14; /* d2632a */
	}
	
h1 {
	font-size: 4em;
	text-align: center;
	padding-top: 70px;
	margin: 0;
}

h2 {
	font-family: "Century Gothic", "Helvetica", "Arial", sans-serif;
	font-size: 20px;
}

h3 {
	font-size: 1.3em;
}

ul {margin:0;padding:0;}
ul {list-style-type:none;}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

hr.clear {
clear:both;
}

abbr, .tooltip {
	border-bottom: 1px dashed #999;
  	cursor: help;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

.left {float:left;}
.right{float:right;}

.morelink {
	text-align: right;
}

/* GLOBAL */


/* HEADER */
#header {
	color: #FFFFFF;
	width: 1000px;
	height: 228px;
	background: url('images/top.jpg') no-repeat;
	margin: auto;
	padding: 0;
}
#nav {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 389px;
	margin-right: 55px;
	height: 30px;
	display: inline;
}
#nav li {
	height: 30px;
	float: left;
	display: inline;
}
#nav li a{
	float:left;
	height: 30px;
	text-indent: -99999px;
	overflow: hidden;
	display: block;
}
#nav-home a { width: 68px; background: url('images/nav.jpg'); }
#nav-weblog a { width: 85px; background: url('images/nav.jpg') -68px 0px; }
#nav-work a { width: 70px; background: url('images/nav.jpg') -153px 0px; }
#nav-about a { width: 76px; background: url('images/nav.jpg') -223px 0px; }
#nav-contact a { width: 90px; background: url('images/nav.jpg') -299px 0px; }
#nav-home a:hover { background-position: 0 -30px;  }
#nav-weblog a:hover { background-position: -68px -30px; }
#nav-work a:hover { background-position: -153px -30px; }
#nav-about a:hover { background-position: -223px -30px; }
#nav-contact a:hover { background-position: -299px -30px; }
#phome #nav-home a { background-position: 0 -60px; }
#pweblog #nav-weblog a { background-position: -68px -60px; }
#pwork #nav-work a { background-position: -153px -60px; }
#pabout #nav-about a { background-position: -223px -60px; }
#pcontact #nav-contact a { background-position: -299px -60px; }
/* HEADER END */

#breadcrumb {
	position:relative;
	top:  197px;
	left: 120px;
	color: #84898f;
}

/* NAV2 */
#nav2container {
	position:relative;
	top:  161px;
	right: 51px;
	width: 246px;
	clear: both;
	float: right;
}
#nav2 {
	list-style:none;
	line-height:0px;
	height: 28px;
	padding:0px;
	margin: 0px;
}
#nav2 li {
	height: 28px;
	float: left;
	display: inline;
	padding:0px;
	margin: 0px;
	
}
#nav2 li a{
	height: 28px;
	display:block;
	float:left;
	text-decoration:none;
	text-indent: -900em;
	padding:0px;
	margin: 0px;
}
#nav2-rss a{
	width: 72px;
	background: url(images/rss.jpg) no-repeat left top;
}
#nav2-bookmark a{
	width: 100px;
	background: url(images/bookmark.jpg) no-repeat left top;
}
#nav2-print a{
	width: 74px;
	background: url(images/print.jpg) no-repeat left top;
}
#nav2-rss a:hover{
	background: url(images/rss.jpg) no-repeat left bottom;
}
#nav2-bookmark a:hover{
	background: url(images/bookmark.jpg) no-repeat left bottom;
}
#nav2-print a:hover{
	background: url(images/print.jpg) no-repeat left bottom;
}
/* NAV2 END */

/* PAGE STRUCTURE */
#page {
	width: 1000px;
	background: url('images/sitebg.jpg') #e1f0f6;
	margin: auto;
	padding: 0;
}
#content {
	float: left;
	width: 590px;
	margin: 0 0 0 80px;
	padding-top: 30px;
	display: inline;
}
#sidebar {
	float: right;
	width: 246px;
	margin-right: 51px;
	display: inline;
}
#bottom {
	clear: both;
	width: 1000px;
	height: 20px;
	background: url('images/bottom.jpg');
}
/* PAGE STRUCTURE END */

/* FORMS */

.cntform label {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	color: #777;
}
.cntform p {
	margin: 5px 0;
}
.cntform input, .cntform textarea {
	border: 1px solid #e3e9ef;
	border-top: 1px solid #abadb3;
	border-right: 1px solid #dbdfe6;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.cntform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

.cntform textarea {
	width: 100%;
	padding: 2px;
	height: 150px;
}

.cntform #submit, .cntform #send {
	margin: 0;
	float: right;
	border: 3px double #abadb3;
	background-color: #fbfcfe;
}



/* FORMS END */


/* SIDEBAR */
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#sidebar h2 {
	font-size: 1.3em;
	margin: 15px 10px 10px;
	padding: 0;
	color: #42454b;
	letter-spacing: 0px;
}
#sidebar ul ul li a {
	padding-left: 15px;
	background: url('images/li.jpg') no-repeat 0px 5px;
}
#sidebar ul ul li a:hover {
	background: url('images/lihover.jpg') no-repeat 0px 5px;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	}
#sidebar form {
	margin: 0;
	padding: 0;
	}
	
	
#sidebar .box {
	background-color:#fbfcfe;
	border-bottom: 1px solid #d2d4d5;
	padding: 20px 0px 30px 10px;
}
.desinput input{
	background-color: transparent;
	border: none;
	font-size:11px;
	margin: 3px 6px 0;
	width: 170px;
}
.desinput {
	background: url('images/searchinput.jpg') top left no-repeat;
	width: 185px;
	height: 24px;
	float: left;
	margin: 2px 6px;
	display:inline;
}
#searchsubmit {
	padding: 0;
	margin: 0;
}
#searchform {
	padding: 30px 10px 30px 10px;
}
/* SIDEBAR END* */	


/* POST */
.post {
margin-bottom: 40px;
text-align:justify;
}
.postprev {
margin-top: 20px;
	width: 100%;
}
.postprev li
{
	clear:both;
	width: 100%;
}
.postprev .right {
	margin-top: 8px;
	margin-right: 5px;
	color: #9b9ea2;
}
.postprev a {
	display: block;
	border: 1px solid #fbfcfe;
	color: #9b9ea2;
}
.postprev li a:hover {
	border: 1px solid #e0e3e7;
	text-decoration: none;
	background-color:#f1f4f7;
	color: #9b9ea2;
}
.postprev img {
float:left;
}
.postprev .left {
	margin-left: 10px;
}
.postprev .bugged_ie {
	height: 58px;
	cursor: pointer;
}
.postprev h3 {
	margin: 0;
	margin-top: 5px;
	padding:0;
	color: #46484d;
}
.postprev li a:hover h3 {
	color: #000;
}
.postprev li img {margin:0; padding:4px;}
.postdetails {
	clear: both;
	float: left;
	width: 120px;
	color: #9b9ea2;
	margin-top: 5px;
}
.postdate {
	border-bottom: 1px solid #e0e3e7;
	padding-bottom: 3px;
	height: 15px;
}
.postpicture {
	margin: 15px 0 0;
	width: 100px;
	height: 100px;
}
.post h2 {
	border-bottom: 1px solid #e0e3e7;
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
	height: 21px;
}


.entry ul li {
	padding-left: 15px;
	background: url('images/list.jpg') no-repeat 0px 7px;
}

.postthumb { text-align: center; }
.postthumb img {margin:0; border:1px solid #cecece; padding:4px;}
.postthumb a:hover img {border:1px solid #913e14; }
.postthumb a:hover {text-decoration:none; border:none;}

.entry {
	font-size: 12px;
	line-height: 16pt;
}


.entryslim {
	float: right;
	width: 470px;
	font-size: 12px;
	line-height: 16pt;
}

.entryslim p {
	margin: 10px 0;
}

/* POST END */


/* COMMENTS */

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
	}

.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
	}
.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
/* COMMENTS END */


/* WORK */
.work {float:left; margin: 20px 12px 0 12px; width: 266px; display: inline;}
.work ul {margin-top:0.2em;}
.work img {margin:0; border:1px solid #cecece; padding:4px;}
.work a:hover img {border:1px solid #913e14;}
.work a:hover {text-decoration:none; border:none;}
.work pre, .work span {display:inline;}
/* WORK END */

/* COPYRIGHT */
#copyright {
	width: 830px;
	margin: auto;
	margin-top: 20px;
	color: #9fa9ad;
	font-size: 10px;
}
#copyright a {
	color: #9fa9ad;
}
#copyright .right {
	text-align: right;
}
/* COPYRIGHT END */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
#abouttbl {
	width: 400px;
}
#abouttbl th {
	font-weight:bold;
	vertical-align:text-top;
	width: 120px;
	text-align: left;
}
#careertbl {
	color: #9b9ea2;
	width: 100%;
}
#careertbl td.arrow {
	width: 10px;
	background: url('images/li.jpg') no-repeat 0px 9px;
}
#careertbl tr.hl td.arrow {
	width: 10px;
	background: url('images/lihover.jpg') no-repeat 0px 9px;
}
#careertbl tr.hl {
	color: #000;
	font-weight: bold;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}