/* GENERAL */
#layer1,
#layer2 {
	background: none !important;
}
body {
	background: #023;
	font-family: Helvetica, Arial, sans-serif;
	border-top: 1px solid #000;
	font-weight: lighter;
	line-height: 1.6;
	font-size: 62.5%;
	max-width: 480px;
	min-width: 320px;
	color: #444;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	clear: both;
}
h1 {
	margin-bottom: 0.2em;
	line-height: 1.2;
}
h2 {
	margin-bottom: 0.2em;
	font-size: 1.8em;
	line-height: 1.4;
}
h3 {
	font-size: 1.4em;
	line-height: 1.4;
}
h4 {
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1.6;
	padding-top: 0.4em;
}
a {
	text-decoration: none;
	color: #06A;
}
a:hover {
	color: #80c0e0;
}


/* STRUCTURE */
#container {
	position: relative;
	width: 480px;
	clear: both;
}
#header {
	-webkit-box-shadow: 0 1px 3px #023;
	background: #80c0e0;
	position: relative;
	overflow: hidden;
	clear: both;
}
#content {
	background: #fff;
	overflow: hidden;
}
#main {
	position: relative;
	background: #fff;
	padding: 0 30px;
	margin: 10px 0;
	width: 420px;
}
#side {
	padding: 0 10px 0 30px;
	position: relative;
	background: #fff;
	width: 440px;
	margin: 0;
}
#footer {
	text-shadow: 0 1px 1px #000;
	text-align: center;
	font-weight: bold;
	padding: 10px 0 25px;
	font-size: 1.1em;
	color: #fff;
	clear: both;
}


/* LAYOUT */
#logo {
	background: transparent;
	padding: 4px 10px 3px;
	text-indent: 0;
	font-weight: bold;
	display: block;
	height: auto;
	width: auto;
	float: left;
}
#logo a {
	font-size: 1.8em;
	color: #fff;
	display: block;
}
#logo a:hover {
	color: #a0d9ff;	
}
#logo span {
	display: none;
}
#navigation {
	display: inline; /* For IE6 */
}
.jq #navigation {
	margin: 0;
}
#navigation ul {
	float: right;
	bottom: 0;
}
#navigation ul li {
	border-left: 2px groove #ADF;
	float: left;
}
#navigation ul li a {
	background: #80c0e0;
	font-weight: bold;
	font-size: 1.8em;
	padding: 4px 10px 3px;
	display: block;
	color: #fff;
}
#navigation ul li a:hover {
	background: #bef;
	color: #024;
}
#navigation ul li.current_page_item a {
	background: #f5f5f5;
	color: #024;
}
.archive {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 6px;
	background: #f5f5f5;
	margin: 20px 0;
	font-weight: normal;
}
.archive strong {
	text-transform: lowercase;
}
.post,
.page {
	padding-bottom: 20px;
	overflow: hidden;
	margin: 20px 0;
}
.post {
	border-bottom: 1px dashed #ccc;
}
.entry-meta {
	margin-bottom: 0.4em;
	overflow: hidden;
	font-size: 1.1em;
	clear: both;
}
.entry-meta span {
	padding-right: 12px;
	margin-right: 10px;
	display: block;
	float: left;
}
.entry-meta ul {
	float: left;
}
.entry-meta ul li {
	float: left;
	margin-left: 5px;
}
.date,.cats {
	text-transform: uppercase;
	padding-top: 1px;
	font-size: 1.1em;
}
.date {
	border-right: 1px dotted #888;
	text-transform: uppercase;
	color: #888;
}
.entry-title {
	letter-spacing: -0.05em;
	margin: 0.2em 0;
	font-size: 2.8em;
	line-height: 1;
	clear: both;
	color: #222;
}
.entry-title a {
	color: #222;
}
.entry-title a:hover {
	color: #a0d9ff;
}
.entry-title .edit {
	letter-spacing: 0;
	font-size: 0.45em;
	font-weight: normal;
	display: none;
}
.entry-title:hover .edit {
	display: inline;
}
.entry-title .edit a {
	color: #900;
}
#portfolio .entry-content {
	width: 510px;
}
.entry-content blockquote {
	margin: 0 1.4em 0 0;
}
.entry-content blockquote p {
	font-family: Georgia, Times, serif;
	font-style: italic;
	line-height: 1.6;
	padding: 0.2em 1.4em 0;
}
.entry-content cite {
	font-family: Helvetica, Arial, sans-serif;
	text-align: right;
	font-weight: bold;
	font-size: 0.9em;
	position: relative;
	margin: 0 2.4em 0 0;
	display: block;
	top: -0.8em;
}
.entry-content acronym {
	border-bottom: 1px dotted #ddd;
	cursor: help;
}
.entry-content ins {
	background: #ffc;
	padding: 0.2em;
}
.entry-content pre {
	font-family: "Courier New", monospace;
	font-size: 14px;
	margin: 0.4em 0 1.6em;
	padding-left: 1.4em;
	overflow: auto;
	color: #000;
}
.entry-content code {
	font-family: "Courier New", monospace;
	overflow: hidden;
	font-size: 1.1em;
	line-height: 1.1;
	color: #000;
}
.entry-content table {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.6;
	width: 100%;
	vertical-align: middle;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.2em;
}
.entry-content table caption {
	margin-right: -1px;
	text-align: left;
	padding: 0.3em 0.6em;
	background: #ddd;
	font-size: 1.2em;
}
.entry-content table thead {
	text-align: left;
	background: #eee;
}
.entry-content table th,.entry-content table td {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 0.4em 0.6em 0.2em;
}
.entry-content table caption,.entry-content table th {
	border-top: 1px solid #ccc;
}
.entry-content .wp-caption {
	margin-bottom: 1.6em;
}
.entry-content .wp-caption img {
	float: none;
	margin: 0;
}
.entry-content .wp-caption p {
	font-size: 1.1em;
	line-height: 1.2;
	margin: 3px 0;
}
.entry-content img.size-thumbnail {
	margin: 10px 10px 0 0;
	vertical-align: top;
}
.entry-content img.wp-smiley {
	margin: 3px 2px 0;
}
.entry-content ol,.entry-content ul {
	margin-left: 1.4em;
	margin-bottom: 1.2em;
	padding-left: 2.8em;
}
.entry-content ol {
	list-style: decimal;
}
.entry-content ul {
	list-style: square;
}
.entry-content dl {
	border-left: 5px solid #ddd;
	margin-bottom: 1.3em;
	padding: 0 1.4em;
}
.entry-content dt {
	padding-top: 0.4em;
	font-weight: bold;
	font-size: 1.3em
}
.entry-content dd {
	padding-bottom: 0.4em;
	margin-left: 0.8em;
	font-size: 1.2em;
	line-height: 1.6;
}
.entry-content li {
	padding: 0 0 0.8em;
	font-size: 1.3em;
	line-height: 1.6;
}
.entry-content p {
	font-family: Georgia, Times, serif;
	font-size: 1.4em;
	margin-bottom: 1.2em;
}
.entry-content strong,.entry-content code {
	color: #222;
}
.entry-content strong,.entry-content li,.entry-content dd {
	font-family: Helvetica, Arial, sans-serif;
}
.entry-content strong {
	font-size: 0.95em;
}
.entry-content code {
	overflow: auto;
}
.entry-content code li {
	font-family: "Courier New", monospace;
}
.entry-content code ol {
	list-style: decimal;
	padding: 0 0 0 40px;
	margin: 0 0 0 0;
}
.entry-content code ol li {
	border-left: 1px solid #ddd;
	padding: 2px 0 2px 4px;
	font-size: 1.1em;
	line-height: 1;
}
.entry-content code ol li:first-child {
	border-top: 0;
}
.entry-content .more {
	clear: both;
}
.tags {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 6px;
	background: #f5f5f5;
	margin-bottom: 1.4em;
	overflow: hidden;
}
.tags h4 {
	text-transform: none;
	line-height: 1;
	float: left;
}
.tags ul,
.tags ul li {
	float: left;
}
.tags ul li a {
	font-size: 1.3em;
	margin-left: 0.5em;
}
.comments {
	padding: 10px 0;
}
.comments h3 {
	margin-bottom: 10px;
}
.comments h3#comments {
	background: url(images/icons/comments.png) no-repeat 0 50%;
	padding-left: 22px;
}
.comments #respond h3 {
	background: url(images/icons/comment_edit.png) no-repeat 0 50%;
	padding-left: 22px;
}
ol.commentlist {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
ol.commentlist li {
	position: relative;
	clear: both;
	height: 1%;
	zoom: 1;
}
ol.commentlist li li {
	margin-left: 32px;
}
ol.commentlist li .vcard {
	padding: 3px 0 0 36px;
	position: relative;
	z-index: 1;
}
.nocomments {
	text-align: center;
	margin-bottom: 1em;
	font-size: 3em;
	color: #ccc;
}
.comment-author {
	border: 1px solid #eee;
	background: #f9f9f9;
	overflow: hidden;
}
.bypostauthor .comment-author {
	background: #f0f9ff;
}
.avatar {
	position: absolute;
	background: #fff;
	display: block;
	float: left;
	z-index: 3;
	left: 1px;
	top: 1px;
}
.comment-author h5 {
	font-size: 1.3em;
	line-height: 1;
}
a.comment-meta {
	text-transform: uppercase;
	display: inline-block;
	padding-top: 1px;
	line-height: 1;
	color: #888;
}
.comment-author a:hover,
a.comment-reply-link:hover {
	color: #024;
}
.comment-content {
	padding: 8px 4px 12px 36px;
	font-size: 1.2em;
	line-height: 1.4;
	clear: both;
}
.comment-content p,
.comment-content ol,
.comment-content ul,
.comment-content code {
	margin-bottom: 1.2em;
}
.reply {
	position: absolute;
	font-size: 1.3em;
	line-height: 1;
	z-index: 5;
	right: 8px;
	top: 9px;
}
.reply a {
	background: url(images/icons/comment_add.png) no-repeat 0 50%;
	padding: 4px 0 4px 20px;
	font-weight: bold;
}
#respond {
	position: relative;
}
li #respond {
	background: url(images/arrowup.png) no-repeat 50% 0;
	margin-top: 6px;
	padding-top: 40px;
}
#respond div {
	margin-bottom: 5px;
}
#respond h3 {
	margin-bottom: 10px;
}
#respond label {
	font-size: 1.2em;
}
#respond label span {
	color: #aaa;
}
#respond input.text {
	font-size: 1.2em;
}
#respond textarea {
	width: 99%;
}
#respond input.button {
	text-align: center;
	overflow: visible;
	cursor: pointer;
}
#respond p {
	font-size: 1.2em;
	line-height: 1.2;
	margin-bottom: 8px;
}
#respond p code {
	font-size: 1.2em;
	margin-left: 6px;
}
#respond .cancel-comment-reply {
	background: url(images/icons/cross.png) no-repeat 0 50%;
	padding: 0 0 0 20px;
	position: absolute;
	font-weight: bold;
	font-size: 1.2em;
	top: 22px;
	right: 0;
}
#respond .subscribe-to-comments {
	position: relative;
	font-size: 1.2em;
}
#respond .subscribe-to-comments label {
	font-size: 1em;
}
ul.pagination {
	font-family: Helvetica, Arial, sans-serif;
	padding: 20px 54px 5px;
	list-style: none;
	width: 558px;
	clear: both;
}
ul.pagination li {
	margin-right: 4px;
	float: left;
}
ul.pagination li a,ul.pagination li em {
	border: 1px solid #ddd;
	background: #fff;
	font-size: 1.2em;
	line-height: 1;
	padding: 4px;
	display: block;
}
ul.pagination li em {
	border-color: #000;
	background: #444;
	font-style: normal;
	font-weight: bold;
	color: #ddd;
}
ul.pagination li a:hover {
	background: #eee;
}
.widget {
	margin: 0 0 30px;
	overflow: hidden;
}
.widget h3 {
	border-bottom: 1px solid #ddd;
	text-transform: none;
	padding-bottom: 2px;
	margin-right: 20px;
	position: relative;
}
.widget h3 a {
	color: inherit;
}
.widget h3 a:hover {
	color: #a0d9ff;	
}
.widget ul {
	overflow: hidden;
}
.widget li {
	margin-right: 20px;
	text-align: right;
	font-size: 1.2em;
	line-height: 1;
	padding: 5px 0;
	color: #888;
}
.widget #search-form {
	margin: 4px 20px 0 0;
}
.widget #search-form label {
	position: absolute;
	left: -10000px;
}
.widget #search-form input.search-text {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 7px 3px 0;
	font-size: 1.2em;
	display: block;
	width: 165px;
	color: #ccc;
	float: left;
}
.widget #search-form input.search-text:focus {
	border-color: #aaa;
	color: #222 !important;
}
.widget #search-form input.button {
	text-shadow: 0 -1px 1px #000;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	overflow: visible;
	font-weight: bold;
	padding: 4px 3px;
	font-size: 1.2em;
	background: #024;
	cursor: pointer;
	float: right;
	color: #fff;
	width: 50px;
	border: 0;
}
.widget #search-form input.button:active {
	background-color: #999;		
}
.widget .categories {
	text-transform: none;
}
.widget .categories li {
	background: url(images/icons/bullet_blue.png) no-repeat -5px 50%;
	padding-left: 10px;
	width: 95px;
	float: left;
}
.widget li a {
	float: left;
}
.widget .textwidget {
	margin-right: 20px;
	padding: 3px 0;
}
.widget .textwidget p {
	font-size: 1.2em;
	margin-bottom: 1.2em;
}
.widget .twitter li {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.6;
	color: inherit;
}
.widget .twitter li.notweet {
	text-transform: uppercase;
	padding: 10px 25px;
	text-align: center;
	line-height: 1.2;
	font-size: 1.8em;
	color: #ddd;
}
.widget .twitter li a {
	float: none;
}
.widget .twitter .twitter-timestamp {
	text-align: right;
	font-size: 0.9em;
	display: block;
}
.widget .flickr {
	margin: 6px 21px 0 0;
	padding: 1px 0 0 1px;
	background: #fff;
	overflow: hidden;
}
.widget .flickr li {
	margin: 0 1px 1px 0;
	overflow: hidden;
	float: left;
	padding: 0;
}
.widget .flickr a img {
	text-align: left;
}
.widget .enhanced-recent-posts {
	margin-top: 2px;
}
.widget .enhanced-recent-posts li {
	overflow: hidden;
	clear: both;
	text-align: left;
	padding-left: 10px;
	background: url(images/icons/bullet_blue.png) no-repeat -5px 50%;
}
.categories h3 {
	background: url(images/icons/book.png) no-repeat 0 30%;
	padding-left: 20px;
}
.search h3 {
	background: url(images/icons/magnifier.png) no-repeat 0 30%;
	padding-left: 20px;
}
#twitter-1 h3 {
	background: url(images/iconize/twitter.gif) no-repeat 0 20%;
	padding-left: 20px;
}
#flickrrss h3 {
	background: url(images/flickr.png) no-repeat 0 30%;
	padding-left: 20px;
}
#text-420147081 h3 {
	background: url(images/icons/vcard.png) no-repeat 0 30%;
	padding-left: 20px;
}
#enh-rp-437695651 h3 {
	background: url(images/icons/book_open.png) no-repeat 0 30%;
	padding-left: 20px;
}
#footer a {
	font-weight: bold;
	color: inherit;
}
#footer a:hover {
	font-weight: bold;
	color: #a0d9ff;
}
.zoom span {
	background: url('images/zoom.png') no-repeat;
	position: absolute;
	height: 50px;
	width: 50px;
}
.alignleft {
	margin: 0.4em 1.2em 0 0;
	float: left;
}
.alignright {
	margin: 0.4em 0 0 1.2em;
	float: right;
}
.narrow #navigation li.current_page_item a {
	background: #fff;
}
a.showhide {
	position: absolute;
	margin-left: -13px; 
	cursor: pointer;
	display: block;
	height: 10px;
	z-index: 99;
	width: 26px;
	left:  50%;
}