/*  
Theme Name: Precisio
Theme URI: http://www.theme4press.com/precisio/
Version: 1.0.0
Description: Minimal, clean, flexible WordPress theme with over 60 options. Ready to display custom logo, unlimited color combinations and cool CSS3 effects. Selection of one column or two columns layouts. 3 widget areas - sidebar and 2 in the footer. Google Fonts included for modern eye cathing design. Two custom menus - primary and top. Ad spaces - header, post bottom and ads widget. Customizable post thumbnails - choose size and position. Fit for any website topic and it's major browser compatible. Designed by <a href="http://www.theme4press.com">Theme4Press</a>.
Author: Theme4Press
Author URI: http://www.theme4press.com
Tags: black, light, blue, white, one-column, two-columns, fixed-width, custom-background, custom-colors, custom-header, custom-menu, theme-options, sticky-post, threaded-comments, translation-ready
	
	Copyright: (c) 2011 Theme4Press.
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.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! :)

*/

/*-------------------------------------------------------------------------------------------

INDEX:

0. RESET

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
-2.2 Navigation
	-2.2.1 Drop-down menus
	-2.2.2 Optional Top Navigation (WP Menus)
-2.3 Header
-2.4 Content
-2.5 Sidebar
-2.6 Footer

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination / WP-Pagenavi / T4P Pagination
-3.4 Single Post Author

4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets

5. COMMENTS
-5.1 Comments
-5.2 Pingbacks / Trackbacks
-5.3 Comments Form

6. MISC
-6.1 Buttons

7. LAYOUTS
-7.1 Site Width
-7.2 two-col-left

8. TEMPLATES SLIDER
-8.2 Footer Widgets 1-4 Columns

9. BROWSER SPECIFIC

-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ | v1.0 | 20080212 */

body, html  { height: 100%; }
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }/* remember to define focus styles! */
del { text-decoration: line-through; }
table { margin-bottom:15px;-webkit-box-shadow: 0 0 8px #ddd inset;-moz-box-shadow: 0 0 8px #ddd inset;-box-shadow: 0 0 8px #ddd inset;box-shadow: 0 0 8px #ddd inset;outline:1px solid #ccc;border:1px solid #fff;border-collapse: collapse; border-spacing: 0; }/* tables still need 'cellspacing="0"' in the markup */
table tr td {background:rgba(255,255,255,.7);padding:8px 10px;border-bottom:1px dotted #ddd;}
table tr th {background:rgba(0,0,0,.1);padding:10px;border-bottom:2px solid #fff;}

/* GENERAL STYLES */

/* Floating & Alignment */
.fl{float: left;}
.fr{float: right;}
.ac{text-align: center;}
.ar{text-align: right;}

/* Clear Floats */
.col-full:after{content: "."; display: block;height: 0;clear: both; visibility: hidden;}

.fix{clear: both;height: 1px;margin: -1px 0 0;overflow: hidden;}

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}/* http://sonspring.com/journal/clearing-floats */


/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

body  { font: 14px/20px Arial,Helvetica,Sans-serif; color: #555; background:#f7f7f7; }

h1, h2, h3, h4, h5, h6  { margin: 0; font-family:Georgia, serif; color: #222; font-weight:normal; }
h1  {font-size: 2em } h2  {font-size: 1.8em;} h3  {font-size: 1.6em;} h4  {font-size: 1.2em;} h5  {font-size: 1em;} h6  {font-size: 0.8em;}

p {margin: 0; font:16px/24px Georgia, serif; }

hr { background-color: #e6e6e6;	border:0; height: 1px; margin-bottom: 20px; }

input, textarea { border-radius: 3px;-border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;padding: 10px 8px; border: #efefef 1px solid; margin-bottom:10px;}
input[type='text'], textarea {box-shadow:0px 0px 6px #bbb inset;-box-shadow:0px 0px 6px #bbb inset;-moz-box-shadow:0px 0px 6px #bbb inset;-webkit-box-shadow:0px 0px 6px #bbb inset;} 


.hide { display: none; }

/* 1.2 Hyperlinks */

a:link, a:visited  { color:#3391D2; text-decoration:none;}
a:hover {text-decoration:underline; color:#3391d2; }

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;}



/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */
#wrapper  { padding:20px 0 40px; }

#main{}
#sidebar{}

.col-left { float: left; }
.col-right { float: right; }
.col-full  { width: 940px; margin: 0 auto; }

/* 2.2 Navigation */
#navigation{background:#0A546B;border-radius:12px;-border-radius:12px;-moz-border-radius:12px;-webkit-border-radius:12px;box-shadow:0 1px 2px #aaa;-box-shadow:0 1px 2px #aaa;-moz-box-shadow:0 1px 2px #aaa;-webkit-box-shadow:0 1px 2px #aaa;font:14px/14px Helvetica, Arial, sans-serif;padding:10px 0; margin-bottom:30px;}

#header ul.rss {position:relative;z-index:1;clear:right;}
#header ul.rss li{display:inline;padding:0 10px 0 0;}


.nav { z-index:99; margin:0; padding:0; list-style:none; line-height:1; margin-left:10px; }
.nav a  { position:relative; color:#f5f5f5; display:block; z-index:100; padding:5px 10px; line-height:18px; text-decoration:none; }
.nav li a:hover, .nav li.current_page_item a, .nav li.current_page_parent a, .nav li.current-menu-ancestor a, .nav li.current-menu-item a, .nav li.current_page_item li a, .nav li.current_page_parent li a, .nav li.current-menu-ancestor li a, .nav li.current-menu-item li a { color:#fff; }
.nav li li.current_page_item { background:none; }
.nav li  { float:left; width: auto; }
.nav li a.sf-with-ul { padding-right:20px; }
.nav li ul li a  { text-shadow:0 1px 0 #fff;padding:7px 10px; }
.nav li ul li a { border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;}
.nav a, .nav li.current_page_item, .nav li.current_page_parent, .nav li.current-menu-ancestor, .nav li.current-menu-item, .nav li.sfHover, .nav li.selected { border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}

	/* 2.2.1 Drop-down menus */
	.nav li ul  { box-shadow:0 1px 1px #888;background: #FFF; position: absolute; left: -999em; border-bottom:none !important;width: 180px; z-index:999; }
	.nav li ul li  { background:#eee;}
	.nav li ul li a  { width:160px; color:#f5f5f5; font-size:.85em !important; line-height:18px; }
	.nav li ul li a.sf-with-ul { padding:5px 10px; }
	.nav li ul ul  { margin: -30px 0 0 180px; }
	.nav li ul ul li a  {  }
	.nav li ul li ul li a  {  }
	
	.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; }
	
	.nav .sf-sub-indicator {background:	url(images/arrow-superfish.png) no-repeat;position:absolute;display:block;right:0.4em;top:40%;width:10px;height:10px;text-indent:-999em;overflow:hidden;}
	.nav li ul .sf-sub-indicator {background:url(images/arrow-superfish-right.png) no-repeat;}
	
	/* 2.2.2 Top Navigation (optional) */
	#top { background: #232E42;}
	#top .nav { margin:0; }
	#top .nav a { color:#ddd; padding:8px 10px; line-height:18px; text-decoration:none; text-shadow:none;border:0; }
	#top .nav li  {  }
	#top .nav li a.sf-with-ul { padding-right:20px; }
	#top .nav .sf-sub-indicator { top:40%; }
	
	#top .nav a:hover, 
	#top .nav li.current_page_item a, 
	#top .nav li.current_page_parent a,
	#top .nav li.current-menu-ancestor a,
	#top .nav li.current-cat a,
	#top .nav li.current-menu-item a,
	#top .nav li.sfHover { background: #222; border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;}
	
	#top .nav li ul  { background: #222; margin:0; padding:0px; width: 180px; border: none; z-index:999;
		/* Box Shadow */
		-moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
		box-shadow: 0 2px 2px rgba(0,0,0,.1);
	}
	#top .nav li ul, #top .nav li ul li:last-child a {
		/* Border Radius */
		border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; 
	}
	#top .nav li ul li { background:none; border:none; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
	#top .nav li ul li a  { padding:8px 10px; width:160px; color:#ddd; background: none; font-size:0.9em;}
	#top .nav li ul li a:hover  { background: #000; }
	#top .nav li ul li a.sf-with-ul { padding-right:10px; }
	#top .nav li ul ul  { margin: -34px 0 0 180px; }
	
	#top .nav li:hover, #top .nav li.hover  { position:static; }
	#top .nav li:hover ul ul, #top .nav li.sfhover ul ul,
	#top .nav li:hover ul ul ul, #top .nav li.sfhover ul ul ul,
	#top .nav li:hover ul ul ul ul, #top .nav li.sfhover ul ul ul ul { left:-999em; }
	#top .nav li:hover ul, #top .nav li.sfhover ul,
	#top .nav li li:hover ul, #top .nav li li.sfhover ul,
	#top .nav li li li:hover ul, #top .nav li li li.sfhover ul,
	#top .nav li li li li:hover ul, #top .nav li li li li.sfhover ul  { left:auto; }


/* 2.3 Header */
#header{padding:40px 0 30px;clear:both;position:relative;}

#logo  { float:left;position:relative;z-index: 1; }
#logo img  { }
#logo .site-title, #logo .site-description  { font-family:georgia, serif; color: #fff; display:none;  }
#logo .site-title a { color:#fcfcfc; font-size:55px; line-height:60px; text-transform:none; font-weight:normal; text-decoration:none; }
#logo .site-description { color:#fff; font:italic 14px Georgia, serif; }
#header-texture {background:url('images/ht_stripes.png') repeat;}


#radial-effect {background: -moz-radial-gradient(bottom,ellipse, #fff 0%, rgba(0,0,0,0) 55%);background: -webkit-gradient(radial, center center, 0, center center, 70, from(#fff), to(rgba(0,0,0,0)));background: -webkit-radial-gradient(circle, #fff, rgba(0,0,0,0));position:absolute;bottom:1px;left:0px;width:100%;height:175px;z-index:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";filter: alpha(opacity=25);opacity:.25;}

#topad {float:right;position:relative;z-index:1;}
#postad {margin:15px auto;width:336px;}


/* 2.4 Content */
#content{padding:0 0 40px; position:relative;}

/* 2.5 Sidebar */
#sidebar{overflow:hidden;}
#sidebar .primary { }
#sidebar .secondary { float:left; margin-right:20px; } 
#sidebar .tertiary { float:left; margin-right:0; } 
#sidebar .last { margin:0; } 

/* 2.6 Footer */
#footer{background-color: #F5F5F5;border-radius: 5px;-border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;padding: 10px 0; color:#999;text-shadow:0 1px 0 #fff;}
#footer p {font:italic normal 14px Georgia, serif;}
#footer #credit img{vertical-align:middle;}
#footer #credit span{display:none;}
#footer .col-left { padding-left:10px; }
#footer .col-right { padding-right:10px; }


/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

.breadcrumbs { margin-bottom: 1.5em;color:#bbb;font-size:11px;text-transform:uppercase;text-shadow:0 1px 0 #fff; }

.archive_header  { display: block; float: left; width: 100%; margin:0 0 30px; padding:0 0 10px; font-size: 18px; font-weight: bold; border-bottom:#e6e6e6 5px solid; }
.archive_header .catrss a  { font-size: 14px; text-decoration: none; line-height: 28px; }

.post, .search .page  { margin: 0 0 40px;}

.post.sticky {}

.post .title, .page .title  { font:normal bold 24px/24px Arial, Helvetica, sans-serif;margin: 0 0 15px; }
.post .title a:link, .post .title a:visited,
.page .title a:link, .page .title a:visited{ color:#222; }

.post-meta {text-shadow:0 1px 0 #fff;margin: 1em 0 1.5em 0;font:1em/1em sans-serif;color:#999; font:11px/11px "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform: uppercase; }
.post-meta .small {text-transform:lowercase;}
.post-meta .author {text-transform: uppercase;}
.post-more { clear:both; text-transform:uppercase; background: url("images/widget_title.png") repeat-x left top; padding:10px 0; font:11px/16px sans-serif;}
.post-more .post-comments, .post-more .post-comments a {text-shadow:0 1px 0 #fff;float:right;margin-top:7px;color:#bbb;}
.post p.tags{color:#999; background:url(images/ico-tag.png) no-repeat center left;padding-left:25px;width:100%;clear:both;margin-bottom:20px;}
.post-meta a:link, .post-meta a:visited, .post p.tags a:link, .post p.tags a:visited { text-decoration: underline; color:#bbb; }
.post-more a:hover, .post-meta a:hover, .post p.tags a:hover { text-decoration:underline; color:#3391d2;}
.post-meta a.post-edit-link {float:right;text-decoration:none;text-shadow:0 1px 0 #fff;border-radius: 16px;border: 1px solid #fff;background: url("images/menu-overlay.png") repeat-x scroll left bottom #FFFFFF;box-shadow: 0 1px 2px #AAAAAA;-box-shadow: 0 1px 2px #AAAAAA;-moz-box-shadow: 0 1px 2px #AAAAAA;-webkit-box-shadow: 0 1px 2px #AAAAAA;padding: 5px 10px;color:#333;position:relative;bottom:10px;margin:0 2px 0 10px;}
.post .post-embed { margin-bottom:30px; }

.entry  {}
.entry .page-link { margin: 0 0 1.2em;font-weight:bold; }

/* 3.1 Typographic Elements */

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { margin:0 0 0.5em; line-height:1.5em; }

.entry p  { margin-bottom: 1.2em; }

.entry blockquote  { background:url(images/blockquote.png) no-repeat 0 12px; padding: 10px 20px 10px 50px; color: #444; }
.entry blockquote p  { font-style:italic; }

.entry ul  { margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ul ul  { margin: 0; }
.entry ul li  {	list-style-type: none; background: url("images/list-image.png") no-repeat 0 6px;padding-left: 15px; }

.entry ol  { margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ol ol  { margin: 0; }
.entry  ol li  { list-style-type: decimal; }
.entry  ol li ol li  { list-style-type: lower-latin; }

/* 3.2 Images */
.entry img, img.thumbnail, .portfolio-items img {height:auto;margin-top:15px;box-shadow:0 0 5px #ddd inset;-box-shadow:0 0 5px #ddd inset;-moz-box-shadow:0 0 5px #ddd inset;-webkit-box-shadow:0 0 5px #ddd inset;position:relative; outline:1px solid #ccc;padding: 8px; border: 1px solid #fff; background:#f1f1f1; }
img.thumbnail {margin-top:0;}
ul.t4p-sc-related-posts img.t4p-image {padding:4px;margin-top:0;}
.entry a.thumb { display:block;margin:0px; margin-right: 30px; line-height:0;}
.entry a.thumb:hover { position:relative;text-decoration: none; background: url("images/portfolio-hover.png") no-repeat 50% 50%; }
.attachment .entry a.thumb { display:inline-block;}


img.wp-smiley  { padding: 0; border: none;outline:none; }

.alignleft  { float: left; width: auto; margin: 5px 15px 15px 0; }
.alignright  { float: right; width: auto; margin: 5px 0 15px 15px; }
.aligncenter  { text-align: center; margin-bottom:15px;}
img.aligncenter  { margin-left:auto; margin-right:auto; display:block; }

.entry .gallery-caption {}

.entry .wp-caption { text-align:center; background:rgba(255,255,255,0.7);box-shadow:0 0 5px #ddd inset;-box-shadow:0 0 5px #ddd inset;-moz-box-shadow:0 0 5px #ddd inset;-webkit-box-shadow:0 0 5px #ddd inset;position:relative; outline:1px solid #ccc;padding: 8px; border: 1px solid #fff; background:#f1f1f1; }
.entry .wp-caption img { -webkit-box-shadow:none;-moz-box-shadow:none;-box-shadow:none;box-shadow:none;background:none;margin:0;padding:0; }
.entry .wp-caption-text { margin:0; padding:0; font:11px/22px Arial, Helvetica, sans-serif; text-align:center; }
.entry .wp-caption.aligncenter { margin:0 auto 15px; }

.gallery img {border:1px solid #fff !important;}


/* 3.2.1 Site width */
.width-1200 .col-full .entry img {max-width:1180px; }
.width-980 .col-full .entry img { max-width:960px; }
.width-960 .col-full .entry img { max-width:940px; }
.width-940 .col-full .entry img { max-width:920px; }
.width-880 .col-full .entry img { max-width:860px; }
.width-760 .col-full .entry img { max-width:740px; }


/* 3.2.2 two-col-left */
.two-col-left-1200 #main-sidebar-container #main .entry img { max-width:780px; }
.two-col-left-980 #main-sidebar-container #main .entry img { max-width:630px; }
.two-col-left-960 #main-sidebar-container #main .entry img { max-width:610px; }
.two-col-left-940 #main-sidebar-container #main .entry img { max-width:590px; }
.two-col-left-880 #main-sidebar-container #main .entry img { max-width:530px; }
.two-col-left-760 #main-sidebar-container #main .entry img { max-width:460px; }



/* 3.2.3 two-col-right */
.two-col-right-1200 #main-sidebar-container #main .entry img { max-width:780px; }
.two-col-right-980 #main-sidebar-container #main .entry img { max-width:630px; }
.two-col-right-960 #main-sidebar-container #main .entry img { max-width:610px; }
.two-col-right-940 #main-sidebar-container #main .entry img { max-width:590px; }
.two-col-right-880 #main-sidebar-container #main .entry img { max-width:530px; }
.two-col-right-760 #main-sidebar-container #main .entry img { max-width:460px; }

/* 3.2.4 three-col-left */
.three-col-left-1200 #main-sidebar-container #main .entry img{ max-width:660px; }
.three-col-left-980 #main-sidebar-container #main .entry img{ max-width:460px; }
.three-col-left-960 #main-sidebar-container #main .entry img{ max-width:440px; }
.three-col-left-940 #main-sidebar-container #main .entry img{ max-width:420px; }
.three-col-left-880 #main-sidebar-container #main .entry img{ max-width:400px; }
.three-col-left-760 #main-sidebar-container #main .entry img{ max-width:330px; }


/* 3.2.5 three-col-middle */
.three-col-middle-1200 #main-sidebar-container #main .entry img{ max-width:660px; }
.three-col-middle-980 #main-sidebar-container #main .entry img{ max-width:460px; }
.three-col-middle-960 #main-sidebar-container #main .entry img{ max-width:440px; }
.three-col-middle-940 #main-sidebar-container #main .entry img{ max-width:420px; }
.three-col-middle-880 #main-sidebar-container #main .entry img{ max-width:400px; }
.three-col-middle-760 #main-sidebar-container #main .entry img{ max-width:330px; }


/* 3.2.6 three-col-right */
.three-col-right-1200 #main-sidebar-container #main .entry img{ max-width:660px; }
.three-col-right-980 #main-sidebar-container #main .entry img{ max-width:460px; }
.three-col-right-960 #main-sidebar-container #main .entry img{ max-width:440px; }
.three-col-right-940 #main-sidebar-container #main .entry img{ max-width:420px; }
.three-col-right-880 #main-sidebar-container #main .entry img{ max-width:400px; }
.three-col-right-760 #main-sidebar-container #main .entry img{ max-width:330px; }


/* 3.3 Pagination / WP-Pagenavi */
.nav-entries, .wp-pagenavi { clear:both;font-size:13px; padding:10px 15px;text-shadow:0 1px 0 #fff; }
.nav-entries a, 
.wp-pagenavi a:link, .wp-pagenavi a:visited, 
.wp-pagenavi .current, .wp-pagenavi .on, .wp-pagenavi a:hover,
.wp-pagenavi span.extend, .wp-pagenavi span.pages{ display: block; font:italic 12px/16px Georgia, serif; color:#777; text-decoration:none;}
.nav-entries a:hover { text-decoration:underline; }

.post-entries { clear:both; margin-top:-20px;text-shadow:0 1px 0 #fff; }
.post-entries a:link, .post-entries a:visited { font-size:0.9em; color:#888; }

.wp-pagenavi { margin: 0 !important; text-align: center !important; }
.wp-pagenavi a:link,
.wp-pagenavi a:visited { display: inline !important; text-decoration: none !important; background: #EEEEEE !important; background:rgba(0,0,0,0.1) !important; color: #666 !important; padding: 3px 7px !important; border:1px solid #DDDDDD !important; border:1px solid rgba(0,0,0,0.2) !important;}
.wp-pagenavi .current, 
.wp-pagenavi .on,
.wp-pagenavi a:hover {display:inline; padding: 3px 7px !important; background: #ddd !important; background:rgba(0,0,0,0.1) !important; border:1px solid #bbb !important; border:1px solid rgba(0,0,0,0.2) !important;}
.wp-pagenavi span.extend, .wp-pagenavi span.pages { display:inline;background:none !important; border:none !important; color:#666 !important; }

.t4p-pagination { margin: 0; text-align: center; clear: both; display: block; }
.t4p-pagination a:link,
.t4p-pagination a:visited { display: inline; text-decoration: none; color: #666; padding: 3px 7px; border: 1px solid #DDDDDD; }
.t4p-pagination span.extend, .t4p-pagination .page-numbers { border: none; color: #666; }
.t4p-pagination a:link, .t4p-pagination a:visited, .t4p-pagination a:active, .t4p-pagination span.current {
	/* Border Radius */ 
	border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px;
}
.t4p-pagination a:link, .t4p-pagination a:visited, .t4p-pagination a:active { margin:0 1px;font-weight:bold;display: inline-block;padding: 5px 12px;border: 1px solid #fff;border-bottom-color: #fff;color: #999;text-align: center;text-shadow: 0 1px 0 #fff;-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;background: #f2f2f2;background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #f1f1f1),color-stop(1, #dddddd));background: -moz-linear-gradient(center top,#f1f1f1 20%,#dddddd 100%);-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3),inset 0 0 2px hsla(0,100%,100%,.3),0 1px 2px hsla(0, 0%, 0%, .29);-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3),inset 0 0 2px hsla(0,100%,100%,.3),0 1px 2px hsla(0, 0%, 0%, .29);box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3),inset 0 0 2px hsla(0,100%,100%,.3),0 1px 2px hsla(0, 0%, 0%, .29); }
.t4p-pagination .current, .t4p-pagination a:hover { border:1px solid #333;text-shadow: 0 1px 0 #111;padding: 5px 12px;color:#fff !important;font-weight:bold;background: #333333;background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #555555),color-stop(1, #222222));background: -moz-linear-gradient(center top,#555555 20%,#222222 100%);-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3),inset 0 0 2px hsla(0,100%,100%,.3),0 1px 2px hsla(0, 0%, 0%, .29);-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3),inset 0 0 2px hsla(0,100%,100%,.3),0 1px 2px hsla(0, 0%, 0%, .29);box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3),inset 0 0 2px hsla(0,100%,100%,.3),0 1px 2px hsla(0, 0%, 0%, .29); }

/* 3.4 Single Post Author */
#post-author {background: url("images/widget_title.png") repeat-x left top; padding:15px; margin: 0 0 1.5em; }
#post-author h3 { margin-bottom: 0px; }
#post-author .profile-image { float:left; margin:0 15px 5px 0; background:rgba(255,255,255,0.7);background: #F1F1F1;border: 1px solid #FFFFFF;box-shadow: 0 0 5px #DDDDDD inset;-webkit-box-shadow: 0 0 5px #DDDDDD inset;-moz-box-shadow: 0 0 5px #DDDDDD inset;-box-shadow: 0 0 5px #DDDDDD inset;outline: 1px solid #CCCCCC;padding: 8px 8px 2px 8px;}
#post-author .profile-link {  }
.author #post-author { margin-bottom:30px; }

/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 4.2 Generic Widgets */
.widget  { box-shadow: 0 0 30px #ddd inset;-webkit-box-shadow: 0 0 30px #ddd inset;-box-shadow: 0 0 30px #ddd inset;-moz-box-shadow: 0 0 30px #ddd inset;position:relative;border: 1px solid #bababa;padding:10px;margin: 0 0 30px 0; font-size:12px;background:#fff;border-radius:5px;-border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; }
.widget:before,.widget:after{z-index: -1;position: absolute;content: "";bottom: 12px;left: 10px;width: 47%;top: 80%;max-width:51%;background: rgba(0, 0, 0, 0.9);-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.9);-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.9);box-shadow: 0 15px 10px rgba(0, 0, 0, 0.9);-webkit-transform: rotate(-3deg);-moz-transform: rotate(-3deg);-o-transform: rotate(-3deg);-ms-transform: rotate(-3deg);transform: rotate(-3deg);}
.widget:after{-webkit-transform: rotate(3deg);-moz-transform: rotate(3deg);-o-transform: rotate(3deg);-ms-transform: rotate(3deg);transform: rotate(3deg);right: 10px;left: auto;}



.widget h3  { text-shadow:0 1px 0 #fff;margin: 0 0 20px 0; padding:0 0 15px; text-transform:uppercase; font:bold 20px Georgia, Arial; color:#555; background: url(images/widget_title.png) repeat-x bottom left; }
.widget_t4p_search h3 {margin-bottom:0;background:none;}
.widget p { font:12px/20px "Trebuchet MS",Tahoma,sans-serif; margin-bottom:15px; }

.widget ul  { clear:both; padding-left:10px; list-style-type:none;}
.widget ul li  {background:url("images/list-image.png") 0 8px no-repeat;padding-left:10px;}
.widget ul li a  { padding: 0 0 0 5px; line-height: 22px; text-decoration: none; }
.widget ul li a:hover  { text-decoration:underline; }
.widget ul ul  { padding: 0 0 0 15px; border-top: none; }

.widget_recent_comments li, .widget_t4p_twitter li, .widget_recent_entries li  { padding: 6px 0; line-height: 18px; border-bottom: 1px dotted #eee;background-position:0 12px !important;padding-left:12px !important; } /* RESET LI STYLING FOR RECENT COMMENT & TWITTER */
.widget_t4p_twitter li {background-position:0 14px !important;}
.widget_t4p_twitter p {padding:0 15px;}
.widget_recent_comments li a, #twitter a  { display: inline; padding: 0; line-height: 18px!important; background: none!important; border: none!important; } /* RESET <A> STYLING FOR RECENT COMMENT & TWITTER */

.widget_video { background:#F1F1F1;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 5px #DDDDDD inset;
    display: block;
    float: left;
    margin: 10px 0;
    outline: 1px solid #DDDDDD;
    padding: 4px 4px 0 4px;}

#footer-widgets { background: url("images/widget_title.png") repeat-x left top; padding:10px 0; }
#footer-widgets .block { padding:20px 0 0 20px; width:210px; float:left; }

/* 4.2 Specific Widgets */

/* SEARCH FORM */
.search_main {border:3px solid #eee;border-radius: 4px;}
.searchform  { background:#fff;opacity:.7;filter:alpha(opacity=70)width: 99%; position: relative; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.searchform input.s  {  box-shadow: none;-box-shadow: none;-moz-box-shadow:none;-webkit-box-shadow:none;padding: 8px; width:83%; margin:0; border:none; background: none; color:#777;  }
.searchform input.submit { position: absolute; top:6px; right:10px; border:none; margin:0; padding:0; }

/* CALENDAR */
#wp-calendar{width:95%;margin:0 auto;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:0 0 10px;text-align:right;font-style:italic;font-size:14px;}
#wp-calendar th,#wp-calendar td{text-align:center;background:rgba(0,0,0,.03);padding:5px;font-weight:bold;}
#wp-calendar td{background:transparent;}
#wp-calendar td,table#wp-calendar th{padding:3px 0;}

/* Blog Author Widget */
.widget_t4p_blogauthorinfo .avatar {box-shadow: 0 0 5px #DDDDDD inset;-box-shadow: 0 0 5px #DDDDDD inset;-moz-box-shadow: 0 0 5px #DDDDDD inset;-webkit-box-shadow: 0 0 5px #DDDDDD inset;background: #F1F1F1;border: 1px solid #FFFFFF;outline: 1px solid #DDDDDD;padding: 4px;}
.widget_t4p_blogauthorinfo .left { float:left; margin:0 10px 5px 0; }
.widget_t4p_blogauthorinfo .right { float:right; margin:0 0 5px 10px; }
.widget_t4p_blogauthorinfo .author-read-more {background: url("images/arrow-superfish-right.png") no-repeat right 4px;padding-right:12px;}

/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/

/* 5.1 Comments */
#comments {position:relative;margin:40px 0 0;padding:40px 0 0 0; border-top:1px solid #e6e6e6; border-top:1px solid rgba(0,0,0,0.07);}
#comments h3  { color:#333; font-weight:bold; margin-bottom:20px; }
#comments .comment.thread-even { background: #fafafa; background: rgba(0,0,0,0.02); }
#comments .comment{width:100%;list-style-type:none; background: url("images/widget_title.png") repeat-x left top;}
#comments .bypostauthor {}
#comments .comment .comment-container  { position:relative; padding: 20px; }
#comments .comment-head  { margin: 0 0 15px 0; }
#comments .avatar  { float:left; margin: 0 15px 10px 0; }
#comments .avatar img {margin: 0;vertical-align: middle;border:1px solid #ddd; padding:3px; background:#fff;
background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 5px #DDDDDD inset;
    outline: 1px solid #DDDDDD;
    padding: 4px;

 }
#comments .comment-head .name  { margin: 0; font-weight: bold; font-size: 17px; }
#comments .comment-head .date, #comments .comment-head .edit, #comments .comment-head .perma { font-size: 11px; }
#comments .comment-entry p  { margin: 0 0 10px 0;}
#comments .reply { padding-top:10px; }
#comments .reply a { display: inline-block;margin: 5px;padding: 3px 13px;border: 1px solid #4081af;border-bottom-color: #20559a;color: white !important;text-align: center;text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);text-decoration: none;-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;background: #237fd7;background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #52a8e8),color-stop(1, #2e76cf));background: -moz-linear-gradient(center top,#52a8e8 20%,#2e76cf 100%);-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3),inset 0 0 2px hsla(0,100%,100%,.3),0 1px 2px hsla(0, 0%, 0%, .29);-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3),inset 0 0 2px hsla(0,100%,100%,.3),0 1px 2px hsla(0, 0%, 0%, .29);box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3),inset 0 0 2px hsla(0,100%,100%,.3),0 1px 2px hsla(0, 0%, 0%, .29); }
#comments .reply a:hover {text-decoration: none !important;background: #0073d2;background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #3e9ee5),color-stop(1, #1666ca));background: -moz-linear-gradient(	center top,#3e9ee5 20%,#1666ca 100%); }
#comments ul.children{margin:10px 10px 0 25px;padding:0; }
#comments ul.children li {border-top:1px solid #e6e6e6; }
#comments .cancel-comment-reply{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; }

/* 5.2 Comments Form */
#respond  { margin: 40px 0 0; }
#respond h3 { color:#333; font-weight:normal; margin-bottom:20px; }
#respond #reply-title small { display: block; font-size: 14px; margin-top: 5px; }
#respond .left { float:left; width:200px; margin-right:15px; }
#respond .right { float:left; width:380px; }
#respond label { font-size:11px; color:#777; }

#commentform  {	margin: 15px 0 0 0;  }
#commentform input.txt, #commentform textarea { font:14px/14px Arial, Helvetica, sans-serif; border: #efefef 1px solid;}
#commentform input.txt  { color:#666; background: #fcfcfc; width: 170px; margin: 0 5px 10px 0; padding: 5px 7px; }
#commentform textarea  { color:#666; background: #fcfcfc; width: 95% !important; padding: 5px 7px; }

#commentform #submit  { margin: 15px 0 0 0;  }

/* 5.3 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; }


/*-------------------------------------------------------------------------------------------*/
/* 6. MISC */
/*-------------------------------------------------------------------------------------------*/

/* 6.1 Buttons */
.button, .button:visited, .reply a, #respond .form-submit input#submit, .read-more { font-family:Verdana, Geneva, Arial, sans-serif; background: url(images/alert-overlay.png); display: inline-block; padding: 5px 10px 6px; color: #fff !important; text-decoration: none; border:none; position: relative; cursor: pointer; }
.button, .button:visited, .reply a, #respond .form-submit input#submit, .read-more { background-color:#444; }
.button:hover, .reply a:hover, #respond .form-submit input#submit:hover, .read-more a, .read-more a:hover { color: #fff  !important; text-decoration:none; }
.button:active, .reply a:active, #respond .form-submit input#submit:active { top: 1px; }
.small.button, .small.button:visited, .reply a { font-size: 10px; padding: 0px 6px 1px; text-transform:uppercase;}
.button, .button:visited, .medium.button, .medium.button:visited, #respond .form-submit input#submit { font-size: 15px;font-weight:bold; line-height: 1; }
.large.button, .large.button:visited { font-size: 14px; padding: 8px 14px 9px; }
.button, .button:visited, .medium.button, .medium.button:visited, #respond .form-submit input#submit { text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.button, .button:visited, .reply a, #respond .form-submit input#submit, .read-more { -moz-border-radius: 13px; -webkit-border-radius: 13px; -border-radius: 13px;border-radius: 13px;text-shadow: 0 -1px 1px rgba(0,0,0,0.25); border: 1px solid rgba(0,0,0,.25); border-bottom-color: rgba(0,0,0,.35); }
.button:hover, .reply a:hover, #respond .form-submit input#submit:hover, .read-more:hover  { opacity:0.9; }


/*-------------------------------------------------------------------------------------------*/
/* 7. LAYOUTS */
/*-------------------------------------------------------------------------------------------*/

/* 7.1 Site width */
.width-1200 .col-full { width:1200px; }
.width-980 .col-full { width:980px; }
.width-960 .col-full { width:960px; }
.width-940 .col-full { width:940px; }
.width-880 .col-full { width:880px; }
.width-760 .col-full { width:760px; }

.width-1200 #wrapper { width:1200px; margin-left:auto; margin-right:auto; }
.width-980 #wrapper { width:980px; margin-left:auto; margin-right:auto; }
.width-960 #wrapper { width:960px; margin-left:auto; margin-right:auto; }
.width-940 #wrapper { width:940px; margin-left:auto; margin-right:auto; }
.width-880 #wrapper { width:880px; margin-left:auto; margin-right:auto; }
.width-760 #wrapper { width:760px; margin-left:auto; margin-right:auto; }

.width-1200 #footer-widgets .block {width:275px}
.width-980 #footer-widgets .block {width:220px}
.width-960 #footer-widgets .block {width:215px}
.width-880 #footer-widgets .block {width:195px}
.width-760 #footer-widgets .block {width:165px}

/* 7.2 two-col-left */
.two-col-left #main-sidebar-container { display:inline; }
.two-col-left #main-sidebar-container #main{width:610px; float:left; display:inline; }
.two-col-left #main-sidebar-container #sidebar{width:300px; float:right; display:inline; }
.two-col-left-1200 #main-sidebar-container #main { width:800px; }
.two-col-left-1200 #main-sidebar-container #sidebar{width:370px; float:right; display:inline; }
.two-col-left-980 #main-sidebar-container #main { width:650px; }
.two-col-left-960 #main-sidebar-container #main { width:630px; }
.two-col-left-880 #main-sidebar-container #main { width:550px; }
.two-col-left-760 #main-sidebar-container #main { width:480px; }
.two-col-left-880 #main-sidebar-container #sidebar { width:300px; }
.two-col-left-760 #main-sidebar-container #sidebar { width:250px; }

/*-------------------------------------------------------------------------------------------*/
/* 8. TEMPLATES */
/*-------------------------------------------------------------------------------------------*/

/* 8.1.1 Pagination */
#loopedSlider.has-pagination { margin-bottom: 70px; }
#loopedSlider .pagination-wrap { text-align: center; margin: 10px 10px 20px 10px; position: absolute; width: 97%; z-index: 10; }
#loopedSlider .pagination { display: inline; }
#loopedSlider .pagination li { display: inline-block; margin-right: 5px; width: 12px; height: 12px; }
#loopedSlider .pagination li a { background: transparent url( 'images/slider-pagination.png' ) no-repeat left top; display: block; width: 12px; height: 12px; text-indent: -9999px; }
#loopedSlider .pagination li.current a { background-position: left -12px; }

body.ie7 #loopedSlider .pagination li { display: inline; zoom: 1; }

/* 8.2 Footer Widgets 1-4 Columns */
#footer-widgets.col-1 .block { padding:20px 0 0 0px; width:100%; float:left; }
#footer-widgets.col-2 .block { padding:20px 0 0 3%; width:45%; float:left; }
#footer-widgets.col-3 .block { padding:20px 0 0 2.4%; width:30%; float:left; }
#footer-widgets.col-4 .block { padding:20px 0 0 2%; width:22.5%; float:left; }


/*-------------------------------------------------------------------------------------------*/
/* 9. BROWSER SPECIFIC */
/*-------------------------------------------------------------------------------------------*/

/* IE6 */
.ie6 .nav .sf-sub-indicator { display:none; }
.ie6 .nav li a:hover { text-decoration:none; }
.ie6 .nav li a.sf-with-ul { padding-right:10px; }
.ie6 .button, .ie6 .button:visited { margin:0; color:#555 !important; font-weight:normal; } .reply a {  color:#555 !important; }
.ie6 .button, .ie6 .button:visited{ padding:6px 0; margin:0;  }
.ie6 .widget input.submit { float:right; }
.ie6 #loopedSlider .content p, .ie6 #loopedSlider .content a h2 { width:300px; }
.ie6 .business #loopedSlider a.previous { top:150px; }
.ie6 .business #loopedSlider a.next { top:150px; }

/* IE7 */
.ie7 .nav li a {_height: 0;zoom: 1;} /* IE7 Fix */
.ie7 .button, .button:visited {  padding:7px 6px; margin:0; }
.ie7 .nav-entries a, 
.ie7 .wp-pagenavi a:link, .ie7 .wp-pagenavi a:visited, 
.ie7 .wp-pagenavi .current, .ie7 .wp-pagenavi .on, .ie7 .wp-pagenavi a:hover,
.ie7 .wp-pagenavi span.extend, .ie7 .wp-pagenavi span.pages{ font-style:normal !important; }
.ie7 #comments, .ie7 .comment-container, .ie7 .reply a  { position: static; }

/* IE8 */
.ie8 .button, .ie8 .button:visited {  padding:10px 15px; margin:0; }

