/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	background: #abd3f6;
	background-position:left top;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#header
{
	height:190px;
}

#main {
	clear: both;
	overflow: visible;
	padding: 0px 0 0 0;
}

#container {
	float: left;
	margin: 0 -260px 0 0;
	width: 100%;
}
#content 
{
	margin: 0 210px 0 20px;
	min-height:500px;
}
#primary
{
	float: right;
	overflow: visible;
	width: 230px;
	margin:-170px 10px 0 0;
	display:block;
	padding: 0; 
}
#footer
{
	clear: both;
	width: 100%;
}


/* =Fonts
-------------------------------------------------------------- */

@font-face {
	font-family: 'Andika BasicW';
	src: url('fonts/AndikaBasic.eot');
	src: url('fonts/AndikaBasic.ttf') format('truetype'), url('fonts/AndikaBasic.woff') format('woff');
}



/*
 * MyFonts Webfont Build ID 115907, 2010-10-16T03:50:40-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the urls below.
 * 
 * Webfont: Serena
 * Url: http://new.myfonts.com/fonts/canadatype/serena/regular/
 * Foundry: Canada Type
 * Copyright: Copyright 2007 Â© Hans van Maanen. Published by Canada Type.
 * License: http://www.myfonts.com/viewlicense?1056
 * Licensed pageviews: 10,000/month
 * CSS font-family: Serena
 * CSS font-weight: normal
 * 
 * (c) 2010 Bitstream, Inc
*/

@font-face {
	font-family: 'SerenaW';
	src: url('fonts/Serena.eot');
	src: url('fonts/Serena.ttf') format('truetype'), url('fonts/Serena.woff') format('woff');
}


body,
input,
textarea,
.page-title span,
.pingback a.url,
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: 'Andika BasicW', Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

h1, h2, #site-title, .entry-title
{
	font-family: 'SerenaW';
}

.entry-content h1, .entry-content h2
{
	font-family: 'Andika BasicW', Arial, Helvetica, "Nimbus Sans L", sans-serif;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 100%;
}
#wrapper {
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
}
body,
input,
textarea {
	color:#000080;
	font-size: 12px;
	line-height: 18px;
}
hr {
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul 
{
    list-style-type:circle;
	padding: 0 0 0 1.5em;
	margin: 0;
	list-style-position:inside;
}
ol {
	list-style: decimal;
	padding: 0 0 0 1.5em;
	margin: 0;
	list-style-position:inside;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #c3dff5;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #c3dff5;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #c3dff5;
	padding: 2px;
}
a {
	text-decoration:none;
}
a:link, a:visited {
	color: #041cce;
}
a:active,
a:hover {
	color: #0577ce;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0 0 0 0;
	margin-top:0px;
	display:block;
	overflow:visible;
}

.web-logo
{
    left:14px;
    top:24px;
    position:absolute;
    z-index:0;
    height:300px;
    width:150px;
	background:url(images/web_logo.png) no-repeat left top;
}

.site-title h1
{
    left:250px;
    top:22px;
    position:absolute;
	font-size:54px;
	line-height:46px;
	text-indent:-74px;
	color:#1630d2;
    z-index:1;
    width:100px;
}

#branding {
	margin:6px 0px 0px 6px;
	height:100px;
	display:table;
	overflow:visible;
	background-color:#b9daf7;
	width:390px;
	height:164px;
}


/* =Content
-------------------------------------------------------------- */


#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	font-size: 16px;
	line-height: 30px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 30px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #041cce;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0px;
}
.page-title span {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

.listed-title-container
{
    position:relative;
	margin:10px 60px -20px 60px;
	z-index:1;
	overflow:visible;
	display:block;
}

.page-title-container
{
    position:relative;
	margin:-70px 60px -16px 140px;
	z-index:2;
	overflow:visible;
	display:block;
}

#content .entry-title {
	color: #0808a4;
	font-size: 42px;
	font-weight: normal;
	line-height: 46px;
	padding:16px 30px 20px 30px;
	background:#c7e3f4;
	display:table;
	width:auto;
	z-index:inherit;
	position:relative;	
	margin:0;
}

.listed-title-container .entry-title 
{
	font-weight: normal;
	background:#bcdff6;
	font-size:36px;
}

.entry-title a:link,
.entry-title a:visited {
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
}
.entry-meta {
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
}
.entry-content,
.entry-summary {
    max-width:1100px;
	clear: both;
	padding:60px 40px 60px 40px;
	margin:0 0 0 30px;
	background:#daebf5 url(images/web_bg_watermark.png) no-repeat center bottom;
}
.entry-summary p,
.entry-content p
{
	margin:0 0 0 0;
	padding:0 4px 30px 4px;
	text-indent:40px;
}

#content .entry-content h1,
#content .entry-content h2,
#content .entry-content h3,
#content .entry-content h4,
#content .entry-content ul
{
    line-height:30px;
    margin-top:0px;
    margin-bottom:0px;
    padding-bottom:30px;
    background-image:url(images/line.png);
	background-position:0px -7px;
}

#content .entry-content h1
{
	background-position:0px -1px;
}
#content .entry-content h2
{
	background-position:0px -4px;
}
#content .entry-content h3
{
	background-position:0px -6px;
}
#content .entry-content ul
{
    padding-bottom:30px;
}
#content .entry-content ul ul
{
    padding-bottom:0px;
    background-image:none;
}

.entry-content fieldset {
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #006699;
}
.page-link a:active,
.page-link a:hover {
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
	display:inline-block;
}
#entry-author-info #author-avatar {
	border: none;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 2px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	font-size: 16px;
	line-height: 30px;
	background-color:#c7e3f4;
	z-index:2;
	display:table;
	width:auto;
	white-space:nowrap;
	padding:20px 24px 10px 30px;
	margin:-40px 0px 0px 0px;
}

.entry-meta
{
	position:relative;
	background-color:#b0ddee;
	z-index:2;
	display:table;
	font-size: 16px;
	padding:0px 20px 0px 20px;
	margin:10px 100px -40px 200px;
	line-height:30px;
}

.entry-meta a,
.entry-utility a {
}
.entry-meta a:hover,
.entry-utility a:hover {
}
#content .video-player {
	padding: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 900px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title 
{
    display:table;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 -10px 0;
	padding: 14px 30px 14px 30px;
	background-color:#c7e3f4;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}

#comments .comment-body
{
    background-color:#daebf5;
    padding:20px 30px 60px 30px;
	background:#daebf5 url(images/web_bg_watermark.png) no-repeat center bottom;
}

#comments .comment-body p
{
	padding-bottom: 30px;
	margin-bottom: 0px;
}
.commentlist ol {
	list-style: decimal;
}
.comment-author
{
    margin:0 0 -10px -40px;
    background-color:#b0ddee;
    padding:20px 20px 10px 20px;
    display:table;
    position:relative;
    z-index:1;
}

.children .comment-author
{
    margin:-50px 0 -10px -40px;
    background-color:#c2e5fa;
}

.comment-author avatar
{
    display:block;
    float:left;
    height:40px;
    width:40px;
}
.comment-author cite 
{
    display:block;
	font-style: normal;
	font-weight: bold;
	margin-top:-46px;
	margin-left:50px;
	min-height:44px;
}
.comment-mod-message
{
    margin:0 0 0px 0px;
    padding:0 0 0px 0px;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 0px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply 
{
    float:right;
	font-size: 16px;
	line-height:30px;
	padding: 2px 20px 6px 20px;
	margin:-30px -6px 0 0;
	background-color:#c7e3f4;
	display:table;
}
.reply a,
a.comment-edit-link {
}
.reply a:hover,
a.comment-edit-link:hover {
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */

#respond {
	overflow: visible;
	position: relative;
}
#respond p {
	padding:10px 30px 24px 20px;
	position:relative;
}
#respond p label {
	margin-left:20px;
}
#respond .comment-notes {
	margin:120px 0 0 670px;
	padding:10px 20px 10px 40px;
	background-color:#c2e5fa;
	width:300px;
	position:absolute;
	z-index:1;
}
h3#reply-title {
	margin: 18px 0;
	position:relative;
    z-index:4;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color:#0000ff;
}

#respond input[type=text]
{
    display:block;
    background:#daebf5;
    width:100%;
    padding:0;
    line-height:30px;
}

#respond .comment-form-author
{
    background-color:#9ed0e3;
    margin:-16px 10px 10px 30px;
    width:300px;
    z-index:3;
    height:60px;
}
#respond .comment-form-email
{
    background-color:#c2e5fa;
    margin:-114px 10px 10px 376px;
    width:300px;
    z-index:2;
    height:60px;
}
#respond .comment-form-url
{
    background-color:#c1dcea;
    margin:-10px 10px 10px 50px;
    float:none;
    width:600px;
    z-index:1;
    height:60px;
}
#respond .comment-form-comment
{
    clear:both;
	float:none;
    margin:-16px 20px 0 10px;
	padding:20px 40px 60px 40px;
	background:#daebf5 url(images/web_bg_watermark.png) no-repeat center bottom;
}
#respond textarea {
	width: 100%;
	background-color:#daebf5;
	border-width:0px;
	resize:vertical;
}
#respond .form-allowed-tags {
	font-size: 16px;
	line-height: 20px;
	padding: 16px 20px 16px 20px;
	margin:-60px -6px 0 0;
	background-color:#c7e3f4;
	display:block;
	width:340px;
	float:right;
}
#respond .form-allowed-tags code {
	display:block;
}
#respond .form-submit {
	margin: -70px 0 0 40px;
}
#respond .form-submit input {
	font-size: 16px;
	width: auto;
	background-color:#8ccff6;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
	font-size:16px;
	line-height:30px;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 0em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 100%;
}
.widget_search label {
	display: none;
}
.widget_search {
	text-align:center;
}
.widget_search input[type=text] 
{
    margin-top:30px;
    background-color:#daebf5;
}
.widget_search input[type=submit] 
{
    margin:-54px 0px 40px 100px;
    line-height:24px;
    display:block;
    background-color:#abd3f6;
}

.widget-container {
	margin: 0 0 6px 0;
	color: #041cce;
	padding:6px 30px 10px 30px;
	display:block;
	position:relative;
	padding-top:10px;
	padding-bottom:20px;	
}

.widget-0 .widget-container
{
	z-index:2;
	background-color:#c1dcea;
}

.widget-1 .widget-container
{
	z-index:3;
	background-color:#9ed0e3;
}

.widget-2 .widget-container
{
	z-index:2;
	background-color:#c7e3f4;
}

.widget-3 .widget-container
{
	z-index:1;
	background-color:#8ccff6;
}

.widget-title {
	font-weight: bold;
	color:#0808a4;
	text-align:center;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0px 0 0;
}
#main .widget-area ul ul {
	border: none;
	padding: 0;
}
#main .widget-area ul ul ul {
	margin-left: 1.3em;
}


/* =Footer
-------------------------------------------------------------- */

#footer 
{
    clear:both;
	margin:20px 80px 60px 0;
	padding:24px 0 18px 30px;
	background-color:#B9DAF7;
	float:right;
	width:200px;
	font-size:12px;
}

/* =Shadowed box - light Shadow
-------------------------------------------------------------- */

input[type="text"],
.entry-content,
.entry-summary,
#entry-author-info,
.entry-meta,
#branding,
#comments .comment-body,
.comment-form-comment,
#respond .comment-notes,
#footer
{
    border-width:0;
	-o-box-shadow:1px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.4);
	box-shadow:1px 1px 1px rgba(0,0,0,0.4);

}


/* =Shadowed box - heavy Shadow
-------------------------------------------------------------- */

.entry-title,
.widget-container,
input[type="submit"],
.entry-utility,
.comment-author,
.reply,
h3#comments-title,
h3#reply-title,
#respond .form-allowed-tags,
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url
{
	border-width:0;
	-o-box-shadow:1px 1px 2px rgba(0,0,0,0.6);
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.6);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.6);
	box-shadow:1px 1px 2px rgba(0,0,0,0.6);
}

/* =Lined Paper
-------------------------------------------------------------- */

.entry-content p,
.entry-summary p,
#comments .comment-body p,
/*.widget-area ul ul,*/
textarea
{
	/*text-decoration:underline;*/
	background-image:url(images/line.png);
	background-position:0px -7px;
	line-height:30px;
	font-size: 16px;
	padding-top:0;
	-o-background-attachment:local;
	-webkit-background-attachment:local;
	-moz-background-attachment:local;
	background-attachment:local;
}

/* Corner Images
-------------------------------------------------------------- */

.widget-container,
.entry-utility,
#branding,
.comment-author,
#respond .form-allowed-tags,
#respond .comment-notes,
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#footer
{
	background-image:url(images/web_bg_watermark_corner.png), url(images/web_bg_watermark_corner_top.png);
	background-repeat:no-repeat;
	background-position:right bottom, left top;
}

/* Buttons
-------------------------------------------------------------- */

input[type="submit"]
{
	color: #041cce;
	border: 0px solid #7b85e7;
	background: transparent url(images/button_bg.png) bottom left repeat-x;
	
	cursor:pointer;
	font-size:14px;
	text-align:center;
	font-weight0:bold;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:1px;
	margin-top:3px;
	
	-o-border-radius:1em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
}

input[type="submit"]:hover
{
}

input[type="submit"]:disabled
{
	color: #888;
	cursor:default;
	background: transparent;
	
	-o-box-shadow:-2px 2px 2px rgba(0,0,0,0.0);
	-moz-box-shadow:-2px 2px 2px rgba(0,0,0,0.0);
	-webkit-box-shadow:-2px 2px 2px rgba(0,0,0,0.0);
	box-shadow:-2px 2px 2px rgba(0,0,0,0.0);
}

input[type="submit"]:active
{
	-o-box-shadow:-2px 2px 2px rgba(0,0,0,0.0);
	-moz-box-shadow:-2px 2px 2px rgba(0,0,0,0.0);
	-webkit-box-shadow:-2px 2px 2px rgba(0,0,0,0.0);
	box-shadow:-2px 2px 2px rgba(0,0,0,0.0);
}


/* Rotated elements
-------------------------------------------------------------- */

/*.listed-title-container,*/
.page-title-container,
.widget-3 .widget-container,
.comment-author,
#respond .comment-form-url
{
	-o-transform: rotate(-1deg); 
	-webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
}

h3#comments-title,
#respond .comment-form-url input
{
	-o-transform: rotate(1deg); 
	-webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
}

.entry-meta,
.widget-2 .widget-container,
.widget-0 .widget-container,
.reply,
#respond .comment-form-email input,
#respond .comment-form-author
{
	-o-transform: rotate(2deg); 
	-webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
}

.widget_search input[type=text],
h3#reply-title,
#respond .comment-form-email,
#respond .comment-form-author input
{
	-o-transform: rotate(-2deg); 
	-webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
}

.widget_search input[type=submit]
{
	-o-transform: rotate(10deg); 
	-webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
}

.widget-1 .widget-container
{
	-o-transform: rotate(-3deg); 
	-webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
}



/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}