/*
THEME NAME: iWonder
THEME URI: http://iwonderdesigns.com
DESCRIPTION: Based on Satorii
VERSION: 1.0
AUTHOR: <a href="http://iwonderdesigns.com">iWonder</a>
AUTHOR URI: http://iwonderdesigns.com
TAGS: one-column, white, light, microformats
*/

@import url(css/reset-fonts-grids.css);
@import url(css/base-min.css);

body
{
	color: #555;
	font-family: 'Arial';
	text-align: left;
}
a,.entry-content a em,.entry-content a strong,.entry-content em a,.entry-content strong a
{
	color: #06c;
	outline: none !important;
}
a:hover
{
	color: #f30;
}
ul li
{
	list-style-type: square;
}
.fw
{
	float: none;
	width: 100% !important;
}
.skip-link
{
	display: none;
}
#logo
{
	background-image: url(img/logo-large.png);
	background-repeat: no-repeat;
	height: 201px;
	left: 10px;
	position: fixed;
	top: 10px;
	width: 206px;
	z-index: -1;
}
#header
{
	background-color: white;
	border-bottom: 1px solid #1C4175;
	border-top: 5px solid #1C4175;
	left: 0px;
	position: fixed;
	top: 0px;
}
#header,#access
{
	height: 25px;
	width: 100%;
}

#main-menu {
	position:fixed;
	right:50px;
	width:50px;
	top:30px;
	background-color:white;
	border-left:1px solid #1C4175;
	border-bottom:1px solid #1C4175;
	border-right:1px solid #1C4175;
	-moz-border-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}

h2.entry-title
{
	border-bottom: 1px dotted #555;
}
#blog-title
{
	margin-bottom: 0.35em;
	text-align: center;
}
h1#blog-title
{
	font-size: 1em;
	margin-top: 5px;
}
#blog-title a
{
	color: #000;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
}
#blog-description
{
	color: #868F83;
	font-weight: normal;
	text-transform: lowercase;
}
#access
{
	text-align: center;
}
#menu ul
{
	overflow: hidden;
	margin:0;	
}
#menu li
{
	list-style-type:none;
}
#menu li:first-child
{
}
#menu li a
{
	color: #868F83;
	text-decoration: none;
}
#menu li a:hover
{
}

#content {
	margin-top:25px;
}
.post,#content .page
{
	clear: both;
	margin: 1em auto 3em;
	overflow: hidden;
	width: 50em;
}
.sticky
{
	border: solid #eee;
	border-width: 5px 0;
	padding-bottom: 0.8em;
}
.sticky h2.entry-title a
{
	font-weight: bold;
	text-transform: uppercase;
}
.sticky .entry-content
{
	color: #333;
}
h2.entry-title,h3.entry-title
{
	color: #000;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.5em;
}
h3.entry-title
{
	font-size: 138.5%;
}
h2.entry-title a,h3.entry-title a
{
	color: #000;
	text-decoration: none;
}
h2.entry-title a:hover,h3.entry-title a:hover
{
	border-bottom: 2px solid #000;
}
h3.entry-title span
{
	font-size: 66.7%;
}
h3.entry-title span.comments-link a
{
	background: url(img/mini_icons2/comment.gif) left no-repeat;
	padding-left: 13px;
}
h3.entry-title span.edit-link a
{
	background: url(img/mini_icons2/field_input.gif) left no-repeat;
	padding-left: 13px;
}
h2.page-title
{
	color: #333;
	font-weight: normal;
	margin: 0 auto;
	width: 80%;
}
h2.page-title a
{
	color: #000;
}
body.attachment .entry-title
{
	margin-left: 3%;
}
body.attachment #header
{
	padding: 1em 3%;
	width: 94%;
}
.entry-content
{
	float: right;
	line-height: 1.7;
	width: 74%;
}
#content .page .entry-content
{
	float: left;
}
.entry-meta,.page-meta
{
	float: left;
	font-size: 85%;
	margin: 0.38em 0 0;
	width: 24%;
}
h3.page-links-title
{
	padding-left: 1em;
}
.page-meta
{
	background: #f9f9f9;
	border: 1px solid #f0f0f0;
	float: right;
}
.page-meta li
{
	margin: 0.25em;
}
.page-meta li ul
{
	margin: 0 0 0 1em;
}
.page-meta li
{
	color: #c90;
}
.page-meta li ul li
{
	color: #999;
}
.page-meta a
{
	color: #666;
	text-decoration: none;
}
.page-meta li.current_page_item a
{
	color: #000;
}
.entry-meta abbr
{
	border-bottom: none;
}
.entry-meta dt
{
	color: #666;
	font-weight: bold;
}
.entry-meta,.entry-meta a
{
	color: #888;
	text-decoration: none;
}
.entry-meta a:hover,.page-meta a:hover
{
	color: #000;
	text-decoration: underline;
}
.entry-meta dd
{
	margin: 0 0 1em;
}
.entry-meta ul
{
	margin: 0;
}
.entry-meta li
{
	color: #C90;
	margin-left: 1.5em;
}
.tag-links,.archive .cat-links,.search .cat-links
{
	background: url(img/mini_icons2/tag.gif) left no-repeat;
	font-size: 85%;
	padding-left: 13px;
}
.archive .cat-links,.search .cat-links
{
	background-image: url(img/mini_icons2/folder.gif);
	margin-bottom: 0.5em;
}
.tag-links span,.archive .cat-links span,.search .cat-links span
{
	color: #666;
	font-weight: bold;
}
.tag-links a,.archive .cat-links a,.search .cat-links a
{
	border-bottom: 1px solid #eee;
	text-decoration: none;
}
.tag-links a:hover,.archive .cat-links a:hover,.search .cat-links a:hover
{
	color: #000;
}
table
{
	font-size: 93%;
}
caption
{
	font-weight: bold;
	letter-spacing: 0.10em;
	text-align: left;
	text-transform: uppercase;
}
th,td
{
	border: none;
}
tr.odd
{
	background: #F7F4EE;
	border: 1px solid #EBE5D9;
	border-width: 1px 0;
}
th
{
	background: #f7f4ee;
}
tr.odd th
{
	background: #F3EEE4;
}
thead,thead th,tfoot,tfoot th,thead a,tfoot a
{
	background: #963 !important;
	color: #fff !important;
}
.entry-content li
{
	margin-bottom: 0.5em;
}
.entry-content strong,.entry-content em
{
	color: #222;
}
.entry-content code
{
	color: #ce5c00;
}
#comments code
{
	color: #2e3436;
}
.entry-content kbd
{
	color: #8f5902;
}
.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6
{
	color: #222;
}
pre
{
	background: #FDFDFD;
	border: 1px solid #f5f5f5;
	margin: auto;
	overflow: auto;
	padding: 1.5%;
	width: 96%;
}
.entry-content blockquote
{
	border-left: 0.5em solid #EEEEDC;
	padding-left: 1em;
}
#nav-above
{
	display: none;
}
#nav-below
{
	background: #E1E0D0;
	border-top: 2px solid #EBEADE;
}
#nav-below div:hover
{
	background: #ebeade;
}
#nav-below div
{
	padding: 1% 0;
}
.nav-previous
{
	text-align: left;
}
.nav-next
{
	text-align: right;
}
.nav-previous .meta-nav
{
	padding-left: 2em;
}
.nav-next .meta-nav
{
	padding-right: 2em;
}
#nav-below a
{
	color: #7A7A71;
	font-size: 85%;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}
#nav-below a:hover
{
	color: #000;
}
#nav-images
{
	clear: both;
	padding: 3em 3%;
}
body.attachment .entry-content
{
	float: none;
	margin: 1em auto;
	text-align: center;
	width: 100%;
}
body.attachment div.entry-meta
{
	clear: both;
	padding: 1em 3%;
	text-align: center;
	width: 94%;
}
body.attachment div.entry-caption,body.attachment .entry-content p
{
	margin: 1em 5%;
	width: 90%;
}
#sidebar-wrapper,#footer,#comments
{
	background: #eeeedc;
	clear: both;
}
#sidebar-wrapper
{
	border-top: 2px solid #F0EED4;
	font-size: 93%;
	line-height: 1.5;
	padding-top: 2em;
}
.xoxo li
{
	list-style: none;
	margin-bottom: 2em;
}
.xoxo li li
{
	list-style-type: square;
	margin-bottom: 0;
}
.xoxo li ul,.xoxo li ol
{
	margin-bottom: 0;
	margin-top: 0;
}
#sidebar-wrapper h3,#sidebar-wrapper h3 a
{
	color: #330;
	text-decoration: none;
}
#sidebar-wrapper a,#comments a:hover
{
	color: #663300;
}
#sidebar-wrapper a:hover
{
	color: #660;
}
#wp-calendar
{
	margin: 0 auto;
}
.widget_tag_cloud
{
	text-align: justify;
}
.widget_tag_cloud a
{
	text-decoration: none;
	vertical-align: middle;
}
.widget_tag_cloud a:hover
{
	text-decoration: underline;
}
#comments h3
{
	margin-top: 0;
}
#comments
{
	overflow: hidden;
	padding: 2em 0;
}
#comments h3 span
{
	color: #000;
}
#comments a
{
	color: #8F6F3A;
}
#comments .yui-gd,#respond
{
	margin: 0 auto;
	width: 90%;
}
.comments ol li
{
	display: block;
	list-style: none;
}
.comments ol
{
	margin: 0;
}
.comments li li
{
	display: list-item;
	list-style-type: square;
}
.comments ol ol
{
	margin: 1em;
}
.leave-trackback
{
	color: #979584;
}
#comments abbr,#comments acronym
{
	border-bottom-color: #979584;
}
.trackback-url
{
	background: #F5F5EC;
	border: 1px solid #E3E2C9;
	color: #7D7C6E;
	display: block;
	font-size: 93%;
	margin: 0.25em 0;
	moz-border-radius: 0.25em;
	overflow: hidden;
	padding: 1.5%;
	white-space: nowrap;
	width: 95% !important;
}
#trackbacks-list .trackback-text
{
	font-size: 85%;
	margin: 0.5em 1em 0;
}
#trackbacks-list li
{
	border-top: 2px solid #E3E2C9;
	padding: 2em 0 1em;
}
#trackbacks-list li:first-child
{
	border-top: none;
	padding-top: 1em;
}
#comments-list h3
{
	margin-left: 28%;
}
#comments-list .yui-u
{
	border-left: 2px solid #e3e2c9;
	padding: 1em 0 1em 1.5%;
	width: 72%;
}
#comments-list .first
{
	border-left: none;
	padding-left: 0;
	padding-top: 1.2em;
	width: 24%;
}
.comment
{
	clear: both;
	margin: 1.5em 0;
}
.comment:first-child
{
	margin-top: 0;
}
#comments-list .comment-author,#comments-list img.avatar
{
	text-align: right;
}
.comment-author a
{
	color: #636257 !important;
	font-weight: bold;
	text-decoration: none;
}
.comments .meta-sep
{
	color: #B0AF9C;
}
.comments .edit-link a
{
	color: #979584 !important;
}
.comment-meta a
{
	color: #7D7C6E !important;
	cursor: pointer;
	text-decoration: underline;
}
#comments-list .comment-author span
{
	display: block;
}
#comments-list .comment-meta
{
	color: #979584;
	font-size: 85%;
}
.comment-text
{
	line-height: 1.5;
}
#respond
{
	margin: 3em 0 0 35.5%;
	width: 59.75%;
}
.no-replies
{
	margin: 3em auto !important;
}
p#comment-notes
{
	margin-bottom: 2em;
}
#respond div.yui-gf div.first
{
	text-align: right;
}
#commentform input.text,#commentform textarea
{
	background: #F5F5EC;
	border: 1px solid #E3E2C9;
	color: #636257;
	margin-bottom: 1em;
	moz-border-radius: 0.25em;
	padding: 3px;
	width: 95%;
}
textarea#comment
{
	line-height: 1.7;
}
#commentform .form-label
{
	color: #979584;
	margin-bottom: 0.35em;
}
#form-textarea
{
	width: 73%;
}
#form-textarea div
{
	margin-left: 2.5%;
}
#submit
{
	background: #979584;
	border: 2px solid;
	border-bottom-color: #636257;
	border-left-color: #B0AF9C;
	border-right-color: #636257;
	border-top-color: #B0AF9C;
	color: #fff;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	moz-border-radius: 0.25em;
	padding: 0.35em;
	text-transform: uppercase;
	width: 96.75%;
}
.comment form#commentform
{
	margin-top: 1em;
}
#comments-list form#commentform .yui-u
{
	border: none 0;
}
.comment p#comment-notes
{
	display: none;
}
#footer
{
	clear: both;
	color: #979584;
	font-size: 85%;
	padding: 2em;
	text-align: right;
}
#footer p
{
	margin: 0.25em 0;
}
#footer a
{
	color: #636257;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
.aligncenter,div.aligncenter,img[align="center"],.postimgfull
{
	display: block;
	margin: 1em auto;
}
.alignleft,img[align="left"]
{
	float: left;
	margin-right: 0.5em;
}
.alignright,.postimgtn,img[align="right"]
{
	float: right;
	margin-left: 0.5em;
}
.imgserie
{
	text-align: center;
}
.imgserie img
{
	margin: 0.5em;
}
.gallery-caption
{
	color: #666;
	font-size: 85%;
	margin: 0;
	padding: 0 0.5em;
	text-align: center;
}
.wp-caption
{
	background: #F5F5EC;
	border: 1px solid #E3E2C9;
	border-radius: 5px;
	font-size: 85%;
	khtml-border-radius: 5px;
	moz-border-radius: 5px;
	padding: 0.5em 0.15em 0.15em;
	text-align: center;
	webkit-border-radius: 5px;
}
.wp-caption img
{
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption-text
{
	color: #7D7C6E;
	margin-bottom: 0;
	margin-top: 0.15em;
}
.gallery-item
{
	float: left;
	margin: 1em 0;
	text-align: center;
	width: 33.2%;
}
.gallery-item img
{
	border: 2px solid #ddd;
}