/*
	Theme Name: Smartblog
	Theme URI: http://www.theme-junkie.com/
	Description: Proudly designed by <a href="http://www.theme-junkie.com">Theme Junkie</a>
	Author: Theme Junkie
	Version: 1.0.1
	Tags: advertise-ready, widget-ready, advanced-theme-options
	
		Copyright: (c) 2011 Theme Junkie.
		license: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html
*/
/* 

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)

*/

/*---------------------------------------------------------------------------------*/
/* RESET */
/*---------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
ul,ol { list-style: none; }
fieldset,img,abbr,acronym { border: 0; }
q:before,q:after { content: '' }
:focus { outline: 0; }
hr { display: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* Floating & Alignment */
.left { float: left; }
.right { float: right; }
.ac { text-align: center; }
.ar { text-align: right; }

/* Clear Floats */
* html .clear { height: 1%; }
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear { display: block; }

/*---------------------------------------------------------------------------------*/
/* SETUP */
/*---------------------------------------------------------------------------------*/

/* Defaults */
body { 
	background: #fbfbfb;
	color: #333; 	
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.63;
}

h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 15px; }
h4 { font-size: 13px; }
h5,h6 { font-size: 12px; }
h1,h2,h3,h4,h5,h6 { 
	font-family: Arial, Helvetica, Sans-serif; 
	font-weight: bold; 
}

pre,code,kbd,samp,tt { font: 13px/1.385 "Courier New", Monospace, serif; }
body,input,button,select,textarea,option { font-family: Helvetica, Arial, serif; }

/* Hyperlinks */
a { text-decoration: none; }
a:hover { text-decoration: underline; }

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: underline; }

/* Input Form & TextArea */
input, textarea { padding: 6px; background: #fffff0; border-color: #CCCCCC #EFEFEF #EFEFEF #CCCCCC; border-width:1px; border-style:solid; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius:3px; color: #777; }
input:focus { background: #ffffff; }

/*---------------------------------------------------------------------------------*/
/* SITE STRUCTURE & APPEARANCE */
/*---------------------------------------------------------------------------------*/

/* Containers & Columns */
.wrap { width: 969px; margin: 0 auto; }
#header { background: #fff; height: 110px; overflow: hidden; }
#content { background: #fff; width: 611px; margin-bottom: 30px; padding: 18px 17px 15px; border: 3px solid #f0f0f0; }
#sidebar { width: 300px; }
.home #content, .archive #content, .search #content { width: 644px; padding: 0 !important; }

/* Navigation */
.nav {  }
.nav a { position: relative; display: block; z-index: 100; text-decoration: none; }
.nav li { float: left; width: auto; list-style: none; line-height: 28px; }
.nav li a { display: block; font-size: 13px; font-weight: bold; padding: 0 15px; }
.nav li a.sf-with-ul {  }
.nav a:hover { color: #3275a8; }

/* Optional Styling */
.nav a.current,
.nav li.current_page_item a, 
.nav li.current_page_parent a,
.nav li.current-menu-ancestor a,
.nav li.current-cat a,
.nav li.current-cat-parent a,
.nav li.current-menu-item a { 
	background: #eee; 
	display: block; 
	border: 1px solid #ccc; 
	padding: 0px 14px !important; 
	line-height: 26px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	border-radius: 15px; 
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09); 
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09); 
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09); 
}

.nav li.current_page_item li a, 
.nav li.current_page_parent li a,
.nav li.current-menu-ancestor li a,
.nav li.current-cat li a,
.nav li.current-cat-parent li a,
.nav li.current-menu-item li a { padding: 0px 15px !important; }

/* Drop-down menus */
.nav li ul { background: #fff; margin: 5px 0 0; padding: 10px 0 0; position: absolute; left: -999em; width: 150px; border: 1px solid #e3e3e3; z-index: 9999; }
.nav li ul li { margin: 0; }
.nav li ul li a { 
	background: none !important; 
	border: 0;
	color: #333;		
	display: block !important; 
	font-size: 11px; 
	font-weight: bold;	
	padding: 0 15px !important;
	line-height: 32px !important;		
	width: 120px; 
	-moz-border-radius: 0 !important; 
	-webkit-border-radius: 0 !important; 
	-webkit-box-shadow: none !important; 
	-moz-box-shadow: none !important; 
	box-shadow: none !important; 
}
.nav li ul li a:hover { color: #3275a8; text-decoration: underline; }
.nav li ul li a.sf-with-ul {  }
.nav li ul ul { margin: -33px 0 0 170px !important; }
.nav li ul li a:hover, 
.nav li.current_page_item ul li a, 
.nav li.current_page_parent ul li a,
.nav li.current-menu-ancestor ul li a,
.nav li.current-cat a ul li,
.nav li.current-menu-item ul li a,
.nav li.sfHover ul li { background: none; }
.nav li:hover,.nav li.hover { position: static; }
.nav li:hover ul ul, .nav li.sfhover ul ul,
.nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul { left: -999em; }
.nav li:hover ul, .nav li.sfhover ul,
.nav li li:hover ul, .nav li li.sfhover ul,
.nav li li li:hover ul, .nav li li li.sfhover ul,
.nav li li li li:hover ul, .nav li li li li.sfhover ul { left: auto; /* margin-left:-50px; */ }
.nav .sf-sub-indicator { display: none; background: url(images/arrow-superfish.png) no-repeat; position: absolute; display: block; right: 0.4em; top: 44%; width: 10px; height: 10px; text-indent: -999em; overflow: hidden; }
.nav li ul .sf-sub-indicator { background: url(images/arrow-superfish-right.png) no-repeat; top: 33%; }

/* Primary Navigation */
#primary-nav { background: url(images/alert-overlay.png) repeat-x; border-bottom: 1px solid #fff; height: 36px; margin-bottom: 30px; font-size: 11px; color: #fff; line-height: 34px; overflow: hidden; }
#primary-nav li { float: left; list-style: none; padding: 0; }
#primary-nav li a { display: block; font-size: 11px; font-weight: bold; padding: 0 15px; color: #fff; line-height: 36px; }
#primary-nav li a:hover { color: #e9e9e9; text-decoration: none; }
#primary-nav li ul li a:hover { color: #369; text-decoration: underline; }
#primary-nav li ul li { background: none; }
#primary-nav .nav a.current,
#primary-nav .nav a:hover,
#primary-nav .nav li.current_page_item a, 
#primary-nav .nav li.current_page_parent a,
#primary-nav .nav li.current-menu-ancestor a,
#primary-nav .nav li.current-cat a,
#primary-nav .nav li.current-cat-parent a,
#primary-nav .nav li.current-menu-item a { 
	background: url(images/arrow-up.png) no-repeat center 32px;
	border: none; 
	display: block;
	line-height: 36px; 		
	padding: 0px 15px !important; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0;
	border-radius: 0; 
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none; 
}
#primary-nav .nav li ul { margin: 0; padding: 8px 8px 10px; border-top: none; }
#primary-nav .nav li ul li a { font-size: 11px; color: #444; line-height: 32px; border-top: 1px solid #fff !important; border-bottom: 1px dotted #dedede !important; }
#primary-nav .nav li ul li a:hover { background: #fdfdcd !important; text-decoration: none; }
#primary-nav .nav li ul ul { margin: -30px 0 0 158px !important; border-top: 1px solid #dedede; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
#primary-nav .nav li ul { 
	border-bottom: 1px solid #dedede;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.03); 
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.03); 
	box-shadow: 0 2px 2px rgba(0,0,0,.03); 
}

.single .home, .archive .home, #primary-nav a.first { background: url(images/arrow-up.png) no-repeat center 32px; color: #fbfbfb; text-decoration: none; }

/*---------------------------------------------------------------------------------*/
/* HEADER */
/*---------------------------------------------------------------------------------*/

/* Logo */
#text-logo { width:299px; margin-bottom: 25px; }
#site-title { margin: 5px 0 10px 0px; font-size: 42px; line-height: 1; letter-spacing: -0.03em; color: #333; }
#site-title a, #site-title a:hover { color: #666; text-decoration: none; }
#site-desc { font-size: 11px; color: #bbb; }
#logo { width: 300px; margin: 5px 0 25px 0px; line-height: 1; overflow: hidden; }

/* Search Form */
#search { display: inline; float: right; height: 20px; margin: 6px 0 0 0; }
#search input { 
	background: #fff; 
	border: 1px solid #fff; 	
	color: #999; 	
	float: left; 
	font-size: 11px; 
	line-height: 11px; 
	width: 150px; 
	padding: 6px 6px 4px; 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
}
#search .field { height: 12px; }
#search input:focus { background: #fffff0; border: 1px solid #fff; }
#search input.btn { background: none; border: none; margin: 6px 0px 0px -17px; padding: 0px; width: auto; }

/*-------------------------------------------------------------------------------------------*/
/* HOMEPAGE */
/*-------------------------------------------------------------------------------------------*/

/* Layout 1 */
.layout1-entry { float: left; width: 285px; padding: 20px 18px; border-top: 1px  solid #f0f0f0; }
.layout1-entry .entry-title { margin: 10px 0; font-size: 18px; letter-spacing: -0.02em; }
.layout1-content-loop { background: #fff url(images/bg-f0f0f0.png) repeat-y 322px 0; margin-top: -1px; }

/* Layout 2 */
.layout2-entry { padding: 25px 17px 25px; border-bottom: 1px solid #f0f0f0; }
.layout2-entry .entry-title { font-size: 24px; letter-spacing: -0.03em; }
.layout2-entry .entry-thumb { margin-bottom: 15px; }

/* Layout 3 */
.layout3-entry { padding: 25px 17px 25px; border-top: 1px solid #f0f0f0; }
.layout3-entry .entry-title { font-size: 22px; letter-spacing: -0.03em; }
.layout3-entry .entry-thumb { float: left; margin: 0 17px 10px 0; }
.layout3-entry-wrap { display: table; }

.entry-title a { font-family: Helvetica, Arial; font-weight: bold; color: #333; text-shadow: 0 1px 0 #fff; line-height: 1.1em;}
.entry-title a:hover { text-decoration: none; color: #666; }
.entry-thumb { display: block; background: #fff; padding: 5px; border: 1px solid #f0f0f0; }

/* Featured Content: Layout #1 */
#featured { background: #fff; }
#featured .entry-title { margin-top: 10px; font-size: 24px; letter-spacing: -0.03em; }
#featured .featured-entry { padding: 18px 18px 20px; border-bottom: 1px solid #f0f0f0; }
#featured .entry-thumb { margin-bottom: 15px; }

/* MISC. */
.published { cursor: help; }
.hentry .entry-title { font-size: 24px; letter-spacing: -0.03em; }
.page-title { line-height: 1; padding-bottom: 7px; letter-spacing: -1px; }
.not-found { background: #fff; padding: 20px 18px; border-top: 1px solid #f0f0f0; }
.bgnone { background: #fff !important; }
.entry-extra { margin: 15px 5px 0 0; }
.entry-meta { margin: 10px 0; font-size: 11px; color: #999; }
.entry-even { margin-right: 0; padding-left: 20px; border-right: 0; }
a.readmore { float: left; background: url(images/alert-overlay.png) repeat-x; color: #fff; padding: 3px 7px; font-size: 11px;  }
a.readmore:hover { color: #fff; }

/*---------------------------------------------------------------------------------*/
/* CONTENT */
/*---------------------------------------------------------------------------------*/

/* Breadcrumbs */
#breadcrumbs { background: #fff; font-family: 'Verdana', 'Geneva', 'Arial'; padding: 18px 17px; font-size: 10px; color: #999; text-transform: uppercase; }
#breadcrumbs a { background: url(images/bullet.png) no-repeat right 4px; margin-right: 1px; padding-right: 10px; color: #999; }
#breadcrumbs .cat-feed a { float: right; display: block; background: url(images/ico-rss.png) no-repeat right -1px; padding-right: 22px; color: #999; font-size: 10px; }
.single #breadcrumbs, .page #breadcrumbs { margin-bottom: 15px; padding: 0 0 18px 0; border-bottom: 1px solid #f0f0f0; }

/* Full Width */
.onecolumn #content { width: 930px; }

/*---------------------------------------------------------------------------------*/
/* ENTRY */
/*---------------------------------------------------------------------------------*/
.entry p,.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry ul, .entry ol { margin: 10px 0 10px 0; }
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { color: #333; }
.entry ul,.entry ol { margin: 10px 0 10px 20px; }
.entry ol { list-style-type: decimal; }
.entry ul { list-style-type: square; }
.entry ul ul, .entry ul ol, .entry ol ol, .entry ol ul { margin: 0 0 0 20px; }
.entry li { padding-bottom: 5px; }
.entry hr { border-top: 1px solid #FFF; border-top: 1px solid #C7D7DB; background: none; height: 0; margin: 0 0 20px 0; padding: 0; clear: both; }
.entry hr.none { border: 0 none; height: 0; background: none; margin: 0; padding: 0; clear: both; }
.entry a {  }
.entry a:hover {  }
.entry blockquote { margin: 20px 20px; padding: 0 30px 0 20px; overflow: hidden; border-left: 10px solid #F7F7F7; }

/* Entry Comment */
.entry-comment a { float: right; background: url(images/ico-comment.png) no-repeat right -1px; display: inline; padding-right: 25px; font-weight: bold; color: #bbb !important; text-decoration: underline; }
.entry-comment a:hover { color: #777; text-decoration: none; }
.single .entry-comment a { margin: -4px 0 0 0; font-size: 12px; }

/* Entry Tags */
.entry-tags { float: left; margin: 5px 0; }
.entry-tags span { font-weight:bold; }

/* Author BIO Box */
.entry-author { background:#fbfbfb; padding:10px; margin:15px 0 0 0; border: 1px solid #e6e6e6; }
.author-avatar { float:left; margin:0 10px 10px 0; border:1px solid #ECEDE8; }
.author-avatar img { background:#fff; display:block; padding:4px;  }

/* Entry Bottom */
.entry-bottom { margin: 15px 0 0 0; padding: 15px; border: 1px solid #e6e6e6; border-bottom: none }
.entry-bottom h3 { margin-bottom: 5px; }

/* Related Posts */
.related-posts { float: left;  width: 260px; }
.related-posts h3 { float: left; background: url(images/ico-link.png) no-repeat right 4px; padding-right: 25px; }
.related-posts li {   }
.related-posts li a { display: block; background: url(images/bullet.png) no-repeat 0 13px; padding: 9px 0 9px 13px; color: #333; border-top: 1px solid #f0f0f0; }
.related-posts li a:hover { background-color: #fffff0; }

/* Entry Botttom Ad*/
.entry-bottom-ad { float: right; width: 300px; text-align: center; }
.entry-bottom-ad .ad-title { font-weight: normal; font-size: 11px; color: #bbb; text-transform: uppercase; }

/* Entry Images */
img.centered { display: block; margin-left: auto; margin-right: auto; margin-bottom: 10px; padding: 0px; }
img.alignnone { padding: 0px; margin: 0px 0px 10px 0px; display: inline; }
img.alignright { padding: 0px; margin: 0px 0px 10px 10px; display: inline; }
img.alignleft { padding: 0px; margin: 0px 10px 10px 0px; display: inline; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; margin-bottom: 10px; }
.alignright { float: right; margin: 0px 0px 10px 10px; }
.alignleft { float: left; margin: 0px 10px 10px 0px; }
.wp-caption { background: #fbfbfb; text-align: center; padding: 4px 0px 5px 0px; border: 1px solid #e9e9e9; -moz-border-radius: 3px; }
.wp-caption img { margin: 0px 0px 5px 0px; padding: 0px; border: 0px; }
.wp-caption p.wp-caption-text { margin: 0px; padding: 0px; font-size: 11px; font-weight: normal; line-height: 12px; }

/*-------------------------------------------------------------------------------------------*/
/* WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* General Widgets */
.widget { background: #fff; margin: 0 0 15px 0; padding: 15px 15px 10px; border: 3px double #efefef; }
.widget-title { margin-bottom: 10px; font-size: 15px; text-transform: uppercase; }
.widget-title a, .widget-title a:hover { color: #333; text-decoration: none; }
.widget a { color: #333; }
.widget ul { padding: 0; margin: 0; }
.widget ul li { background: url(images/bullet.png) no-repeat 0 16px; padding: 10px 0 10px 15px; border-top: 1px dotted #e6e6e6; }
.widget ul li:hover { background-color: #fffff0; }
.widget ul li a { display: block; }
.widget > div { padding-bottom: 10px; }
.widget_tag_cloud div,
.textwidget { padding: 10px 15px; border-top: 1px solid #e5ecf1; }

/* Custom Widgets */

/* Social & Newsletter Widget */

/* Social */
.social { background: #fcfcfc; height: 80px; padding: 0 15px; border-bottom: 1px solid #f0f0f0; }
.social li { float: left; width: 52px; margin-right: 15px; text-align: center; }
.social li.last { margin-right: 0; }
.social li a { opacity: 0.6; filter: alpha(opacity=60); font-size: 11px; color: #666; padding-top: 42px; line-height: 34px; }
.social li a:hover { opacity: 1.0; filter: alpha(opacity=100); color: #666; text-decoration: none; }
.social .social-feed { display: block; background: url(images/ico-social-rss.png) no-repeat; }
.social .social-twitter { display: block; background: url(images/ico-social-twitter.png) no-repeat; }
.social .social-facebook { display: block; background: url(images/ico-social-facebook.png) no-repeat; }
.social .social-youtube { display: block; background: url(images/ico-social-youtube.png) no-repeat; margin-right: 0; }

/* Newsletter */
#newsletter { background: #fff; border: 3px solid #f0f0f0; margin: 0 0 15px 0; padding: 15px 0 0; }
#newsletter .widget-title { background: url(images/newsletter.png) no-repeat 243px 1px; margin-bottom: 6px; font-size: 14px; font-weight: bold; text-transform: none; }
#newsletter .newsletter { background: #fff; padding: 15px 15px 10px 15px; }
#newsletter .newsletter p { font-size: 12px; color: #777; }
#newsletter .newsletter span { font-size: 11px; color: #999; }
#newsletter .newsletter-form { margin: 6px 0 3px; }
#newsletter .newsletter-form .input { }
#newsletter .newsletter-form .email { width:150px; }
#newsletter .newsletter-form .submit { padding: 5px; cursor: pointer; }

/* TABBER */
#tabber { display: block; height: auto; margin: 0px 0px 25px 0px; overflow: hidden; }
#tabber .inside { background: #fff; margin-top: -3px; padding: 10px 15px 10px; border: 3px solid #f0f0f0; }
#tabber ul.tabs { overflow: hidden; height: 40px; }
#tabber ul.tabs li { background: none; float: left; display: inline; font-size: 12px; font-weight: bold; color: #fff; cursor: pointer; border-bottom: none; }
#tabber ul.tabs li a { background: url(images/ico-hot-grey.png) no-repeat 9px 7px; color: #999; display: block; float: left; margin: 0 0 0 3px; padding: 0 13px 0 30px; border-top: 3px solid #f9f9f9; line-height: 38px; text-transform: uppercase; }

#tabber ul.tabs li a.selected { background:#fff url(images/ico-hot-orange.png) no-repeat 9px 7px; margin: 0; color: #444; text-decoration: none; border: 3px solid #f0f0f0; border-bottom: 0; line-height: 38px; }
#tabber ul.tabs li.tab-recent-posts a { margin: 0; }
#tabber ul.tabs li.tab-recent-posts a.selected { background:#fff url(images/ico-hot-blue.png) no-repeat 9px 7px !important; }
#tabber ul.tabs li a:hover { color: #444; text-decoration: none; }
#tabber .inside li { padding: 15px 0px 0 0; }
#tabber .inside li { border-bottom: 1px solid #f0f0f0; }
#tabber .inside li a { line-height: 18px; }
#tabber .inside a:hover {  }
#tabber .inside li div.info { display: table; top: 0px !important; margin: 0px !important; padding: 0px !important; }
#tabber .inside li div.info .entry-title { font-size: 13px; }
#tabber .inside li div.info p { color: #333; }
#tabber .inside li .meta { display: block; font-size: 11px; margin-top: 8px; color: #999; }
#tabber .tab-thumb { border: 1px solid #f0f0f0; padding: 4px; background: #fff; float: left; display: inline; margin: 0px 12px 0px 0px; }

#tabber .post-number { position: relative; width: 22px; height: 22px; text-align: center; line-height: 23px; font-weight: bold; color: #fff; bottom: 22px; }
#tabber .meta-comment a { background: url(images/ico-tab-comment.png) no-repeat right 1px; padding: 4px 20px 4px 10px; font-weight: bold; color: #bbb; }

/* TWITTER */

.widget_tj_twitter > div { padding: 0px; }
.widget_tj_twitter .widget-title { display: block; width: 265px; background: url(images/twitter-standing.png) no-repeat right -3px; }
.widget_tj_twitter li { display: block !important; background: url(images/twitter.png) no-repeat 0 12px !important; padding: 10px 15px 10px 22px !important; }
.widget_tj_twitter li a { background: none !important; display: inline !important; padding-left: 0 !important; }
.widget_tj_twitter li a:hover { background: none !important; }

/* FLICKR */
.widget_tj_flickr { padding-bottom: 5px; }
.widget_tj_flickr > div { border-top: 0; }
.widget h3 span { color: #0061D8; }
.widget h3 span span { color: #FF1183; }
.widget .flickr_badge_image { float: left; margin: 0px; }
.widget .flickr_badge_image .photo-wrap { position: relative; margin-bottom: 20px; padding: 0; }
.widget .flickr_badge_image a img { display: inline; float: left; background: #fff; margin: 3px 3px 0px 0px; padding: 4px; border: 1px solid #e9e9e9; }
.widget .flickr_badge_image a:hover img { background: #fbfbfb; border-color: #e5ecf1; }

/* AUTHOR INFO */
.widget_tj_authorinfo > div { border-top: 0; }
.widget_tj_authorinfo .left { margin-right: 10px; }
.widget_tj_authorinfo .right { margin-left: 10px; }

/* CALENDAR */
#wp-calendar { width: 100%; }
#wp-calendar, #wp-calendar th, #wp-calendar caption { text-align: center; }
#wp-calendar th { background: #f5f5f5; padding: 3px; border: 1px solid #f0f0f0; }
#wp-calendar td { padding: 5px 2px; border: 1px solid #f0f0f0; }
#wp-calendar caption { background: transparent; font-weight: bold; padding: 3px 0px 7px 0px; color: #333; }
#wp-calendar #today { background: #f5f5f5; font-weight: bold; }

/* ADVERTISEMENT */
.widget-ads { background: none; border: none; padding: 0; }
.widget-ads h3.ad-title { margin-bottom: 5px; font-size: 11px; font-weight: normal; color: #999; text-align: center; text-transform: uppercase; }
.widget_advwidget { padding-bottom: 7px; }
.widget-ad125 img { margin: 0px 7px 7px 0; float: left; }
.home-content-ad { background: #fff; padding: 15px 18px;  }
.home-content-ad img { display: block; background: #fff; padding: 5px; border: 1px solid #f0f0f0;  }
.home-content-ad .ad-code {  width: 468px; margin: 0 auto; }

/* Pagination */
.pagination { background: #fff; padding: 25px 18px; border-top: 1px solid #f0f0f0; }
.pagination .newer a, .pagination .older a { 
	display: block; 
	border: 1px solid #ccc; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09); 
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09); 
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09); 
}
.pagination .newer a { float: left; background: #fff url(images/arrow-left.png) no-repeat left 6px; padding: 5px 15px 3px 25px; }
.pagination .older a { float: right; background: #fff url(images/arrow-right.png) no-repeat right 6px; padding: 5px 25px 3px 15px; }
.pagination .newer a:hover, .pagination .older a:hover { background-color: #f9f9f9; }

/* wp-pagenavi */
.wp-pagenavi { background: #fff; padding: 25px 18px; border-top: 1px solid #f0f0f0; font-size: 13px; text-align: left; }
.wp-pagenavi a, 
.wp-pagenavi a:hover,
.wp-pagenavi .on, 
.wp-pagenavi .current { 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09); 
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09); 
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09); 
}
.wp-pagenavi a:link, .wp-pagenavi a:visited { display: inline; background: #fff; margin: 0px 0px 0px 3px; padding: 5px 9px; border: 1px solid #ccc; text-decoration: none; }
.wp-pagenavi .on, .wp-pagenavi .current, .wp-pagenavi a:hover { background: #efefef; margin: 0px 0px 0px 3px; padding: 5px 9px; border: 1px solid #ccc !important; }
.wp-pagenavi .extend, .wp-pagenavi span.pages { background: #fff; color: #666; text-shadow: #fff 0px 1px 0px; border: none; }

/* Footer */
#footer { background: #fcfcfc url(images/bg-footer.png) repeat-x left top; }
#footer .widget {  border: 3px solid #f0f0f0; }
#footer .widget_tj_twitter .widget-title { background: none; }
#fwidget-1, #fwidget-2, #fwidget-3 { float: left; width: 215px; float: left; display: inline; margin: 30px 20px 10px 0; }
#fwidget-4 { float: right; width: 264px; margin: 30px 0 10px 0;}

/* Copyright */
#footer .copyright { background: #fff url(images/bg-copyright.png) repeat-x top; margin: 0 auto; font-size: 11px; color: #999; height: 60px; line-height: 60px; }
#footer .copyright a { color: #999; margin: 0 2px; border-bottom: 1px dotted #ccc; }
#footer .copyright a:hover { color: #666; border-bottom-style: solid; text-decoration: none; }
#footer .footer-rss { background: url(images/ico-footer-rss.png) no-repeat 3px 3px; padding: 3px 0px 3px 16px; }
.backtotop { background: url(images/ico-up.gif) no-repeat; width: 20px; height: 20px; margin: 0 10px 10px 0; }

/*---------------------------------------------------------------------------------*/
/* COMMENTS */
/*---------------------------------------------------------------------------------*/

/* Comments */
#comments { position: relative; padding-top: 5px; border-top: 1px solid #E4E4E4; }
#comments h3 { margin: 20px 0; font-size: 15px; font-weight: bold; color: #333; letter-spacing: -0.04em; }
#comments .comment { width: 100%; list-style-type: none; }
#comments .comment .comment-container { position: relative; overflow: hidden; margin-bottom: 10px; }
#comments .comment-head { margin: 0; width: 70px; float: left; }
#comments .avatar {  }
#comments .avatar img { margin: 0; vertical-align: middle; border: 1px solid #ddd; padding: 3px; background: #fff; }
#comments .name { font-weight: bold; font-size: 14px; }
#comments .date, #comments .edit, #comments .perma { font-size: 11px; color: #999; font-style: italic; font-size: 11px; }
#comments .arrow { display: block; width: 9px; height: 18px; background: url(images/comment-arrow.png) no-repeat; left: 62px; position: absolute; }
#comments .comment-info { margin-bottom: 5px; }
#comments .comment-entry { padding: 15px 20px 5px 20px; background: #f7f7f7; border: 1px solid #E4E4E4; overflow: hidden; border-radius: 4px;-moz-border-radius: 4px; -webkit-border-radius: 4px; }
#comments .comment-entry p { margin: 0 0 10px 0; }
#comments .reply { padding-top: 5px; }
#comments .reply a { font: 11px/18px sans-serif; text-shadow: none; margin: 0; padding: 1px 6px; }
#comments .reply a:hover { background-color: #e6e6e6; }
#comments ul.children { margin: 0 0 0 25px; padding: 0; }
#comments ul.children li {  }
#comments .comment-container .cancel-comment-reply { margin: 10px 0; }
#comments .comment-container #respond h3 { margin: 10px 0; }
#comments .navigation {  }
#comments .navigation a { display: block; margin: 15px 0 0 0; text-decoration: none; }
#comments .navigation a:hover {  }
#comments h3#pings { margin-top: 25px; }
#comments .pingbacks li.pingback { margin: 10px 0; }
#comments .pingbacks li.pingback .reply { display: none; }
#comments p.nocomments { margin: 15px 0  0; }

/* Comments Form */
#respond { margin: 15px 0 0; }
#respond h3 { color: #333; font-size: 15px; font-weight: bold; margin-bottom: 15px; letter-spacing: -0.04em; }
#respond .left { float: left; width: 200px; margin-right: 15px; }
#respond .right { float: left; width: 380px; }
#respond label { font-size: 11px; color: #777; }
.comment-container #respond { margin: 20px 0px; }
#commentform { margin: 15px 0 0 0; }
#commentform label { position: relative; display: inline; vertical-align: top; display: inline-block; margin-top: 5px; }
#commentform input.txt, #commentform textarea { font: 14px/14px Arial, Helvetica, sans-serif; border-color: #ccc #EAEAEA #EAEAEA #ccc; border-width: 1px; border-style: solid; }
#commentform input.txt { color: #666; background: #f7f7f7; width: 170px; margin: 0 5px 10px 0; padding: 5px 7px; }
#commentform textarea { color: #666; background: #f7f7f7; width: 95% !important; padding: 5px 7px; }
#respond #commentform #submit { margin: 15px 0 0 0; cursor: pointer; }

/* Pingbacks / Trackbacks */
h3#pings { margin: 25px 0 10px 0; }
.pinglist li { margin: 0 0 0 20px; list-style-type: decimal; }
.pinglist li .author { font-weight: bold; font-size: 15px; }
.pinglist li .date { font-size: 11px; }
.pinglist li .pingcontent { display: block; margin: 10px 0; }

/*-------------------------------------------------------------------------------------------*/
/* MISC */
/*-------------------------------------------------------------------------------------------*/

/* Buttons */
a.button, 
a.comment-reply-link, 
#commentform #submit,
.submit {
	display: inline-block;
	margin: 5px;
	padding: 7px 10px;
	border: 1px solid #C4C4C4;
	border-top-color: #E4E4E4;
	border-left-color: #E4E4E4;
	color: #424242 !important;
	text-align: center;
	text-shadow: 0 -1px 0 #fff;
	text-decoration: none;
	font-weight: bold;
	
	/*Border radius*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	/*Background*/
	background: #EDEDED; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #ffffff),
					color-stop(1, #E5E5E5)
				);
	background: -moz-linear-gradient(
					center top,
					#ffffff 20%,
					#E5E5E5 100%
				);
}

a.button.large { padding:6px 16px;}
a.button.small, a.comment-reply-link { padding:0px 10px;}

a.button:hover, 
a.button.hover, 
a.button.active,
a.comment-reply-link:hover, 
#commentform #submit:hover,
#contact-page .submit:hover {
	text-decoration: none !important;
	/*Background*/
	background: #ccc; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #eeeeee),
					color-stop(1, #cccccc)
				);
	background: -moz-linear-gradient(
					center top,
					#eeeeee 20%,
					#cccccc 100%
				);
}

a.button:active,
a.button.active  {
	border-color: #999;
	
	/*Box shadow*/
	-webkit-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
						0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
	-moz-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
					0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
	box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
				0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
}
.rotate-text {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}​​