/*
	Theme Name: The Photo Brigade
	Theme URI: http://thephotobrigade.com
	Description: New WordPress Theme
	Author: Laia Prats
	Author URI: http://laiaprats.com
	Version: 2.1
*/


/* =GENERAL
-------------------------------------------------------------- */

body {
    background: #252525;
    color: #252525;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
}

#container {
}

a {
    color: #b71f14;
    text-decoration: none;
}

a:hover {
    color: #707070;
}



/* =HEADER
-------------------------------------------------------------- */

#header {
    padding: 20px 0;
}

.branding {
    float: left;
}

.header-right {
    float: right;
}

.logo {
    margin:0 0 0 30px;
}

.logo a{
		width:120px; height:120px;
}



h1.site-title {
    margin: 0;
    padding:0;
    font-family: Arial, Helvetica, Sans-serif;
    font-size:40px;
    line-height: 40px;
    font-weight: bold;
    color: #000;
}

h1.site-title a, h1.site-title a:hover {
    color: #252525;
    text-decoration: none;
}

h2.site-description {
    margin: 0;
    padding:0;
    color: #252525;
    font-family: Arial, Helvetica, Sans-serif;
    font-size:14px;
    line-height: 16px;
}

h3.title {
    color: #252525;
    margin: 0px 10px 10px 0px;
    padding: 0;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}


#bannerad_ad {
	float: left;
	padding: 30px 0 0 120px;
}

#banner_ad {
	float: left;
	padding: 0px 0 0 78px;
}

.cps_ad {
	display: none;
}

.adorama_ad {
	display: none;
}

#fb-button {
float: right;	
padding-top: 100px;
}

h2.aod {font-family: Arial, Helvetica, Sans-serif;
font-size:16px;
color:#CC0000;
margin: 40px 0 15px 0;
padding: 0 0 5px 0;
border-bottom: 1px solid #C00;
}

h2.subtitle { color: #252525;
    margin: 0 10px 10px 0px;
    padding: 0;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;}

h3 {font-family: Arial, Helvetica, Sans-serif;
font-size:16px;
line-height: 20px;
font-weight: bold;
margin: 20px 10px 10px 0px;
}

#related-posts{font-family: Arial, Helvetica, Sans-serif;
font-size:14px;
font-weight:bold;
padding: 25px 0 10px 0;
}

ul{
	padding:0 0 0 20px;
	list-style-type: circle;
	list-style-position: outside;
	
}



/* =MENUS
-------------------------------------------------------------- */

/**
* Menu Primary
----------------------------*/

.menu-primary-wrap {
    padding:0 0 0 6px;
    position:relative;
    height: 38px;
    z-index: 400;
    float: right;
    background: url(images/menu-primary-bg.png) left top repeat-x;
    margin-top: 20px;
    border: 1px solid #fff;
}

.menu-primary {
    float: right;
}

.menu-primary ul {
	min-width: 160px;
}
.menu-primary li {
    background: url(images/menu-primary-separator.png) left center no-repeat;
}
.menu-primary li:first-child {
    background: none;
}

.menu-primary > li {
    margin-left: 0px;
}
/* First Level */
.menu-primary li a {
    color: #3D3B3B;
    padding: 12px 16px;
	text-decoration: none;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin:0 6px 0 0;
}

.menu-primary li a:hover, .menu-primary li a:active, .menu-primary li a:focus, 
.menu-primary li:hover > a, .menu-primary li.current-cat > a, .menu-primary li.current_page_item > a, .menu-primary li.current-menu-item > a {
    color: #FF7E00;
    outline: 0;
}

/* Child Levels */

.menu-primary li li a {
	color: #85837A;
    background: #F4F4F4;
    text-transform: none;
    padding: 12px 16px;
    margin: 0;
    font-weight: normal;
    border: 0;
}

.menu-primary li li a:hover, .menu-primary li li a:active, .menu-primary li li a:focus, 
.menu-primary li li:hover > a, .menu-primary li li.current-cat > a, .menu-primary li li.current_page_item > a, .menu-primary li li.current-menu-item > a {
	color: #EE5D06;
    background: #F4F4F4;
    outline: 0;
    border: 0;
}

/* Arrows */

.menu-primary a.sf-with-ul {
    padding-right: 26px;
    min-width: 1px;
}

.menu-primary  .sf-sub-indicator {
    position: absolute;
    display: block;   
    overflow: hidden;
    right: 0;
    top:  0;
    padding: 10px 13px 0 0;
}

.menu-primary  li li .sf-sub-indicator {
    padding: 8px 13px 0 0;
}

/* Shadows */

.menu-primary-wrap .sf-shadow ul {
    background-image: url(images/menu-primary-shadow.png);
    background-position: bottom right; 
    background-repeat: no-repeat;
}

/**
* Menu Secondary
----------------------------*/

.menu-secondary-wrap {
    margin: 0;
    position:relative;
	background: url(images/menu-secondary-bg.png) left top repeat-x;
    height: 50px;
    z-index: 300;
	margin-top: 0px;
	padding-left:15px;
}

.menu-secondary {
}
.menu-secondary li {
   margin-left: 2px;
}
.menu-secondary li:first-child {
   background: none;
}

.menu-secondary ul {
    min-width: 160px;
}

/* First Level */
.menu-secondary li a {
    color: #efefef;
    padding: 19px 14px;
	text-decoration: none;
    font-family: Arial, Helvetica, Sans-serif;
	text-transform:uppercase;
    font-size: 13px;
    font-weight: bold;
     margin-left: 2px;
}

.menu-secondary li a:hover, .menu-secondary li a:active, .menu-secondary li a:focus, 
.menu-secondary li:hover > a, .menu-secondary li.current-cat > a, .menu-secondary li.current_page_item > a, .menu-secondary li.current-menu-item > a {
    color: #b71f14;
    outline: 0;
}

/* Child Levels */


.menu-secondary li li li{
  margin-left:0;
}


.menu-secondary li li a {
	color: #FFFFFF;
    background: #b71f14;
    padding: 10px 15px;
    text-transform: none;
    margin: 0;
    font-weight: normal;
    text-shadow: none;
}

.menu-secondary li li a:hover, .menu-secondary li li a:active, .menu-secondary li li a:focus, 
.menu-secondary li li:hover > a, .menu-secondary li li.current-cat > a, .menu-secondary li li.current_page_item > a, .menu-secondary li li.current-menu-item > a {
	color: #FFFFFF;
    background: #EE5D06;
    outline: 0;
    text-shadow: none;
}

/* Arrows */

.menu-secondary a.sf-with-ul {
    padding-right: 26px;
    min-width: 1px;
}
.menu-secondary  .sf-sub-indicator {
    position: absolute;
    display: block;
    overflow: hidden;
    right: 0;
    top:  0;
    padding: 17px 13px 0 0;
}
.menu-secondary li li .sf-sub-indicator {
    position: absolute;
    display: block;
    overflow: hidden;
    right: 0;
    top:  0;
    padding: 8px 13px 0 0;
}

/* Shadows */

.menu-secondary-wrap .sf-shadow ul {
    background:	url('images/menu-secondary-shadow.png') no-repeat bottom right; 
}

/* =MAIN CONTENT
-------------------------------------------------------------- */

#main {
    background: #FFFFFF;
}

#main-fullwidth {
    background: #FFFFFF;
}

#content-wrap {}

.content {
    padding: 30px 18px 30px 30px; 
}

#post-ad {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
	padding-left:0px;
}

.post-wrap {
    border-bottom: 1px solid #ccc;
    margin-bottom: 28px;
    padding: 0;
}
.post-wrap-page, .post-wrap-single {
    border-bottom: 0;
    margin-bottom: 0;
}

.post {
}



.post ul{
	padding:0 0 0 20px;
	list-style-type: circle;
	list-style-position: outside;
	
}

#about {padding:0 0 0 165px;
	list-style-type:none;}

.post-wrap h2.title {
    color: #252525;
    margin: 0 10px 10px 0px;
    padding: 0;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}


.post-wrap h2.title a {
    color: #252525;
    text-decoration: none;
}

.post-wrap h2.title a:hover {
    color: #b71f14;
    text-decoration: none;
}

.generic {
    color: #777777;
    margin: 0px 0 10px 0;
    padding: 0 0 10px 0;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Helvetica, Sans-serif;
}
	
	
#home-carousel	 {
	margin: 0 0 30px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	
}
	
.entry {
    line-height: 20px;
}

.entry img.alignnone {

			border: 1px solid #ccc;
			padding: 9px;
			margin: 5px 20px 5px 0;
			overflow:hidden;
}

.entry img.alignleft {

			border: 1px solid #ccc;
			padding: 9px;
			margin: 5px 20px 5px 0;
			overflow:hidden;
}
.entry img.alignright {

			border: 1px solid #ccc;
			padding: 9px;
			margin: 5px 0 5px 20px;
			overflow:hidden;
}
.entry img.aligncenter {

			border: 1px solid #ccc;
			padding:0px;
			margin: 10px auto;
			overflow:hidden;
}



img.noborder {border: none;
margin: 5px 10px 5px 0;
}


.entry blockquote {background:#f3f3f3 url(images/quote.gif) no-repeat; padding: 40px 60px 30px 70px; font-family:"georgia", serif; font-style:italic; color:#555555; margin:20px 0px 20px 0;font-size:14px; line-height:24px;}





.featured_image {
    padding: 9px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.socialBTNS{
	overflow: auto;
	width: 100%;}

	.sharingBTNS {
	margin: 10px 0 10px 0;
	width: 67%;
	float:left;
	}
	
	.like-plusone {
	margin: 10px 0 10px 0;
	width: 33%;
	float:right;}
	
.banner-post {
margin: 20px 0 0 0px;}

.prev-next-BTNS {
margin: 20px 0 0 0;}

.postmeta-primary {
    color: #999999;
    font-size: 11px;
    padding: 0 0 15px 0;
}

.postmeta-secondary {
    color: #adadad;
	font-size: 10px;
    padding: 10px 10px 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.postmeta-primary a {
    color: #999999;
}
	
.postmeta-secondary a {
    color: #adadad;
}

.postmeta-primary a:hover, .postmeta-secondary a:hover {
    color: #b71f14;
}

.meta_date, .meta_author, .meta_comments, .meta_edit, .meta_categories, .meta_tags {
    padding:3px 0 3px 0px;

}

.previouspost {margin: 0 0 0 30px;}

.meta_comments {

}

.meta_edit {

}

.meta_categories {
}

.meta_tags {

}

.readmore-wrap {
	padding-bottom: 30px;
    float: left;
}

a.readmore {
    color: #fff;
    background: url(images/readmore-bg.png) left top repeat-x;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 12px;
    display: block;
    text-decoration: none;
}

a.readmore:hover {
    color: #FFFFFF;
    background: url(images/readmore-bg.png) left -126px repeat-x;
    text-decoration: none;
}

#relatedposts {
margin:20px 0 10px 0;
}

#geartitle {
    color: #b71f14;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0 10px 0;
	margin: 0px 0 30px 0;
    border-bottom: 1px solid #b71f14;
}

/* Comments */
.commentary{ padding: 20px 0 0 0; font-size:12px;}
ol.commentlist { list-style:none; margin:10px; padding:0px; text-indent:0; }
ol.commentlist li {height:1%; margin:0 0 10px; padding:5px 7px 5px 57px; position:relative; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {background-color: #f2f2f2;}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font:bold 14px/1.4 helvetica,arial,sans-serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url { color:#900; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { border:3px solid #d5d5d5; left:7px; position:absolute; top:7px; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font:bold 10px/1.4 helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color:#333; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color:#000; }
ol.commentlist li p { font:normal 12px/1.4 helvetica,arial,sans-serif; margin:0 0 1em; }
ol.commentlist li ul { font:normal 12px/1.4 helvetica,arial,sans-serif; list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
/*ol.commentlist li div.reply { background:#000; border:1px solid #000;  font:bold 9px arial,sans-serif; padding:5px 10px;  text-align:center; width:36px; }
ol.commentlist li div.reply:hover { color:#fff; background:#c00 ; border:1px solid #c00; }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }*/
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li { }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f2f2f2; }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}


ol.commentlist li.authcomment {
background-color: #00FF00 !important;
} 


#comment{
	width:90%;
	padding:10px 10px 10px 0px;
	}
	
#author {
font-family: verdana, arial, times;
	font-size: 8pt;
	color: #666666;
	margin:10px 0px 15px 0px;
	padding-bottom:15px;
	border-bottom: 1px solid #999;
	}
	
#contributor {
background: #efefef;
font-family: verdana, arial, times;
	font-size: 8pt;
	color: #666666;
	margin:15px 0px 15px 0px;
	padding:10px 10px 10px 15px;
	border-top: 1px solid #C00;
	}
	
#bio {
font-family: verdana, arial, times;
	font-size: 8pt;
	color: #666666;
	margin:20px 0px 15px 0px;
	}
	
	
#infobox {
background: #efefef;
font-family: verdana, arial, times;
	font-size: 8pt;
	color: #666666;
	margin:15px 0px 15px 0px;
	padding:10px 10px 10px 15px;
	}
	
	
#info {
background: #efefef;
font-family: verdana, arial, times;
	font-size: 8pt;
	line-height:18px;
	color: #666666;
	margin:0px 0px 30px 0px;
	padding:10px 10px 10px 10px;
	}
	
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.fb-video {
	position:relative;
	padding-bottom:48%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.fb-video iframe, .fb-video object, .fb-video embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#pink {
background: #ffd5d9;
font-family: verdana, arial, times;
	font-size: 8pt;
	line-height:18px;
	color: #333333;
	margin:0px 62px 0px 10px;
	padding:10px 10px 10px 10px;
	border-bottom: 1px solid #666;
	}
	
#subtitle {	
	font-family: Arial, Helvetica, Sans-serif;
	color:#555;
	font-size:18px;
	text-decoration: underline;
	padding: 20px 0 15px 0;
	
}
	
#dates {
font-family: verdana, arial, times;
	font-size: 10pt;
	color: #777777;
	margin:50px 0px 15px 0px;
	border-bottom: 1px solid #777777;
	}

#email, #url, #comment, #submit{
	font-family: verdana, arial, times;
	font-size: 9pt;
	margin:0px 5px 5px 0px;
	padding:5px;
	border: 1px solid #999;
	}
	
#submit{margin:0px 5px 5px 0; padding:5px;background: #ddd;}

	.required {
		color: #ff0000;
	}


.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}



.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}

/* Start tables */

 table, table.post {
  border-collapse: collapse;
  margin: 1px;
  width:auto;
}

table, table.post .post tr, .post th, .post td {
  background-color:Transparent;
}

th, td {
  padding: 0 px;
  border: none;
  vertical-align: auto;
  text-align:left;
}

.post th {
  text-align:center;
  vertical-align:middle;
  padding: 7px;
}

.content-store {
	margin: 0px 0px 20px 50px;
}

.content-store-main {
	margin: 0px 20px 20px 30px;
}


/* Finish tables */

/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 0 40px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/


/* Featured Posts */

.featuredposts {
    margin: 30px 0 0 30px;
    border: 1px solid #ccc;
    width: 578px;
    background: #FFFFFF;
    
}

.fp-slides {
}

.fp-post {
    padding: 9px;
}

.fp-thumbnail {
    width: 560px;
    height: 330px;
    margin-bottom: 10px;
    overflow: hidden;
}

.fp-title {
    font-family: Arial, Helvetica, Sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 4px 0;
    margin: 0;
}

.fp-title a {
    color: #000000;
    text-decoration: none;
}

.fp-title a:hover {
    color: #b71f14;
    text-decoration: none;
}

.fp-label {
    color: #504D4D;
    margin: 15px 15px 0 15px;
    padding: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    font-family: Arial, Helvetica, Sans-serif;
}

.fp-post p {
    color: #504D4D;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: 16px;
}


.fp-more, .fp-more:hover{
    color: #b71f14;
    font-weight: bold;
}


.fp-nav {
    width: 590px;
    padding: 0 10px 10px 10px;
}

.fp-pager a { 
    background-image: url(images/featured-pager.png); 
    cursor:pointer;  
    margin: 3px 6px 0 0; 
    padding: 0;
    height: 10px; 
    width: 10px; 
    display: block;
    float: left;
    overflow: hidden; 
    text-indent: -999px; 
    background-position: 0 0;
}
.fp-pager a:hover, .fp-pager a.activeSlide  { 
    text-decoration: none;
    background-position: 0 -110px;
}


.fp-prev {
    float:right;
    margin-right: 4px;
    width:15px;
	height:17px;
    opacity: 0.7;
    background:url(images/featured-prev.png) top left no-repeat;
}

.fp-prev:hover {
    opacity: 1;
}

.fp-prev:active {
    opacity: 0.7;
}

 .fp-next {
    float:right;
	width:15px;
	height:17px;
    margin-left: 4px;
	 margin-right: 25px;
    opacity: 0.7;
    background:url(images/featured-next.png) top left  no-repeat;
}

 .fp-next:hover {
    opacity: 1;
}

.fp-next:active {
    opacity: 0.7;
}

/* =SIDEBAR(S) & WIDGETS
-------------------------------------------------------------- */

#primary-sidebar-wrap {}

.sidebar-primary {
    color: #4B4D4E;
    padding: 15px 0px 15px 10px;
    font-size: 13px;
	background-color:#efefef;
}

.sidebar-primary a {
    color: #4B4D4E;
    text-decoration: none;
}

.sidebar-primary a:hover {
    color: #b71f14;
    text-decoration: none;
}

#contest-sidebar-wrap {}

.sidebar-contest {
    color: #4B4D4E;
    padding: 78px 20px 15px 0px;
    font-size: 13px;
	background-color:#ffffff;
}

.sidebar-contest a {
    color: #4B4D4E;
    text-decoration: none;
}

.sidebar-contest a:hover {
    color: #b71f14;
    text-decoration: none;
}

/**
* General Widgets Styling
----------------------------*/

.widget-wrap {
    list-style-type: none;
    list-style: none;
    margin: 0 0 15px 0px;
    padding: 0 0 0px 10px;
}

h3.widgettitle {
	color: #414445;
    font-size: 15px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px 0px 10px -20px;
    padding: 10px 0px 10px 20px;
    background: url(images/widget-title-bg.png) left top repeat-x;
    font-weight: bold;
}

h3.widgettitle a, h3.widgettitle a:hover {
    color: #414445;
    text-decoration: none;
}


/*Popular Posts*/

#popularPosts { list-style:none; padding-top: 2px;}
#popularPosts li { overflow:auto; margin:10px 20px 0px 0;}
#popularPosts li img { float:left; margin-right:10px; border:1px solid #aaaaaa; padding: 5px;}
#popularPosts li a { text-decoration:none; color:#252525;}
#popularPosts li a:hover { text-decoration:none; color:#C00;}

/**
* Default Widgets
----------------------------*/

.widget ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0 20px 0 0px;
}

.widget ul li {
    padding: 6px 0px 6px 0px;
}

.widget ul li:first-child {
  padding-top: 0;
}

.widget ul li ul {
    margin-top: 10px;
}

/**
* Search
----------------------------*/

#search {
    border: 1px solid #cccccc;
    background: url(images/search-bg.png) left top repeat-x;
    height: 32px;
    padding: 0 5px 0 5px;
	margin: 0 15px 0 0px;
    text-align: left;
}

#search #s {
    background: none;
    color: #3F3F3F;
    border: 0;
    padding: 4px;
    margin:3px 0 0 2px;
    float: left;
}

#search .search-image {
    border:0; 
    vertical-align: top;
    float: right;
    margin: 8px 4px 0 2px;
}

#search-wrap {
    width: 300px;
      padding: 15px 15px 0 15px;
}

.topsearch #search {
    margin-top: 14px;
}

/**
* Wp Calendar
----------------------------*/

#wp-calendar td:hover, #wp-calendar #today {
    background: #E86927;
    color: #fff;
}

#wp-calendar td:hover a, #wp-calendar #today a {
    color: #fff;
}

/**
* 125x125 Banners Widget
----------------------------*/

.banners-125 {
    text-align: left;  
    margin-bottom: -10px;
}

.banners-125 img {
    margin: 0 15px 5px 0px;
}


/**
* Posts Widget
----------------------------*/

.posts-widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.posts-widget ul li {
    list-style-type: none; 
    padding: 0 0 15px 0; 
    margin: 15px 0 0 0;
    border-bottom: 1px dotted #E3E2DD;
}

.posts-widget ul li:first-child {
    margin-top: 15px; 
}

.posts-widgettitle {
    font-weight: bold; 
    padding: 0 0 5px 0; 
    margin: 0; 
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 14px;
}

.posts-widgettitle a {}

.posts-widgettitle a:hover {}

.posts-widget-meta { 
    font-style: italic;  
    padding: 0 0 5px 0;
}

.posts-widget-entry {
    font-family: Arial, Helvetica, Sans-serif; 
    line-height: 20px;
}

.posts-widget-more {
    font-weight: bold;
}

.posts-widget-more:hover {}

.posts-widget-featured-image {
    border: 1px solid #E3E2DD;
    background: #fff;
    padding: 4px;  
}

.posts-widget .alignleft {
    margin: 0 8px 8px 0;
}

.posts-widget .alignright {
    margin: 0 0 8px 8px;
}

.posts-widget .aligncenter {
    margin-bottom: 8px;
}

/**
* Comments Widget
----------------------------*/

.comments-widget ul {
    list-style-type: none; 
    padding: 0; 
    margin: 0;
}

.comments-widget ul li {
    list-style-type: none; 
    padding: 0 0 10px 0; 
    margin: 10px 0 0 0;
    border-bottom: 1px dotted #E3E2DD;
}

.comments-widget ul li:first-child {
    margin-top: 0;
}

.comments-widget-author {
    text-decoration: none; 
    font-weight: bold; 
    padding: 0 0 5px 0; 
    margin: 0;
}

.comments-widget-author:hover {}

.comments-widget-entry {
    font-family: Arial, Helvetica, Sans-serif; 
    line-height: 20px;
}

.comments-widget-more {
    font-weight: bold; 
}

.comments-widget-more:hover {}

.comments-widget-avatar {
    border: 1px solid #E3E2DD;
    background: #fff;
    padding: 4px;
}

.comments-widget .alignleft {
    margin: 0 8px 0 0;
}

.comments-widget .alignright {
    margin: 0 0 0 8px;
}

.comments-widget .aligncenter {
    margin-bottom: 8px;
}

/**
* Info Box Widget
----------------------------*/

.infobox-widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.infobox-widget ul li {
    list-style-type: none; 
    padding: 0; 
    margin: 5px 0 0 0;
}

.infobox-widget ul li a {
    text-decoration: none;
}

.infobox-widget-description {
    line-height: 20px;
}

.infobox-widget-more {
    font-weight: bold;    
}

.infobox-widget-more:hover {   
}


.infobox-widget .alignleft {
    margin: 0 10px 10px 0;
}

.infobox-widget .alignright {
    margin: 0 0 10px 10px;
}

.infobox-widget .aligncenter {
    margin-bottom: 10px;
}

.infobox-widget .inbottom {
    margin-top: 10px;
}

/**
* Social Connect Widget
----------------------------*/

.social-connect-widget {
    background: #FFFFFF;
    border: 1px solid #E7E6DE;
    padding: 10px;
}

.social-connect-widget:hover {
    border: 1px solid #CBCBC2;
    background: #F5F4EF;
}

.social-connect-widget a {
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, Helvetica, Sans-serif;
}

.social-connect-widget a:hover {
    text-decoration: underline;
}

.social-connect-widget  img {
    vertical-align:middle; 
    margin-right: 5px;
}

/**
* Social Share Widget
----------------------------*/

.social-share-widget ul {
    list-style-type: none; 
    padding: 0; 
    margin: 0;
}

.social-share-widget ul li {
    text-align: center;
}

.social-share-widget ul li a {
    width: 32px; 
    height: 32px; 
    margin: 0 2px; 
    padding: 0;
}

.social-share-widget ul li a img {
    opacity: 0.7;
}

.social-share-widget ul li a:hover img {
    opacity: 1;
}

/**
* Tabs Widget
----------------------------*/

.tabs-widget {
    list-style: none; 
    list-style-type: none; 
    margin: 0 0 10px 0;
    padding: 0; 
    height: 40px;
}

.tabs-widget li {
    list-style: none; 
    list-style-type: none; 
    margin: 0 0 0 4px; 
    padding: 0; 
    float: left;
}

.tabs-widget li:first-child {
    margin: 0;
}

.tabs-widget li a {
    color: #8F8C7C;
    background: url(images/tabs-widget-bg.png) left top repeat-x;
    padding: 12px 14px;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    display: block;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
}

.tabs-widget li a:hover, .tabs-widget li a.tabs-widget-current {
    background: url(images/tabs-widget-bg.png) left -140px repeat-x;
    color: #EE5D06;
}

.tabs-widget-content {
}

/* Flexi Text */

.flexi-text {
    margin: 0; 
    padding: 0;
}

/**
* Tweets Widget
----------------------------*/

.tweets-widget ul {
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    line-height: 20px;
    font-family: Arial, Helvetica, Sans-serif; 
}

.tweets-widget ul li {
    list-style-type: none;
    padding: 0; 
    margin: 15px 0 0 0; 
}

.tweets-widget ul li:first-child {
    margin-top: 5px;
}

.tweets-widget li.tweets-bird {
    padding-left: 10px;
}

.tweets-widget a {}

.tweets-widget a:hover {}

a.tweets-widget-time {
    text-decoration: underline; 
}

a.tweets-widget-time:hover {
    text-decoration: none; 
}

/* =FOOTER
-------------------------------------------------------------- */

#footer-wrap {}

#footer {
    margin-top: 6px;
}

#copyrights {
    color: #999;
    text-align: center;
    padding: 20px 0;
    background: #000;
}

#copyrights a {
    color: #999;
} 

#copyrights a:hover {
    color: #fff;
    text-decoration: none;
} 

#credits {
    color: #777;
    text-align: center;
    font-size: 11px;
    padding: 10px 0;
}

#credits a {
    color: #777;
    text-decoration: none;
} 

#credits a:hover {
    text-decoration: none;
    color: #fff;
} 

/* =RESPONSIVE
-------------------------------------------------------------- */

.menu-primary-responsive-container, .menu-secondary-responsive-container  {
    display: none;
    margin: 10px 0;
}

.menu-primary-responsive, .menu-secondary-responsive  {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
}


/* Some General Formattings ----------- */

embed,
img,
object,
video,
.wp-caption {
	max-width: 100% !important;
}

img {
	height: auto;
}

/* =SITEMAP
-------------------------------------------------------------- */
.sitemap {
}

.sitemap-col {
    width: 30%;
    padding: 0 0 0 10px;
}

.sitemap-col-archives {
    width: 45%;
    padding: 0 0 0 10px;
}

.sitemap h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.sitemap h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px 0;
}

.sitemap-list {
    font-size: 13px;
    line-height: 22px;
}

.sitemap-list, .sitemap-list ul {
    padding: 0 0 0 20px;
}

/* =CONTACT FORM
-------------------------------------------------------------- */
.contact-form {
}

.contact-form-label {
    width: 90px;    
    font-weight: bold;
    font-size: 14px;
    padding: 7px 0;
}

.contact-form-input {
    margin-left: 90px;    
}

.contact-form input[type=text] {
    padding: 6px;
    width: 60%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
}

.contact-form input[type=submit] {
    padding: 5px 50px;
    border: 1px solid #ccc;
    background: #eee;
}
.contact-form textarea {
    width: 96%;
    padding: 6px;
    height: 160px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
}

.contact-form-required {
    color: red;
}

/* WooCommerces ----------- */
.woocommerce #contentwrap {
    background: #fff;
}

.variations .label {
    background-color:inherit;
    color: inherit;
    display: block !important;
    font-size: inherit;
    font-weight: inherit;
    line-height:inherit;
    text-shadow: none;
    vertical-align: inherit;
    white-space: inherit;
    padding: 8px 8px 8px 0 !important;
} 
.woocommerce input[type="text"], .woocommerce input[type="password"], .woocommerce input.text, .woocommerce input.title, .woocommerce textarea, .woocommerce select {
    margin: 0;  
    padding: 4px !important;
}

.quantity input[type="text"], .quantity input.text, .quantity input{
    margin: 0;  
    padding: 0 !important;
}

.woocommerce img {
    width: auto !important;
    height: auto !important;
}


/* Tablets ----------- */

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

    .span-1, .span-2, .span-3, .span-4, .span-5,.span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24,
     div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24
    {
        width:100%;
        margin:0;
        display: block;
        padding: 0;
    }
    
    .container, div.container {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .content {
        padding-right: 15px;
    }
        
	.logo {
    margin:0px;
}
#header {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-after {
        height: auto;
    }
    
    .branding, .header-banner, .social-profiles, .header-right {
       text-align: center !important;
       float: none;
       padding-left: 0;
       padding-right: 0;
       margin-left: 0;
       margin-right: 0;
    }
	
.menu-secondary li a {
    color: #efefef;
    padding: 19px 9px;
	text-decoration: none;
    font-family: Arial, Helvetica, Sans-serif;
	text-transform:uppercase;
    font-size: 12px;
    font-weight: bold;
}



    #search {
        text-align: left;
        padding-left: 5px;
        display: block;
        float: none;
    }

    #s {
        width: auto !important;
    }

    #search input[type='image'] {
        float: right !important;
    }


    #main {
        background-image: none;
    }
    
      .entry {
        overflow:  hidden;
        display: block;
        width: 100%;
    }
	
#bio img, #info img, #author img, #contributor img{
width: 20%;
margin-right: 20px;

	}
	
	.entry img.alignnone {

			border: 1px solid #ccc;
			padding: 7px;
			margin: 0px;
			overflow:hidden;
			width: 95%;
}

.entry img.alignleft {

			border: 1px solid #ccc;
			padding: 7px;
			margin: 0px;
			overflow:hidden;
			width: 95%;
		
}
.entry img.alignright {

			border: 1px solid #ccc;
			padding: 7px;
			margin: 0px;
			overflow:hidden;
			width: 95%;
}
.entry img.aligncenter {

			border: 1px solid #ccc;
			padding: 7px;
			margin: 0px;
			overflow:hidden;
			width: 95%;
}
    
    .featuredposts, #fb-root  {
        display: none;
    }

    .widget-wrap {
        margin: 10px;
    }

    .menu-secondary-wrap {
        background: #000000;
    }

#banner_ad {
	display: none;
}

.cps_ad{

	max-height: none !important; font-size: 12px !important; display: block !important;
	text-align: center;
}

.adorama_ad{

	max-height: none !important; font-size: 12px !important; display: block !important;
	text-align: center;
}

}

/* Mobile Phones ----------- */

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

.logo {
    margin:0px;
}

.content {
    padding: 15px; 
}
   
 #header {
    padding: 10px 0 0 0;
}

   .header-after {
        background: none;
        padding: 0;
        margin: 0;
    }
    
    .entry {
        overflow:  hidden;
        display: block;
        width: 100%;
    }
	
#bio img, #info img, #author img, #contributor img{
width: 20%;
margin-right: 10px;
	}

.entry img.alignnone {

			border: 1px solid #ccc;
			padding: 7px;
			margin: 0px;
			overflow:hidden;
			width: 95%;
}

.entry img.alignleft {

			border: 1px solid #ccc;
			padding: 7px;
			margin: 0px;
			overflow:hidden;
			width: 95%;
}
.entry img.alignright {

			border: 1px solid #ccc;
			padding: 7px;
			margin: 0px;
			overflow:hidden;
			width: 95%;
}
.entry img.aligncenter {

			border: 1px solid #ccc;
			padding: 7px;
			margin: 0px;
			overflow:hidden;
			width: 95%;
}



img.noborder {border: none;
margin: 5px 10px 5px 0;
}

#banner_ad {
	display: none;
}

.cps_ad{

	max-height: none !important; font-size: 12px !important; display: block !important;
	text-align: center;
}

.adorama_ad{

	max-height: none !important; font-size: 12px !important; display: block !important;
	text-align: center;
}



.entry blockquote {background:#f3f3f3 url(images/quote.gif) no-repeat; padding: 20px 30px 20px 60px; font-family:"georgia", serif; font-style:italic; color:#555555; margin:20px 0px 20px 0;font-size:14px; line-height:24px;}



.featured_image {
    padding: 9px;
    border: 1px solid #ccc;
    background-color: #fff;
}
		
    .menu-primary-responsive-container, .menu-secondary-responsive-container {
        display: block;
    }
    
    .menu-primary-wrap, .menu-secondary-wrap {
        display: none;
    }

}

/* Some General Formattings ----------- */

embed,
img,
object,
video,
.wp-caption {
	max-width: 100% !important;
}

img {
	height: auto;
}

/* =SITEMAP
-------------------------------------------------------------- */
.sitemap {
}

.sitemap-col {
    width: 30%;
    padding: 0 0 0 10px;
}

.sitemap-col-archives {
    width: 45%;
    padding: 0 0 0 10px;
}

.sitemap h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.sitemap h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px 0;
}

.sitemap-list {
    font-size: 13px;
    line-height: 22px;
}

.sitemap-list, .sitemap-list ul {
    padding: 0 0 0 20px;
}

/* =CONTACT FORM
-------------------------------------------------------------- */
.contact-form {
}

.contact-form-label {
    width: 90px;    
    font-weight: bold;
    font-size: 14px;
    padding: 7px 0;
}

.contact-form-input {
    margin-left: 90px;    
}

.contact-form input[type=text] {
    padding: 6px;
    width: 60%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
}

.contact-form input[type=submit] {
    padding: 5px 50px;
    border: 1px solid #ccc;
    background: #eee;
}
.contact-form textarea {
    width: 96%;
    padding: 6px;
    height: 160px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
}

.contact-form-required {
    color: red;
}

/* WooCommerces ----------- */
.woocommerce #contentwrap {
    background: #fff;
}

.variations .label {
    background-color:inherit;
    color: inherit;
    display: block !important;
    font-size: inherit;
    font-weight: inherit;
    line-height:inherit;
    text-shadow: none;
    vertical-align: inherit;
    white-space: inherit;
    padding: 8px 8px 8px 0 !important;
} 
.woocommerce input[type="text"], .woocommerce input[type="password"], .woocommerce input.text, .woocommerce input.title, .woocommerce textarea, .woocommerce select {
    margin: 0;  
    padding: 4px !important;
}

.quantity input[type="text"], .quantity input.text, .quantity input{
    margin: 0;  
    padding: 0 !important;
}

.woocommerce img {
    width: auto !important;
    height: auto !important;
}
