/*
	Theme Name: Bijou

	Theme URL: http://demo.zigzagpress.com/bijou

	Description: Bijou is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.

	Author: zigzagpress

	Author URI: http://www.zigzagpress.com/

	Version: 1.2

	Template: genesis

	The CSS, XHTML and design is released under GPL:

	http://www.opensource.org/licenses/gpl-license.php




/* Import Fonts
------------------------------------------------------------ */

@font-face {
    font-family: 'champagne__limousinesbold';
    src: url('http://www.kaitlinmadden.com/wp-content/themes/bijou/C&L/champagne__limousines_bold-webfont.eot');
    src: url('http://www.kaitlinmadden.com/wp-content/themes/bijou/C&L/champagne__limousines_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.kaitlinmadden.com/wp-content/themes/bijou/C&L/champagne__limousines_bold-webfont.woff') format('woff'),
         url('http://www.kaitlinmadden.com/wp-content/themes/bijou/C&L/champagne__limousines_bold-webfont.ttf') format('truetype'),
         url('http://www.kaitlinmadden.com/wp-content/themes/bijou/C&L/champagne__limousines_bold-webfont.svg#champagne__limousinesbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'giambattistaduemilleregular';
    src: url('http://www.kaitlinmadden.com/wp-content/themes/bijou/G/giambattistaduemille-webfont.eot');
    src: url('http://www.kaitlinmadden.com/wp-content/themes/bijou/G/giambattistaduemille-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.kaitlinmadden.com/wp-content/themes/bijou/G/giambattistaduemille-webfont.woff') format('woff'),
         url('http://www.kaitlinmadden.com/wp-content/themes/bijou/G/giambattistaduemille-webfont.ttf') format('truetype'),
         url('http://www.kaitlinmadden.com/wp-content/themes/bijou/G/giambattistaduemille-webfont.svg#giambattistaduemilleregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic);


/* =Reset
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 65.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}



/* Default
------------------------------------------------------------ */
::-moz-selection{ color: #fff; background: #707070; }
::selection { color: #fff; background: #707070; }


body {
    background: #FFFFFF url(images/BG.png) repeat-x top right;
    color: #000000;
	font: 12px/21px 'Open Sans', Century Gothic, Arial, sans-serif;
	font-weight: 400;
}


input,
select,
textarea,
.sticky,
.taxonomy-description,
.wp-caption {
    background-color: #f5f5f5;
    border: 1px solid #eaeaea;
}

input,
label,
select,
textarea {
    color: #999 !important;
    font-size: 1em;
    font-weight: normal;
    max-width: 100%;
    padding: 0.75em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

textarea {
    resize: vertical;
    min-height: 100px;
    width: 100%;
    height: 120px;
}

li,
ol,
ul {
    margin: 0;
    padding: 0;
}

ol li {
    list-style-type: decimal;
}

input[type="text"],
input[type="password"],
select,
textarea{
    border: 1px solid #eaeaea;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{
    background: #eaeaea;
    border-color: #ddd;
    color: #636363;
    outline: none
}

#bbpress-forums textarea:focus {
    background: #eaeaea;
    border-color: #ddd;
    color: #636363;
    outline: none
}

select:focus{
    outline: none;
}

/* Hyperlinks
------------------------------------------------------------ */
a,
a:visited  {
	outline: none;
	text-decoration: none;
	color: #fa755e;
	font-weight: normal;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
	}

a:hover,
a:active {
	text-decoration: none;
	color: #636363;
    }	


a img {
	border: medium none;
	margin: 0;
	padding: 0;
	}

/* Wrap
------------------------------------------------------------ */


#nav .wrap { 
	width: auto !important;
	}


/* Header
--------------------------------------------------------- */

#header {
    margin: 45px 0 0;
    height: 127px;
    padding: 0 0 0px;
    text-align: left;
    width: 100%;
    background: url(images/NewHeader.png) no-repeat center;
}

#header .wrap {
    margin: 0 auto;
    width: 960px;
	}


#title-area {
    float: left;
    overflow: hidden;
	}


#title-area #title {
    font-family: 'Dosis','Helvetica',arial,serif;
    font-size: 2em;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
	}

#title-area #title a {
    color: #999999;
    font-weight: 700;
    line-height: 45px;
	}
	
#title-area #title a:hover {color:#999999;}


#title-area #description {
    color: #999999;
    font-size: 0.833em;
    font-weight: normal;
    margin: 0;
    text-align: left;
    text-transform: capitalize;
	}


/* Image Header - Partial Width
------------------------------------------------------------ */
.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 220px;
	
}


.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
    font-size: 1.2em;
    font-weight: 200;
    margin: 0px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    height: 127px;
	}

/***** Navigation Menus ********************/

#mobile_menu {display: none;}

#nav, #subnav {
    float: right;
    width: 100%;
    letter-spacing: 1px;
    margin: -15px 87px 0 0;
    border-top: 0px solid #ddd;
    font-family: 'champagne__limousinesbold';
	}


#nav ul, #subnav ul, #header ul.nav, #header ul.menu {
    float: right;
    margin:0;
    list-style-type: none;
    text-align: left;
	}


#nav li, #subnav li, #header ul.nav li, #header ul.menu li {
    float: left;
    list-style: none;
	}



#nav li	{
    float: left;
    position: relative;
	}


	
#nav li a, #subnav li a, #header ul.nav li a, #header ul.menu li a {
    color: #ababab;
    display: block;
    font-family: 'champagne__limousinesbold';
    font-size: 1.5em;
    font-weight: normal;
    padding: 8px 20px 8px;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 10px 0 0;
    letter-spacing: 1px;
	}


#nav li a:hover, #nav li a:active {
	background-color: #fa755e;
	color: #FFFFFF !important;
	}


#nav .current_page_item a {
    color: #ababab !important;
	background-color: none;
	
}



#nav li a .sf-sub-indicator, #subnav li a .sf-sub-indicator, #header ul.nav li a .sf-sub-indicator, #header ul.menu li a .sf-sub-indicator {
	display: block;
	width: 10px;
	height: 10px;
	top: 22px;
	right: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	}

#nav li li a, #nav li li a:link, #nav li li a:visited, #subnav li li a, #subnav li li a:link, #subnav li li a:visited, #header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited, #header ul.menu li li a, #header ul.menu li li a:link, #header ul.menu li li a:visited {
	-webkit-transition: color, box-shadow 0.2s ease-out;
	-moz-transition: color, box-shadow 0.2s ease-out;
	-o-transition: color, box-shadow 0.2s ease-out;
	transition: color, box-shadow 0.2s ease-out;
	background-color: #636363;
	width: 158px; 
	font-size: 1.25em;
	margin: 0;
	padding: 2px 15px;
	position: relative;
	line-height: 40px;
	color:#eaeaea;
	border-bottom: 1px solid #5b5b5b;

	}

#nav li li a:hover, #nav li li a:active, #subnav li li a:hover, #subnav li li a:active, #header ul.nav li li a:hover, #header ul.nav li li a:active, #header ul.menu li li a:hover, #header ul.menu li li a:active {
    background-color: #fa755e;
    border: medium none;
    color: #FFFFFF;
	}

#nav li li a .sf-sub-indicator, #subnav li li a .sf-sub-indicator, #header ul.nav li li a .sf-sub-indicator, #header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}


#nav li ul, #subnav li ul, #header ul.nav li ul, #header ul.menu li ul {
	background-color: #FFFFFF;
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	padding: 0;
	}

#nav li ul a, #subnav li ul a, #header ul.nav li ul a, #header ul.menu li ul a { 
	width: 160px;
	}

#nav li ul ul, #subnav li ul ul, #header ul.nav li ul ul, #header ul.menu li ul ul {
	margin: -31px 0 0 179px;
	padding: 0;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul, #subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul, #header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul, #header ul.menu li:hover ul ul, #header ul.menu li:hover ul ul ul, #header ul.menu li.sfHover ul ul, #header ul.menu li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul, #subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul, #header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul, #header ul.menu li:hover ul, #header ul.menu li li:hover ul, #header ul.menu li li li:hover ul, #header ul.menu li.sfHover ul, #header ul.menu li li.sfHover ul, #header ul.menu li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover, #subnav li:hover, #subnav li.sfHover, #header ul.nav li:hover, #header ul.nav li.sfHover, #header ul.menu li:hover, #header ul.menu li.sfHover { 
	position: static;
	}	


/***** Primary Navigation Extras ********************/

#nav li.right {
	float: right;
	margin: 0;
	padding: 7px 10px 5px 10px;
	}

#nav li.right a {
	background: none;
	display: inline;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border: none;
	text-shadow: none;
	}

#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#nav li.search {
	padding: 0 10px 0 10px;
	}

#nav li.rss a, #nav li.rss a:hover {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
	}

#nav li.twitter a, #nav li.twitter a:hover {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 7px 0 5px 20px;
	}

#nav li.rss a:hover, #nav li.twitter a:hover {
	text-decoration: underline;
	}


/*
	Home Gallery
---------------------------------------------------------*/
#home_gallery{
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 960px;
	}


/* Inner
------------------------------------------------------------ */
#inner {
    margin: 60px auto 10px;
    overflow: hidden;
    width: 960px;
	}
	
	
/* Top
------------------------------------------------------------ */
.simple-social-icons ul li a, .simple-social-icons ul li a:hover { padding: 0 !important ;}

.top {
	  overflow: hidden;
}

.top .wrap {
	border-bottom: 1px solid #EEEEEE;
	margin: 0 auto 30px;
    width: 960px;
	}

.top_trigger {
    background: url(images/top_trigger.png) no-repeat scroll right -1px transparent;
    cursor: pointer;
    float: right;
	margin-top: -30px;
    height: 25px;
    overflow: hidden;
    width: 100%;
}

.top .top_widget{
    display: none;
    overflow: hidden;
    padding: 20px;
}
.top_trigger.open {
   background: url("images/top_trigger.png") no-repeat scroll right -26px transparent;

}

.top_trigger.close {
    background: url(images/top_trigger.png) no-repeat scroll right -1px transparent;
}

.top_widget .widget{
width: 50%;
float: left;
display: block;
overflow: hidden;
}

#top_widget{
	margin: 0 auto;
	width: 960px;
}


/* Home Top
------------------------------------------------------------ */
#slideshow {
	margin: 0;
} 

.intro {     
    display: block;
    margin: 20px auto 0;
    padding: 1em;
	overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 0
	}


.intro p {
    font-family: 'Oswald',sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 27px;
    margin-top: 10px;
	}

#home-wrap {
	padding: 0;

	}


.home-sidebar .widget {
	border: medium none;
	clear: both;
	margin: 0;
	padding: 0;
	}

.home-sidebar ul li {
	border-bottom: 1px dotted #DDDDDD;
	list-style-type: none;
	margin: 0;
	padding: 6px 0;
	}

.feature-bottom { margin: 20px 0;}

.feature-bottom .textwidget {
	margin: 40px 0 20px;
	padding: 0 10px;
	overflow: hidden;
	}


.feature-bottom  .widget,
.feature-top .widget,
.feature-top-post .widget,
#footer-widgets .widget { 
	border: medium none;
	clear: both;
	margin: 0;
	padding: 0;
	}

#footer-widgets .widget {
	margin: 20px 0;
	color:#888;
	}

.feature-top {
	width:63%;
	float: left;
	margin: 20px 0;
	}

.feature-top .post-info { margin:0;}

.feature-top .widget {
	border: medium none;
	clear: both;
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	}

	
#footer-widgets h4 {
    font-family: 'champagne__limousinesbold';
    font-size: 1.25em;
    border: 1px solid #d5d5d5;
    text-shadow: 1px 1px #d5d5d5;
    color: #888 !important;
    background: #ddd;
    text-align: center;
    padding: 7px 0 5px !important;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
	}

.feature-bottom h4,
.folio-more h2,
.front h4,
.folio-more h4,
#page-title  {
    background: url("images/heading-dots.jpg") repeat-x scroll 0 center transparent;
    display: inline-block;
    font-family: 'champagne__limousinesbold';
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.333em;
    margin: 0;
    min-height: 32px;
    text-transform: uppercase;
    width: 100%;
}
	

.feature-bottom h4 span, .front h4 span, #page-title span, .folio-more h4 span { 
    background-color: #c3eadc;
    color: #FFFFFF;
    font-family: 'champagne__limousinesbold';
    text-transform: uppercase;
    padding: 7px 19px;
    border: 1px solid #b2ddcc;
    text-shadow: 1px 1px #b2ddcc;
    display: inherit;
}

.top-border, #content .top-border {
    background: none repeat scroll 0 0 #c3eadc;
    float: right;
    height: 3px;
    margin-top: -21px;
    position: relative;
    width: 60px;
    z-index: 999;
}
.widgettitle { 
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
	}

.folio-more {
	clear: both;
	padding: 40px 0 0;
	}

.folio-more .widget {
	clear: both;
	background: url("images/heading-bg.gif") no-repeat scroll right 15px transparent;
	border: medium none;
	margin: 0;
	padding: 0;
	}
	
	
/* Breadcrumb
------------------------------------------------------------ */
.breadcrumb {
    float: right;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
	}

	
/* Taxonomy Description
------------------------------------------------------------ */
.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
	}


/* Content
------------------------------------------------------------ */
#content {
	float: left;
	width: 1000px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 700px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 960px;
}

.full-width-content #content {
    width: 100%;
    margin: 0
}

.post,
.type-attachment {
    margin: 0 0 60px;
}

.entry-content {
    overflow: hidden;
}

iframe[src*='w.soundcloud.com'],
iframe[src*='www.slideshare.net'],
iframe[src*='www.scribd.com']  {
    max-width: 100%;
}

.twitter-tweet-rendered{
    max-width: 100%!important;
}

#content p {
    margin: 0 0 25px;
}

blockquote {
    border-left: 5px solid #c3eadc;
    margin: 5px 5px 20px 2.5em;
    padding: 10px 20px;
}

#content blockquote p {
    font-style: italic;
    margin: 0
}

p.subscribe-to-comments {
    padding: 20px 0 10px;
}

.clear {
    clear: both;
}

.clear-line {
    border-bottom: 1px solid #ddd;
    clear: both;
    margin: 0 0 25px;
}

.hentry table,
.hentry table.order_details {
    border: 1px solid #DFDFDF;
    border-bottom-width: 0;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    color: #333;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 20px;
}

.hentry table td,
.hentry table th {
    border-bottom: 1px solid #DFDFDF;
    color: #555;
}

.hentry table th {
    text-shadow: 0px 1px 0px #fff;
    font-weight: normal;
    padding: 7px 7px 8px;
    text-align: left;
    font-size: 0.875em;
}

.hentry table td {
    font-size: 1em;
    padding: 10px;
    vertical-align: top;
}

/* Headlines
------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'giambattistaduemilleregular';
    font-weight: normal;
    line-height: 1.25;
    text-transform: uppercase;
    margin: 0 0 20px;
}

h1 {
    font-size: 28px;
    color: #93bcaa;
}

.intro h1 {
    display: block;
    font-size: 2em;
    font-weight: normal;
    line-height: 28px;
    margin: 0;
    text-transform: uppercase;
}

.page_title_wrap {margin: 0 0 20px;}

.taxonomy-description h1 {
    margin: 0;
}

h2 {
    font-size: 28px;
    color: #93bcaa;
}

.entry-title,
h2 a,
h2 a:visited {
    color: #93bcaa;
    font-family: 'giambattistaduemilleregular';
    font-size: 28px;
    font-weight: normal;
    text-transform: uppercase;
}

h2 a:hover {
    color: #ababab;
    text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
    font-size: 1em;
    margin: 0 0 10px;
}

h3 {
    font-size: 25px;
    color: #fa755e;
    line-height: 1.15;
}

#comments h3 {
    font-size: 31px;
    color: #636363;
    background-align: right;
    background: url(images/Cloud.png) no-repeat right;
    padding: 2px 60px 0;
    line-height: 2;
    height: 45px;
    text-shadow: 1px 1px #eaeaea;
    text-align: right;
}

#respond h3 {
    font-size: 31px;
    color: #636363;
    background: url(images/Speech.png) no-repeat left;
    padding: 2px 60px 0;
    line-height: 2;
    height: 45px;
    text-shadow: 1px 1px #eaeaea;
}

h4 {
    font-size: 24px;
    color: #ababab;
    line-height: 1;
}

.widget-area h4 { 
    background: #c3eadc;
    font-family: 'champagne__limousinesbold';
    color: #fff;
    border: 1px solid #b2ddcc;
    font-size: 1.25em;
    margin: 0 0 1.5em;
    padding: 7px 5px 5px;
    text-align: center !important;
    text-shadow: 1px 1px #b2ddcc;
    font-weight: bold;
}

#header .widget-area h4,
#header .widget-area h4:after {
    border-bottom: 0;
    padding: 0;
}

.widget-area h4 a {
    color: #fff;
    text-decoration: none;
}

h5 {
    font-size: 22px;
    color: #636363;
}

h6 {
    font-size: 20px;
    color: #b2ddcc;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */
.entry-content ol,

.entry-content ul {
	margin: 0;
	padding: 0 0 15px 15px;
	}

.entry-content ol {
	margin: 0;
	}

.archive-page ul li,
.entry-content ul li {
	padding: 2px;
	}


.entry-content ol li {
	margin: 0 0 0 35px;
	}


.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0 0 0 30px;
	}


/* Post Info
------------------------------------------------------------ */
.post-info {
    background: #eaeaea;
    font-size: 11px;
    color: #888;
    margin: -5px 0 15px;
    border: 1px solid #e5e5e5;
    text-transform: uppercase;
}


#content .post-info{
    float: left;
    margin: 0 30px 30px 0;
    text-align: center;
}

#content .post-info .date,
#content .post-info .post-comments{
    background: none;
    display: block;
    margin: 10px 0;
    padding: 10px 20px 10px 0;
}

#content .post-info .date{
    border-bottom: 1px solid #eaeaea;
    margin-top: 0;
    padding-top: 0;
    padding: 0 10px;
}

#content .post-info .post-comments {
    border-top: 1px solid #eaeaea;
    padding: 0 15px;
}

/* Post Meta
--------------------------------------------------------- */
.post-meta {
    background: #eaeaea;
    text-transform: uppercase;
    border: 1px solid #e5e5e5;
    clear: both;
    font-size: 13px;
    padding: 5px 10px;
    width: 90%;
    color: #888;
}

.post-meta .categories {
    margin: 0 0 10px;
}

.post-meta .tags {
	display: none;
}


/* Post Icons
--------------------------------------------------------- */
.author {
	padding: 0px;
	}


.post-comments {
	padding: 0 0 0 5px;
	}

.categories {
	padding: 0 5px 0 0;
	}

.tags {
	padding: 0 0 0 5px;
	}


.date {
	padding: 0 5px 0 0;
	}

/***** Author Box ********************/
.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
        background-color: #ddd;
        color: #888;
        border: 1px solid #d5d5d5;
	}	

.author-box p {
	margin: 0;
	padding: 0;
	}

.author-box img {
	background: #ccc !important;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
        border: 1px solid #c5c5c5;
	}

/* Sticky Posts
----------------------------------------------------------- */
.sticky {
	margin: 0 0 40px;
	padding: 10px;
	}

/* Archive Page
------------------------------------------------------------ */
#content .archive-page {
	float: left;
	width: 45%;
	padding: 20px 0 20px 0;
	}

#content .archive-page h4{
   font-size: 16px;
   font-weight: 400;
   text-transform: uppercase;
}


/* Images
----------------------------------------------------------- */
img {
    max-width: 100%;
}

.avatar
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.featuredpage img,
.featuredpost img,
img.post-image {
    background-color: #fff;
    border: 0px solid #e5e5e5 !important;
    display: block;
    padding: 0px !important;
	opacity: 0.7;
	filter: alpha(opacity = 70)
    position: relative;
    z-index: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.avatar:hover,
.featuredpage img:hover,
.featuredpost img:hover,
img.post-image:hover {
	background: #eaeaea;
        border: 0px solid #e5e5e5;
	opacity: 1;
	filter: alpha(opacity = 100)
	}


.featuredpage img[class^="attachment-"],
.featuredpage img[class*="attachment-"] {
    margin-bottom: 20px;
}

.author-box .avatar {
    background-color: #fff;
    float: left;
    margin: 0 10px 0 0;
}

.post-image {
    margin: 0 auto 10px;
    width: 686px;
}

.comment-list li .avatar {
    background-color: #fff;
    float: right;
    margin: 5px 0 0 10px;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 25px;
}

img.alignnone {
    display: inline;
    margin: 0 0 25px;
}

img.alignleft {
    display: inline;
    margin: 0 25px 25px 0;
}

img.alignright {
    display: inline;
    margin: 0 0 25px 25px;
}

.alignleft {
    float: left;
    margin: 0 25px 25px 0;
}

.alignright {
    float: right;
    margin: 0 0 25px 25px;
}

.alignnone {
    margin: 0 0 25px;
}

.wp-caption,
.sidebar .wp-caption {
    text-align: center;
    max-width: 100%;
    padding: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wp-caption a,
.sidebar .wp-caption a{
    overflow: hidden;
    margin: 10px;
    display: block;
    position: relative;
    z-index: 0;
}

.sidebar p.wp-caption-text,
#content p.wp-caption-text {
    color: #888;
    font-size: 13px;
    padding: 25px 20px 20px;
    margin: 0;
}

.wp-smiley,
.wp-wink {
    border: none;
    float: none;
}


/* Post Navigation
----------------------------------------------------------- */
.navigation {
    font-size: 1.05em;
    overflow: hidden;
    padding: 0;
    width: 100%;
    clear:both;
    position: relative;
    top: 1px;
}

.navigation li {
    display: inline;
    float: left;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
    background: #fff;
    padding: 10px 16px;
    color: #ababab;
    border: 1px solid #fff;
    display: block;
    font-weight: normal;
    margin: 0 3px 0 0;
    letter-spacing: 1px;
    text-transform: uppercase !important;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #c3eadc;
    color: #fff !important;
    border: 1px solid #b2ddcc;
    text-decoration: none;
    text-shadow: 1px 1px #b2ddcc;
}

.post-nav {
    padding: 2em 0 0;
    color: #aaa;
}

.post-nav a:hover {
    text-decoration: none
}

.prev-post-nav {
    float: left;
    width: 50%;
}

.next-post-nav {
    float: right;
    width: 50%;
    text-align: right;
}

.prev-post-nav i{
    padding-right: 10px
}

.next-post-nav i {
    padding-left: 10px
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 0.917em;
	line-height: 20px;
	width: 240px;
}

#sidebar-alt {
	float: left;
	width: 240px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	margin: 0 0 30px;
}

.textwidget p {
	padding: 0 0 10px;
}

.widget-area ol,
.widget-area ul {
	margin: 5px 0 0 0;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}


#sidebar .categories {
	font-size:10px;	
	}

#sidebar .alignleft .avatar {
	margin:0px 0px 0px 0px;
	background:#fff;
	}


#sidebar .alignright .avatar {
	margin:0px 0px 5px 5px;
	}

#sidebar ul, #sidebar-alt ul, .home-sidebar ul {
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
	}

#sidebar ul li, #sidebar-alt ul li {
	border-bottom: 1px solid #EFEFEF;
	list-style: none outside none;
	margin: 0;
	padding: 6px 0;
	}


#sidebar .widget-container{margin-bottom:40px;}
#sidebar li li{
	list-style-type:none;
	margin:0;
	padding:6px 0 6px 0;
	border-bottom:solid 1px #f1f1f1;
	}

#sidebar li li a{ padding:0 0 0 0; margin:0px 0; display:block;}
#sidebar li li a:hover{ padding:0 0 0 0 }
#sidebar.wide .widget-container{ margin-bottom:10px;}
#sidebar ul.sub-menu, #sidebar ul.children{ margin:0 0 0 10px}
#sidebar ul.sub-menu li:last-child, #sidebar ul.children li:last-child{ padding-bottom:0px; border-bottom:0}


/* Content-Sidebar Wrap
------------------------------------------------------------ */
#content-sidebar-wrap {
	float: left;
	width: 960px;
}

.home .full-width-content #content-sidebar-wrap {
	width: 960px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
   float: none;
   width: 970px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

/* Tag Cloud
----------------------------------------------------------- */

.tagcloud a,
.tagcloud a:visited {
	background-color: #222;
	color: #aaa !important;
	display: inline-block;
	font-size: 10px !important;
	margin: 0 3px 5px 0;
	padding: 3px 10px;
}

.sidebar .tagcloud a,
.sidebar .tagcloud a:visited {
	background-color: #f5f5f5;
	color: #666 !important;
}

.tagcloud a:hover {
	background-color: #111111;
	color: white !important;
	text-decoration: none;
}


/* Dropdowns
----------------------------------------------------------- */

.widget_archive select,
#cat {
	background: #fff;
	width: 100%;
        color: #999;
	font-size: 12px;
	margin: 0;
	padding: 3px;
	display: inline;
	border: 1px solid #d5d5d5 !important;
	}

#sidebar #cat {width: 238px;}

#sidebar-alt #cat {width: 148px;}


/* Featured Page / Post
----------------------------------------------------------- */
.featuredpage,
.featuredpost {
    margin: 0 0 15px;
    overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
    border-bottom: 1px solid #EFEFEF;
    margin: 20px 0 0;
    overflow: hidden;
    padding: 0;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
    padding: 0;
}

.featuredpage .page:last-child,
.featuredpost .post:last-child {
    border-bottom: none
}

.more-from-category {
    padding: 5px 15px 0;
}



/* User Profile
------------------------------------------------------------ */
.user-profile {
	overflow: hidden;
	}


.user-profile p {
	padding: 0;
	}

.user-profile .posts_link {    
    font-size: 10px;
    padding: 10px 0 0;
    text-transform: uppercase;
	}

#sidebar .user-profile .avatar {
	background: #eaeaea;
	padding: 1px;
        margin: 0px 53px 0;
	border: 4px solid #e5e5e5;
	}


/* Buttons
----------------------------------------------------------- */

button,
a.button,
input[type="button"], input[type="submit"], input[type="reset"], input[type="file"] {
    background: #c3eadc;
    cursor: pointer;
    font-family: 'champagne__limousinesbold';
    font-size: 1.5em;
    font-weight: normal;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    color: #fff !important;    
    outline: none;
    padding: 10px;
    margin: 0 10px 10px 0px;
    display: inline-block;
    position: relative;
    text-shadow: 1px 1px #b2ddcc;
    border: 1px solid #b2ddcc;
}

button:hover,
a.button:hover,
.body-content input[type="button"]:hover,.body-content  input[type="submit"]:hover,.body-content  input[type="reset"]:hover,.body-content  input[type="file"]:hover {
    background: #c3eadc !important;
    color: #fff;
}

button:active,
a.button:active,
.body-content input[type="button"]:active,.body-content  input[type="submit"]:active,.body-content  input[type="reset"]:active,.body-content  input[type="file"]:active {
    top: 4px;
    background-color: #f46b55;
    color: #fff;
}

button.large,
.button.large {
    padding:10px 5% !important;
    font-size:14px !important;
}


/* Search Form(s)
------------------------------------------------------------ */

.sidebar .searchform {
	padding: 0;
}

.s {
	margin: 5px -7px 0 0;
	width: 66%;
}

.sidebar .searchsubmit {
	display: none;
}
       
.sidebar .s { width: 100%;}

#nav .s {display: none;}

#nav .searchsubmit {
	display: none;
}

/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 0 20px;
}

.enews #subscribe {}

.enews #subbox {
	 width: 100%;
}

.enews #subbutton {
         display: none;
}


/* Calendar Widget
------------------------------------------------------------ */
#wp-calendar {width: 100%;}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#wp-calendar thead {
	background-color: #fff;
	font-weight: bold;
	margin: 10px 0 0;
	}

#wp-calendar td {
	background-color: #fff;
	padding: 2px;
	text-align: center;
	}

/* Latest Tweets Widget
------------------------------------------------------------ */
#header .latest-tweets {
	width: 450px;
	float: right;
	margin: 0;
	padding: 0;
	}

#sidebar .latest-tweets {padding: 0;}

.latest-tweets ul li {
	list-style: none outside none;
	margin: 0;
	padding: 0 0 10px 25px;
	}

.latest-tweets .last {
    background: none repeat scroll 0 0 transparent !important;
    float: left;
    font-size: 10px;
    list-style: none outside none;
    margin: 10px 0 25px;
    padding: 0;
    text-transform: uppercase;
	}

#sidebar .latest-tweets li { margin-bottom:10px;}
#sidebar .latest-tweets li.last {
	background: url("images/twitter-feed-icon.png") no-repeat scroll 0 0 transparent !important;
	border-bottom: medium none;
	padding: 0 0 0 25px;
	}

	
/* Flicker Photos Widget
------------------------------------------------------------ */
.widget .flickr_badge_image{
	float: left;
	height: auto;
	margin: 0 8px 8px 0;
	overflow: hidden;
	width: auto;
	}

#flickr-wrapper {
    display: inline-block;
    overflow: hidden;
}

.flickr_badge_image {
    float: left;
    width: 70px;
    height: 70px;
}

.flickr_badge_image img {
    width: 60px;
    height: 60px;
    padding: 2px;
    background: #fff;
    border:1px solid #e2e2e2;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter:alpha(opacity=70);
    -webkit-transition: opacity .7s ease-out;
    -moz-transition: opacity .7s ease-out;
    -o-transition: opacity .7s ease-out;
    transition: opacity .7s ease-out;
}

.flickr_badge_image img:hover {
    border: 1px solid transparent;
    background: none repeat scroll 0 0 #fa755e;
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);
}

.flickr_badge_image a:hover {
    border: none;
}

/* Footer Widgets
------------------------------------------------------------ */
#footer-widgets {
    margin-top: 30px;
    padding: 0;
    width: 100%;
	}


#footer-widgets .wrap {
    background: #eaeaea;
    text-shadow: 1px 1px #e5e5e5;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px 0 5px;
    width: 960px;
    border: 1px solid #ddd;
    border-bottom: 0;
    color: #888 !important;
	}

#footer-widgets .featuredpost h2 {margin: 0px;}

#footer-widgets .featuredpost h2 a {
	font-size: 13px !important;
	padding-bottom: 10px;
	}

#footer-widgets .featuredpage h2 a {
	font-size: 14px;
	padding-bottom: 10px;
	}


#footer-widgets p {
	margin: 0 0 10px;
	padding: 0;
        color: #888 !important;
	}

#footer-widgets ul {
	line-height: 26px;
	margin: 0;
	padding: 0;
	}

#footer-widgets ul li {	
	border-bottom: 1px dotted #888;
	list-style: none outside none;
	margin: 0;
	padding: 6px 0;
	}

#footer-widgets a,
#footer-widgets a:visted {
        color: #fa755e !important;
}

#footer-widgets a:hover {
        color: #93bcaa !important;
}

#footer-widgets .latest-tweets ul li {
    background: url("images/quote.png") no-repeat scroll 0 0 transparent;
    border: medium none !important;
    line-height: 19px;
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 0 0 0 30px !important;
	}


.footer-widgets-1 {
	float: left;
	margin: 0 15px 0 0;
	width: 280px;
        padding: 0 15px 0 25px;
	}

.footer-widgets-2 {
	float: left;
	margin: 0;
	width: 280px;
        padding: 0 20px 0 5px;
	}

.footer-widgets-3 {
	float: left;
        margin: 0;
        width: 280px;
        padding: 0 15px;
	}


#footer-widgets .user-profile .avatar {
	background: #ddd;
	margin: 0 77px -5px;
	padding: 1px;
	border: 4px solid #ddd;
	}


/* Footer
------------------------------------------------------------ */
#footer {
    margin: 0;
    overflow: hidden;
    width: 100%;
	}

#footer .wrap {
    background: #ddd;
    color: #888;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0 6px;
    width: 960px;
    border: 1px solid #d5d5d5;
    border-bottom: 0;
    text-shadow: 1px 1px #d5d5d5;
	}

#footer p {
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	}

#footer .gototop a {
		margin: 0;
		padding: 0;
		color:#636363;
		}

#footer .creds {
	float: right;
	margin: 0;
	padding: 0px 0 10px 0;
	text-align: right;
        width: 60%;
	}


#footer_nav { 
    float: left;
    width: 40%;
	}

.footer_menu {margin:0; padding:8px 15px;}

.footer_menu ul  {list-style-type: none;}

.footer_menu li {
    display: inline;
    font-size: 12px;
	}

.footer_menu li a{ text-transform: uppercase;}


.footer_menu li:after {
    color: #888;
    content: "/";
    font-weight: 100;
    margin: 0 3px;
	}

.footer_menu li:first-child {background: none repeat scroll 0 0 transparent;}

.footer_menu li:last-child:after {
    content: "";
}

#footer .creds {
    background-color: none;
    color: #888;
    float: right;
    font-size: 12px;
    line-height: 18px;
    padding: 10px 15px 8px;
    text-align: right;
    width: auto;
    text-transform: uppercase;
	}

#footer a,
#footer a:visited,	
#footer .creds a,
#footer .creds a:visited { color: #888 !important}

#footer a:hover,
#footer .creds a:hover {
	color: #fa755e !important;
}


#footer .gototop {
    float: right;
    padding: 0 20px 0 0;
    text-align: right;
    width: 200px;
}

/* Comments
------------------------------------------------------------ */

#comments,
#respond {
    margin: 0 0 1em;
    overflow: hidden;
}

#author,
#comment,
#email,
#url {
    margin: 0.5em 0;
    width: 250px;
}

#reply-title a{
    font-size: 15px;
}

#comment {
    height: 150px;
    width: 100%;
}

#commentform input[type=text].error,
#commentform textarea.error {
    background-color: #ff783c;
    border-color: #ff783c;
    color: #fff;
}

#commentform div.error,
#commentform label.error {
    color: #ff783c;
    margin: 0 0 5px;
}

#commentform div.errorlabels label { display: block }

.ping-list {
    margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
    padding: 10px;
}

.comment-list li,
.ping-list li {
    font-weight: bold;
    list-style-type: none;
    margin: 1em  0;
    padding: 1em 1.75em;
    color: #999999;
}

.comment-list li ul li {
    list-style-type: none;
}

.comment-content p {
    font-weight: 400;
    margin: 0 0 20px;
    color: #999999;
}

.comment-list cite,
.ping-list cite {
    font-style: normal;
    font-size: 1.35em;
    font-family: 'champagne__limousinesbold';
    text-transform: uppercase !important;
}

#comments a:hover {
    color: #777 !important;
}

.commentmetadata {
    font-size: 12px;
    margin: 0 0 5px;
}

#comment .reply {
    font-size: 14px;
    font-weight: 300;
}

.nocomments {
    text-align: center;
}

#comments .navigation {
    display: block;
}

.bypostauthor {
    background-color: #ddd;
}

.thread-alt,
.thread-even{
    background-color: #eaeaea;
}

.alt,
.depth-1,
.even {
    border: 1px solid #d5d5d5;
}

/* Gravity Forms
------------------------------------------------------------ */
div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
    font-size: 0.875em!important;
    padding: 0.72em!important
}

div.gform_footer input.button {
    color: #fff;
    font-size: 1.25em !important;
}

div.gform_wrapper .ginput_complex label {
    font-size: 0.875em!important;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
    border: none;
    margin: 0;
    padding: 0;
}

/* Contact Forms 7
------------------------------------------------------------ */

.wpcf7-display-none {
    display: none;
}

.wpcf7-form-control-wrap {
    position: relative;
    z-index: 0;
}

.wpcf7-not-valid-tip{
    color: red;
    position: absolute;
    width: 90%;
    height: 100%;
    top: 0;
    left: 5%;
}

.wpcf7-mail-sent-ok,
.wpcf7-mail-sent-ng,
.wpcf7-spam-blocked,
.wpcf7-validation-errors {
    background-color: lightYellow;
    border: 1px solid #E6DB55;
    color: #444;
    line-height: 2;
    padding: .55em 1em .55em 3em;
    margin: 0 0 2em;
    position: relative;
    list-style: none outside;
    width: auto;
    overflow: hidden;
    list-style-type: none
}

.wpcf7-mail-sent-ok:before,
.wpcf7-mail-sent-ng:before,
.wpcf7-spam-blocked:before,
.wpcf7-validation-errors:before {
    content: "";
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    top: 1em;
    left: 1em;
    background-color: white;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.wpcf7-mail-sent-ok:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAA3lBMVEUArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSEArSHv7+/l7OZCv1oAnh4loD3m6+fu7+4Bnx8AmR3K48/r7exotne+2sSS1Z+NzJnT5tdOwmQAjhvV59gOsS0WnTDV5NgtuUjP5tSr0rIMsCwooD8AqiA9pFGO1JwApyAApB8AqCBitXKuEi0tAAAAJ3RSTlMA/Iz2mPsJkyrVl/AGMAr+/bspCJH10tnC09eOkiszlZy8xC3a2JrQx5GoAAAAnElEQVQYGQXBA2IDAQAEwA0uVm1jLqlt+/8f6kySZLranqu1q60kSTLTLIBKp5EkvSkAFgdJmgBQT1oF4OPulGE/VYDHp2vMZh5w8lp+YSFdfP/4/Stv3lCki/fPg8Oj4wnUsoSz84vL8gosZwW347K8fwCrWavg+WU8AcP1ZAMANpP0tgDYHiRJoz4CRvVGkiTZ6exWanv7/ST5Bw3FHtsNBjuVAAAAAElFTkSuQmCC) center no-repeat #8fae1b;
    /* lib/images/success.png */
}

.wpcf7-mail-sent-ng:before,
.wpcf7-spam-blocked:before,
.wpcf7-validation-errors:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AADYAADyv7/6+vrvv7/7wMD7v78aKMFeAAAALXRSTlMA/v3UJ9+gCpP4mPn7i5+PngsGjJDX9Loy2pc1BzHbPZ2qxM4PCMWnDC7Y9TfKqeLUAAAAgUlEQVR4XlWL1Q7DMBAEJ0xlxpS5dpL2//+tsk+q4nnZvdEthrAbZMUyXSNs+h1l8XpDgNHcHFobdU2AiTI0jY0BhPJf17JaMFZtoVYErpiSuWJG4QqfUsr3IxmRStFaMmbr21JVInawb08OQHJUf05ngEvuK+F2R3jkz5cXxW+AH20qIaIM2ZRjAAAAAElFTkSuQmCC) center no-repeat #b81c23;
    /* lib/images/alert.png */
}

.wpcf7 input[type="file"]{
    padding: 0.5em
}

.wpcf7-list-item{
    margin-right: 1em
}

.wpcf7 .watermark {
    color: #888;
}

.wpcf7 select {
    min-width: 44%
}

/* Portfolio
------------------------------------------------------------ */
.folio-nav {
	margin-bottom: 20px;
	padding-bottom: 40px;
	text-transform: capitalize;
	margin-top: 40px;
	width: 100%;
	}


.nav-previous {
	background: url("images/folio-nav.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 25px;
	margin-right: 1px;
	width: 23px;
	}

.nav-previous span{opacity: 0;}

.nav-next {
	background: url("images/folio-nav.png") no-repeat scroll -23px 0 transparent;
	float: left;
	height: 25px;
	width: 23px;
	}

.nav-next span{opacity: 0;}

.portfolio-items {
	float: left;
	padding: 0;
	}

.portofolio-content { margin: 10px 0;}

.portfolio-items p {
	font-size: 12px;
	margin: 10px 0;
	}

.portfolio-items h2 a {
	font-size: 18px !important;
	margin-top:15px;
	}


.portfolio-items li {
	float: left;
	list-style: none outside none;
	margin-left: 0;
	position: relative;
	}

.portfolio-items li:first-child .date { margin-top:0px;}

.portfolio-items .date {
	color: #FFFFFF;
	height: 40px;
	left: -60px;
	line-height: 16px;
	margin: 0px 0 0 -9999px;
	padding:6px 0 0 9999px;
	position: absolute;
	width: 53px;
	}

.portfolio-items .date span {
	font-size: 15px !important;
	font-weight: bold !important;
	}


.gallery-video {
	background: url("images/ico-video.png") no-repeat scroll 0 0 transparent;
	position: absolute;
	z-index: 100;
	}

.gallery-image {
	background: url("images/ico-magnify.png") no-repeat scroll 0 0 transparent;
	position: absolute;
	z-index: 100;
	}


.gallery-readmore {
	background: url("images/read_more.png") no-repeat scroll 0 0 transparent;
	position: absolute;
	z-index: 100;
	}

.video-icon {
	background: url("images/ico-video.png") no-repeat scroll 0 0 transparent;
	height: 30px;
	width: 25px;
	position: absolute;	
	margin-top: 120px;
	margin-left: 200px;
	z-index: 100;
	}


.image-icon {
	background: url("images/ico-magnify.png") no-repeat scroll 0 0 transparent;
	height: 30px;
	width: 25px;
	position: absolute;
	margin-top: 120px;
	margin-left: 200px;
	z-index: 100;
	}

.video-icon-3 {
	background: url("images/ico-video.png") no-repeat scroll 0 0 transparent;
	height: 30px;
	width: 25px;
	position: absolute;	
	margin-top: 80px;
	margin-left: 140px;
	z-index: 100;
	}


.image-icon-3 {
	background: url("images/ico-magnify.png") no-repeat scroll 0 0 transparent;
	height: 30px;
	width: 25px;
	position: absolute;
	margin-top: 80px;
	margin-left: 140px;
	z-index: 100;
	}


.video-icon-4 {
	background: url("images/ico-video.png") no-repeat scroll 0 0 transparent;
	height: 30px;
	width: 25px;
	position: absolute;	
	margin-top: 70px;
	margin-left: 95px;
	z-index: 100;
	}


.image-icon-4 {
	background: url("images/ico-magnify.png") no-repeat scroll 0 0 transparent;
	height: 30px;
	width: 25px;
	position: absolute;
	margin-top: 70px;
	margin-left: 95px;
	z-index: 100;
	}


.movie-icon {
	background: url("images/ico-video.png") no-repeat scroll 0 0 transparent;
	height: 91px;
	position: absolute;
	right: 114px;
	top: 67px;
	width: 30px;
	}

.movie-icon2 {
	background: url("images/ico-video.png") no-repeat scroll 0 0 transparent;
	height: 50%;
	left: 50%;
	position: absolute;
	right: 25%;
	top: 50%;
	width: 24px;
	}


.post-nav {
	background:url(images/divider3.gif) repeat-x top;
	padding-top:25px;
	float:left;
	width:100%;
	}


.post-nav-left { float:left;}
.post-nav-right { float:right;}


.portfolio_single_feature {
    margin: 10px 0 40px;
    overflow: hidden;
    max-width: 960px;
	}

.metaItem {
    float: right;
    font-size: 11px;
    letter-spacing: 0;
    margin-bottom: 0 !important;
    padding: 0;
    width: 220px;
	}
	
.metaItem .border-top {
    border-top: 1px solid #EFEFEF;
    padding-top: 25px;
}


.authorStuff,
.dateStuff,
.categoryStuff,
.projectStuff { 
    border-bottom: 1px solid #EFEFEF;
    margin: 5px 0 5px 10px;
    padding: 10px 0;
	}

.projectStuff {}

.metaItem h5 {
    color: #666666;
    font-family: Helvetica,Arial;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 0 !important;
    text-transform: uppercase;
}

.metaItem span {
    color: #888888;
    letter-spacing: 0;
    margin: 5px 0 5px 10px;
    text-transform: none;
}

.folio-entry {
    float: right;
    width: 680px;
		}
.folio-entry p { margin-bottom: 15px;}	

		clear: both;
		display: block;
		font-size: 15px;
		font-weight: normal !important;
		line-height: 18px;
		margin: 0;
		}	
	
#folio-title span {
		border: medium none;
		color: #333333;
		font-size: 16px;
		display: inline-block;
		margin: 0;
		padding: 11px 10px;
		}	

span.alt_text {
		background: none repeat scroll 0 0 #FFFFFF;
		border: medium none;
		display: inline-block;
		margin: 0 0 10px;
		padding: 5px 10px 5px 0;
		}
		
.folio-entry {
    float: left;
    width: 680px;
	}

.folio-entry p { margin-bottom: 15px;}		

#folio-title, .h6 {
	background: url("images/title-bg.png") repeat scroll right 20px transparent;
	border-left: 2px solid #cccccc;
	clear: both;
	display: block;
	font-size: 15px;
	font-weight: normal !important;
	line-height: 18px;
	margin: 0;
	}	


#folio-title span {
	border: medium none;
	color: #333333;
	font-size: 16px;
	display: inline-block;
	margin: 0;
	padding: 11px 10px;
	}	

span.alt_text {
	background: none repeat scroll 0 0 #FFFFFF;
	border: medium none;
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 10px 5px 0;
	}

.portfolio-thumbs { display: none;}


/*------------------ GALLERY ---------------------*/
#gallery {
	min-height: 500px;
	margin: 30px 0 0;
	}

#gallery img { margin-right: 0px;}


/*---------------------- pagination widget styles ----------------------------*/
.pagination {
	clear: both;
	float: right;
	font-size: 11px;
	line-height: 13px;
	position: relative;
	}

.pagination-wrap{width: 95% !important;	}

.pagination a {color: #555555 !important;}

.pagination span, .pagination a {
	background: none repeat scroll 0 0 #DDDDDD;
	color: #555555;
	display: block;
	float: left;
	margin: 5px 5px 5px 0;
	padding: 6px 9px 5px;
	text-decoration: none;
	width: auto;
	}

.pagination .current{
	background: none  repeat scroll 0 0 #555555;
	color: #ffffff;
	padding:6px 9px 5px;
	}

#portfolio-pagination {
	float: left;
	margin-top: 10px;
	}


#portfolio-pagination ul {
	margin: 0;
	padding: 0;
	}

#portfolio-pagination ul li {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:-5px;
	float:left;
	}


#portfolio-pagination ul li .button {
	position:relative;
	z-index:5399;
	cursor:pointer;
	}

#portfolio-pagination ul li .navbg {
	bottom: -30px;
	margin-left: 50%;
	position: absolute;
	}

#portfolio-pagination ul li:hover,#portfolio-pagination ul li.selected .button { background-position:0 -22px;}

/*---------------------- item styles ----------------------------*/
.portfolio-item {
	float: left;
	margin-right: 36px;
	margin-bottom: 36px;
	display: none;
	border: 0px solid #eef1f5;
	background-repeat: no-repeat;
	}

.portfolio-item a {display: block;}

.portfolio-item img {
	display: block;
	background: url(images/ajax-loader-small.gif) no-repeat center #f8f8f8;
	}

.page-wrapper { float: left;}

/*---------------------- category filter styles ----------------------------*/

#portfolio-categories h6 {
	float: left;
	margin:3px 20px 0px 3px;
	font-style: italic;
	}

#portfolio-categories ul li {
	display: inline;
	padding-right: 30px;
	text-transform: uppercase;
	position: relative;
	float: left;
	letter-spacing: 1px;
	}

#portfolio-categories ul {
	float: left;
	margin-left: 0px;
	}

#portfolio-categories ul li.selected {font-weight: normal;}

#portfolio-categories ul li:hover a {
	text-decoration: none;
	font-style: normal;
	}

.item-wrapper {
	float: left;
	width: 1000px;
	}

.item-desc {} 

.item-desc  h4  {
    margin-top: 12%;
    padding: 0 15px;
    position: relative;
    text-align: left;
	}


.item-desc  h4 a {
    color: #ffffff !important;
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
	-moz-transition: all 0s ease 0s;
	-webkit-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	}

.item-desc p {
	display: none !important;
	margin-top: 5px;
	padding: 0;
	position: relative !important;
	text-align: center;
	}


.item-desc a:hover { 
    color: #FFFFFF;
    display: block;
	transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-webkit-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;	
	}	

.pp_gallery ul a img {
	background: none repeat scroll 0 0 transparent;
	border: 0 none !important;
	padding: 0;
	}

/*---------------------- QUICK GALLERY ----------------------------*/

#content-container #gallery-1 .gallery-item {
	text-align: left;
	margin-top: 20px;
	}


/*----------------------Portfolio Widget -------------------------*/
#gallery_widget { 
    margin: 20px 0 0;
    position: relative;
	}

#gallery_widget img { margin-right: 0px; }

.portfolio_widget {
	background: url("images/line_horiz.gif") repeat-x scroll 0 15px transparent;
	}

/*portfolio pagination*/
#portfolio_pagination {
	float: right;
	margin-top: -10px;
	margin-right: 20px;
	width: 100%;
	}

#gallery_widget .flex-direction-nav li a {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px 20px 20px 20px;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0.9;
    position: absolute;
    text-indent: -999em;
    top: 70px;
    transition: all 0.4s ease 0s;
    width: 30px;
}	
	
#gallery_widget .flex-direction-nav li .flex-prev{
	background-image: url(images/slider/nav_left.png);
    background-position: 45% 50%;
    background-repeat: no-repeat;
    left: 5px;
}

#gallery_widget .flex-direction-nav li .flex-next {
    background-image: url(images/slider/nav_right.png);
    background-position: 55% 50%;
	background-repeat: no-repeat;
    right: 5px;
}

/* pagination styles */

#pagination_widget {
	float: left;
	margin: 10px 0 0;
	width: 940px;
	}

#pagination_widget ul {
	margin: 10px;
	overflow: hidden;
	padding: 0;
	}

	#pagination_widget li {
	list-style: none outside none!important;
	border-bottom: medium none !important;
	padding: 0 !Important;
	}

#pagination_widget .previous {
	background: url("images/sprite.png") no-repeat scroll -21px -21px transparent;
	float: right;
	height: 20px;
	text-indent: -9999px;
	width: 21px;
	}

#pagination_widget .previous:hover {
	background: url("images/sprite.png") no-repeat scroll 0 -21px transparent;
	float: right;
	height: 20px;
	text-indent: -9999px;
	width: 21px;
	}


#pagination_widget .next {
	background: url("images/sprite.png") no-repeat scroll -21px 0 transparent;
	float: right;
	height: 20px;
	text-indent: -9999px;
	width: 20px;
	}

#pagination_widget .next:hover{
	background: url("images/sprite.png") no-repeat scroll 0 0 transparent;
	float: right;
	height: 20px;
	text-indent: -9999px;
	width: 20px;
	}

/* item styles */
.portfolio-widget {
	float: left;
	}


.portfolio-widget #icon{
	 -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #ffffff;
    display: block;
    opacity: 0;
    padding: 44px 15px;
    position: absolute;
    text-align: left !important;
    transition: all 0s ease 0s;
    width: 235px ;
	height: 235px;
    -moz-transition: all 0s ease 0s;
	-webkit-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	}

.widget-col1 { margin: 0 !important;}

.widget-col1 img {
	height: 140px;
	margin: 0 !important;
	width: 240px !important;
	}

.widget-col2 { margin: 0 10px 0 0;}

.widget-col3 { margin: 0 0 5px 5px;}

.portfolio-widget h4 { 
    background: none repeat scroll 0 0 transparent;
    display: block;
    font-size: 1.083em;
    margin: 10px 0 0;
    position: relative;
    text-align: center;
}

.portfolio-widget img {display: block;}

.widget-page-wrapper { float: left; }

.widget-wrapper {
	float: left;
	margin: 20px 0;
	}

/*-----------------------------isotopes---------------------------------*/
.isotope-item {
	z-index: 2;
	}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
	}

/*-----------------------------Isotope CSS3 transitions---------------------------------*/
.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	 transition-property: height, width;
	}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
	}


/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
	}


/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	}


#container {
    margin: 20px 0 0 0;
    padding: 0;

}


.element {
	float: left;
	overflow: hidden;
	position: relative;
	}

.element * { margin: 0;}

.element-2col {
	height: 240px;
	margin: 0 20px 10px 0;
	width: 460px;
	}

.element-3col, .gallery-3col{
    height: 225px;
    margin: 0 0 5px 5px;
    padding: 0;
    width: 315px;
	}

.element-4col, .gallery-4col{
    height: 177px;
    margin: 0 0 5px 5px;
    width: 236px;
	}


/* Catgegories Filter
------------------------------------------------------------ */

#options {
    float: left;
    font-size: 14px;
    margin: 20px 0;
    text-transform: capitalize;
    width: 100%;
	}

#options ul{
    display: block;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    text-align: left;
}

#options ul li:after {
    color: #999999;
    content: "/";
    font-weight: 100;
    margin: 0 3px;
}

#options ul li:last-child:after {
    content: "";
}

#options li {
    display: inline;
    font-family: 'Open Sans','Helvetica',Arial;
    font-size: 12px;
				}

#options li:first-child { background: none;}


#options li span { margin: 0 5px 0 10px;}

#options li:last-child .filter-sep {display: none;}

#options li a {
    display: inline;
	font-size: 1.083em;
    text-transform: uppercase;
	}

#options li:first-child a, #options li a:hover {opacity: 0.7}

#options li a.selected { color: #111111;}



.element-3col #icon, .element-4col #icon {
	background: none repeat scroll 0 0 #c3eadc;
	color: #FFFFFF;
        height: 100%;
	width: 100%;
	transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-webkit-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;	
}


#icon .icon_image {
    bottom: 0;
    display: block;
    float: right;
    height: 25px;
    padding: 3px;
    position: relative;
    right: 15px;
    width: 25px;
	}

#icon .icon_read {
	display: block;
	width: 25px; 
	height: 25px; 
	position:absolute;
	background:#484848;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	padding:3px;
	margin-left: 26px;
	}
	
.element-4col #icon p {
    margin-top: 5%;
    padding: 0 15px;
	margin: 10px 0 0;
}

.element-3col #icon p {
    margin-top: 5%;
    padding: 0 15px;
	margin: 10px 0 00;
}

.element-3col .icon_gallery a {
    margin-right: 40%;
    margin-top: 35%;

}
.element-4col .icon_gallery a{
    margin-right: 36%;
    margin-top: 34% !important;

}

#icon .icon_image:hover,
#icon .icon_read:hover{
	z-index: 9999;
	}

/* Gallery Filter Portfolio
------------------------------------------------------------ */
.pagination_filter {
	clear:both;
	padding:0 0 20px;
	position:relative;
	font-size:11px;
	line-height:13px;
	float: right;
	}

.pagination_filter span, .pagination_filter a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	border: 1px solid #EBECEB;
	}

.pagination_filter a:hover {
	color: #242424;
	background: #EEEEEE;
	}

.pagination_filter .current{
	padding:6px 9px 5px 9px;
	background: #242424;
	color:#fff;
	}	

.front {
	border: medium none;
	clear: both;
	margin: 20px 0 10px;
	padding: 0;
	}


#portfolio_front{
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 50px;
	}

#nav .wrap .select-menu{display: none;}


/* tooltip CSS
-------------------------------------------------------------*/
#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	padding: 2px 8px;
	background-color: #fa755e;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	height: 0;
	width: 0;
	}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
	}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
	}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
	}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
	}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(102,102,102);
	border-top-color: rgba(102,102,102,0.92);
	}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(102,102,102);
	border-bottom-color: rgba(102,102,102,0.92);
	}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(102,102,102);
	border-right-color: rgba(102,102,102,0.92);
	}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(102,102,102);
	border-left-color: rgba(102,102,102,0.92);
	}

#top-link {
	background: url("images/top-link.png") no-repeat scroll 0 0 transparent;
	bottom: 20px;
	display: none;
	height: 45px;
	position: fixed;
	right: 15px;
	text-indent: -9999px;
	width: 45px;
}