/*
Theme Name: Sunny Blue Sky PRO
Description: A blue wordpress theme includes a cloudy blue sky and sun that is shining and good looking. Features widgetized multilevel menu, social icons, Twitter/Facebook widget and threaded commments.
Tags: blue,white,light,two-columns,right-sidebar,featured-images,fixed-width,custom-background,custom-header,custom-menu,editor-style,sticky-post,threaded-comments,theme-options,holiday,seasonal
Version: 1.1
Author: Robert Brown
Author URI: http://www.dinozoom.com/
Theme URI: http://wordpress.org/extend/themes/sunny-blue-sky
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Reset
------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	min-width: 960px;
	font-size: 0.75em;
	line-height: 1.5em;
}
a, span, strong {font-size: 1em;}
span {color: inherit;}
a, a:visited {color: #00A8CC; text-decoration: none;}
a:hover {color: #00468C; text-decoration: none;}
img {border: none;}
html {height: 100.01%;}

/* basic text elements */
h1 {margin-bottom: 0; color: #09F; font-weight: normal; font-size: 2em; font-family: Arial,sans-serif; line-height: 1.5em; }
h2 {margin: 0; color: #666; font-weight: normal; font-size: 1.833em; font-family: Arial,sans-serif; line-height: 1.3em;}
h3 {margin: 1em 0; font-size: 1.5em; font-weight: normal; font-family: Arial,sans-serif; line-height: 1.3em;}
h4 {margin: 1em 0; color: #666; font-size: 1.25em; line-height: 1.3em;}
p {margin: 1em 0;}
ul, ol {margin: 1em 0;}
ul li {margin: 5px 0;}
ol li {margin: 5px 0; display: list-item;}

/* basic form elements */
fieldset {border: none;}
legend {border: none; font-weight: bold;}
label {display: block; float: left; clear: left; width: 150px; margin: 5px 0;}
input, textarea, select {margin: 5px 0 5px 0; padding: 5px 10px 4px 10px; border: 1px solid #ccc; background: #fff url("images/input-bg.png") top repeat-x; color: #999; vertical-align: middle;}
	input.chk, input.radio {width: auto; border: none;}
textarea {width: 550px; height: 150px;}
button {height: 25px; margin: 0; padding: 0 10px; border: none; background: #b1e54c; color: #fff; font: bold 1.083em/25px Arial,sans-serif; cursor: pointer; vertical-align: middle;}
legend {display: none;}


/* layout
------------------------------------------- */
.font-1,
.header-menu ul.menu > li > a span span
{
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight: 400;
	font-size:20px;
}
body {
	padding-bottom: 20px;
	background:#BAF0F0 url(images/body-bg.jpg) top center repeat-y fixed;
}

.header-cont {
	position:relative;
	margin:0 auto;
	width: 972px; height: 160px;
}
.header {
	position:absolute;
	width: 972px; height: 180px; margin:0 auto;
}
.header .logo {
	float:left;
	padding:10px 20px 0 10px;
}
.header .sitetitle {
	float:left;
	margin-top:40px;
}
.header .sitetitle a,
.header .sitetitle span {
	display:block;
	color: #57CDCA;
	font-size:38px;
	font-weight:bold;
	text-decoration: none; letter-spacing: 0;
	text-shadow: #000 -1px -1px 1px, #fff 1px 1px 1px;
}
.header .sitetitle .name {
	margin-bottom:15px;
}
.header .sitetitle .desc span {
	font-size:15px;
}

.header .header-search-box { display:none; position:absolute; top:130px; right:-13px; width:260px;}
/* main menu (custom) */
.header-menu {
	margin:0 auto;
	position:relative;
	padding:13px 0 0 70px;
	width:1000px;
	height:55px;
	background:url(images/bg-top.png) no-repeat top center;
}
.header-menu ul.menu {
	margin:0;
	padding:0;
	list-style: none;
}
.header-menu ul.menu li {float: left; position: relative; height: 30px; margin:15px 0 0 0; padding: 0; background: url(images/menu-sep.png) right top no-repeat;}
.header-menu ul.menu li:last-child { background:none; }
.header-menu ul.menu>li>a {float: left; position: relative; z-index: 2; height: 30px; padding: 0; text-decoration: none;}
.header-menu ul.menu>li>span a {float: left; height: 30px;}
.header-menu ul.menu>li>a span span {float: left; height: 40px; padding: 0 15px 0 8px; color: #078196; text-shadow: #CCC 1px 1px 2px; text-transform: uppercase;}
.header-menu ul.menu>li>a:hover, .header-menu ul.menu>li:hover>a, .header-menu ul.menu>li.current_page_item>a, .header-menu ul.menu>li.current-menu-item>a {height: 44px; background-position: right -44px;}
.header-menu ul.menu>li>span a:hover, .header-menu ul.menu>li:hover>span a, .header-menu ul.menu>li.current_page_item>span a, .header-menu ul.menu>li.current-menu-item>span a {height: 44px;}
.header-menu ul.menu>li>a:hover span span, .header-menu ul.menu>li:hover>a span span, .header-menu ul.menu>li.current_page_item>a span span, .header-menu ul.menu>li.current-menu-item>a span span {height: 44px; color: #00508A; text-shadow:#57CDCA 1px 1px 2px;}
.header-menu ul.menu li ul {
	display: none;
	position:absolute; left:0; top: 27px;
	z-index: 1; list-style: none;
	width: 180px; margin: 0 0 0 2px; padding: 0;
	background: #fff;
	border:#CCC 1px solid;
	-moz-border-radius: 0px 0px 14px 14px;
	-webkit-border-radius: 0px 0px 14px 14px;
	border-radius: 0px 0px 14px 14px;
	-moz-box-shadow: 0px 5px 9px #5e5e5e;
	-webkit-box-shadow: 0px 5px 9px #5e5e5e;
	box-shadow: 0px 5px 9px #5e5e5e;
}
.header-menu ul.menu>li:hover>ul {/*display: block;*/}
.header-menu ul.menu li ul li {float: none; height: auto; padding: 0; margin: 0; background: none;}
.header-menu ul.menu li ul li a {
	display: block;
	float: none; height: auto; padding: 5px 15px;
	color: #069;
	text-decoration: none;
}
.header-menu ul.menu li ul li a:hover, .header-menu ul.menu li ul li:hover>a { color: #333; padding: 5px 15px; height: auto;}
.header-menu ul.menu>li>ul>li>ul {
	display: none; left: 180px; top: 0; margin: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 5px 8px #6e6c6d;
	-webkit-box-shadow: 0px 5px 8px #6e6c6d;
	box-shadow: 0px 5px 8px #6e6c6d;
}
.header-menu ul.menu>li>ul>li:hover>ul {/*display: block;*/}
/* header menu home+search buttons */
.header-menu .home-button {
	position:absolute;
	top:25px;
	left:40px;
	height:28px;
	width:28px;
	display:block;
	text-indent:-9999px;
}
.header-menu .search-button {
	cursor:pointer;
	position:absolute;
	top:25px;
	right:45px;
	height:28px;
	width:25px;
	display:block;
	text-indent:-9999px;
}
/* Top Menu*/
.topmenu {
	position:absolute;
	top:0;
	right:0;
	height:25px;
	display:block;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background:url(images/bg-top.png) no-repeat;
	background-position:-50px -30px;
}

.topmenu ul {
	margin:0;
}
.topmenu ul li {
	float:left;
	list-style:none;
	margin:0 5px 0 10px;
}
.topmenu ul li a {
	color:#fff;
	font-weight:bold;
}

/* ------------  */
.main-body {	
	width:1000px;
	margin:0 auto; 
	padding:0; 
	background:url(images/bg-body.png) repeat-y center;
}
.content {
	float:left;
	margin-left:30px;
	width:670px;
}
body.page-template-page-nosidebar-php .content {
	width:940px;
}
.sidebar {float: right; width: 273px; padding: 0 20px 0 0;}
.sidebar ul {margin: 0; padding: 0; list-style: none;}
.sidebar ul li {margin: 0 0 20px 0; padding: 0;}
.sidebar ul li h3.widget-heading {
	margin: 0;
	padding:5px 0 0 24px;
	width:285px; height:38px;
	background: url(images/widget-heading.png) top right no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}
.sidebar ul li ul {margin:0;}
.sidebar ul li ul li {margin: 0; padding: 0;}
.sidebar ul li ul li a {display: block; padding: 5px 0 5px 20px; border-bottom: 1px solid #ddd; background: url(images/bullet-blue.png) 4px 7px no-repeat;}
.sidebar ul li ul li a:hover {background-color: #eee; color: #666;}
.sidebar ul li ul li ul {margin: 0;}
.sidebar ul li ul li ul a {padding-left: 30px; background-image: url(images/bullet-orange.png); background-position: 15px 7px;}
.sidebar ul li ul li ul ul a {padding-left: 40px; background-image: url(images/bullet-yellow.png); background-position: 25px 7px;}

/* recent posts widget */
.retro-recent li.item {
	list-style:none !important;
	position:relative;
	display:block;
	margin-bottom:15px;
}
.retro-recent li.item .thumb {
	float:left;
	margin-right:10px;
}
.retro-recent li.item .thumb .avatar {
	margin:0;
}
.retro-recent li.item a {
	background:none;
	border:none;
	padding:0;
}

.retro-recent li.item .post-title b {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:13px;
	color:#DD6E0F;
	border-bottom:#DD6E0F dotted 1px;
}
.retro-recent li.item .date {
	font-size:10px;
	color:#999;
}
.retro-recent li.item .excerpt {
	font-size:11px;
}
.retro-recent li.item .comment-count {
	position:absolute;
	display:block;
	background:url(images/bg-top.png) -16px -35px;
	color:#333;
	top:-11px;
	left:-6px;
	text-align: center;
	font-family: 'Ubuntu Condensed', sans-serif;
	text-shadow: 1px 1px 1px #fff;
	border-radius: 5px;
	padding:0 5px 0 5px;
}
.retro-recent li.item .more {
	font-size:12px;
	font-weight:bold;
	float:right;
	margin-right:5px;
}

/* sidebar : about-me */
ul.social-widget {
	text-align:center;
}
ul.about-me-widget li {
	padding:5px !important;
}

/* sidebar : about-me */
ul.about-me-widget img {
	padding-right:10px;
}
ul.about-me-widget li {
	padding:5px !important;
}

/* sidebar : ad widget */
ul.ad-widget li {
	float:left;
}
ul.ad-widget li a {
	background:none !important;
	border:none !important;
	padding:3px !important;
}
/* sidebar : twitter widget */
.twtr-widget-profile h3, .twtr-widget-profile h4 {
	clear:none;
}
.twtr-ft img {
	display:none;
}
.twtr-join-conv {
	display:block;
	background: url(images/follow-me-twitter.png) no-repeat;
	width:145px;
	height:0;
	padding-top:50px;
	overflow: hidden;
}
.twtr-ft {
	margin-bottom: -13px;
}
/* footer */
.footer {
	margin:0 auto;
	padding-top:30px;
	width:1001px;
	height:40px;
	background:url(images/bg-bottom.png) center top no-repeat;
}
.footer span {
	float:left;
	padding-left:20px;
	font-weight:bold;
	color:#7ABBC6;
}
.footer .by {
	margin-top:20px;
}
.footer .by-logo {
	width:150px;
	height:50px;
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
.footer .by-logo:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.footer .by .l {
	float:left;
	background-image: url(images/by-wp.png);
	width:150px;
}
.footer .by .r {
	float:right;
	background-image: url(images/by.png);
}
.footer .credits span {
	width:99%;
	text-align:center;
	font-weight: 400;
}
.footer .credits span a {
	color:#7ABBC6;
}

/* footer widgets*/
.footer .inner {
	margin-left:25px;
}
.footer .bottom-quotation {
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	color:#518E99;
	font-size:25px;
	margin:20px;
	line-height:normal;
}
.footer .bottom-quotation .author {
	text-align:right;
	padding-right:20px
}

.footer .footer-widget {
	float:left;
	width:300px;
	overflow:hidden;
}
.footer .footer-widget h3 {
	color:#518E99;
	text-align:center;
	background:url(images/footer_divider.png) no-repeat center 2px;
	height:42px;
	margin:5px 0 5px 0;
}
.footer .footer-widget.center {
	margin:0 25px 0 25px;
}
/* footer widgets & Tag Cloud */
.wp-tag-cloud {
	text-align:center;
}
.wp-tag-cloud ul {
	margin: 0 auto;
}
.wp-tag-cloud li,
.widgetBlock ul.wp-tag-cloud li {
	display:inline-block;
	margin:0 5px 3px 0;
	border:none;
	padding:0;
}
.wp-tag-cloud li a,
.wp-tag-cloud li a:visited {
	display:block;
	color:#333;
	font-size:11px;
	font-weight:bold;
	padding:2px 5px 0 3px;
}


/* reusable classes
------------------------------------------- */
/* home page*/
.post-container-home {
	float:left;
	width:320px;
	position:relative;
	padding-bottom:10px;
	background:url(images/hr-sep-shadow.png) bottom center no-repeat;
	margin:0 10px 30px 0;
}
.post-container-home h2 a {
	font-size:17px;
}

.post-container-home .pagination {
	display:none;
}

.post-container-home .entry-date {
	left:1px;
	bottom:-35px;
	top:auto;
}
.post-container-home .comment-bubble {
	left:35px;
	bottom:-27px;
	top:auto;
}
.post-container-home .post {
	margin-bottom:10px;
	overflow:inherit;
}
.post-container-home a.more-home {
	color:#FFF;
	background:url(images/bg-top.png) -50px -25px;
	padding:5px;
	position:absolute;
	right:3px;
	bottom:-22px;
	z-index:1;
}
/* normal */
.post-container { position:relative; padding-bottom:10px; background:url(images/hr-sep-shadow.png) bottom center no-repeat; }
.secret {display: none;}
.hentry { position:relative; }
.post {
	overflow: hidden;
	margin: 15px 0 30px 0;
}
.post input {
	color:#666;
}
/*entry-date*/
.entry-date {
	cursor:help;
	position:absolute;
	top:8px;
	left:-50px;
	width:30px;
	height:40px;
	color:#9acaca;
	font-size:20px;
	text-align:center;
}
.entry-date .d {
	font-weight:bold;
}
.entry-date .m {
	font-size:12px;
}
/* comment bubble */
.comment-bubble {
	position:absolute;
	top:-20px;
	right:0;
	width:46px;
	height:34px;
	background:url(images/comment-bubble.png) no-repeat;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
.comment-bubble:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.comment-bubble span {
	cursor:help;
	font-size:12px;
	font-weight:bold;
}
.comment-bubble .count {
	display:block;
	width:30px;
	padding:6px 0 0 3px;
	text-align:center;
}
.comment-bubble span {
	cursor:help;
	font-size:13px;
	font-weight:bold;
}
.comment-bubble span,
.comment-bubble span a {
	color:#AAAAAA;
}
/**/
.post h2 {
	margin: 0;
	font-size:24px;
}
.more-link {float: right; margin-top:10px; }

p.meta span, p.tags span {float: left; padding: 0 15px 0 19px; background: url("images/icons.png") no-repeat; line-height: 18px; }
p.meta span.date {background-position: 0 -20px; color: #333;}
p.meta span.author {background-position: 0 -1px;}
p.meta span.cats {background-position: 0 -43px;}
p.meta span.tags {background-position: 0 -64px;}
p.meta span.comments {background-position: 0 -84px;}
p.meta span.comments span { background:none; padding:0;}

#recentcomments ul {list-style: none;}
#recentcomments li a {display: inline; margin: 0; padding: 0; border: none; background: none;}
#recentcomments li a:hover {text-decoration: underline; background: none;}
#recentcomments li {padding: 5px 0; border-bottom: 1px solid #ddd;}

/* Pagination */
/* Pagination: Post parts*/
.content p.pagination {
	padding: 10px 0 5px 0; margin-bottom:0; background: url("images/hr-sep-shadow.png") center top no-repeat; font-size:18px; color: #aaa; text-align: center; word-spacing:5px; }
.content p.pagination a {color:#333; }
.content p.pagination .i {
	display:inline-block;
	width:16px;
	height:16px;
    background:url("images/icons.png") no-repeat;
	background-position:0 -108px;
}
/* Pagination: Comments*/
.comments-paginate {
	display:block;
	text-align:center;
}
/* Pagination index, archive pages */
.a-pagination {
	text-align:center;
}
.a-pagination .l,
.a-pagination .r {
	display:inline-block;
	background-image:url(images/bg-top.png);
	width:37px;
	height:46px;
	padding-top:10px;
}
.a-pagination .l {
	background-position:3px -20px;
}
.a-pagination .r {
	background-position:-995px -20px;
}

.a-pagination .n {
	background:url(images/bg-top.png) -50px -7px;
	display:inline-block;
	height:37px;
	padding-top:20px;
}

.a-pagination .page-numbers {
	color:#FFF;
	display:inline;
	padding:0 5px 0 5px;
	font-size:20px;
	font-weight:normal;
}

.a-pagination span.current {
	color:#005151;
}


/*----------Wordpress styles--------------*/

.wp-caption {width: 280px; margin: 0; padding: 5px; border: 1px solid #ddd; background: #fafafa;}
.wp-caption.alignleft {float: left; margin-right: 15px;}
.wp-caption.alignright {float: right; margin-left: 15px;}
.wp-caption a {text-decoration: none;}
.wp-caption p.wp-caption-text {margin: 0.5em 0; font-size: 0.917em;}

/* Comment Form Global Style */
#respond {
	width:250px;
}
.comment-notes,
.form-allowed-tags {
	display:block;
	font-family:"Lucida Console", Monaco, monospace;
	font-size:10px;
	color:#999;
}
.form-allowed-tags {
	display:none;
}

#respond input,
#respond textarea {
	display:block;
	clear:both;
	width:250px;
	height:30px;
	padding:0;
	margin:0;
}
#respond label {
	float:left;
	width:auto;
	background:#E0E0E0;
} 
#respond textarea {
	height:120px;
}
#respond input#submit {
	height:37px;
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}
/* Main comment form */
.comment-form .required { display:none; }
.comment-form #respond {
	width:565px;
}
.comment-form label {
	display:none;
}
.comment-form #respond input,
.comment-form #respond textarea {
	float:right;
	background:none;
	border:none;
	width:130px;
	height:47px;
	padding-right:20px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	float:left;
	width:187px;
	margin:0;
	text-align:center;
	background:url(images/bg-comment-author-info.png) no-repeat left top;
}
.comment-form .comment-form-email {
	background-position:center;

}
.comment-form .comment-form-url {
	background-position:right;
}
.comment-form .comment-form-comment {
	clear:both;
	display:block;
	width:561px;
	height:151px;
	margin:0;
	padding:0;
	background:url(images/bg-comment-text.png) no-repeat left top;
}
.comment-form textarea#comment {
	width:525px;
	height:100px;
	padding-top:25px;
	margin:0 auto;
}
.comment-form .form-submit {
	display:block;
	height:50px;
}
.comment-form #respond p.form-submit input#submit {
	color:#FFF;
	cursor:pointer;
	width:200px;
	height:35px;
	padding:0;
	margin-right:10px;
	border:#CCC 1px solid;
	background:url(images/btn-grad-m.png) repeat-x;
	font-size:16px;
	font-weight:bold;
	-webkit-border-radius: 5px;    /* CSS3 rounded borders for Safari                    */
    -moz-border-radius: 5px;       /* CSS3 rounded borders for Firefox                   */
    border-radius: 5px;

}
.comment-form #respond p.form-submit input#submit:hover {
	background-position:bottom;
}

/* Comment Closed */
p.nocomments {	
	font-weight:bold;
	font-style:italic;
}
/* Comment List */
.commentlist { margin:0; }
.commentlist ul { list-style-type: none; }
.commentlist li {
	display:block;
	margin:0 0 5px 0;
	padding:0;
	overflow:hidden;
}
.commentlist li .comment-body {
	position:relative;
	padding:20px 0;
}
.commentlist .comment-author {
	float:left;
}
.commentlist li img.photo {
	float:left;
	margin:0 10px 5px 0;
	border:#ccc 1px solid;
	padding:2px;
}
.commentlist .comment-author .fn {
	display:none;
	position:absolute;
	top:-2px;
	left:0;
	width:300px;
}
.commentlist .comment-body:hover .fn {
	display:inline;
}
.commentlist .comment-author .says {
	display:none;
}
.commentlist li p img {
	display:inline;
}
.commentlist li p {
	padding:0 0 3px 0;
	margin-top:0;
}
.commentlist li .commentmetadata {	
	font-size:11px;
	padding-bottom:15px;
	display:none;
	position:absolute;
	right:0;
	bottom:0;
}
.commentlist .comment-body:hover .commentmetadata {
	display:inline;
}


.commentlist li a {color:#999; border-bottom:#CCC 1px dotted;}
.commentlist li a:hover {color: #333;}
/*reply link*/
.commentlist li .reply {
	display:block;
	height:30px;
	padding-top:10px;
}
.commentlist li .comment-reply-link { padding:2px; display:none; font-size:11px; }
.commentlist .comment-body:hover .comment-reply-link {
	display:inline;
}
.commentlist #cancel-comment-reply-link {
	padding:3px;
	font-size:12px;
}
/**/
ul.children {
	padding-left:5px;
}
.depth-1 > .comment-body {
	background:url(images/hr-sep-shadow.png) bottom center no-repeat;
}
.comment-body ul li {
	padding: 0 0 0 5px;
	margin:0px;
	overflow:visible;
}
.comment-body ol li {
	padding: 0 0 0 5px;
	margin:0px;
	overflow:visible;
}
.comment-body ul {margin: 5px 0 7px 25px; list-style-type:disc; clear: both;}
.comment-body ol {margin: 5px 0 7px 25px; list-style-type:decimal; clear: both;}

/*additional style*/
s {color: #000;}
.archive-title { color:#CCC; }
.sticky {border-left: 3px solid #BAF0F0; padding-left: 13px;}

/* buttons */
.button, .button:visited {
	color:#FFF;
}
.button:hover {
	color:#CCC;
}

.button-large {
	font-size:10px;
	font-weight:normal;
	padding:2px 4px;
}

.button-small {
	display:block;
	background:url(images/btn-grad-s.png) repeat-x;
	height:19px;
	padding:3px 15px 3px 5px;
	font-size:10px;
	font-weight:normal;
}
.button-small:hover {
	background-position:bottom;
	color:#126E7F;
}
.button-small span {
	float:right;
	display:block;
	background:url(images/icon-play-s.png) 0 -3px no-repeat;
	width:16px;
	height:25px;
	margin:0 0 0 5px;
}

.page-numbers,
.comment-reply-link,
#cancel-comment-reply-link {
}
.page-numbers:hover,
.comment-reply-link:hover,
#cancel-comment-reply-link:hover {
	color:#000;
}
.page-numbers:active,
.comment-reply-link:active,
.button:active {
	position:relative;
	top:1px;
}

/* search form */
.searchform {
	height:35px;
	margin:0;
	padding:0;
	background: url("images/bg-search.png") left no-repeat;
	overflow: hidden;
}
.searchform fieldset {white-space: nowrap;}
.searchform #s {
	width:190px;
	background:none;
	border:none;
	padding:5px 5px 0 10px;
}
.searchform #searchsubmit {
	width:30px;
	background:none;
	border:none;
	color:#333;
	text-indent:-9999px;
}
/*scroll-to-top*/
.scroll-to-top {
	background: url("images/scroll-to-top.png") no-repeat scroll 0 0 transparent;
	bottom: 25%;
	right:0;
	cursor: pointer;
	display: none;
	width: 66px;
	height: 66px;
	opacity: .4;
	position: fixed;
	right: 15px;
	z-index: 999;
	text-indent:9999px;
}
.scroll-to-top:hover {
	opacity: .5;	
}
/**/
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 603px;
	height:auto;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
	padding: 0;
}
.bypostauthor {}
.clear {clear: both;}
img {
	margin: 0;
	max-width: 603px;
	height: auto;
}
.attachment img {
	max-width:940px;
}
.gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

#gallery-1 dl {
	width:auto !important;
   /* polaroid style */
	background: #fff;
	padding: 15px 15px 30px 15px;
	margin: 5px 10px 20px 10px;
	text-align: center;	
	-moz-box-shadow: 1px 1px 3px #222;
	-moz-transform: rotate(-5deg);
	-webkit-box-shadow: 1px 1px 3px #222;
	-webkit-transform: rotate(-5deg);
	box-shadow: 1px 1px 3px #222;
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

#gallery-1 dl dt {
   padding: 0;
}
		
#gallery-1 dl dd {
   padding:0 0 5px 10px;
}
.gallery-item img {margin: 0 auto;}
/*thumbnail*/
.wp-post-image {float: left; margin: 0 9px 7px 0; max-width: 603px; height: auto;}

/* Image testing */
.alignright {
float:right;
margin:0 0 10px 10px;
}
.alignleft {
float:left;
margin:0 10px 10px 0;
}
.aligncenter {
clear: both;
display: block;
margin:0 auto 10px;
}
.alignnone {
margin-bottom:10px;
margin-right: 5px;
}
.size-thumbnail {
margin-right:8px;
display:inline;
}

.sidebar ul ul {
margin:0 0 0 0.35em;
}

.sidebar ul ul ul {
margin:0 0 0 0.7em;
}



/* calender */
table#wp-calendar {
width:100%;
}

table#wp-calendar td,
table#wp-calendar th {
padding:1px;
text-align:center;
}
/*tags*/
q {
	font-style:italic;
}
blockquote {
	font-style:italic;
	margin-left: 15px;
	padding-left: 5px;
	border-left: 1px solid #bbbbbb;
}
ul, ol {
	margin-left: 42px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ol ol {
    list-style: upper-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

dt {
	font-weight:bold;
}

dt, dd {
	margin:0;
	padding:0;
}
dd {
	margin-bottom:1.5em;
}

dl, pre {
	font-size:1em;
	margin:1.5em 0;
	padding:0;
	line-height:1.5em;
}


big {
	position:relative;
	top:.1em;
	font-size:2em;
}

ins {
	text-decoration:none;
	background-color:#fffabf;
	background-color:#bfffc5;
}

sub, sup {line-height:1.2em;}

/*table*/
.content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
.content tr th,
.content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
.content tr:hover {
	background:#FFC;
}
.content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
.content tr.odd td {
	background: #F2F7FC;
}

h1, h2, h3, h4, h5, h6 {clear: both;}


pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.content pre,
.content kbd,
.content tt,
.content var {
	font-size: 15px;
	line-height: 21px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

/* slideshow */
#slide-container{
    width:   665px; 
	height:  350px;
	margin-bottom: 25px;
}

#slide-container img{
	width: 100%;
}