/*  
Theme Name: Bretterick
Theme URI: http://www.brettbriggs.com/
Version: 1.0
Description: Designed by <a href="http://www.brettbriggs.com">Mr. Bretterick</a>.
Author: Mr. Bretterick
Author URI: http://www.brettbriggs.com

	Copyright: (c) 2010 Brett Briggs.
	License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html

*/

/* Default styles */
@import "css/reset.css";

/*-------------------------------------------------------------------------------------------

INDEX:

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.3 Header
-2.4 Featured Box
-2.4.1 Home Page Tabber
-2.4.2 Inner Pages
-2.5 Footer

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination / WP-Pagenavi
-3.4 Info boxes

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
-6.2 Info Boxes
-6.3 Contact Form 

-------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

body  { font: 14px/18px Arial,Helvetica,Sans-serif; background: #F2F2F2; color: #494a4c;}

h1, h2, h3, h4, h5, h6  { margin: 0; color: #336699; font-weight:bold; font-family: Georgia,serif }
h1  {font-size: 2em; line-height: 2em;} 
h2  {font-size: 1.5em; line-height: 1.5em;} 
h3  {font-size: 1.25em; line-height: 1.25em;} 
h4  {font-size: 1.1em; line-height: 1.1em;} 
h5  {font-size: 1.1em; line-height: 1.1em;} 
h6 {font-size: 1.1em; line-height: 1.1em;}

p {margin: 0; font-size: 1em; line-height: 1.85em;}

hr { background-color: #DDD;	border:0; height: 1px; margin-bottom: 10px; }

input, textarea {}


/* 1.2 Hyperlinks */
a:link, a:visited  { color: #336699; 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  { color: #336699; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  { color: #173d71, text-decoration: underline; }

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */

/*#wrapper		{background: url(images/bg-wrapper.png) no-repeat center top;}
#content-wrap	{background: url(images/bg-content.png) no-repeat center bottom;}
#content		{padding:0 0 40px;}*/

.col-left		{float: left;}
.col-right		{float: right;}
.col-full		{width: 940px; margin: 0 auto;}

/* 2.2 Navigation */
#logo img { display:none; }
#logo .site-title, #logo .site-description { display:block; } 


#navigation		{position: relative; padding: 20px 0 0 0; z-index: 99; font:.9em/1em "Lucida Grande", Helvetica, Arial, sans-serif;}

.nav			{z-index:79; margin: 0px; padding:0; list-style:none; line-height:1;}
.nav li			{float:left; width: auto;}
.nav li.home a  {display: block; margin: 20px 15px 0 0; height: 0; overflow: hidden; padding-top: 14px; width: 13px; background: url(images/ico-home.png) no-repeat top center;}
.nav a			{position:relative; color:#fff; display:block; z-index:80; margin-right: 10px; padding: 5px 10px 5px 10px; line-height:18px; text-decoration:none; text-transform: uppercase; font-weight:bold;}
.nav form		{position:relative; color:#fff; display:block; z-index:80; padding: 5px 0px 5px 8px; line-height:18px; text-decoration:none; text-transform: uppercase; font-weight:bold;}
.nav a:hover	{background: rgba(0,0,0,0.2);}
.nav .twitter a, .nav .rss a 				{margin-right: 0px; padding: 5px 3px 5px 3px;}
.nav .twitter a:hover, .nav .rss a:hover	{background: none;}
.nav li.current_page_item, .nav li.current_page_parent  {}
.nav li a.sf-with-ul {padding-right:20px;}

/* 2.2.1 Drop-down menus */
.nav li ul					{background: #FFF; position: absolute; left: -999em; width: 180px; z-index:81;}
.nav li ul li				{border-top:1px solid #fff; border-bottom: 1px solid #c3c3c3;}
.nav li ul li a				{width:165px; padding: 5px 5px 5px 10px; font-weight: bold; background: #eaeaea; margin: 0; color:#555; font-size:12px;}
.nav li ul li a.sf-with-ul	{padding: 5px 5px 2px 10px;}
.nav li ul li a:hover		{border-color: transparent; color: #000; background-color: #dedede;}
.nav li ul ul				{margin: -25px 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.3em;top:1em;width:10px;height:10px;text-indent:-999em;overflow:hidden;}
.nav li ul .sf-sub-indicator	{right: 5px; top: 10px; background:url(images/arrow-superfish-right.png) no-repeat;}

/* 2.3 Header */
#header  		{padding:15px 0; clear:both; position:relative; background: #292a2c url(images/bg-bodytile.png) repeat top left; border-bottom: 1px solid #FFFFFF; width:100%;}
#header-shadow	{background: url("images/header-bottom.png") no-repeat scroll top center transparent; height: 18px;}

#logo										{float:left;}
#logo img									{}
#logo .site-title, #logo .site-description  {font-family:Georgia, serif;}
#logo .site-title a							{color:#eee; font-size:40px; line-height:40px; text-transform:none; font-weight:normal; text-decoration:none;}
#logo .site-title a:hover					{color:#fff; text-decoration:underline; }
#logo .site-description						{color: #eee; font-size: .9em; text-transform: uppercase;}

.search form  			{display: inline-block; }
.search input.field		{height:13px; font-size:.9em; font-weight:bold; width: 123px; padding: 4px 0 4px 25px; color: #fff; border: none; background: url(images/bg-search.png) no-repeat left top; }
.search input.submit	{background: none; border: none; color: #fff; font-weight: bold; margin: -2px 0 0 0; padding: 0; }

.searchResult {text-align: center;}
.searchCriteria	{text-align: center; padding:50px;}

/* 2.4 Featured Box */
/* 2.4.1 Home Page Tabber */
#loopedSlider				{position:relative; text-align: center;}
#loopedSlider .container	{width: 633px; height:464px; overflow:hidden; position:relative; float:left; border: 1px solid #fff;}
#loopedSlider .slides		{position:absolute; top:0; left:0;}



#slider {margin: auto; background:url(images/loading.gif) no-repeat scroll 50% 50% #202834; border: 1px #FFF solid; margin-top: 0px;}
#slider img {position:absolute; top:0px; left:0px; display:none;}
.nivoSlider {position:relative;}
.nivoSlider img {left:0; position:absolute; top:0;}
.nivoSlider a.nivo-imageLink {border:0 none;display:none;height:100%;left:0;margin:0;padding:0;position:absolute;top:0;width:100%;z-index:60;}
.nivo-slice {display:block;height:100%;position:absolute;z-index:50;}
.nivo-caption {background:none repeat scroll 0 0 #000000;bottom:0;color:#FFFFFF;left:0;opacity:0.8;position:absolute;width:100%;z-index:89;}
.nivo-caption p {margin:0;padding:5px;}
.nivo-directionNav a {cursor:pointer;position:absolute;top:45%;z-index:99;}
.nivo-prevNav {left:0;}
.nivo-nextNav {right:0;}
#slider a {border:0 none;display:block;}
.nivo-controlNav {bottom:-20px;	left:44%;position:absolute;}
.nivo-controlNav a {background:url(images/bullets.png) no-repeat scroll 0 0 transparent; border:0 none;display:block;float:left;height:10px;margin-right:3px;text-indent:-9999px;width:10px;}
.nivo-controlNav a.active {background-position:-10px 0;}
.nivo-controlNav a {cursor:pointer;position:relative;z-index:99;}
.nivo-controlNav a.active {font-weight:bold;}
.nivo-directionNav a {background:url(images/arrows.png) no-repeat scroll 0 0 transparent;border:0 none;display:block;height:34px;text-indent:-9999px;width:32px;}
a.nivo-nextNav {background-position:-32px 0;right:10px;}
a.nivo-prevNav {left:10px;}


#post-header {margin: auto; border: 1px #FFF solid; margin-top: 10px; width:800px}

.featured								{margin-bottom: 35px;}
.featured .feat-post					{width: 567px;  padding: 0 33px;}
.featured .feat-post .image img			{margin: 30px 0 0 0; border: 1px solid #fff;}

/* 2.4.1 Inner Pages */

.featured.feat-blog {} 
.featured.feat-blog .archive-header  { padding: 0 0 6px; border-bottom: 1px solid #cecece; border-bottom: 1px solid rgba(0,0,0,0.1); margin: 30px 0 0 0; color: #000; }
.featured.feat-blog .archive-header span  { font: bold italic 1.1em Georgia, Times, serif; }
.featured.feat-blog .archive-header .cat-rss  { display: block; margin-top: -2px; margin-bottom: -6px; border: none!important; font: bold italic 1em Georgia, Times, serif; }
.featured.feat-blog .archive-header .cat-rss a  { padding: 3px 38px 3px 0; font-size: 1em; text-decoration: none; line-height: 28px; color: #3c5065; background: url(images/ico-rss.png) no-repeat right center; }
.featured.feat-blog .archive-header .cat-rss a:hover  { color: #000; }
.featured.feat-blog .feat-post  { width: 872px; }
.featured.feat-blog .feat-title  { width: 800px; margin: 30px 0 20px 0; color: #000; }
.featured.feat-blog .feat-title .feat-meta  { display: inline-block; margin: 0 0 15px; font-size: .9em;  text-transform: uppercase; color: #6f6b69; border-bottom: 1px dotted #6f6b69; }
.featured.feat-blog .feat-title .feat-meta a  { color: #000; font-weight: bold; }
.featured.feat-blog .feat-title h2  { margin: 0 0 6px 0; font-size: 1.5em; }
.featured.feat-blog .feat-title h2 a  { font-size: 1.8em; }
.featured.feat-blog .feat-content  { margin: 0 0 35px 0; }
.featured.feat-blog .video  { margin-bottom: 20px; }

.featured.feat-blog .entry h1, .featured.feat-blog .entry h2, .featured.feat-blog .entry h3, .featured.feat-blog .entry h4, .featured.feat-blog .entry h5, .featured.feat-blog .entry h6  {color: #000; font-weight: bold;}
.featured.feat-blog .entry a  {color: #3c5065;}

/* 2.5 Footer */
#footer-shadow			{background: url("images/footer-shadow.png") no-repeat scroll bottom center transparent; height: 18px;}
#footer-bg 				{color:#fff; background: #336699 url(images/bg-footer.gif) repeat top left; border-top: 1px solid #FFFFFF; bottom:0; width: 100%; }
#footer					{color:#fff; background: url(images/bg-footer-shadow.png) repeat-x bottom left transparent; width: 100%;}
#footer #credit img		{vertical-align:middle;}
#footer #credit span	{display:none;}
#footer a:link, #footer a:visited  { color: #fa943e; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
#bottomline  {width: 940px; margin: 0 auto 40px; padding: 17px 10px 0; border-top: 1px solid #cecece; border-top: 1px solid rgba(255,255,255,0.3); font-size:.8em; font-weight: bold; text-transform: uppercase;}



/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/


.post-title { text-align: center; margin: -10px auto 20px; }
.post-title .title { font: bold 2.25em/1em Georgia,serif; }

.post-col		{ float: left; margin-bottom: 45px; text-align: left; width: 696px;}
.post-content	{  }
.sidebar-col	{ float: right; width: 232px; margin-left: 5px;}

.white-box		{ border: 1px solid #DDD; background: #FFF; padding:10px; margin-bottom: 10px;}

#breadcrumb {}

#blog  {margin-bottom: 40px; border: 1px solid #DDD; background: #FFF;}
#blog .heading  {display: none; }

.post  {width: 200px; float: left; text-align: center; padding: 16px; cursor:pointer; cursor: hand;}
.post:hover {background-color: #EAEFF5;}
.post .title  { margin: 0 0 3px; font:normal bold 1.3em/1.5em Georgia, serif; position:relative;}
.post .title a:link, .post .title a:visited  {color: #336699}
.post .title a:hover  {text-decoration: underline;}

.post-top .post-category a, .post-date  {font:normal bold 1em/1em Georgia, serif; font-style: italic; color: #336699; float: left;}

.post .comments  {float: right; background: url("images/comment.png") no-repeat; height: 19px; width: 22px; }
.post .comments a  {font-size: .9em; font:normal 8px Helvetica, Arial, sans-serif; color: #336699; }

#post-details .feat-meta {color:#989898; font-size: .8em;}

.post-more a, .post-meta a { text-decoration:none; font-weight: bold; font-size: .9em; }
.post-more a:hover, .post-meta a:hover { text-decoration:underline; }


.hp-entry  {text-align: center;}
.hp-entry .post-category a		{display:none; font:normal bold .9em/.9em Helvetica, Arial, sans-serif; color: #FFF; float: left; margin: 8px;}

.post-top 		{margin: 0 10px 5px;}
.post-bottom	{height: 36px;}

.post-box {position: relative; height: 200px; width: 200px; border: 1px #fff solid;}
.post-box .thumb {position: absolute; z-index: 0; height: 200px; width: 200px;}
.post-box .hp-entry {position: absolute; z-index: 1; background: rgba(0, 0, 0, 0.5); height: 200px; width: 200px; overflow: hidden; color: #fff; display: none;}
.post-box .hp-entry:hover {display: inherit;}
.post-box .hp-entry p {font-size: .78em; line-spacing: 1.2em; color: #fff; text-align: left; padding: 8px;}
 
.hp-entry .read-more 	{position: absolute; right: 4px; bottom: 8px}
.hp-entry .read-more a {color:#fff; font-size: .95em;}

.post .shadow {background: url("images/post-img-shadow.png") no-repeat; display: block; height: 18px; margin: -6px 0 0 2px; width: 198px; display:none;}

.entry p { padding-bottom: 15px }
.entry .singleImage { font-size:0.8em; text-align:center; }
.entry .singleImage img { border:1px solid #EEEEEE; padding:5px; }
.entry .singleImage .imageDesc {width: 350px;}

#related-post	{padding:0px;}

/* 3.1 Typographic Elements */

/* 3.3 Pagination / WP-Pagenavi */
.nav-entries, .wp-pagenavi, .post-entries { width: 940px; margin: 0 auto; padding-bottom: 10px; font: bold italic 1.2em/1.2em Georgia, Times, serif; }
.post-entries  { padding-top: 10px; }
.home .nav-entries, .home .wp-pagenavi  { border-bottom: none; }
.nav-entries a, .post-entries a { color: #336699; display: block; text-decoration:none;}
.nav-entries a:hover, .post-entries a:hover { text-decoration:underline; }

.wp-pagenavi { margin: 0 auto!important; text-align: center !important; }
.wp-pagenavi a:link,
.wp-pagenavi a:visited { display: inline-block !important; margin: 0 0 0 5px!important; text-decoration: none !important; background: none!important;color: #336699 !important; padding: 0px 7px 3px 7px!important; border:1px solid transparent!important;}
.wp-pagenavi .current, 
.wp-pagenavi .on,
.wp-pagenavi a:hover { margin: 0 0 0 5px!important; color: #336699!important; padding: 0px 7px 3px 7px!important; background: #e1e1e1 !important;}
.wp-pagenavi span.extend, .wp-pagenavi span.pages { padding-right: 30px!important; background:none !important; border:none !important; color:#336699 !important; }


/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 4.2 Generic Widgets */

#footer-widgets .widget-col.last  { margin: 0; }







#footer-widgets { padding: 20px 0 0 0; background: none; }
#footer-widgets .widget-col  { float: left; width: 172px; margin: 0 20px 0 0; }
#footer-widgets .widget  { float: none; }

#footer-widgets .widget  { margin: 0 0 20px 0; font-size: .8em; overflow: hidden;}
#footer-widgets .widget h3  { margin: 0 0 10px 0; font-size: 1em; color: #FFFFFF; font-weight: bold; font-family: Georgia, Times, serif; text-transform: uppercase;}
#footer-widgets ul li, #footer-widgets ul li a { color: #FFFFFF; }

/* 4.2 Specific Widgets */

/* PORTFOLIO GALLERY */


/* TESTIMONIAL WIDGET */
.widget_woo_testimonial  { position: relative;}

.widget_woo_testimonial .quotemark  { position: absolute; top: -3px; left: 5px; z-index: 0; color: rgba(255,255,255,0.25); font: 120px Georgia, Times, serif; }
.widget_woo_testimonial blockquote  { position: relative; z-index: 1; color: #fff;}
.widget_woo_testimonial cite  { display: block; margin: 12px 0 0 0; font-weight: bold; }

/* SEARCH WIDGET */
.searchform  { }
.widget input.s  { width: 95%; padding: 7px 0 7px 7px; margin: 0 0 10px 0; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid;}
.widget .screen-reader-text  { display: none; }
.widget input.submit { float:right; background-color: #fff; }

#footer-widgets .widget input.s  { width: 155px; height:13px; font-size:.9em; font-weight:bold; padding: 4px 0 4px 25px; color: #fff; border: none; background: url(images/bg-search.png) no-repeat left top; }
#footer-widgets .widget input.submit  { display: none; }

/* RECENT COMMENTS */
.widget_recent_comments li  { font-weight: bold; color: #494d50; padding: 5px 0; line-height: 18px; }
.widget_recent_comments ul li a  { display: inline; padding: 0; line-height: 18px!important; background: none!important; border: none!important; }

#footer-widgets .widget_recent_comments li, #footer-widgets .widget_recent_comments ul li a  { font-weight: normal; line-height: 12px!important; }

tant; }

/* BLOG AUTHOR WIDGET */
.widget_woo_blogauthorinfo .avatar { border: 3px solid #afb0b0; }
.widget_woo_blogauthorinfo .left { float:left; margin:0 10px 5px 0; }
.widget_woo_blogauthorinfo .right { float:right; margin:0 0 5px 10px; }
.widget_woo_blogauthorinfao p  { font-weight: bold; }

#footer-widgets .widget_woo_blogauthorinfo .avatar { border: 3px solid #FFFFFF; }
#footer-widgets .widget_woo_blogauthorinfo p  { color: #FFFFFF; font-weight: normal; line-height: 1.1em; }

/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/

/* 5.1 Comments */

#comments .comment-container {position:relative; padding-bottom: 25px;}
#comments .depth-2,  #comments .depth-3, #comments .depth-4, #comments .depth-5, #comments .depth-6, #comments .depth-7, #comments .depth-8, #comments .depth-9, #comments .depth-10 {margin-left:10px;}
#comments .avatar	{float:right; margin:auto;}
#comments .reply 	{ border-right: 1px solid #DDD; border-top: 1px solid #DDD; bottom: 0pt; font-family: Tahoma; font-size: .75em; left: 0pt; position: absolute; }
#comments .reply a	{font-family: Tahoma; font-size: .75em; left: 0pt; padding: 0pt 8px 1px; text-transform: uppercase; }

.comment-container .date a, .comment-container .date a:visited, .comment-container .date a:hover	{color:#989898; font-size: .7em;}
.comment-container .date a:hover	{color:#989898; font-size: .7em; text-decoration:underline;}

.comment-container .name	{font-size: 1.3em;}

.nocomments	{text-align:center;}
/* 5.2 Comments Form */

/* 5.3 Pingbacks / Trackbacks */

/*-------------------------------------------------------------------------------------------*/
/* 6. MISC */
/*-------------------------------------------------------------------------------------------*/

/* 6.1 Buttons */

/* 6.2 Info Boxes */

/* 6.3 Contact Form */

/* Other */
.hidden { display:none}










/*EFFECTS*/
.nav a, .nav input{ text-shadow: 1px 1px 0 rgba(0,0,0,0.7) }
.nav ul li a {text-shadow: none;}

.featured .feat-index a, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
.wp-pagenavi span.extend, 
.wp-pagenavi span.pages, 
.wp-pagenavi a:link, 
.wp-pagenavi a:visited, 
#blog .heading, 
#comments .comment-head .name, 
.nocomments .results, 
.post-date, .hp-entry { text-shadow: 1px 1px 0 rgba(0,0,0,0.3) }
.nav-entries a, .post-entries a  { text-shadow: 1px 1px 0 rgba(255,255,255,0.3); }
.post-entries a  { text-shadow: 1px 1px 0 rgba(0,0,0,0.5); }
#blog .heading .full-blog, .featured.feat-blog .entry h1, .featured.feat-blog .entry h2, .featured.feat-blog .entry h3, .featured.feat-blog .entry h4, .featured.feat-blog .entry h5, .featured.feat-blog .hp-entry h6  { text-shadow: 0 1px 0 #fff; }
.wp-pagenavi .current, .wp-pagenavi .on, .wp-pagenavi a:hover  { text-shadow: 1px 1px 0 #fff; }
.featured .feat-title h2, #footer-widgets h3, .nav-entries a  { text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
#blog .heading .full-blog  { text-shadow: 1px 1px 0 #fff; -moz-box-shadow: none; -webkit-box-shadow: none; border: 1px solid rgba(0,0,0,0.5); }


.wp-pagenavi .current, .wp-pagenavi .on, .wp-pagenavi a:hover{ border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; }
.nav a:hover{ border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; }
.nav ul li a:hover{ border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; }

.coda-slider-wrapper img {
-moz-box-shadow: 0 4px 3px -3px #666;
-webkit-box-shadow: 0 4px 3px -3px #666;
box-shadow: 0 4px 3px -3px #666;
/* For IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#666666')";
/* For IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#666666');
}

#post-header, #slider, .post-box {
-moz-box-shadow:0 10px 8px -6px #666; 
box-shadow: 0px 10px 8px -6px #666; 
-webkit-box-shadow: 0px 10px 8px -6px #666;
/* For IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#666666')";
/* For IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#666666');
}





























/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/





/* Most common stuff you'll need to change */

	.coda-slider-wrapper {background: #F2F2F2; padding: 10px 0 20px; position: relative; width:676px; margin: auto; border: 1px solid #DDD;}
	.coda-slider-wrapper img {margin: auto; border: 1px solid #FFF; margin: 2px;}
	.coda-slider {margin: auto;}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 646px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 646px }
	.coda-slider-wrapper.arrows .coda-slider {margin: auto;}
	
	/* Arrow styling */
	.coda-nav-arrows	{}
	.coda-nav-arrows a 	{position: absolute; top: 32%; z-index: 10;}
	.coda-nav-arrows a.coda-left  {background:url("/wp-content/themes/boast/images/arrows.png") no-repeat scroll 0 0 transparent; border:0 none; display:block; height:34px; text-indent:-9999px; width:32px; left:5px;}
	.coda-nav-arrows a.coda-right {background:url("/wp-content/themes/boast/images/arrows.png") no-repeat scroll 0 0 transparent; background-position:-32px 0; border:0 none; display:block; height:34px; text-indent:-9999px; width:32px; right:5px;}
	
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c }
	
	.coda-nav	{bottom: 5px; left: 41%; position: absolute;}
	.coda-nav a {background:url("/wp-content/themes/boast/images/bullets.png") no-repeat scroll 0 0 transparent; border:0 none; display:block; float:left; height:10px; margin-right:3px; text-indent:-9999px; width:10px;}
	.coda-nav a.current {background-position: -10px 0;}
	
	/* Panel padding */
	/*.coda-slider .panel-wrapper { padding: 20px }*/
	.coda-slider .panel-wrapper	{ clear: both; float: left; overflow: hidden; width: 100%; }
	
	.centerTiles	{ float:left; left:50%; list-style-type:none; margin:0 auto; padding:0; position:relative; margin: 0 !important; padding: 0 !important; }
	.centerTiles li	{ float:left; position:relative; right:50%; list-style-type: none !important; list-style-position: inside;}
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: hidden; }
	.coda-slider { overflow: hidden; }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
	#wpstats	{display: none;}
