/* @group Reset defaults */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img { border: 0; }

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {	list-style: none; }

caption,th { text-align: left; }

h1,h2,h3,h4,h5,h6,code {
	font-size: 100%;
	font-weight: normal;
	margin:0;
	padding:0;
	line-height: 1em;
	font-family: Helvetica, Sans-Serif;
}

q:before,q:after { content: ''; }

abbr,acronym { border: 0; }

/* @end */

/* @group Global styles */

body {
	font-size: 62.5%;
	font-family: Helvetica, Sans-Serif;
	background: #d7bd6f url(images/website/wood-bg1.jpg);
}

.clearfloats {
	height: 0;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
	clear: both;
}

.floatleft {
	float: left;
	margin: 0 0.5em 0.5em 0;
}

.floatright {
	float: right;
	margin: 0 0 0.5em 0.5em;
}

a {
	color: #032F5B;
}

a:hover {
	color: #09f;
}

img {
	padding:2px;
	border:1px solid #ccc !important;
	background-color:#fff;
}

strong {
	font-weight: bold;
}

em {
	font-style:italic;
}

code {
background:#111;
color: white;
padding: 10px;
margin: 5px;
font-size: 12px;
display: block;
font-family: monaco, courier, monospace; 
border-left: 15px solid #333;
}

small {
	color: #444;
	font-size:0.85em;
}

/* @group normal content */

.normalcontent h2 a {
	text-decoration:none;
}

.normalcontent h3 {
	font-size: 1.6em;
	color: #444;
	margin-bottom:0.5em;
}

.normalcontent h4 {
	font-size: 1.4em;
	color: #555;
	margin-bottom:0.5em;
}

.normalcontent h5 {
	font-size: 1.3em;
	color: #666;
	margin-bottom:0.5em;
}

.normalcontent p {
	font-size: 1.2em;
	margin-left: 0.8em;
	line-height: 1.6em;
	margin-bottom: 1.2em;
}

.normalcontent ul,
.normalcontent ol {
	margin-bottom: 1.4em !important;
	padding-left: 40px !important;
}

.normalcontent ul li {
	list-style-image: url(images/website/bullet-white-bg.gif) !important;
	font-size: 1.3em !important;
	margin-bottom: 0.5em !important;
}

.normalcontent ol li {
	list-style-type: decimal !important;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

.normalcontent ol li li,
.normalcontent ul li li {
	font-size: 1em !important;
}

/* @end */

/* @group Link list */

ul.link-list {
	margin-bottom: 1.5em;
	padding: 0 !important;
}

ul.link-list li {
	display: block;
}

ul.link-list li a {
	display: block;
	font-size: 1.3em;
	text-decoration: none;
	color:#032F5B;
	border-bottom: 1px dotted #ccc;
	padding: 0.5em;
	font-family: "Lucida Grande", Helvetica, Sans-Serif;
}

ul.link-list li a:hover {
	color: #09f;
}


#categories ul.category-link-list {
	margin-bottom: 1.5em;
	padding: 8px;
}

#categories ul.category-link-list li {
	display: inline;
}

#categories ul.category-link-list li a {
	display:inline;
	padding: 2px 4px;
	margin-right:4px;
	font-size:1.15em;
	line-height: 2em;
	color:white !important;
	background-color:#032F5B;
	font-family: "Lucida Grande", Helvetica, Sans-Serif;
	text-decoration:none;
}

#categories ul.category-link-list li a:hover {
	background-color: #0654A2;
}

/* @end */

/* @end */

/* @group Header */

#header {
	background: #012D59 url(images/website/header-bg.gif) repeat-x left top;
	color: #fff;
}

#header .inner {
	overflow: hidden;
	position: relative;
}

#header h1 {
	font-size: 2.2em;
	width: 210px;
	height:1.1em;
	background: url(images/website/logo.png) no-repeat left top;
	margin: 0.8em 0.5em;
	display: block;
}

#header h1 a {
	text-indent: -9999em;
	width: 210px;
	height:1.1em;
	display:block;
	outline:none;
}

#header ul.navigation {
	position: absolute;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

#header ul.navigation li {
	display: inline;
}

#header ul.navigation li a {
	display: inline;
	float: left;
	font-size: 1.3em;
	color: #fff;
	text-decoration: none;
	margin-left: 1px;
	padding: 0.5em 1.5em;
	background: url(images/website/nav-bg.gif) repeat-x left top;
	font-family: "Lucida Sans";
	text-shadow: #000 0 1px 1px;
}

#header ul.navigation li a:hover {
	color: #09f;
}

#header ul.navigation li a.selected {
	background: url(images/website/nav-item-over-middle.gif) repeat-x left top;
	color: #000;
	text-shadow: #ccc 0 1px 1px;
}

#header ul.navigation li.first a {
	background: url(images/website/nav-item-bg-left.png) no-repeat left top;
}

#header ul.navigation li.first a.selected {
	background: url(images/website/nav-item-over-left.gif) no-repeat left top;
	color: #000;
	text-shadow: #ccc 0 1px 1px;
}

#header ul.navigation li.last a {
	background: url(images/website/nav-item-bg-right.png) no-repeat right top;
}

#header ul.navigation li.last a.selected {
	background: url(images/website/nav-item-over-right.gif) no-repeat right top;
	color: #000;
	text-shadow: #ccc 0 1px 1px;
}


/* @end */

/* @group Featured */

/* @group Work selector */

#work-selector {
	overflow: hidden;
	padding: 1em;
}

#work-selector a.work-item {
	float: left;
	display: block;
	padding: 8px;
	margin: 3px;
	width: 120px;
	height:130px;
	text-decoration: none;
	font-weight: bold;
}

#work-selector a.work-item img {
	border: 1px solid #444;
}

#work-selector a.work-item h3 {
	font-size:1.1em;
	line-height: 1.4;
}

#work-selector a.work-item:hover {
	color: #09f;
}

#work-selector a.work-item:hover img {
	border-color: #09f;
}

/* @end */

/* @group Featured buttons */

#feature a.button {
	padding: 2px 5px;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
	background: #012D59;
	border: 1px solid #011428;
	text-align: right;
	text-shadow: #000 1px 1px 1px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

#feature a.button:hover {
	color: #09f;
}

/* @end */

/* @group Blog controls */

/* @group Categories */

#feature .inner #categories,
#feature .inner #calendar,
#feature .inner #entries {
	width: 270px;
	float: left;
	margin: 10px;
}

#feature .inner #categories h2,
#feature .inner #calendar h2,
#feature .inner #entries h2 {
	margin-bottom: 0;
}

/* @end */

/* @group Calendar */

#feature #calendar table {
	text-align: center;
	margin:0 auto 10px;
	border-collapse: collapse;
	border: 1px solid #000;
}

#feature #calendar table th, 
#feature #calendar table td {
	padding: 5px;
	text-align: center;
}

#feature #calendar table th {
	background: #002448;
	color: #fff;
}

#feature #calendar table td {
	border: 1px solid #000;
	color: #444;
}

#feature #calendar table th .calendarMonthLinks a {
	display: block;
	width: 16px;
	height: 16px;
	background: url(images/website/backward.png) no-repeat center center;
	color: #fff;
	text-decoration: none;
	text-indent: -300px;
	overflow: hidden;
	
}

#feature #calendar table th .calendarMonthLinks a.forward {
	background: url(images/website/forward.png) no-repeat center center;
}

#feature #calendar table td.calendarDayHeading {
	background: #204C79;
	font-weight: bold;
	color: #fff;
}

#feature #calendar table td.calendarBlank {
	background: #eee;
}

#feature #calendar table td.calendarCell {
	background: #fff;
}

#feature #calendar table td.calendarToday {
	background: #fff;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}



/* @end */

/* @end */

#feature {
	background: #FFFAE8;
	margin-bottom: 2em !important;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

#feature .inner {
	padding: 2em 3em;
}

/* @group About feature */

#about {
	position: relative;
}

#about #portrait {
	position: absolute;
	right: 40px;
	bottom: -20px;
}

#about h2 {
	margin-right: 290px;
}

#about p {
	padding: 0 290px 0 0;
	color: #444;
}



/* @end */

#header .inner, 
#feature,
#content,
#footer {
	width: 940px;
	margin: 0 auto;
}

#feature h2 {
	font-weight: bold;
	font-size: 1.8em;
	margin-bottom: 0.4em;
	position: relative;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #ccc;
}

#feature h2 span {
	background:  url(images/website/creme-text-overlay.png) repeat-x left top;
	position: absolute;
	width: 100%;
	height: 1.8em;
}

/* @group Featured work */

#feature #featured-work {
	min-height: 23em;
	background: url(images/website/copor-feature.jpg) no-repeat left top;
	padding-left: 470px;
	width:410px;
}

#featured-work p {
	font-size: 1.2em;
	color: #333;
	margin-bottom: 1em;
	line-height: 1.5em;
	padding-left:0 !important;
	margin-left:0 !important;
}

/* @end */



/* @end */

/* @group Content */

#content h2 {
	font-size: 2em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.5em;
	padding-bottom: 0.3em;
}

div.contentbox {
	background: #fff;
	margin-bottom: 2em;
	padding: 1.5 2em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}

div.contentbox .inner {
	padding: 1.5em 2em;
}

/* @group Content button */

#content a.button {
	padding: 2px 5px;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
	text-shadow: #000 1px 1px 1px;
	background: #012D59;
	border: 1px solid #011428;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#content a.button:hover {
	color: #09f;
}

/* @end */

/* @group Work page */

#work-detail {
	float: left;
	width: 600px;
}

#project-information {
	float: right;
	width: 310px;
}

/* @end */

/* @group About page */

#cv {
	width: 455px;
	float: left;
}

#experience {
	width: 460px;
	float: right;
}

/* @end */

/* @group Home page */

/* @group Recent entries */

#recent-entries {
	float: left;
	overflow: hidden;
	width:290px;
}

#recent-entries h2 {
	margin-bottom: 0;
}

/* @end */

/* @group Recent work */

#recent-work {
	float: left;
	margin-left: 34px;
	width: 290px;
}

#recent-work h2 {
	margin-bottom: 0;
}

#recent-work a.work-link {
	display: block;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

#recent-work a.work-link:hover {
	background: #FFFAE8;
}

#recent-work a.work-link:hover h3 {
	color: #09f;
}

#recent-work a.work-link:hover img {
	border-color: #09f;
}

#recent-work a.work-link h3 {
	color: #444;
	font-size:1.3em;
}

#recent-work a.work-link img {
	border: 1px solid #444;
	margin: 10px 0 0;
}

/* @end */

/* @group Recommended */

#recommended {
	float: left;
	margin-left: 34px;
	width: 290px;
}

#recommended h2 {
	margin-bottom: 0;
}

#recommended li a strong {
	font-weight:normal;
}

#recommended li a small {
	color: #444;
	font-size:0.85em;
	margin-top: 0.5em;
}

#recommended li a:hover {
	background: #FFFAE8;	
}

/* @end */

/* @end */

/* @group Blog page */

/* @group Comment */

#comments form {
	display: block;
	margin: 1em;
	border: 1px solid #ccc;
	padding: 1em;
	background: #FFFAE8;
	clear: both;
}

#comments form label {
	display: block;
	font-size: 1.1em;
	margin-bottom: 0.3em;
	font-weight: bold;
}


#comments form input {
	display: block;
	margin-bottom: 1em;
	padding: 0.2em;
	font-size: 1.1em;
}

#comments form div.hiddenFields input {
	display: none;
}

#comments form p input {
	display:inline;
	margin-bottom:0;
}

#comments form textarea {
	display: block;
	margin-bottom: 1em;
	width: 100%;
}

#comments form input.comment-btn {
	width: auto !important;
}

/*
<div class="comment">
	<div class="comment-info">
		<h3>{name}</h3>

		<p class="date">{comment_date format="%D, %M %d%s %Y at %G:%I"}</p>
	</div>
	<div class="comment-body">
		{comment}
	</div>
	<div class="clearfloats"></div>
</div>
*/

#comments div.comment {
	overflow: hidden;
	margin: 20px;
	padding: 10px;
	font-size: 1.2em;
}

#comments div.comment div.comment-info {
	width: 130px;
	float: left;
	border-right: 1px solid #ccc;
}

#comments div.comment div.comment-info h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 4px;
}

#comments div.comment div.comment-info p.date {
	color: #555;
	font-size: 0.9em;
}

#comments div.comment div.comment-body {
	float: right;
	width: 330px;
	padding: 10px;
	line-height: 1.6em;
	background: #FFFAE8;
}

#comments div.comment div.comment-body p {
	margin-bottom: 10px;
	font-size: 1em;
	color: #333;
}

/* @end */

/* @group Full Entry */

#full-entry {
	float: left;
	width: 600px;
}

/* @end */

/* @group Other Content */

#other-content {
	margin-left: 630px;
	width: 310px;
}

#other-content #rss,
#other-content #recommended {
	margin-bottom: 2.5em;
}

#rss h2, #recommended h2 {
	margin-bottom: 0;
}

#other-content #recommended {
	margin-left: 0;
	width: auto;
	float:none;
}

/* @group Photos */

#photos ul {
	overflow: hidden;
	margin: 0 important;
	padding: 0 important;
}

#photos ul li {
	display: block;
	float:left;
	margin: 1.1em;
}

#photos ul li a {
	display: block;
	float:left;
}

/* @end */

/* @end */

/* @end */

/* @group Tables */

table {
	border-collapse: collapse;
	margin: 5px 5px 20px;
}

table th {
	font-weight: normal;
	font-size: 1.2em;
	text-align: left;
	background: #012D59 url(images/website/header-bg.gif) repeat-x left center;
	color: #fff;
	padding: 3px 6px;
	border: 1px solid #012D59;	
}

table td {
	padding: 3px 6px;
	font-size: 1.1em;
	border: 1px solid #ccc;
	color: #333;
}

/* @end */

/* @group Entry */

ul.entry-info {
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	padding-bottom:0.8em;
	margin-bottom: 1em;
	margin-left:0 !important;
	padding-left:0 !important;
}

ul.entry-info li {
	float: left;
	display: block;
	padding: 0.2em 0;
	padding-left: 20px;
	font-size:1em;
}

#work-detail ul.entry-info  li {
	font-size: 1em !important;
}

#work-detail ul.entry-info {
	padding-bottom: 0.5em !important;
}

ul.entry-info li.date {
	margin-right: 30px;
	background: url(images/website/date.png) no-repeat left center;
}

ul.entry-info li.categories {
	background: url(images/website/tag.png) no-repeat left center;
}

ul.entry-info li.comments {
	float: right;
	background: url(images/website/comment.png) no-repeat left center;
}

div.entry {
	margin-bottom: 15px;
	overflow: hidden;
}

div.entry h2 a {
	text-decoration: none;
}

div.entry div.entry-body p {
	font-size: 1.2em;
	margin-bottom:1.6em;
	font-family: "Lucida Grande", Helvetica, Sans-Serif;
}




/* @end */

/* @end */

/* @group Footer */

#footer {
	border-top: 1px solid #012D59;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	clear: both;
}

#footer ul.summary-navigation {
	float: right;
	margin-right: 5px;
}

#footer ul.summary-navigation li {
	display: inline;
}
#footer ul.summary-navigation li a {
	padding: 2px 10px;
	border-left: 1px solid #444;
}
#footer ul.summary-navigation li.last a {
	border-right: 1px solid #444;
}

#footer #copyright {
	font-size: 1.2em;
	color: #111;
	margin-bottom: 0.4em;
}

#footer #credits {
	font-size: 1em;
	color: #444;
}


/* @end */

/* @group syntax highlighting */

/* Stylesheet generated from TextMate theme
 *
 * Monokai
 * 
 *
 */

/* Mostly to improve view within the TextMate HTML viewer */
body {
	margin: 0;
	padding: 0;
}

pre.textmate-source {
	margin: 0;
	padding: 0 0 0 2px;
	font-family: Monaco, monospace;
	font-size: 11px;
	line-height: 1.3em;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
}

pre.textmate-source.monokai {
	color: #F8F8F2;
	background-color: #000000;
}

pre.textmate-source .linenum {
	width: 75px;
	padding: 0.1em 1em 0.2em 0;
	color: #888;
	background-color: #eee;
}
pre.textmate-source.monokai span {
   padding-top: 0.2em;
   padding-bottom: 0.1em;
}
pre.textmate-source.monokai ::selection {
	background-color: #49483E;
}
/* Comment */
pre.textmate-source.monokai .comment {
	color: #75715E;
}

/* String */
pre.textmate-source.monokai .string {
	color: #E6DB74;
}

/* Number */
pre.textmate-source.monokai .constant_numeric {
	color: #AE81FF;
}

/* Built-in constant */
pre.textmate-source.monokai .constant_language {
	color: #AE81FF;
}

/* User-defined constant */
pre.textmate-source.monokai .constant_character, pre.textmate-source.monokai .constant_other {
	color: #AE81FF;
}

/* Variable */
pre.textmate-source.monokai .variable {
}

/* Keyword */
pre.textmate-source.monokai .keyword {
	color: #F92672;
}

/* Storage */
pre.textmate-source.monokai .storage {
	color: #F92672;
}

/* Storage type */
pre.textmate-source.monokai .storage_type {
	color: #66D9EF;
	font-style: italic;
}

/* Class name */
pre.textmate-source.monokai .entity_name_class {
	color: #A6E22E;
	text-decoration: underline;
}

/* Inherited class */
pre.textmate-source.monokai .entity_other_inherited-class {
	color: #A6E22E;
	font-style: italic;
	text-decoration: underline;
}

/* Function name */
pre.textmate-source.monokai .entity_name_function {
	color: #A6E22E;
}

/* Function argument */
pre.textmate-source.monokai .variable_parameter {
	color: #FD971F;
	font-style: italic;
}

/* Tag name */
pre.textmate-source.monokai .entity_name_tag {
	color: #F92672;
}

/* Tag attribute */
pre.textmate-source.monokai .entity_other_attribute-name {
	color: #A6E22E;
}

/* Library function */
pre.textmate-source.monokai .support_function {
	color: #66D9EF;
}

/* Library constant */
pre.textmate-source.monokai .support_constant {
	color: #66D9EF;
}

/* Library class/type */
pre.textmate-source.monokai .support_type, pre.textmate-source.monokai .support_class {
	color: #66D9EF;
	font-style: italic;
}

/* Library variable */
pre.textmate-source.monokai .support_other_variable {
}

/* Invalid */
pre.textmate-source.monokai .invalid {
	color: #F8F8F0;
	background-color: #F92672;
}

/* Invalid deprecated */
pre.textmate-source.monokai .invalid_deprecated {
	color: #F8F8F0;
	background-color: #AE81FF;
}




/* @end */

