/*
Theme Name: source
Theme URI: http://tastypixels.com.au
Description: Source site designed by <a href="http://tastypixels.com.au">Tasty Pixels</a>.
Version: 1.0
Author: Ramapriya Ramanuja
Author URI: http://tastypixels.com.au
Tags: 
*/

/****** GENERAL ******/

body 
{
margin: 0px;
padding: 0px;
background: #FFF;
color: #77797D;
font-family: 'PT Sans', sans-serif;
font-size: 15px;
}

img 
{
border: none !important;
}

/****** FONTS - ALL FOOTER FONTS ARE IN THE FOOTER SECTION FURTHER DOWN ******/

h1
{
font-family: 'PT Sans', sans-serif;
padding: 0px;
font-size: 18px;
font-weight: normal;
line-height: 1em;
color: #26A185;
margin-bottom: 10px;
}

h1.shop-heading 
{
font-family: 'Tauri', sans-serif;
font-weight: bold;
line-height: 1.3em;
color: #26A185;
font-size: 26px;
}

h1 strong
{
font-family: 'Tauri', sans-serif;
font-weight: bold;
line-height: 1.3em;
color: #595959;
font-size: 26px;
}

h2 
{
font-family: 'Tauri', sans-serif;
font-size: 30px;
font-weight: normal;
line-height: .7em;
color: #26A185;
margin-bottom: 12px;
}

h2 strong
{
color: #537CC9;
font-weight: normal;
}

h2.centre-heading
{
text-align: center;
}

h3 
{
font-family: 'Tauri', sans-serif;
font-size: 22px;
font-weight: normal;
line-height: 1.3em;
color: #26A185;
margin-bottom: 5px;
}

h3 em
{
font-style: normal;
color: #537CC9;
}

h3.big-bullet
{
font-family: 'Tauri', sans-serif;
font-size: 18px;
font-weight: normal;
line-height: 2em;
padding-left: 40px;
color: #595959;
margin-bottom: 5px;
background: url(img/big-bullet.png) top left no-repeat;
}

h4 
{
font-family: 'Tauri', sans-serif;
font-size: 22px;
font-weight: normal;
color: #FFF;
padding: 5px 5px 5px 5px;
line-height: 1.7em;
background: #537CC9; 
}

h5
{
clear: none;
float: right;
font-size: 22px;
font-weight: normal;
color: #26A185;
margin: 25px 0px 0px 15px;
padding: 0px 0px 0px 30px;
width: 290px;
line-height: 1.5em;
background: url(img/blockquote-bg.png) top left no-repeat;
}

h6 
{
clear: both;
margin: 10px 0px 20px 0px;
padding-top: 5px;
font-size: 12px;
font-weight: normal;
color: #524B36;
width: 100%;
line-height: 1.3em;
border-top: 1px solid #524B36;
}

p 
{
font-family: 'PT Sans', sans-serif;
clear: none;
margin: 0px 0px 15px 0px;
padding: 0px 0px 0px 0px;
line-height: 1.7em;
color: #595959;
}

p em
{
font-style: normal;
color: #26A185;
font-size: 16px;
text-align: center;
}

p.one
{
font-size: 22px;
padding: 0px 0px 0px 50px;
line-height: 2em;
margin-top: 20px;
background: url(img/bullet1.png) center left no-repeat;
}

p.two
{
font-size: 22px;
padding: 0px 0px 0px 50px;
line-height: 2em;
background: url(img/bullet2.png) center left no-repeat;
}

p.three
{
font-size: 22px;
padding: 0px 0px 0px 50px;
line-height: 2em;
background: url(img/bullet3.png) center left no-repeat;
}

p.four
{
font-size: 22px;
padding: 0px 0px 0px 50px;
line-height: 2em;
background: url(img/bullet4.png) center left no-repeat;
}



				/**** HEADER CONTENT ****/

#header-wrapper
{
width: 100%;
height: 110px;
overflow: hidden;
background: #F9F9F9;
border-bottom: 5px solid #26A185;
}

#header
{
margin: 0px auto;
width: 960px;
height: 110px;
padding: 0px;
}

#logo
{
float: left;
margin: 15px 0px 0px 0px;
width: 230px;
height: 80px;
background: url(img/logo.png) top left no-repeat;
}

#banner-wrapper /* home page */
{
width: 100%;
height: 160px;
background: #26A185;
}

#banner  /* home page */
{
margin: 0px auto;
width: 960px;
height: 160px;
background: url(img/banner-bg.png) top left no-repeat;
}

#top-bar /***** grey bar for under menus on pages *****/
{
margin: 0px;
width: 100%;
height: 30px;
background: #F9F9F9;
border-bottom: 1px solid #F1F1F2;
}

#green-bar /***** green bar for 'about us' page *****/
{
margin: 0px 0px 160px 0px;
width: 100%;
height: 180px;
background: #26A185;
padding: 5px 0px 0px 0px;
}

#short-green-bar-wrapper /***** green bar for pages *****/
{
margin: 0px 0px 10px 0px;
width: 100%;
height: 120px;
background: #26A185;
padding: 0px 0px 0px 0px;
overflow: hidden;
}

#short-green-bar /***** green bar for pages *****/
{
margin: 0px auto 10px auto;
width: 960px;
height: 120px;
overflow: hidden;
}

#button-wrapper
{
float: left;
width: 300px;
margin: -30px 0px 0px 400px;
}

/****** TOP MENU ******/

#menu-wrapper
{
clear: both;
width: 100%;
height: 36px;
background: #454446;
border-top: 5px solid #537CC9;
margin: 0px;
}

/* this creates the current page menu highlighting. Note the changes in the menu in the header.php file to echo ' page-item-home current_page_item'. In some themes this doesn't work without that modification and the creation of the custom menu in the WordPress admin panel. The custom menu on this site is called 'main'. */
.current_page_item
{
background: #537CC9; 
}

#menu .current_page_item a
{
color: #FFF;
}

/****** BODY LAYOUT******/

#wrapper
{
margin: 0px auto;
width: 100%;
}

#page 
{
width: 960px;
margin: 0px auto 0px auto;
padding: 5px 20px 0px 20px;
background: #FFF;
}

#content 
{
position: relative;
z-index: 100; /* IE z-index bug */
}

#content-narrow 
{
float: left;
width: 610px;
padding: 0px;
margin: 0px 20px 0px -20px;
}

/*  for pages with no sidebar  */
#content-wide 
{
float: left;
width: 880px;
padding: 0px;
margin-top: 0px;
}

.box-right, .post, .page 
{
margin: 0 0 10px 0;
}

ol 
{
line-height: 1.7em;
clear: left;
margin-left: 20px;
padding-left: 0px;
}
 
#content-right ul 
{
clear: left;
margin-left: -8px;
padding-left: 0px;
list-style: none;
}

#content-right ul li 
{
background-image: url(img/bullet.png);
background-repeat: no-repeat;
padding-left: 24px;
background-position: 0.5em 0.3em;
line-height: 1.3em;
margin: 8px 0px;
color: #595959;
}

#shop-line
{
float: left;
width: 100%;
height: 0px;
margin: 10px 0px;
border-top: solid 1px #C0AE94;
border-bottom: solid 1px #FFF;
}

.blog-navigation
{
margin: 0px auto;
width: 200px;
}

/****** GREEN BAR - CONTENT *****/

#green-bar-header-wrapper
{
margin: 0px auto;
width: 960px;
}

h2.green-bar-header
{
line-height: 1.3em;
text-align: center;
color: #FFF;
}

p.green-bar-text
{
line-height: 1.3em;
text-align: center;
color: #FFF;
font-size: 20px;
}

#about-icon-wrapper
{
margin: 0px auto 25px auto;
width: 960px;
overflow: visible;
background: red;
}

p.icon-wrapper-text
{
text-align: center;
font-size: 16px;
color: #26A185;
}

/****** GREEN BAR ABOUT PAGE - SHOPPER ICON *****/

#shopper-img-wrapper
{
float: left;
width: 188px;
margin: 0px 27px 0px 20px;
}

#shopper-img
{
position: relative;
width: 188px;
height: 188px;
margin: 0px auto;
z-index: 1000;
}

#shopper-img img
{
position:absolute;
left:0;
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
-o-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}

#shopper-img img.top:hover 
{
opacity:0;
}

/****** GREEN BAR ABOUT PAGE - RETAIL ICON *****/

#retail-img-wrapper
{
float: left;
width: 188px;
margin: 0px 27px 0px 27px;
}

#retail-icon-wrapper
{
margin: 0px auto;
width: 960px;
}

#retail-img
{
position: relative;
width: 188px;
height: 188px;
margin: 0px auto;
z-index: 1000;
}

#retail-img img
{
position:absolute;
left:0;
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
-o-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}

#retail-img img.top:hover 
{
opacity:0;
}

/****** GREEN BAR ABOUT PAGE - WHOLESALE ICON *****/

#wholesale-img-wrapper
{
float: left;
width: 188px;
margin: 0px 27px 0px 27px;
}

#wholesale-icon-wrapper
{
margin: 0px auto;
width: 960px;
}

#wholesale-img
{
position: relative;
width: 188px;
height: 188px;
margin: 0px auto;
z-index: 1000;
}

#wholesale-img img
{
position:absolute;
left:0;
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
-o-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}

#wholesale-img img.top:hover 
{
opacity:0;
}

/****** GREEN BAR ABOUT PAGE - MANUFACTURER ICON *****/

#manufacturer-img-wrapper
{
float: left;
width: 188px;
margin: 0px 27px 0px 20px;
}

#manufacturer-icon-wrapper
{
margin: 0px auto;
width: 960px;
}

#manufacturer-img
{
position: relative;
width: 188px;
height: 188px;
margin: 0px auto;
z-index: 1000;
}

#manufacturer-img img
{
position:absolute;
left:0;
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
-o-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}

#manufacturer-img img.top:hover 
{
opacity:0;
}

					/****** BUTTONS ******/

.button
{
font-size: 15px;
color: #FFF;
text-align: center;
line-height: 1em;
text-decoration: none;
background: #537CC9; 
opacity: 0.7;
transition: opacity .3s ease-in-out;
-moz-transition: opacity .3s ease-in-out;
-webkit-transition: opacity .3s ease-in-out;
padding: 12px 25px 16px 25px;
border-radius: 6px;
}

.button:hover
{
background: #537CC9;
color: #FFF;
opacity: 1.0;
transition: opacity .3s ease-in-out;
-moz-transition: opacity .3s ease-in-out;
-webkit-transition: opacity .3s ease-in-out;
}

.button:active
{
color: #FFF;
background: #537CC9;
}

p.button-text
{
text-align: center;
margin: 35px 0px 0px 0px;
}



/****** FIXES FOR WIDGETS ON PAGES PLUG-IN *****/

/* removes bullets from widgets */
div.widgets_on_page li 
{
list-style: none !important;
background: none !important;
}

div.widgets_on_page ul 
{
margin-left: -40px !important;
margin-bottom: 0px !important;
margin-top: 0px !important;
}


/****** RIGHT SIDEBAR ******/

#right-sidebar
{
float: right;
width: 205px;
margin: 0px 0px 20px 0px;
}

#sidebar-box
{
position: relative;
z-index: 1000;
width: 203px;
margin: 20px 0px 0px 0px;
border: 1px solid #C0AE94
}

#sidebar-title
{
margin: 0px auto;
width: 193px;
padding: 5px 5px;
}

#sidebar-title h2
{
font-family: 'Fjalla One', sans-serif;
text-align: center;
font-size: 26px;
}

#sidebar-text
{
clear: both;
margin: 0px auto;
width: 193px;
padding: 5px 5px;
background: #26A185;
opacity: 1.0;
transition: opacity .3s ease-in-out;
-moz-transition: opacity .3s ease-in-out;
-webkit-transition: opacity .3s ease-in-out;
}

#sidebar-text:hover
{
background: #26A185;
opacity: 0.5;
transition: opacity .3s ease-in-out;
-moz-transition: opacity .3s ease-in-out;
-webkit-transition: opacity .3s ease-in-out;
}

#sidebar-text p
{
font-size: 13px;
text-align: center;
line-height: 1.3em;
color: #FFF;
background: none;
}

/****** FOOTER ******/

#top-footer-wrap 
{
width: 100%;
height: 270px;
margin: 0px auto 0px auto;
background: #1E826B; 
border-top: 5px solid #26A185;
}

#top-footer 
{
width: 960px;
margin: 0px auto;
padding: 0px;
}

#top-footer p 
{
font-family: 'PT Sans', sans-serif;
font-size: 12px;
color: #FFF;
padding: 0px;
line-height: 1.5em;
}

#top-footer p.address 
{
font-family: 'PT Sans', sans-serif;
font-size: 12px;
color: #FFF;
padding: 0px;
line-height: 1.5em;
margin-bottom: 5px;
}

#top-footer p.facebook
{
font-family: 'PT Sans', sans-serif;
font-size: 12px;
padding: 10px 0px 10px 40px;
background: url(img/facebook-footer-icon.png) left center no-repeat;
}

#top-footer h2
{
font-family: 'PT Sans', sans-serif;
font-size: 22px;
font-weight: normal;
line-height: 1em;
margin: 0px 0px 15px 0px;
color: #FFF;
}

h2.footer
{
font-family: 'PT Sans', sans-serif;
font-size: 22px;
line-height: 1em;
margin: 0px 0px 15px 0px;
color: #FFF;
padding: 2px 0px 0px 0px;
}

#bottom-footer-wrap 
{
clear: both;
width: 100%;
height: 60px;
background: #1E826B; 
}

#bottom-footer
{
width: 960px;
margin: 0px auto;
padding-top: 15px;
}

#bottom-footer p
{
font-family: 'PT Sans', sans-serif;
font-size: 12px;
text-align: center;
margin: 0px 0px 0px 0px;
line-height: 1.7em;
color: #FFF;
}

#footer1
{
float: left;
width: 286px;
margin: 15px 60px 10px 0px;
}

#footer2
{
float: left;
width: 266px;
margin: 10px 0px 10px 0px;
}


/****** LINKS ******/
	
a 
{
color: #26A185;
text-decoration: none;
border-bottom: 1px dotted #26A185;
}

a:hover
{
color: #FFF;
background: #26A185;
text-decoration: none;
border-bottom: 1px solid #26A185;
}

#menu a 
{
color: #FFF;
text-decoration:none;
border-bottom: none;
}

#menu a:hover 
{
color: #9B0643;
background: none;
border-bottom: none;
}
	
#top-footer a 
{
color: #FFF;
text-decoration: none;
border-bottom: 1px dotted #FFF;
}

#top-footer a:hover
{
color: #1E826B;
background: #FFF;
text-decoration: none;
border-bottom: 1px solid #FFF;
text-shadow: none;
}
	
#bottom-footer a 
{
color: #FFF;
text-decoration: none;
border-bottom: 1px dotted #FFF;
}

#bottom-footer a:hover
{
color: #1E826B;
background: #FFF;
text-decoration: none;
border-bottom: 1px solid #FFF;
text-shadow: none;
}

#header a
{
border-bottom: 0px;
}

#header a:hover
{
border-bottom: 0px;
}

.sliderImage a
{
color: #26A185;
text-decoration: none;
border-bottom: 1px dotted #26A185;
}

.sliderImage a:hover
{
color: #FFF;
background: #26A185;
text-decoration: none;
border-bottom: 1px solid #26A185;
}

					/****** DIVS WHICH LIVE BELOW THE FOOTER AND WHICH PRELOAD GRAPHICS ******/

#preloader1
{
clear: left;
float: left;
width: 1px;
height: 1px;
background: url(img/sidebar-box-hover.png) no-repeat -9999px -9999px;/* THIS PRELOADS THE SIDEBAR HOVER IMAGE */
}

/****** IMAGES ******/

#shopper-header-icon
{
float: left;
width: 100px;
height: 100px;
background: url(img/shopper-header-icon.png) top left no-repeat;
margin: -15px 20px 0px 0px;
}


/****** USEFUL STUFF ******/

.inline
{
display: inline !important;
float: left !important;
clear: both;
margin: 0px 0px 8px 7px;
}

.clearfix:after 
{
content: " ";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix 
{
display: inline-block;
}

html[xmlns] .clearfix 
{
display: block;
}

* html .clearfix 
{
height: 1%;
}

.clear 
{
clear: both;
}

/****** WORDPRESS CSS ******/

.aligncenter,
div.aligncenter 
{
display: block;
margin: 0 auto;
}

.aligncenter 
{
margin-top: 10px;
margin-bottom: 20px!important;
}

.alignleft 
{
float: left;
margin: 8px 15px 10px 0px;
}

.alignright 
{
float: right;
margin: 8px 0px 10px 15px;
}

.wp-caption 
{
margin-bottom: 10px;
padding-top: 4px;
text-align: center;
background-color: #E6E4DA;
}

.wp-caption img 
{
float: none;
margin: 0px;
padding: 0px;
border: none;
}

.wp-caption p.wp-caption-text 
{
font-size: 11px;
line-height: 1.5em;
text-align: center;
padding: 3px 5px;
margin: 0px;
}

/****** WIDGETS CSS ******/

#calendar_wrap table 
{
width: 100%;
}

#calendar_wrap td 
{
text-align: center;
}

#wp-calendar caption 
{
margin: 0 0 10px 0;
padding: 2px;
background: #3a3a3a;
}

img a
{
border: none !important;
}