/*
	Theme Name: FunDay
	Theme URI:http://www.dynamicwp.net/free-themes/fun-day-theme/
	Description: FunDay Theme with theme options page. Fixed-width, widget ready, two colums, right sidebar, support hierarchical categories. Compatible with Wordpress 2.8 and higher.
	Author: dynamicwp team
	Author URI: http://www.dynamicwp.net
	Version: 1.0.0
	Tags: blue, two-columns, fixed-width, theme-options, threaded-comments
*/

/* ---------------------------------------------------------------- 
 *  RESETS
 * ---------------------------------------------------------------- 
*/ 
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, dl, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	color: #4b4e4c;
	font: 14px/20px Arial, Helvetica, sans-serif;
	background:#00bff3 url(images/bg-body.png) repeat-x 0 0;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote {
	margin: 10px 10px;
	font-style: italic;
	padding-left: 20px;
	border-left:3px solid #CCCCCC;
}
#content blockquote p{
	padding-bottom: 0;
}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #333;
}

big{ font-size: 130%;}

cite{font-style: italic;}

code , kbd{font-family: Geneva,Trebuchet MS,Lucida,Arial,sans-serif;}

sub {
bottom:-0.2em;
position:relative;
vertical-align:baseline;
}
sup {
bottom:0.3em;
position:relative;
vertical-align:baseline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	display: none;
}

table, th, td, tr{ padding: 7px 11px; border: 1px solid #D8D8D8; border-collapse: collapse;}
th{ background: #464646; color: #FFF; text-transform: uppercase;}
td a{	display: block;}

address { font-style: italic;}
.right, .alignright {
	float: right;
}
.left, .alignleft{
	float: left;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
/* ---------------------------------------------------------------- 
 *  Links
 * ---------------------------------------------------------------- 
*/ 
a:link, a:visited {
	color: #00A1C9;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #00A1C9;
	text-decoration: none;
}
h2 a:link, h2 a:visited {
	color: #363d38;
	text-decoration: none;
}
h2 a:hover {
	color: #00A1C9;
	text-decoration: none;
}
h2 a:active {
	color: #363d38;
	text-decoration: none;
}

.footer_wrap a:hover{
	color: #DFDFDF;
	background-color:#333333;
}

.navigation a{color: #FFF; font-weight: bold;}
.navigation a:hover{color: #000;}
/* ---------------------------------------------------------------- 
 *  Headings
 * ---------------------------------------------------------------- 
*/ 
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Trebuchet MS, Arial, serif;
	font-weight: normal;
}
h2 {
	font-size: 25px;
	margin-bottom: 20px;
	padding: 0;
	line-height: 29px;
}
h2.sidehead {
	font-size: 17px;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	padding: 8px 0;
	padding-top: 12px;
	padding-left: 15px;
	text-transform: lowercase;
	text-transform: capitalize;
	margin:0 -15px 0.75em -15px;
	background-color:#FFFFFF;
	color:#000;
}

.footer_wrap h2.sidehead{
	border: none;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	color: #666;
	background:none;
}


h2.pagetitle{
	border: none;
	margin: 10px 0 0 0;
	font-size: 17px;
}

h1{
	padding: 0;
	font-size:3em;
	line-height:1;
	margin:0 0 0.5em 0;
}

h3{
	line-height:1;
	margin: 0 0 1em 0;
	font-size: 1.5em;
}

h4{
	padding:0;
	font-size:1.2em;
	line-height:1.25;
	margin: 0 0 1.25em 0;
	font-style: normal;
	color: #4B4E4C;
}

h5{
	padding: 0;
	font-size:.95em;
	font-weight:bold;
	margin-bottom:1.5em;
}

h6{
	font-size:.8em;
	font-weight:bold;
}
/* ---------------------------------------------------------------- 
 *  Div Wrappers
 * ---------------------------------------------------------------- 
*/ 
#header_wrap {
	position: relative;
	min-width: 1020px;
	background-color:#fff;
}
#header_wrap_home {
	background: #fff url(images/backgrow.png) repeat-x;
	height: 398px;
	position: relative;
	padding-bottom: 100px;
	min-width: 1020px;
}
#content_wrap {
	position: relative;
	min-width: 1020px;
	background: url(images/cloud.png) repeat-x top center;
}
body.home #content_wrap {
	padding: 30px 0;
}
.footer_wrap {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

.footer-page-list{
	position:relative;
	background-color: #666;
}

.footer-page-list .footer_wrap{ padding: 15px 0;}
/* ---------------------------------------------------------------- 
 *  Header
 * ---------------------------------------------------------------- 
*/ 
#header {
	width: 980px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}

.logo {
	position: absolute;
	top: 80px;
	left: 0px;
	display: block;
	z-index: 8;
}

#search_wrap{
	position: absolute;
	right: 0;
	top: 7px;
}

.footer_wrap #search_wrap { margin-top: 10px;}

#searchform {
	width: 300px;
	height: 38px;
	position:relative;
}

.sidebar-widget #searchform{ width: 263px;}
#searchform #s {
	width: 242px;
	height: 16px;
	font-size: 15px;
	padding: 8px 10px 10px 10px;
	background: url(images/search_i.png) no-repeat 0 0;
	border: none;
	position: absolute;
	left: 0;
	top: 0;
}

.sidebar-widget #searchform #s {width: 205px;}
#searchform #button {
	width: 38px;
	height: 32px;
	text-indent: -9999px;
	background: url(images/search_b.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
/* ---------------------------------------------------------------- 
 *  Navigation
 * ---------------------------------------------------------------- 
*/ 
#navigation {
	height: 36px;
	padding-top: 9px

}
.current_page_item, #navigation a:hover{ background-color:#ff00c6; color:#fff; -moz-border-radius:5px; -webkit-border-radius: 5px; border-radius: 5px;  border-right:2px solid transparent;}
#navigation li.current_page_item a  {color:#fff; border:none;}
#navigation li{
	float: left;
	margin-right: 5px;
}

#navigation a{
	color: #000;
	font-size: 14px;
	padding: 5px;
	display: block;
	text-transform: capitalize;
	font-weight:bold;
	border-right:2px solid #ff00c6;
}

#navigation li:first-child a{
	padding-left: 10px;
}
.footer_wrap #navigation a{ color: #000;}
.footer_wrap #navigation a:hover{ color: #fff;}

#navigation a:hover, #navigation a.current {
	background-position: 0 0;
}

div.jqueryslidemenu{
font: bold 12px Verdana;
z-index: 1000;
padding-top: 14px;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 1000;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
z-index: 1000;
border-bottom:2px solid #fff;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block; /*background of tabs (default state)*/
padding: 10px;
border-right: 0px solid #778;
color: #fff;
text-decoration: none;
z-index: 1000;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
z-index: 1000;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
z-index: 1000;
}

.jqueryslidemenu ul li li a:link, .jqueryslidemenu ul li li a:visited{
color: #000;
z-index: 1000;
font-weight:bold;
}
.current-cat{ background-color:#FFFFFF;}
.jqueryslidemenu ul li.current-cat a{ color:#000;}
.jqueryslidemenu ul li a:hover {
background: #fff; /*tab link background during hover state*/
color: #000;
z-index: 1000;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
z-index: 1000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
min-height: 33px;
z-index: 1000;
}

.jqueryslidemenu ul li ul li li:first-child{
margin-top: 0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
z-index: 1000;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
background: transparent url(images/trans_item.png) repeat scroll left top;
padding: 7px 0 0 10px;
height: 26px;
font: normal 13px Verdana;
width: 140px; /*width of sub menus*/
margin: 0;
border-top-width: 0;
z-index: 1000;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
z-index: 1000;
}


.downarrowclass{
position: absolute;
top: 23px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 12px;
right: 5px;
}
/* ---------------------------------------------------------------- 
 *  Content
 * ---------------------------------------------------------------- 
*/ 
#content {
	width: 980px;
	padding: 10px 0 73px 0;
	position: relative;
	background:url(images/bg-main.jpg) no-repeat bottom center;
	margin: 0 auto;
}
#content p {
	padding-bottom: 15px;
}
/* ---------------------------------------------------------------- 
 *  Page
 * ---------------------------------------------------------------- 
*/ 
#page {
	width: 660px;
	float: left;
	position: relative;
	padding: 150px 0 20px 0;
	background:url(images/shine.png) no-repeat top center;
}

/* ---------------------------------------------------------------- 
 *  Sidebar
 * ---------------------------------------------------------------- 
*/ 
.sidebar {
	width: 298px;
	float: right;
	position: relative;
}

.sidebar_top{ height: 10px; margin: 0 10px; position: relative; background: none repeat-x 0 -20px;}
.sidebar_topl{ height: 10px; width: 10px; position: absolute; left: -10px; background: none no-repeat 0 0;} 
.sidebar_topr{ height: 10px; width: 10px; position: absolute; right: -10px; background: none no-repeat -10px 0;}
.sidebar { background: url(images/bg-sidebar.png) repeat 0 0; border-top :1px solid #fff; border-left :1px solid #fff; margin-top:40px; -moz-border-radius:10px;	-webkit-border-radius: 10px;  border-radius: 10px; }
.sidebar_inner_wrap { background: none repeat-y 0 100%;	padding-bottom: 60px; padding-left: 15px; padding-right: 15px;}
.sidebar .home_post p { padding-bottom: 0px; }
.sidebar .side_inner ul,.footer-left ul, .footer-center ul, .footer-right ul{	margin-bottom: 15px;}
.sidebar .side_inner .children, .sidebar .side_inner .page_item ul, .footer-left li ul, .footer-center li ul, .footer-right li ul{ margin-bottom: 0;	margin-left: 20px; }
.sidebar .side_inner li { border-bottom: 1px solid #fff; display: block; margin: 0; padding: 5px 0 5px 0;	}
.sidebar .side_inner .children li, .sidebar .side_inner .page_item ul li, .footer-left li li, .footer-center li li, .footer-right li li{
	border-bottom: none;
}

.sidebar .side_inner li a {
	font-size: 12px;
	color: #000;

}
.sidebar .side_inner li a:link, .sidebar .side_inner li a:visited {
	cursor: pointer;
	color: #363d38;
	text-decoration: none;
}
.sidebar .side_inner li a:hover {
	color: #fff;
	text-decoration: none;
}
.sidebar .side_inner li a:active {
	cursor: pointer;
	color: #363d38;
}
.sidebar .side_inner li.current-cat, .sidebar .side_inner li.current_page_item {
	color: #333;
	background-image: none;
	background: #f9f9f9;
}
.sidebar .side_inner li.current-cat, .sidebar .side_inner li.current_page_item li{
	/*background-image: none;
	background: none;*/
}
.sidebar .side_inner li.current-cat a:hover, .sidebar .side_inner li.current_page_item a:hover {
	color: #333;
}
.sidebar .side_inner li.recentcomments {
	padding: 5px 0 5px 0;
}

.sidebar .side_inner li.recentcomments a{
	background: none;
}

.sidebar .side_inner h1{
	padding: 0;
	font-size:3em;
	line-height:1;
	margin:0 0 0.5em 0;
}

.sidebar .side_inner h3{
	padding: 0;
	font-size:1.5em;
	line-height:1;
	margin: 0 0 1em 0;
}

.sidebar .side_inner h4{
	padding:0;
	font-size:1.2em;
	line-height:1.25;
	margin: 0 0 1.25em 0;
	font-style: normal;
	color: #4B4E4C;
}

.sidebar .side_inner h5{
	padding: 0;
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em;
}

.sidebar .side_inner h6{
	font-size:1em;
	font-weight:bold;
}

.sidebar .side_inner .sidebar-popular img, .sidebar .side_inner .sidebar-latest img{
	padding: 2px;
	border: 1px solid #aaa;
	float: left;
	margin-right: 3px;
	background-color:#fff;
}

/* ---------------------------------------------------------------- 
 *  Social link
 * ---------------------------------------------------------------- 
*/ 

.sidebar .side_inner .social-link{
	padding-left: 15px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #DFDFDF;
}

.sidebar .side_inner .social-link li{
	border-bottom: none;
}

.sidebar .side_inner .social-link span{
	display: block;
	font-size: 13px;
}

.sidebar .side_inner .social-link  a {
	padding-left: 40px;
	display: block;
	font-size: 18px;
}

.sidebar .side_inner .social-link #sos-twit a{
	background: transparent url(images/twitter.png) no-repeat 0 2px;
}

.sidebar .side_inner .social-link #sos-rss a{
	background: transparent url(images/RSS.png) no-repeat 0 2px;
}

.sidebar .side_inner .social-link #sos-mail a{
	background: transparent url(images/mail.png) no-repeat 0 2px;
}
/* ---------------------------------------------------------------- 
 *  widget
 * ---------------------------------------------------------------- 
*/
.sidebar-widget{margin-bottom: 10px;}
.footer_wrap .sidebar-widget{margin: 20px 0; padding:10px; background: url(images/bg-footerw.png) repeat-y 0 #fff; color:#555;}
/* ---------------------------------------------------------------- 
 *  Footer
 * ---------------------------------------------------------------- 
*/ 
#above_footer_wrap{
	background: url(images/bg-mf.jpg) repeat-x 0 0 #2C2C2C;
}

#footer {
	padding: 20px;
	margin: 0 auto;
	position: relative;
	background-color: #0b0f0c;
}

#footer abbr {
	cursor: help;
	border-bottom: 1px dashed #777;
}
#footer a {
	color: #bbb;
}
#footer a:hover {
	color: #eee;
}
.rss {
	position: absolute;
	top: 10px;
	left: 20px;
}
.media_temple {
	position: absolute;
	top: 10px;
	right: 20px;
}

.footer-left, .footer-center, .footer-right{
	color: #DFDFDF;
	margin-top:20px;
	
}

.footer-left .sidehead a, .footer-center .sidehead a, .footer-right .sidehead a{
	color: #AFAFAF;
}

.footer-left .sidehead a:hover, .footer-center .sidehead a:hover, .footer-right .sidehead a:hover{
	color: #FFF;
}

.footer-left{background:url(images/bg-mf1.png) no-repeat 0 0;
	width: 312px;
	float: left;
	padding: 0 10px 0 0;
}

.footer-left li, .footer-center li, .footer-right li {
	width: 136px;
	float: left;
	margin: 0 10px 5px 0;
	border-bottom: 1px solid #AAA;
	background:none;
	color:#666;
}

.footer-center{
	background:url(images/bg-mf1.png) no-repeat top center;
	width:  312px;
	float: left;
	padding: 0 10px;
}

.footer-right{
	background:url(images/bg-mf1.png) no-repeat top right;
	width:  312px;
	float: right;
	padding: 0 0 0 10px;
}
/* ---------------------------------------------------------------- 
 *  Notebook 
 * ---------------------------------------------------------------- 
*/ 
.post {
	position: relative;
	padding: 10px;
	background: url(images/bg-post.png) repeat-x 0 0 #eee;
	border: 1px solid #666;
}


.post a:hover {
	white-space: inherit;
}

.post ul{
	margin:0 1.5em 1.5em 0;
	padding-left:3.333em;
	list-style-type: disc;
}

.post h2{

}

.post ol {
	list-style-type:decimal;
	margin:0 1.5em 1.5em 0;
	padding-left:3.333em;
}


.the_comment {
	position: absolute;
	right: -15px;
	top: 5px;
	font-size: 11px;
	color: #999;
}

.the_comment a{
	padding:19px 25px;
	background: transparent url(images/comment.png) no-repeat 0 0;
	font-size:20px;
}

h2.post-title{
	margin: 0;
	border: none;
	margin-bottom: 10px;
	padding-bottom:5px;
	padding-right:40px;
	border-bottom: #666 solid 14px;
}

.post-data {
	float: left;
	width: 145px;
	margin-bottom: 0px;
	padding-right: 14px;
	padding-top:6px;
}

.post-data ul{
	margin: 0;
	padding: 0;
}

.post-data li {
	list-style: none;
	margin: 0 0 10px;
	color: #666;
	font-size: 0.8em;
	line-height: 16px;
	text-transform: uppercase;
}
.post-data li a {
	color: #666;
	line-height: 1.6em;
}
.post-data li a:hover {
	color: #000;
}
.post-data li.date-author {
	font-size: 0.9em;
	text-transform: none;
}
.post-data li.date-author strong {
	font-weight: bold;
	text-transform: capitalize;
	color: #555;
}

.post-date-author{ margin-bottom: 15px; font-size: 13px;}

.arrow{ width: 13px; height: 8px; background:transparent url(images/thumb_arrow.gif) no-repeat 0 0; margin: -8px 0 0 65px;}

.thumbnail img{
	margin: 0 0px 10px 0;
	padding: 2px;
	background:#c3c3c3;
	border: 1px solid #c3c3c3;
	width: 140px;
	height: 95px;
	display: block;
}

img.small-thumbnail{ width: 40px; height: 40px;}

.entry {
	float: right;
	width: 465px;
	margin-bottom: 25px;
	padding: 6px;
}
.entry h3 {
	margin-top: 20px;
}
.entry h3.upper_image {
	margin-top: -20px;
}

span.more-link {
	margin-top: 15px;
	display: block;
}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #DFDFDF;
	padding: 2px;
	}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: 1px solid #DFDFDF;
	padding: 2px;
	}
	
img.alignright {
	padding: 2px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
	border: 1px solid #DFDFDF;
	}

img.alignleft {
	padding: 2px;
	margin: 0 7px 2px 0;
	display: inline;
	float: left;
	border: 1px solid #DFDFDF;
	}

/* ---------------------------------------------------------------- 
 * archive
 * ---------------------------------------------------------------- 
*/ 	

.cat-meta{ font-size: 12px; margin-bottom: 3px; color: #aaa;}
/* ---------------------------------------------------------------- 
 *  block-odd and even
 * ---------------------------------------------------------------- 
*/ 

.block-odd{ width: 307px; float: left; min-height: 220px; margin-bottom:2px;}
.block-even{ width: 307px; float: right; min-height: 220px; margin-bottom:2px;}
.block-odd .entry , .block-even .entry{ width: 307px; margin: 0; padding: 0;}

/* ---------------------------------------------------------------- 
 *  Pagination
 * ---------------------------------------------------------------- 
*/ 
.wp-pagenavi, .commentsnavigation {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	color: #666;
	margin-top: 10px;
	padding: 0px 0 0 0;
	text-align:left;
}
.wp-pagenavi a, .wp-pagenavi .current, .commentsnavigation a, .commentsnavigation .current {
	padding: 8px 12px;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.wp-pagenavi a:hover, .wp-pagenavi .current, .commentsnavigation .current, .commentsnavigation a:hover {
	color: #000;
	background: #fff;
}
.wp-pagenavi .pages {
	float: left;
	display: none;
}
/* ---------------------------------------------------------------- 
 *  Comments
 * ---------------------------------------------------------------- 
*/ 
.comments_wrap {
	position: relative;
	margin: 30px 0;
}
.add_link {
	position: absolute;
	top: 10px;
	right: 20px;
	display: block;
}
.add_link a {
	background:#e6e6e6;
	padding: 2px 20px;
	color:#333;
	display: block;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	border: 1px #d1d1d1 solid;
	cursor: pointer;
	z-index: 999;
}
.add_link a:hover {
	background:#d1d1d1;
	border-color: #c1c1c1;
	color:#fff;
}
ol.thecomments {
	list-style:none;
	margin:0px;
	padding:0px;
	font-family:Helvetica, Arial, sans-serif;
}
ol.thecomments li {
	position: relative;
	margin-bottom: 20px;
	padding: 50px 20px 20px 20px;
}
.comment {
	background:#f9f9f9;
	border:1px solid #d8d8d8;
}
ol.thecomments li.comment .comment-author img {
	position:absolute;
	left:20px;
	top:-5px;
	padding: 1px;
	border:5px #00A1C9 solid;
}
ol.thecomments li.comment .reply {
	position:absolute;
	right:5px;
	top:-5px;
	display:block;
}
ol.thecomments li.comment .reply a {
	background:#DDD;
	padding: 2px 15px;
	color:#333;
	display: block;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	border: 1px #d1d1d1 solid;
}
ol.thecomments li.comment .reply a:hover {
	background:#FF00C6;
	border-color: #c1c1c1;
	color:#fff;
}
ol.thecomments li cite {
	font-weight:bold;
	position: absolute;
	top: 0px;
	left: 75px;
}
ol.thecomments li cite a {
	text-decoration:none;
	font-style:normal;
}
ol.thecomments li cite a:hover, ol.thecomments li .date a:hover {
}
ol.thecomments li .comment-meta {
	display:block;
	position: absolute;
	top: 15px;
	left: 75px;
	font-size: 10px;
}
ol.thecomments li .comment-meta a {
	color:#777;
	text-decoration:none;
}
li.comment ul.children {
	list-style:none;
	margin:20px 0px 0px 0px;
	padding:0px;
}
ol.thecomments li.comment ul.children li {
	background:#f1f1f1;
	margin-top:7px;
	border:1px solid #d1d1d1;
	margin-bottom:0px;
}
.commentnavigation {
	margin:20px 20px;
	display:block;
	line-height:40px;
}
.commentnavigation a {
	color:#fff;
	background:#2f4458;
	padding:7px 20px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:.75em;
	text-decoration:none;
	font-weight:bold;
}
.commentnavigation a:hover {
	background:#333;
}
#reply {
	position: absolute;
	top: 10px;
	right: 0px;
	display: block;
}
#reply a {
	background:#e6e6e6;
	padding: 2px 20px;
	color:#333;
	display: block;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	border: 1px #d1d1d1 solid;
	cursor: pointer;
	z-index: 999;
}
#reply a:hover {
	background:#d1d1d1;
	border-color: #c1c1c1;
	color:#fff;
}

li.comment #respond {
	padding-top:1px;
}
li.comment .callfade, .says {
	display:none;
}
#respond {
	position: relative;
}
#commentform {
	display:block;
	margin: 20px 0px;
	padding: 20px;
	font-family: Helvetica, Arial, sans-serif;
	background: #f9f9f9;
	border: 1px solid #d8d8d8;
}
li.comment #commentform {
	margin:20px 0px;
	margin-bottom: 0px;
	background:#f1f1f1;
}
.comment-form input {
	display:block;
	margin:0px;
	border: 1px solid #d1d1d1;
	background: #fff;
	padding: 7px 5px;
	width:98%;
	font-size: 13px;
	color: #525861;
	font-family: Arial, Helvetica, sans-serif;
}

.comment-form input#submit{
	width: 30%;
}
.comment-form textarea {
	display:block;
	margin-top:5px;
	padding: 7px 5px;
	background:#fff;
	border:1px solid #d1d1d1;
	width:98%;
	height:150px;
	font-size: 13px;
	color: #525861;
	font-family: Arial, Helvetica, sans-serif;
}
.comment input, .comment textarea {
	width:375px;
}
.comment-form label {
	font-size: 11px;
	font-weight:bold;
	color:#555;
}
.comment-form span {
	font-size: 10px;
	font-style:italic;
	color:#777;
}
.comment-form span strong {
	color:#555;
}
.comment-form span a {
	color:#326a9a;
}
.comment-form span a:hover {
	color:#000;
}
#comment_post_ID, #comment_parent, #_wp_unfiltered_html_comment {
	display:none;
}
#commentform .inputerror {
	border: 1px dashed #aaa;
}
.comment-form button {
	width: 130px;
	height: 40px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	background: url(images/submit01.png) no-repeat 0 0;
}
.comment-form button#submit {
	
	margin-top: 10px;
}
.comment-form button:hover {
	background-position: 0 -40px;
}

#cancel-comment-reply-link {
	position: absolute; 
	right: 0;
	top:0;
	margin-bottom: 10px;
}

.comment-navigation {margin-bottom: 15px;}
.comment-navigation a{color: #00A1C9; }
.comment-navigation a:hover {color: #000; }
/* ---------------------------------------------------------------- 
 *  Error 404
 * ---------------------------------------------------------------- 
*/ 
.error_page {
	padding-bottom: 100px;
	background: url(images/monkey00.jpg) no-repeat 100% 100px;
}
.bad_query {
	padding-bottom: 400px;
}
.error_page p, .error_page h3 {
	padding-right: 275px;
}

/*-------------flickr widget ---------*/
.flickr_badge_image{float: left;}
.flickr_badge_image img {padding: 2px; border: 1px solid #333; margin-left: 4px; margin-bottom:4px}