/*
	Theme Name: Gallery
	Theme URL: http://demo.zigzagpress.com/gallery
	Description: Gallery is a responsive gallery child theme created for the Genesis Framework.
	Author: zigzagpress
	Author URI: http://www.zigzagpress.com/
	Version: 1.0

	Template: genesis
	Template Version: 1.9

	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
	


/* Import Google Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);


/* CSS 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, img, ins, kbd, q, s, samp, small, strike,  sub, sup, tt, var, b, u, i, center, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio,
video {	
	margin: 0; 	
	padding: 0;	
	border: 0;	
	font-size: 100%;	
	font: inherit;	
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { 
	list-style: none;
}
blockquote, q {	
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after { 
	content: ''; 
	content: none; 
}
table {	
	border-collapse: collapse; 
	border-spacing: 0; 
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-mos-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}


/* Default
------------------------------------------------------------ */

::-moz-selection {
background: #fe57a1;
color: #fff;
text-shadow: none;
}

::selection {
background: #fe57a1;
color: #fff;
text-shadow: none;
}


body,
p,
select,
textarea {
    color: #a3a3a3;
    font-family: "Helvetica Neue",Verdana,Helvetica,sans-serif;
	font-size: 13px;
	font-size: 1.2rem;
    line-height: 1.7;
	word-spacing: 0.1em;
	-webkit-text-size-adjust:100%;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {

}


li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


input,
select,
textarea {
	-webkit-appearance:none;
	-webkit-border-radius:0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background-color: #121212;
    border: 1px solid #343434;
    color: #CCCCCC;
    font-size: 1.1rem;
    padding: 1rem;
}



/* Hyperlinks
------------------------------------------------------------ */

a,  a:visited {
	outline: none;
	text-decoration: none;
	color: #fff;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

a:hover,  a:active{
	color: #999;
	text-decoration: none;
}
a img {
	border: medium none;
}

/* Wrap
------------------------------------------------------------ */

#wrap {
    width: 100%;
	overflow: hidden;
}

.top-wrap {
    margin: 0 auto;
    width: 1152px;
}

.wrap {
    margin: 0 auto;
}
#nav .wrap {
	width: 100%;
	overflow: hidden;
    padding: 10px 20px;
}

/* Top
------------------------------------------------------------ */
.top {
  background: none repeat scroll 0 0 rgba(2, 2, 2, 0.95);
    box-shadow: 0 0 4px #000000;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    width: 100%;
    z-index: 12;
}
.top .wrap{
	margin: 10px auto 0;	
	overflow: hidden;
}

.top .widget{
	width: auto;
	float: left;	
}

/* Header
------------------------------------------------------------ */
#header {
	background: none repeat scroll 0 0 rgba(2, 2, 2, 0.95);
    box-shadow: 0 0 4px #000000;
	display: block;
    float: left;
    min-height: 130px;
    padding: 10px 0;
    width: 19.5%;
}

#header .wrap {
    overflow: hidden;
    padding: 0 20px 20px;
}

#title-area {
    float: left;
    overflow: hidden;
    width: 300px;
}

#title-area #title {
    font-size: 2.6rem;
    line-height: 1.2;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
}

#title-area #title a, #title-area #title a:hover {
	font-family:'PT Sans','Helvetica Neue','Verdana',sans-serif;
    font-size: 30px;
	font-weight: 700;
    text-decoration: none;
}

#title-area #description {
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
}
#header .widget-area {
	width: 550px;
	float: right;
}

#header .zp_contact_widget {float: right}

/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,  .header-image #title,  .header-image #title a {
	display: block;
	float: left;
	height: 80px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 250px;
}
.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 {
    float: left;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}

/* Primary Menu
------------------------------------------------------------ */

#nav{
    display: block;
    float: left;
    margin: 20px 0;
    overflow: hidden;
    width: 100%;
}
#nav a {
	color: #a3a3a3;
}
#nav ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
	float: right;
}
#nav li:first-child {
    border-top: 1px solid #343434;
}
#nav li {
    border-bottom: 1px solid #343434;
    display: inline-block;
    float: left;
    list-style: none outside none;
}
#nav li {
    position: relative;
	width: 100%;
}
#nav li a {
    display: block;
    font-family: 'PT Sans Narrow','Helvetica Neue','Verdana',sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
    white-space: nowrap;
}
#nav li a:hover, #nav li a:active {
    background: none repeat scroll 0 0 #121212;
    color: #fff;
}
#nav .current_page_item a {
    color: #fff;
}
#nav li a.sf-with-ul {}

#nav li a .sf-sub-indicator {padding-left: 2px;}


#nav li li a, #nav li li a:link, #nav 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;
 	 color: #a3a3a3;
    line-height: 26px;
    margin: 0;
    padding: 10px 11px;
    position: relative;
    text-align: left;
    width: 158px;
}

#nav li li a:hover, #nav li li a:active  {
    color: #fff;
}

#nav li li a .sf-sub-indicator {
}

#nav li ul {
    background: none repeat scroll 0 0 rgba(2, 2, 2, 0.95);
    height: auto;
    left: auto;
    margin: -40px 0 0 186px;
    padding: 0;
    position: absolute;
    width: 180px;
    z-index: 9999;
}
#nav li ul a {
	width: 160px;
}
#nav 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 {
	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 {
	left: auto;
}
#nav li:hover, #nav li.sfHover {
	position: static;
}

/* Primary Navigation Extra
------------------------------------------------------------ */

#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;
}

/* HomePage, Gallery Fullwidth Style
------------------------------------------------------------ */
.menu_trigger {
    background: none repeat scroll 0 0 #A3A3A3;
    cursor: pointer;
    height: 20px;
    position: relative;
    width: 20px;
    z-index: 999;
}
.home #wrap, .page-template-gallery-fullwidth-template-php #wrap {
	background: none;
	overflow: visible;	
}
.home .inner_container, .page-template-gallery-fullwidth-template-php .inner_container {
	background: none;
    clear: both;
    margin: 40px auto;
    overflow: hidden;
    width: 90%;
}
.home #inner, .page-template-gallery-fullwidth-template-php #inner{
	background: none;	
	box-shadow: none;
	padding: 0;
}

.home #header, .page-template-gallery-fullwidth-template-php #header{
    background: none repeat scroll 0 0 rgba(2, 2, 2, 0.95);
    box-shadow: 0 0 4px #000000;
    margin: 0 0 0 5%;
    position: relative;
    width: 225px;
    z-index: 11;
}

.page-template-gallery-fullwidth-template-php .mobile_menu, .home .mobile_menu{
	display: block;	
}
.page-template-gallery-fullwidth-template-php #header, .home #header, .home .top, .page-template-gallery-fullwidth-template-php .top{
	display: none;
}

.home .top-wrap {
    width: 97%;
}

#slide_mask {
    background: url(images/home-bg.png) repeat scroll 0 0 transparent;
    height: 100%;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}


/* Supersized CSS Override
------------------------------------------------------------ */
#slidecaption,#slidecounter{
	display: none;	
}

#prevslide, #nextslide, #controls-wrapper{
	z-index: 11 !important;	
}
.current-thumb{
	background: #252424 !important;	
}

#tray-button, #play-button {
    float: right;
    height: 100%;
    margin-top: 1px;
    width: 40px;
}
#tray-button > img{
    display: block;
    margin: 18px auto 0;
    width: auto;
}
#play-button > img {
    display: block;
    margin: 13px auto 0;
    width: auto;

}


ul#thumb-list li {
	background: none repeat scroll 0 0 rgba(2, 2, 2, 0.5) !important;
    height: 70px !important;
    width: 110px !important;
}

/* Inner
------------------------------------------------------------ */

#inner {
    background: none repeat scroll 0 0 rgba(2, 2, 2, 0.95);
	box-shadow: 0 0 4px #000000;
    float: right;
    margin: 0;
    overflow: hidden;
    padding: 40px;
    width: 72%;
}
.inner_container {
    clear: both;
    margin: 40px auto;
    overflow: hidden;
    position: relative;
    width: 1152px;
    z-index: 11;
}

/* Social Icons
------------------------------------------------------------ */

.simple-social-icons ul li a, .simple-social-icons ul li a:hover { padding: 0 !important ;}

.zp_social_icons {
		float: right !important;
}
.zp_social_icons .alignleft, .zp_social_icons .alignright {
			margin: 0; 
			padding: 0;
			float: right;
		}
.zp_social_icons ul li {
		background-color:#8DA49C;
		float: left;
		list-style-type: none;
		margin: 0 3px 10px;
		padding: 0;
}

.zp_social_icons ul li a,
.zp_social_icons ul li a:hover {
			background: url(widgets/images/sprite_24x24.png) no-repeat transparent;
			display: block;
			height: 24px;
			overflow: hidden;
			text-indent: -999px;
			width: 24px;
}

.zp_social_icons ul li a:hover {
			background-color: #DB1818;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	float: right;
    font-size: 1rem;
    margin: 0 0 20px;
    text-transform: uppercase;
}

/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}

/* Content
------------------------------------------------------------ */

.sidebar,
#header .widget-area {
	width: 30.555555555%; 
}

.content-sidebar #content,
.sidebar-content #content{
	width: 65.277777777%; 
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%; 
}

.content-sidebar #content,
.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar,
#content,
#content-sidebar-wrap,
#footer .gototop,
#sidebar-alt,
#title-area {
	float: left;
}


.sidebar,
.sidebar-content #content,
#footer .creds,
#header .widget-area {
	float: right;
}
.post {
	margin-bottom: 40px;
}
.entry-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.entry-content {
	margin: 0;
	overflow: hidden;
}
.entry-content p {
	//float: left;
	margin: 10px 0 20px;
	overflow: hidden;
	width: 100%;
}
.clear {
	clear: both;
}
.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-line {
	border-bottom: 1px solid #e6e6e6;
	clear: both;
	margin: 0 0 15px;
}
.blog_post_head {
	overflow: hidden;
	padding: 0 0 5px;
	width: 100%;
}
.blog_post_date {
	color: #9E9E9E;
	display: inline;
	border-right: 1px solid #E5E5E5;
	float: left;
	width: 100px;
}
.blog_date_year {
	text-align: center;
}
h6.blog_date_day {
	font-size: 30px;
	line-height: 26px;
	margin: 0;
	text-align: center;
}
.blog_post_info {
	display: inline;
	float: left;
	padding-left: 0;
	width: 100%;
}
h6.blog_date_month {
	font-size: 12px;
	font-weight: normal;
	margin-top: 7px;
}
.blog-container {
	margin-top: 17px;
	width: 100%;
}
.blog-post {
	border-bottom: 1px solid #f2f2f2;
	float: left;
	margin-bottom: 30px;
	width: 655px;
}
.blog-meta {
	float: left;
	padding: 0 18px 0 0;
	width: 28%;
}
.blog-content {
	width: 60%;
	float: left;
}
.blog-list {
	list-style: none;
}
.blog-list li {
	margin: 0;
}
.blog-content {
	width: 69%;
	display: block;
}
.blog-content a {
	line-height: 20px;
}
.blog-list li b {
	color: #000000;
}

/* Headlines
------------------------------------------------------------ */
h1,  h2,  h3,  h4,  h5,  h6 {
	color: #c0c0c0;
	font-family: 'PT Sans','Helvetica Neue','Verdana',sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}

h1 {
    font-size: 3rem;
    line-height: 36px;
    margin-bottom: 15px;
}
h2 {
    font-size: 2.4trm;
    line-height: 36px;
    margin-bottom: 15px;
}
h3,
h4,
h5,
h6 {
    line-height: 28px;
    margin-bottom: 12px;
}
h3 { font-size: 1.8rem }
h4 { font-size: 1.6rem }
h5 { font-size: 1.4rem }
h6 {
    font-size: 1.3rem;
    text-transform: uppercase;
}

/* 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: 0;
}
.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 {
    border-bottom: 1px solid #343434;
    border-top: 1px solid #343434;
    font-size: 10px;
    letter-spacing: 2px;
    margin: 10px 0;
    overflow: hidden;
    padding: 10px 0;
    text-transform: uppercase;
}

/* Post Meta
------------------------------------------------------------ */
.post-meta {
    border-bottom: 1px solid #343434;
    border-top: 1px solid #343434;
    font-size: 10px;
    letter-spacing: 2px;
	margin: 15px 0;
    padding: 10px 0;
    text-transform: uppercase;
}

/* Post Icons
----------------------------------------------------------- */

.author {
    padding: 0 15px 0 0;
}
.post-comments {
	border-left: 1px solid #343434;
    padding: 0 15px 0;
}
.categories {
	padding: 0 15px 0 0
}
.tags {
    border-left: 1px solid #343434;
    padding: 0 15px;
}
.date {
    border-left: 1px solid #343434;
    padding: 0 15px 0;
}


/* Author Box 
--------------------------------------------------------------*/

.author-box {
    background: none repeat scroll 0 0 #121212;
    border: 1px solid #313131;
    margin: 0 0 40px;
    overflow: hidden;
    padding: 10px;
	
}
.author-box h1 {
	font-size: 30px;
}

.author-box p {
	margin: 0;
	padding: 0;
}
.author-box img {
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
}

/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
}

/* Archive Page
------------------------------------------------------------ */
#content .archive-page {
	float: left;
	width: 45%;
	padding: 20px 0 20px 0;
}

/* Images
------------------------------------------------------------ */
.avatar{
    float: left;
    margin-right: 10px;
}
.featuredpage img,  .featuredpost img {
	margin: 0 0 10px;
}
.author-box .avatar {
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}
img.centered,  .aligncenter {
	display: block;
	margin: 0 auto 10px;
}
img.alignnone {
	display: inline;
	margin: 0 0 10px;
}
img.alignleft {
	display: inline;
	padding: 5px;
}
img.alignright {
	display: inline;
	padding: 5px;
}
.alignleft {
	float: left;
	margin: 0 10px 0 0;
}
.alignright {
	float: right;
	margin: 0 0 0 10px;
}
.wp-caption {
	padding: 5px;
	text-align: center;
}
p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	padding: 5px 0;
}
.wp-smiley,  .wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */
.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	padding: 0;
}
.navigation ul {
	margin: 0;
	float: right;
}
.navigation li {
	display: inline;
	margin: 0 0 0 5px;
}
.navigation li a,  .navigation li.disabled,  .navigation li a:hover,  .navigation li.active a {
	padding: 5px 8px;
}
.navigation li a:hover,  .navigation li.active a {
	background-color: #121212;
	color: #fff;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

#sidebar {
	float: right;
	margin: 0;
}

#sidebar .widget {
	border: medium none;
	clear: both;
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
}

#sidebar-alt .widget {
	border: medium none;
	margin: 0 20px 20px 0;
	padding: 0;
}
#sidebar-alt .widget-area h4 {
	font-size: 10px;
}
#sidebar-alt {
	float: left;
	margin: 20px auto;
	width: 150px;
}
.sidebar-content #sidebar,  .sidebar-sidebar-content #sidebar {
	//float: left;
	padding-left: 0;
}
.content-sidebar-sidebar #sidebar-alt {
	float: right;
}
.sidebar .featuredpost h2 a,  .sidebar .featuredpage h2 a {
	font-size: 14px;
	padding-bottom: 10px;
}
#sidebar .widget-wrap {
	margin-bottom:10px;
}
#sidebar-alt .textwidget {
	font-size:inherit;
}
#sidebar-alt .textwidget p {
	line-height:inherit;
}
#sidebar .portfolio-meta {
	float:left;
	width:100%;
	margin-bottom:10px;
	margin-top:-5px;
}
#sidebar .categories {
	font-size:10px;
}
#sidebar .alignleft .avatar {
    margin: 0;
}

#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 #343434;
	list-style: none outside none;
	margin: 0;
	padding: 6px 10px;
}
#sidebar ul li:hover, #sidebar-alt ul li:hover {
	background-color: #121212;
}

#sidebar ul li:first-child, #sidebar-alt ul li:first-child{
	border-top: 1px solid #343434;
}

#sidebar ul li a, #side ul li a:visited, #sidebar a { color:#ccc; }

#sidebar a:hover { color: #fff;}

#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;
	color:#888888;
}
#sidebar li li a:hover {
	text-decoration:none;
	color:#414141;
	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;
	margin: 0 auto;
	width: 775px;
}
.content-sidebar #content-sidebar-wrap,  .sidebar-content #content-sidebar-wrap {
	float: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.sidebar-content-sidebar #content-sidebar-wrap,  .sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}
.full-width-content #content-sidebar-wrap {
	float: none;
	margin: 0 auto;
	padding: 0;
	width:100%;
}

/* Tag Cloud
------------------------------------------------------------ */

#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div {
	padding: 0;
}
.widget_tag_cloud div div {
	padding: 0;
}
.tagcloud a{
    background: none repeat scroll 0 0 #1B1B1B;
    display: block;
    float: left;
    font-size: inherit !important;
    margin: 3px;
    margin-top: 5px;
    padding: 3px 8px;
}

.tagcloud a:hover{
	background: none repeat scroll 0 0 #121212;
}


/* Recent Comments
------------------------------------------------------------ */
.recentcomments{
   background: url("images/cross-bullet.png") no-repeat scroll 7px center transparent;
    padding: 6px 35px !important;
}

/* Category Widget
------------------------------------------------------------ */
.widget_categories li{
   background: url("images/cross-bullet.png") no-repeat scroll 7px center transparent;
    padding: 6px 25px !important;
}

/* Recent Post Widget
------------------------------------------------------------ */
.widget_recent_entries li{
   background: url("images/cross-bullet.png") no-repeat scroll 7px center transparent;
    padding: 6px 25px !important;
}

/* Dropdowns
------------------------------------------------------------ */

#cat {
	background: #FAFAFA;
	width: 100%;
	font-size: 12px;
	margin: 10px 0 0 10px;
	padding: 3px;
	display: inline;
	border: 1px solid #E6E6E6;
}
#sidebar #cat {
	width: 238px;
}
#sidebar-alt #cat {
	width: 148px;
}

/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,  .featuredpost {
	clear: both;
	margin: 0;
	overflow: hidden;
}
.featuredpage .page {
	border-bottom: medium none;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.featuredpost .post {
	border-bottom: medium none;
	margin: 10px 0 0;
	overflow: hidden;
	padding: 0;
}
.featuredpage h2 a, .featuredpost h2 a {
	font-size: 14px;
	font-weight: 700;
}
.more-from-category {
	padding: 0 10px;
}

/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}
.user-profile p {
	padding: 0;
}
.user-profile .posts_link {
    border-top: 1px solid #EEEEEE;
    font-size: 10px !important;
    letter-spacing: 2px !important;
    margin-top: 10px !important;
    padding-top: 5px !important;
    text-transform: uppercase !important;
	}

/* Search Form(s)
------------------------------------------------------------ */

.searchform,  #header .searchform {
	float: right;
	padding: 25px 0 0 0;
}
#nav .searchform {
	float: right;
	padding: 2px 0 0 0;
}

#sidebar .searchform,  #header .searchform {
	border-radius:3px;
	padding: 4px 2px;
	color: #444;
	font-style: italic;
	width: 250px;
}

#header .searchform {margin-bottom: 0 }

.s,  #header .s {
    border: 0 none !important;
    float: left;
    font-size: 12px;
    margin: 0;
    width: 100%;
}

.searchsubmit {
    background: url("images/search-btn.png") no-repeat scroll right center transparent;
    border: 0 none !important;
    box-shadow: none;
    cursor: pointer;
    float: right;
    height: 14px;
    margin: -25px 5px 0 0;
    min-width: 14px;
    overflow: hidden;
    text-indent: -999px;
}
.searchsubmit:hover {
	box-shadow: none;
}
/* Buttons
------------------------------------------------------------ */
button, 
a.button,
input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]  {
	background-color: #121212;
    border: 1px solid #343434;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    color: #ccc;
    padding: 5px 15px;
	transition: color 300ms ease 0s, background-color 300ms ease 0s, opacity 300ms ease 0s;
}

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, .reply a:hover {
	background-color: #121212;
}

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, .more-link:active, 
.reply a:active{
	opacity: 0.7;
}


.more-link {
    clear: both;
    display: block;
    float: right;
    margin: 20px 0 0;
}
.comment-reply-link{
	-webkit-appearance:none;
	-webkit-border-radius:0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background-color: #1B1B1B;
    border: 1px solid #343434;
    color: #A3A3A3;
    font-size: 1.1rem;
    padding: 5px 15px;
}

/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0;
	margin-bottom: 10px;
}
.enews #subscribe {
	padding: 0;
}
.enews #subbox {
	width: 100%;
	margin-bottom: 10px;
}

/* 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;
	overflow: hidden;
}
.latest-tweets ul li {
	list-style: none outside none;
	margin: 0;
	padding: 0 0 10px 25px;
}
.latest-tweets .last {
	background: none;
	list-style: none outside none;
	margin: 0 0 25px;
	padding: 0;
	float:left;
	margin-top:10px;
}
#sidebar .latest-tweets li { 
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("images/twitter-widget-icon.png") no-repeat scroll 7px center transparent;
    border-color: #343434;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    padding: 10px 5px 10px 40px;
}

#sidebar .latest-tweets li.last {
	background-image: none; 
    padding: 10px !important;
    text-transform: uppercase !important;
	width: 100%;
}
#sidebar .latest-tweets li.last a{
	font-size: 10px;	
}
	
/* 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 #343434;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.flickr_badge_image a:hover {
	border: none;
}


/* Footer
------------------------------------------------------------ */

#top-link {
    background-attachment: scroll;
    background-color: rgba(2, 2, 2, 0.95);
    background-image: url("images/top_btn.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;	
    bottom: 58px;
    cursor: pointer;
    height: 50px;
    position: fixed;
    right: 50px;
    text-decoration: none;
    text-indent: -9999px;
    transition: all 0.2s linear 0s;
    width: 50px;
    z-index: 999;
}


#footer {
    background: none repeat scroll 0 0 rgba(2, 2, 2, 0.95);
    font-size: 12px;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 20px;
    width: 100%;
	text-align: center;
	width: 100%;
}

#footer .wrap {
	margin: 10px auto;
	padding: 10px 0;
	overflow: hidden;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footer .creds {
	padding: 0 10px 0 0;
    font-size: 1rem;
	letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
	text-align: center;
	width: 100%;
}

/* Comments
------------------------------------------------------------ */

#comments,  #respond {
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
}
#author,  #comment,  #email,  #url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}
#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}
.ping-list {
	margin: 0 0 40px;
}
.comment-list ol,  .ping-list ol {
	margin: 0;
	padding: 10px;
}
.comment-list li,  .ping-list li {
    list-style: none outside none;
    margin: 10px 0 0;
    padding: 25px;
}
.comment-list li ul li {
	border: none;
	list-style-type: none;
}
.comment-list p,  .ping-list p {
    font-weight: normal;
    margin: 10px 5px 10px 0;
    padding: 0;
    text-transform: none;
}
.comment-list ul.children {
	margin-top: 20px;
}
.comment-list ul.children li.comment {
	background: none;
}
.comment-list cite,  .ping-list cite {
    font-style: normal;
    font-weight: 400;
}
.commentmetadata {
	font-weight:normal;
}
.comment-author {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0 0;
}
.comment-meta {
    font-size: 10px;
    letter-spacing: 2px;
    margin-top: -3px;
    padding: 0 10px 8px;
    text-transform: uppercase;
}
.nocomments {
	text-align: center;
}
#comments .navigation {
	display: block;
	padding: 0;
}
.thread-alt,  .thread-even {
	background: none;
}
.alt,  .depth-1,  .even {
}
.comment-content{
	margin: 20px 0;
}

/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,  div.gform_wrapper select,  div.gform_wrapper textarea {
	font-size: 12px !important;
	padding: 4px 5px !important;
}
div.gform_footer input.button {
	color: #fff;
}
div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}
div.gform_wrapper li,  div.gform_wrapper form li {
	margin: 0 0 10px;
}
div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}



/* Gallery
------------------------------------------------------------ */

#gallery {
	min-height: 500px;
	margin: 30px 0 0;
}
#gallery img {
	margin-right: 0px;
}

.gallery_content{
	width: 30.5556%;
	float: left;
}

.gallery_images{
	width: 65.2778%;
	float: right;	
}
.gallery_3col{
	width:  33.33%;
	float: left;
}


/* Gallery Template 
-------------------------------------------------------------------*/

#container {
   float: left;
    margin: 19px 0 0;
    overflow: hidden;
    padding: 0;
}
.element {
	float: left;
	overflow: hidden;
	position: relative;
}
.element * {
	margin: 0;
}

.last_column{
	margin-right: 0 !important; 	
}

/* Gallery 2 Columns*/
.gallery-2col{
    height: 250px;
    margin: 0 2.6% 20px 0;
    width: 48.7%;
}

.gallery-2col .item-desc a{
	margin: 110px auto ;
}

.gallery-2col .item-desc h4{
	margin-top: 50px;	
}
/* Gallery 3 Columns*/
.gallery-3col{
    height: 200px;
    margin: 0 2.48% 20px 0;
    padding: 0;
    width: 31.68%;
}
.gallery-3col .item-desc a{
	margin: 90px auto;
}

/* Gallery 4 Columns*/
.gallery-4col{
    height: 160px;
    margin:0 2.48% 20px 0;
    width: 23.14%;
}
.gallery-4col .item-desc a{
	margin: 70px auto;
}

.gallery-2col #icon h4 a {
   padding-top: 70px;
}
.gallery-3col #icon h4 a {
    padding-top: 10px;
}

.item-desc {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.79);
    height: inherit;
    position: absolute;
    text-align: center;
    top: 0;
	width: 100%;
	opacity: 0;
	transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}

.item-desc h4 {
    font-weight: 600;
    margin: 15px auto 10px;
    position: relative;
    text-align: center;
    width: 90%;
}

.item-desc p {
    float: none;
    line-height: 20px;
    margin: 0 auto !important;
    opacity: 0;
    position: relative !important;
    text-align: center;
    width: 90%;
}

.item-desc a {
    background: url("images/view.png") no-repeat scroll 0 0 transparent;
    color: #6A6A6A;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    height: 24px;
    letter-spacing: 2px;
    margin-top: 30px;
    text-decoration: none;
    text-transform: uppercase;
    width: 24px;
}

/* Gallery Archive
------------------------------------------------------------ */
.gallery_set_archive .item-desc a{
	position: 	absolute;
	right: 0;
	bottom: 0;
	margin: 0 auto;	
}
.gallery_set_archive .item-desc span {
    background: url("images/num_image.png") no-repeat scroll left center transparent;
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0 auto;
    padding: 0 0 0 20px;
    position: absolute;
    width: 25px;
}

.gallery_set_archive  .element:hover .item-desc, .gallery_set_archive  .element:hover .item-desc h4, .gallery_set_archive .element:hover .item-desc p{
	opacity: 1;	
}


/*portfolio pagination*/

#portfolio_pagination {
	float: right;
	margin-top: -10px;
	margin-right: 20px;
	width: 100%;
}

/* Gallery Element Hover */

.element:hover .item-desc,.element:hover .item-desc h4,.element:hover .item-desc p{
	opacity: 1;	
}

/* 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;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	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(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/*  Mobile Menu */

.mobile_menu {
cursor: pointer;
display: none;
font-family: 'PT Sans Narrow','Helvetica Neue','Verdana',sans-serif;
font-size: 16px;
font-weight: 700;
height: 32px;
line-height:30px;
margin: 0 0 0 5%;
position: relative;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
width: 225px;
z-index: 13;
background: rgba(2,2,2, 0.95);
}

//.mobile_menu.close{
//	background: url(images/nav.png) no-repeat scroll center -23px rgba(2,2,2, 0.95);	
//}
//.mobile_menu.open{
//	background: url(images/nav.png) no-repeat scroll center 3px rgba(2,2,2, 0.95);	
//}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}