/*
	Theme Name: Bajan Wed
	Description: Custom WordPress website for Bajan Wed
	Version: 1.0
	Author: Saffron Avenue
	Author URI: http://saffronavenue.com

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 12px/1.4 'aleo-regular';
	color:#757171;
	background:url(img/bgr.jpg) repeat;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
	clear:both;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#9fc5c8;
	text-decoration:none;
}
a:hover {
	color:#9fc5c8;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.center {
	text-align: center;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:960px;
	background:#fff url(img/foot-water.png) center bottom no-repeat;
	margin:0 auto;
	position:relative;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    0px 1px 10px 0px rgba(0, 0, 0, 0.35);
	box-shadow:         0px 1px 10px 0px rgba(0, 0, 0, 0.35);
	padding-bottom: 7px;
}
/* header */
.header {
	background:#fff url(img/top-water.png) center top no-repeat;
}
/* logo */
.logo {
	height:180px;
	width:224px;
	float:left;
}
.logo-img {
	margin:19px 0 0 33px;
}
/* nav */
.nav {
	    text-align:center;
	    margin:0 auto;
		width:690px;
		height:40px;
		background:url(img/nav-border.png) center no-repeat;
		float:right; 
		margin-top:99px;
	    }
        .nav ul.menu {
      	    position:relative;
            z-index:1000;
            list-style:none; 
            margin:0; 
            padding:0;
            font-family:'aleo-regular';
            font-weight: normal;
            font-size: 12px;
			letter-spacing: 1px;
			text-transform: uppercase;
			margin: 0 auto;
			display: inline-block;
			margin-top: 8px;
			width:670px;
			
        }
        .nav ul.menu>li {
            position: relative;
            text-align:center;
            margin-right: 35px;
            padding-top:5px;
			display:inline-block;
        }
		.nav ul.menu>li:last-child {margin-right:0px; padding-right:0; background:none; }
        .nav ul.menu>li>a {
            display:inline-block;
            margin-bottom:7px;
            padding:0;
	        text-decoration:none;
            color:#757171; 
            
        }
        .nav ul.menu>li>a:hover{
            color:#f1d5c9; 
        }

/* Navigation dropdowns */
.nav ul.menu ul.sub-menu {
            position:absolute;
			z-index:100;
           	padding:0;
			margin-top:-5px;
            height: 0px;
            overflow: hidden;
	    	-webkit-transition: height 0.3s ease-in;
            -moz-transition: height 0.3s ease-in;
            -o-transition: height 0.3s ease-in;
            -ms-transition: height 0.3s ease-in;
            transition: height 0.3s ease-in;
			text-align:center;
			display:block;
        }
	

.nav ul.menu>li:last-child>ul {
         
            z-index:100;
            height:0;
            overflow: hidden;
			margin:-5 auto;
			
        }
		.nav ul.menu>li:nth-child(4)>ul {
		margin-left:-37px;	
		}
		.nav ul.menu>li:nth-child(2)>ul {
		margin-left:-51px;	
		}
        
        .nav ul.menu > li:hover ul ul, .nav ul.menu > li > a:hover ul ul{
            height:0;
        }

        .nav ul.menu > li:hover ul, .nav ul.menu > li > a:hover ul,
        .nav ul ul li:hover > ul, .nav ul ul li a:hover > ul{
            height:220px;
			
			
        }

        .nav ul.menu ul li{
            background:url(img/dd-bgr.png) repeat;
            width:150px;
        }
		.nav ul.menu ul li:last-child {
           /*padding-bottom:20px;*/
        }
		.nav ul.menu ul li:last-child:after {
		   height: 0;
		   width: 150px;
		   content:"";
		   position: absolute; 
		   margin: 0 0 0 0;
		   padding:0;
		   left:0;
		}
        .nav ul.menu ul li:hover {
           /* background-color:rgba(255,255,255,0.85);*/
        }
        
        .nav ul.menu ul li a {
            display:block;
            text-decoration:none;
            margin:0 12px;
            padding:7px 0;
            color:#757171;
			font-size:11px;
			font-weight: normal;
			font-family: 'aleo-italic';
			text-transform: lowercase;
        }
        .nav ul.menu ul li a:hover, .nav ul ul li:hover > a {
            color:#757171; 
        }
		
.top-social {
	width:150px;
	height:15px;
	text-align:center;
	float:right;
	margin-top:2px;
	
}
.top-social ul {margin:0; padding:0; margin-top: 12px;}
.top-social ul li {list-style:none; display:inline-block; margin-right:15px;}
.top-social ul li:last-child {margin:0;}
.top-social li.facebook {height:15px;  width:7px; background:url(img/top-social.png) 0 0 no-repeat;}
.top-social li.facebook:hover {height:15px;  width: 7px; background:url(img/top-social.png) 0 -15px no-repeat;}
.top-social li.facebook a {height:15px;  width:8px; display:block;}
.top-social li.twitter {height:15px;  width:16px; background:url(img/top-social.png) -25px 0 no-repeat;}
.top-social li.twitter:hover {height:15px;  width:16px; background:url(img/top-social.png) -25px -15px no-repeat;}
.top-social li.twitter a {height:15px;  width:16px; display:block;}
.top-social li.pinterest {height:15px;  width:12px; background:url(img/top-social.png) -56px 0 no-repeat;}
.top-social li.pinterest:hover {height:15px;  width:12px; background:url(img/top-social.png) -56px -15px no-repeat;}
.top-social li.pinterest a {height:15px;  width:12px; display:block;}
.top-social li.google {height:15px;  width:14px; background:url(img/top-social.png) -86px 0 no-repeat;}
.top-social li.google:hover {height:15px;  width:14px; background:url(img/top-social.png) -86px -15px no-repeat;}
.top-social li.google a {height:15px;  width:14px; display:block;}


/* sidebar */
.sidebar {
	width:300px;
	float:left;
	margin-left:6px;
	margin-top: 5px;
}
.widget {
	margin-bottom:30px;
}
.widget h3 {
	font-family:'aleo-regular';
	text-transform:uppercase;
	text-align:center;
	color:#757171;
	font-weight:normal;
	background:url(img/widget-title.png) center bottom repeat-x;
	padding-bottom:8px;
	letter-spacing:0.06em;
	font-size:12px;
}
	
.blog-socials {
	width:300px;
	height:30px;
	margin-top:5px;
	text-align:center;
}
.blog-socials ul {margin:0 auto; padding:0; margin-top: 5px;}
.blog-socials ul li {list-style:none; display:inline-block; margin-right:5px;}
.blog-socials ul li:last-child {margin:0;}
.blog-socials li.facebook {height:30px; width:28px; background:url(img/sidebar-social.png) 0 0 no-repeat;}
.blog-socials li.facebook:hover {height:30px; width: 28px; background:url(img/sidebar-social.png) 0 -30px no-repeat;}
.blog-socials li.facebook a {height:30px; width: 28px; display:block;}
.blog-socials li.twitter {height:30px; width: 28px; background:url(img/sidebar-social.png) -33px 0 no-repeat;}
.blog-socials li.twitter:hover {height:30px; width: 28px; background:url(img/sidebar-social.png) -33px -30px no-repeat;}
.blog-socials li.twitter a {height:30px; width: 28px; display:block;}
.blog-socials li.pinterest {height:30px; width: 28px; background:url(img/sidebar-social.png) -67px 0 no-repeat;}
.blog-socials li.pinterest:hover {height:30px; width: 28px; background:url(img/sidebar-social.png) -67px -30px no-repeat;}
.blog-socials li.pinterest a {height:30px; width: 28px; display:block;}
.blog-socials li.google {height:30px; width: 28px; background:url(img/sidebar-social.png) -103px 0 no-repeat;}
.blog-socials li.google:hover {height:30px; width: 28px; background:url(img/sidebar-social.png) -103px -30px no-repeat;}
.blog-socials li.google a {height:30px; width: 28px; display:block;}
.blog-socials li.instagram {height:30px; width: 28px; background:url(img/sidebar-social.png) -136px 0 no-repeat;}
.blog-socials li.instagram:hover {height:30px; width: 28px; background:url(img/sidebar-social.png) -136px -30px no-repeat;}
.blog-socials li.instagram a {height:30px; width: 28px; display:block;}
.blog-socials li.love {height:30px; width: 28px; background:url(img/sidebar-social.png) -170px 0 no-repeat;}
.blog-socials li.love:hover {height:30px; width: 28px; background:url(img/sidebar-social.png) -170px -30px no-repeat;}
.blog-socials li.love a {height:30px; width: 28px; display:block;}

/* comments section */
.comments {
    margin-top:-35px;
    padding-left: 25px;
    margin-bottom: 40px;
}
.comments h2, .form-allowed-tags {
    display:none;
}
.comments ul {
    list-style: none;
    padding: 0;
}
.comments ul.children {
    padding-left: 40px;
}
h3.comment-reply-title {
    text-transform: uppercase;
    color: #757171;
    font-family: 'aleo-regular';
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.comments  input[type="text"], .comments textarea {
    border: 1px solid #c9dee0;
}
.comments  input[type="text"] {
    height: 27px;
    padding-left: 7px;
}
.comments label {
    
    letter-spacing: 0.06em;
    width: 70px;
    display: inline-block;
    color: #9FC4C8;
    font-family: 'aleo-italic';
    font-size: 12px;
}
.comments  input[type="submit"] {
    
    font-family: 'aleo-italic';
    font-size: 12px;
    color: #fff;
    background: #9FC4C8;
    -webkit-appearance:none;
    border: none;
    letter-spacing: 0.03em;
    padding: 7px 13px;
}
.grvt {
    width: 32px;
    float: left;
    margin-right: 15px;
    position: absolute;
    top: 15px;
    left: 0;
}
.comment-body {
    background: url(img/widget-title.png) center bottom repeat-x;
    position: relative;
    padding: 15px 15px 15px 47px;
    width: 600px;
}
.comment-author cite a {
    text-transform: uppercase;
    font-style: normal;
}
a.comment-date {
    color: #757171;
    text-transform: lowercase;
}
.comment-text {
    letter-spacing: 0.06em;
    font-family: 'aleo-italic';
}

/* vendor section */
.vendors {
	border:2px dotted #E5E1DF;
	width:600px;
	padding: 11px 19px;
	margin:30px auto;
}
.vendors h4 {
	font-family:'aleo-regular';
	font-size:11px;
	text-transform:uppercase;
	color:#757171;
	text-align:center;
	margin:0;
	padding:0;
	font-weight:normal;
	letter-spacing:0.1em;
	margin-bottom: 8px;
}
.vendors ul {
	padding:0;
	text-align:justify;
}
.vendors label {
	font-family:'aleo-light';
}
.vendors ul li {
	list-style:none;
	display:inline;
	letter-spacing:0.04em;
	line-height: 1.8;
	font-size:12px;
}
.vendors ul li:after {
	content:"/";
	margin: 0 5px;
}
.vendors ul li:last-child:after {
	content:"";
}

/* tabbed widget */
.style1 {
background: #fff !important;
}
.style1 ul.tabbernav {
	text-align:center;
	font-family:'aleo-regular' !important;
	text-transform:uppercase;
	font-size:12px !important;
	font-weight:normal;
	letter-spacing:0.06em;
}
.style1.tabberlive .tabbertab {
	border:none !important;
}
.style1 ul.tabbernav li a {
	font-size:12px !important;
	font-weight:normal !important;
	border:none !important;
}
.style1 ul.tabbernav li a:hover {
	background:#fff !important;
	color:#757171 !important;
}
.style1 ul.tabbernav li.tabberactive a {
	background:#fff !important;
	border: none !important;
	color:#757171 !important;
}
.style1.tabberlive .tabbertab {
	background:url(img/widget-title.png) center top repeat-x !important;
	padding-bottom:8px !important;
	padding: 10px 0 !important;
	margin: 10px 0 !important;
	text-align: center;
}
.tabbertab input.search-input {
	height:35px;
	width:196px;
	border:1px solid #c9dee0;
	background:#fff;
	margin:0 auto;
	font-family:'aleo-italic';
	letter-spacing:0.06em;
	text-transform:lowercase;
	font-weight: normal;
	font-size: 11px;
	text-align:left;
	padding-left:15px;
	
}
.tabbertab button.search-submit {
	display:none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #9fc5c8;
	
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #9fc5c8;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #9fc5c8;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #9fc5c8;
}
.widget select {
	width:200px;
	border:1px solid #c9dee0;
	height:35px; 
	padding:1px 5px 0px 39px; 
	background:url(img/cat-arrow.jpg) center right no-repeat; 
	line-height: 1; 
	border-radius: 0; 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	font-family:'aleo-italic'; 
	text-transform:lowercase; 
	font-size: 11px;
	letter-spacing:0.06em;
	color:#9fc5c8;
	
}
/* footer */
.footer {
	width:960px;
	height:30px;
	margin:0 auto;
	text-align:center;
}
.footer p {
	font-family:'aleo-italic';
	font-size:11px;
	color:#757171;
	letter-spacing:0.06em;
	line-height: 1.8;
}
.footer a {
	color:#757171;
}
.footer a:hover {
	color:#757171;
}
.foot-quote {
	width:392px;
	height:29px;
	background:url(img/foot-quote.png) center no-repeat;
	margin: 20px auto;
}

.foot-widgets {
	width:900px;
	margin:10px auto;
}
.foot-title {
	width:960px;
	background:url(img/widget-title.png) center repeat-x;
	text-align:center;
	margin-left:-29px;
}
.foot-title span {
	background:#fff;
	padding:12px;
	letter-spacing:0.06em;
	font-family:'aleo-italic';
	font-size:12px;
	color:#757171;
	text-align:center;
}
ul.footer-widgets {
	padding:0;
	margin:0;
	margin-top: 25px;
	margin-bottom: 53px;
}
.footer-widgets li {
	list-style:none;
	display:inline-block;
	width:164px;
	margin-right:19px;
	text-align:center;
	float:left;
}
.footer-widgets li:last-child {
	margin:0;
}
.footer-widgets li .headline {
	font-family:'aleo-italic';
	font-size:11px;
	letter-spacing:0.06em;
	margin-top:15px;
}
	

/*------------------------------------*\
    HOME PAGE	
\*------------------------------------*/
section.home {
	width:654px;
	float:left;
	margin-top:28px;
}
.home h1 {
	font-family:'aleo-regular';
	text-align:left;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:0.06em;
	font-size:12px;
	padding-left:27px;
}
.entry {
	width:601px;
	margin:0 auto;
	text-align:justify;
	line-height:1.7;
	padding-bottom:0;
}
.heading {
	width:654px;
	height:40px;
	background:url(img/title-border.png) center no-repeat;
}

.heading h2 {
	width:570px;
	text-transform:uppercase;
	color:#757171;
	font-family:'aleo-regular';
	font-size:12px;
	font-weight:normal;
	padding-top:13px;
	margin-left:82px;
	letter-spacing:0.1em;
}
.heading h2 a {
	color:#757171;
}
.date {
	height:30px;
	width:65px;
	text-align:center;
	text-transform:uppercase;
	color:#9fc5c8;
	font-family:'aleo-regular';
	font-size:11px;
	letter-spacing:0.1em;
	float:left;
	padding-top:6px;
}

.excerpt-wrap {
	margin:20px auto;
	min-height: 190px;
}
.arch-thumb {
	height:190px;
	width:232px;
	float:left;
}
.excerpt {
	width:344px;
	float:left;
	margin-left:23px;
}
.readmore a {
	font-family:'aleo-italic';
	font-size:13px;
	letter-spacing:0.06em;
}
.meta {
	width:654px;
	height:37px;
	background:url(img/meta-bar.png) center no-repeat;
	margin-bottom:50px;
}
.comment-count {
	width:136px;
	height:37px;
	margin-top:5px;
	float:left;
	text-align:center;
	font-family:'aleo-regular';
	text-transform:uppercase;
	font-size:11px;
	color:#414042;
	letter-spacing:0.06em;
	padding-top: 6px;
}
.bookmarks {
	width:240px;
	height:37px;
	float:left;
	padding-top: 6px;
	margin-right:10px;
}
.bookmarks ul {margin:0 auto; padding:0; margin-top: 5px; text-align:center;}
.bookmarks ul li {list-style:none; display:inline-block;  margin-right:16px;}
.bookmarks ul li:first-child {margin-right:9px; letter-spacing:0.06em;}
.bookmarks ul li:last-child {margin:0;}
.bookmarks li.like {height:15px; width:7px; background:url(img/social-share.png) 0 0 no-repeat;}
.bookmarks li.like:hover {height:15px; width:7px; background:url(img/social-share.png) 0 -15px no-repeat;}
.bookmarks li.like a {height:15px; width:7px; display:block; text-indent:-9999px;}
.bookmarks li.tweet {height:15px; width:15px; background:url(img/social-share.png) -27px 0 no-repeat;}
.bookmarks li.tweet:hover {height:15px; width:15px; background:url(img/social-share.png) -27px -15px no-repeat;}
.bookmarks li.tweet a {height:15px; width:15px; display:block; text-indent:-9999px;}
.bookmarks li.pin {height:15px; width:12px; background:url(img/social-share.png) -59px 0 no-repeat;}
.bookmarks li.pin:hover {height:15px; width:12px; background:url(img/social-share.png) -59px -15px no-repeat;}
.bookmarks li.pin a {height:15px; width:12px; display:block; text-indent:-9999px;}
.bookmarks li.plus {height:15px; width:15px; background:url(img/social-share.png) -88px 0 no-repeat;}
.bookmarks li.plus:hover {height:15px; width:15px; background:url(img/social-share.png) -88px -15px no-repeat;}
.bookmarks li.plus a {height:15px; width:15px; display:block; text-indent:-9999px;}
.bookmarks li.email {height:15px; width:18px; background:url(img/social-share.png) -117px 0 no-repeat;}
.bookmarks li.email:hover {height:15px; width:18px; background:url(img/social-share.png) -117px -15px no-repeat;}
.bookmarks li.email a {height:15px; width:18px; display:block; text-indent:-9999px;}

.categories {
	padding-top:12px;
	letter-spacing:0.06em;
	font-size:11px;
}
.categories a {
	font-family:'aleo-italic';
	text-transform:lowercase;
}
.home h1 a {
	text-transform:lowercase;
	font-family:'aleo-italic';
	color:#9fc5c8;	
}
/* pagination */
.pagination {
	text-align:center;
	margin-top:25px;
	font-size:12px;
	text-transform:uppercase;
	font-family:'aleo-regular';
	height:40px; 
	padding-top:13px;
	letter-spacing:0.06em;
	color:#9fc5c8;
	background:url(img/pagdiv.jpg) center no-repeat;
}
.no_old_posts, .no_new_posts {
	color:#9fc5c8;
	opacity:0.8;
}
.old_posts, .no_old_posts {
	margin-right:7px;
	margin-left:6px;
}
.new_posts , .no_new_posts {
	margin-left:8px;
}

/* related posts */
h3.related_post_title {
	text-align:center;
	background:url(img/related-posts.png) center no-repeat;
	text-indent:-9999px;
	line-height: 4.5;
}
div.wp_rp_wrap {
	margin-top: -30px;
}
div.wp_rp_content {
	margin-left: 27px;
}
ul.related_post {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
}
ul.related_post li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	width: 133px;
	margin: 10px 23px 10px 0px;
	padding: 0;
	background: none;
}
ul.related_post li a {
	text-align:center;
	font-family:'aleo-italic';
	color:#757171;
	position: relative;
	display: block;
	font-size: 11px;
	line-height: 1.6em;
	text-decoration: none;
	margin-bottom: 5px;
	text-indent: 0;
	letter-spacing:0.06em;
}
ul.related_post li img {
	display: block;
	width: 133px;
	height: 133px;
	max-width: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	
}
a.wp_rp_thumbnail {
	opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
a.wp_rp_thumbnail:hover {
	opacity:0.6;
}
div.wp_rp_footer a.wp_rp_edit {display:none !important;}
/* popular posts widget */
ul.wpp-list {
	padding:0;
}
ul.wpp-list li {
	margin-bottom:10px;
	display:table;
	height:71px;
	width:250px;
    margin-left: 15px;
}
.wpp-post-title {
	font-family:'aleo-italic';
	color:#757171;
	font-size:11px;
	margin-left:15px;
	text-align:left;
	display:table-cell; 
	vertical-align:middle;
	width:164px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
section.page {
	width:654px;
	float:left;
	margin-top:12px;
}
section.page article {
	text-align:justify;
}
section.page h1 {
	font-family:'aleo-regular';
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
	font-weight:normal;
	background:url(img/page-title.png) center bottom no-repeat;
	padding-bottom:8px;
	letter-spacing:0.06em;
}
section.fullpage {
	width:908px;
	margin-top:12px;
	margin:0 auto;
	margin-top:35px;
}
.fullpage article {
	text-align:justify;
}
.fullpage h1 {
	font-family:'aleo-regular';
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
	font-weight:normal;
	background:url(img/page-title.png) center bottom no-repeat;
	padding-bottom:8px;
	letter-spacing:0.06em;
	margin-bottom:15px;
}

/*------------------------------------*\
    VENDOR GUIDE	
\*------------------------------------*/

section.vendor, section.vendor-archives {
	margin:28px;
	overflow: hidden;
}

.vendor .entry {
	width: 100%;
}

 .vendor-archives .entry {
 	text-align: center;
	width: 100%;
 }

.vendor-title h2, .vendor-title h2 a, .guide-nav h2, .guide-nav h2 a, .vendor-archives h2, .vendor-archives h2 a {
	text-transform:uppercase;
	color:#757171;
	font-family:'aleo-regular';
	font-size:12px;
	font-weight:normal;
	letter-spacing:0.1em;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

#vendor-info {
	float: left;
	text-align: center;
	width: 280px;
	margin-top: 30px;
	position: relative;
}

.vendor .heading {
	width:auto;
	margin: 0 auto;
	height:40px;
	background:none;
}

#vendorgallery {
	margin-left: 300px;
}

#vendoricons {
	margin-top: 10px;
}

#vendoricons a {
	padding-left: 0.4em;
}

#vendoricons a:first-of-type {
	padding-left: 0em;
}

.vendor-right {
	margin-left: 300px;
}

.thumb {
	width: 100px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	list-style:none;
	max-height: 400px;
	max-width:600px;
	float: left;
}

ul.thumbs {
	overflow: hidden;
	padding: 0 0 0 25px;
}

.thumbs li {
	padding: 0;
	list-style: none;
	display: inline;
}

#slideshow {
	max-height: 450px;
	width:605px;
	text-align: center;
}

#slideshow a {
	text-decoration: none;
}

#slideshow img {
	max-height: 400px;
}

#outerholder {
	width: 610px;
	height: 420px;
	overflow: hidden;
	float: left;
}

div.controls {
	font-size: .9em; 
	text-transform: uppercase;
	margin-bottom: 5px;
	text-align: center;
}

div.controls a {
	padding: 10px;
	color: #666;
}

div.controls a:hover {
	color: #F7A38B;
	text-decoration: none;
}

#slideshow-container {
	width: 610px;
	height: 420px;
}

#widethumblist {
	width: 610px;
	overflow: hidden;
	position: relative;
	float: left;
}

#widethumblist_inner {
	width: 600px;
	float: right;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
}

.small-video {
	float: left;
	margin: 0 15px 25px 0;
}

.vendor div.bottom.pagination {
	display: none;
	width: 0px;
	height: 0px;
}

.guide-nav, .guide-nav a {
	text-align: center;
	text-transform:uppercase;
	color:#757171;
	font-family: sans-serif;
	font-size:11px;
	font-weight:normal;
	letter-spacing:0.1em;
	margin: 0 auto;
	margin-top: 10px;
}

.guide-nav-info,.guide-nav-info a {
	text-align: center;
	color: #757171;
	font-family:'aleo-italic';
	font-size: 11px;
	letter-spacing: 1px;
	margin-top: 5px;
}

.vendor p a {
	color: #757171;
}

.vendor-archives ul {
	padding: 0;
	margin: 10px 0 0 25px;
	overflow: hidden;
}

.vendor-archives ul li {
	list-style: none;
	float: left;
	margin:10px 17px 10px 0px;
	padding: 10px;
	border: 1px solid #ccc;
	width: 23%;
}

.guide-nav select {
	width: 180px;
	padding: 2px;
	margin: 20px 10px 30px 10px;
	font-size: 12px;
	color:#757171;
}

.small-video {
	float: left;
	margin: 0 7px 25px 7px;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'aleo-light';
	src:url('fonts/aleo-light.eot');
	src:url('fonts/aleo-light.eot?#iefix') format('embedded-opentype'),
		url('fonts/aleo-light.woff') format('woff'),
		url('fonts/aleo-light.ttf') format('truetype'),
		url('fonts/aleo-light.svg#aleo-light') format('svg');
}
@font-face {
	font-family:'aleo-regular';
	src:url('fonts/aleo-regular.eot');
	src:url('fonts/aleo-regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/aleo-regular.woff') format('woff'),
		url('fonts/aleo-regular.ttf') format('truetype'),
		url('fonts/aleo-regular.svg#aleo-regular') format('svg');
}
@font-face {
	font-family:'aleo-italic';
	src:url('fonts/aleo-italic.eot');
	src:url('fonts/aleo-italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/aleo-italic.woff') format('woff'),
		url('fonts/aleo-italic.ttf') format('truetype'),
		url('fonts/aleo-italic.svg#aleo-italic') format('svg');
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

input[type="submit"] {
background: #9FC4C8;
border: 5px solid #9FC4C8;
cursor: pointer;
color: #ffffff;
}