/*
Theme Name: Gallery, a Thematic child theme
Theme URI: http://www.chris-wallace.com/2009/06/22/gallery-1-2-released/
Description: The ultimate gallery-style Thematic child theme for WordPress.
Author: Chris Wallace
Author URI: http://chris-wallace.com
Template: thematic
Version: 1.2.1
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

a { outline: none }

input,select,textarea{
  color: #eee;
  background-color: #3F3F3F;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}
input[type="submit"],
input[type="button"],
button{
  background: url("images/btn-bg.jpg") repeat-x left top;
  color:#ddd;
  font-weight: normal;
  position: relative;
  height: 22px;
  overflow: hidden;
  border: 1px solid #101010;
  padding: 3px 18px;
  font-size: 10px;
  line-height: 0.75em;
  font-family: Verdana, Arial, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px
}





.btn{
  background: url("images/btn-bg.jpg") repeat-x left top;
  text-align:center;
  color:#ddd;
  position: relative;
  height: 22px;
  overflow: hidden;
  border: 1px solid #101010;
  padding: 3px 18px;
  font: 12px/20px 'SansationRegular', Arial, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  width:100px;
}


/*FONTFACE*/

@font-face {
    font-family: 'SansationRegular';
    src: url('fonts/Sansation_Regular-webfont.eot');
    src: url('fonts/Sansation_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Sansation_Regular-webfont.woff') format('woff'),
         url('fonts/Sansation_Regular-webfont.ttf') format('truetype'),
         url('fonts/Sansation_Regular-webfont.svg#SansationRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationBold';
    src: url('fonts/Sansation_Bold-webfont.eot');
    src: url('fonts/Sansation_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Sansation_Bold-webfont.woff') format('woff'),
         url('fonts/Sansation_Bold-webfont.ttf') format('truetype'),
         url('fonts/Sansation_Bold-webfont.svg#SansationBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Lobster13Regular';
    src: url('fonts/Lobster_1.3-webfont.eot');
    src: url('fonts/Lobster_1.3-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lobster_1.3-webfont.woff') format('woff'),
         url('fonts/Lobster_1.3-webfont.ttf') format('truetype'),
         url('fonts/Lobster_1.3-webfont.svg#Lobster13Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}



input[type="submit"]:hover,
input[type="button"]:hover,
button:hover{
  background-position: 0 -22px;
  color: #ddd
}
input[type="submit"]:active,
input[type="button"]:active,
button:active{
  background-position: 0 -44px;
  padding-top: 4px;
  padding-bottom: 0
}
abbr{
  border-bottom: 1px dotted #555
}
pre{
  background-color: #191919;
  border: 1px solid #333;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px;
  margin: 10px 0;
  white-space: pre;
  overflow: auto
  
}
pre,
code{
  font-size: 12px;
}
body {
  background: #1B1B1B url("images/bg-body.png") repeat left top;
  color: #BBBBBB;
  font: 12px/30px 'SansationRegular', Arial, sans-serif;
  font-size: 82%;
  font-style: normal;
  /*line-height: 1.3em;*/
  text-align:center;
}

#general {
   background: url("images/bg-header.jpg") no-repeat scroll center top transparent;
   min-width: 994px;
   width: 100%;
}

#general_head {
   background: url("images/general_head.jpg") repeat-x top;
   width: 100%;
}


#wrapper{
  /*background: transparent url("images/light-source-trans.png") no-repeat center top;*/
  height: auto;
  min-height: 300px;
  width:994px;
  text-align:left;
  margin:0 auto;

}
a {
  color: white;
  text-decoration: none
}
a:hover {
  color: #ddd
}
h1, h2, h3{
  color: #5F9439;
}
h2{
  font-size: 1.5em;
  margin-bottom: 0.7em
}
#content ol,
#content ul{
  margin-bottom: 1em
}
.single #content li{
  line-height: 1.4em
}
.single #content ul{
  /*border-top: 1px solid #101010;
  border-bottom: 1px solid #282828;*/
}
.single #content li{
  padding: 10px 0 10px 4px;
  list-style: none;
  position: relative;
  background: url("images/border.jpg") repeat-x bottom left scroll transparent;
  /*border-top: 1px solid #555555;
  border-bottom: 1px solid #101010*/
}

.single #content li.delicious span.icon{
  background: url("images/icons/delicious.png") no-repeat left center;
  display:block;
  float:left;
  width:auto;
  padding-left:20px;
  padding-right:8px;
}
.single #content li.designer span.icon{
  background: url("images/icons/person.png") no-repeat left center;
  display:block;
  float:left;
  width:auto;
  padding-left:20px;
  padding-right:8px;
}
.single #content li.designed-with span.icon{
  background: url("images/icons/palette.png") no-repeat left center;
  display:block;
  float:left;
  width:auto;
  padding-left:20px;
  padding-right:8px;
}
.single #content li.site-link span.icon{
  background: url("images/icons/globe.png") no-repeat left center;
  display:block;
  float:left;
  width:auto;
  padding-left:20px;
  padding-right:8px;
}
#header {
  margin: 0 auto;
  padding: 0px;
  position: relative;
  z-index: 20;
  height:245px;
  width:940px;
  background: url("images/header_bg.jpg") no-repeat top right;
}


/*#branding{
  padding: 10px 0;
}
.ie8 #branding{
	margin-bottom: 0px;
	height: 30px
}*/

#blog-title {
  text-align: left;
  display: inline;
  float: left;
}

#blog-title-main a{
  display: block;
  width: 504px;
  height: 166px;
  background: url("images/logo.jpg") no-repeat left top;
  text-indent: -9000px;
  margin-bottom: 10px
}
 
#blog-title a{
  display: block;
  width: 504px;
  height: 166px;
  background: url("images/logo.jpg") no-repeat 0 0;
  text-indent: -9000px;
  margin-bottom: 10px
}

/*#blog-title a:hover{
  display: block;
  width: 504px;
  height: 166px;
  background: url("images/logo.jpg") no-repeat right top;
  text-indent: -9000px;
  margin-bottom: 10px
}*/

#access {
  width: 940px;
  height: 48px;
  margin: 0 auto;
  clear: both;
  overflow: visible;
}

#category-menu ul{
  padding: auto
}
#category-menu li{
  float: left;
  height: 35px !important;
  display: block;
  padding-top:15px;
}

#category-menu li a, li.blog-description span{
  font-family:'Lobster13Regular', Arial, sans-serif;
  /*display: block;*/
  font-size: 23px;
  /*height: 28px;*/
  padding: 8px 8px 8px 27px;
  color: #587373;
  text-decoration: none
}

#category-menu li.current_page_item{
}
#category-menu li.current_page_item a{
  color: #ddd;
}
#category-menu > li:first-child{
  margin-left: 10px;
}
/*#category-menu li a:hover{
  color: #ddd
}*/
#category-menu li.blog-description{
  float: right;
  display:none;
}
#category-menu li.blog-description span{
  color: #eee;
  font-weight: normal
}
#blog-description{
  display: none
}
#page-menu{
  position: absolute;
  bottom: 80px;
  right: 0px;
  margin: 0;
  width: 288px;
  font-size: .8em;
  color: #888;
  z-index: 100;
  padding: 0 12px 0 0;
}
#page-menu #page-nav{
  text-align: right
}
#page-menu #page-nav li{
  float: right;
  margin: 10px 0 0 4px
}
#page-menu #page-nav li a{
  padding: 8px 12px;
  font-size: 16px;
  color: #888888;
}
#page-menu #page-nav li a:hover{
  color: white
}

.sf-menu .current_page_item a, 
.sf-menu .current_page_ancestor a, 
.sf-menu .current_page_parent a {
}
.sf-menu a, .sf-menu a:visited {
	color:#FFFFFF;
}
.sf-menu li {
	position: relative;
	background:transparent;
}
body #access #category-menu .sf-menu li li {
  width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto
	
}
.sf-menu li li li {
	background: red ;
}
/*body #access #category-menu .sf-menu a:focus, 
body #access #category-menu .sf-menu a:hover, 
body #access #category-menu .sf-menu a:active {
	color:#5F9439;
}*/
body #access #category-menu .sf-menu .home a:focus, 
body #access #category-menu .sf-menu .home a:hover, 
body #access #category-menu .sf-menu .home a:active {
  background: url("images/logo-home.png") no-repeat center 12px
}
body #access #category-menu .sf-menu ul a:focus, 
body #access #category-menu .sf-menu ul a:hover, 
body #access #category-menu .sf-menu ul a:active {
	background: #454545;
}
.sf-menu li li a:hover {
	background:#333333;
}
.sf-menu ul {
	border:medium none;
}
.sf-menu li:hover ul, 
.sf-menu li.sfHover ul {
	top: 45px;
	position: absolute;
	border: 3px solid #333;
	background: #1A1A1A;
	padding: 0;
	border-top: none
}
.sf-menu ul ul {
	top: auto;
	left: auto;
	margin-top:0;
}
body #access #category-menu .sf-menu ul a {
	background:#111111;
	color: white;
	padding: 5px 0 5px 5px;
	margin: 0;
	line-height: 20px;
	height: 20px;
	display: block;
	width: auto
}
.sf-menu ul a:hover {
	color:#CC0000;
}


.skip-link {
  display: none;
}
#main{
	position: relative;
	z-index: 5;
  margin: 0 auto 30px auto
}
#primary,
#secondary{
  display: none
}
.page #primary{
  display: block
}
.aside{
  width: 270px
}
#content{
  width: 940px;
  margin: 0px 0px 0px 0px;
  float: none;
  padding-top: 20px
}

#content_thumbs{
  width: 940px;
  margin: 0px 0px 0px 13px;
  float: none;
  padding-top: 0
}

.msie #content,
.single #content,
.home #content,
.page #content{
  padding-top: 30px
}
.page #content{
  width: 940px
}
.page #content li{
  list-style: disc;
  margin-left: 20px
}
.single #container{
  position: relative
}
.single .entry-content{
  display: inline;
  float: left;
  margin: 0px 0 0 450px;
  width: 485px
}

.single div.video .entry-content{
	margin:0px 0 0 450px;
	width:485px;
}
.single div.video ul.meta,
.single div.video #nav-below{
}
.single .artwork-container{
  float: left;
  margin-left: -935px
}
.single .entry-artwork{
  background-color: #191919;
  border: 1px solid #333;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px;
}

.single .entry-artwork img{
  cursor: url("images/search.cur"), pointer;
}

.single .small-artwork img{
  cursor: url("images/search.cur"), pointer;
}

.single .entry-artwork{
  background-color: #191919;
  border: 1px solid #333;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px;
}

.single .small-artwork{
  background-color: #191919;
  border: 1px solid #333;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 10px;
}

.single .small-artwork img{
  border: 1px solid #333;
  
}

.single .small-artwork a{
	filter: alpha(opacity=20);
	opacity: .2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	
}

.single .small-artwork a:hover{
	filter: alpha(opacity=100);
	opacity: .9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single .navigation{
  margin-top: 10px;
  padding-top: 0;
}
.single .entry-content h1,
h1.page-title{
  font-size: 1.8em;
  margin-bottom: .5em;
  color:#5F9439;
  font: 18px/27px 'SansationRegular', Arial, sans-serif;
}
h1.page-title{
  margin-bottom: 1em;
  display:none;
}
.single .entry-content p{
  line-height: 1.3em
}

.not-singular .entry-content{
  float: left;
  /*width: 156px;*/
  margin:15px 15px 15px 14px;
}

.not-singular .entry-content-not-found{
  float: left;
  width: 400px;
  margin: 0 0 5px 0;
}

.not-singular .entry-content a{
  border: 1px solid #666;
  display: block;
  height: 125px;
  width: 125px;
  overflow: hidden;
  position: relative;
  background-color: #191919;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.not-singular .entry-content a img{
  position: absolute;
  z-index: 5
}
.not-singular .entry-content a span.slide-title{
  position: absolute;
  top: 108px;
  _top: 103px;
  height:20px;
  left: 3px;
  width: 300px;
  line-height: 1em;
  color: white !important;
  font-size: .8em;
  z-index: 0
}
.not-singular .entry-content{
  position: relative
}
.not-singular .entry-content .new{
    display: block;
	position: absolute;
	top: -6px;
	right: 10px;
	width: 42px;
	height: 22px;
	/*background: url("images/ico-new-trans.png") no-repeat top left;*/
	z-index: 200
}
.not-singular .video .new{
	background: url("images/ico-video-trans.png") no-repeat top left;
	width: 74px;
}
span.cover-up{
  background: url("images/side-fade-trans.png") no-repeat right top;
  position: absolute;
  right: 0;
  top: 0;
  height: 125px;
  width: 20px;
  z-index: 4
}
.main-aside h3{
  font-weight: bold;
  color: #fff;
  padding: 5px 0 5px 10px
}
.main-aside .xoxo li{
  margin: 0 0 10px 0;
  padding: 15px;
  background-color: #191919;
  border: 1px solid #333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}
.main-aside .xoxo li div{
  padding: 0 0 0 10px;
  font-size: .8em;
  line-height: 2em
}
.main-aside .xoxo li ul li{
  margin: 0;
  padding: 0 0 0 10px;
  background: transparent;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0
}
.main-aside p{
  margin-bottom: 1em
}
form{
  margin: 0 0 2em 0
}
legend{
  font-size: 1.2em;
  font-weight: 700;
  color: white
}
.form-label,
.wpcf7-form label{
  display: block;
  margin: 5px 0 0 0
}
input[type="text"],
input[type="password"],
textarea,
select{
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #303030;
  background: #191919;
  color: #999999;
  padding: 10px;
}
.navigation {
  font:12px/18px 'SansationRegular',Arial,sans-serif;
  margin-bottom: 20px;
  overflow: hidden;
  text-transform:uppercase;
}
#nav-above {
  display: none;
}
#nav-below{
  clear: both;
  padding-top: 0px;
  height: auto;
  padding-bottom: 10px
}
.nav-next {
  float: right;
  text-align: right;
  padding:0px 0px 0px 0px;
  width: 47%;
}
.not-singular .nav-next{
  margin-right: 5px	
}
.nav-previous {
  float: left;
  width: 47%;
}
#nav-above{
  display: none;
}
.hentry{
  width: auto
}
.entry-title {
  color:#5F9439;
  font:18px/27px 'SansationRegular',Arial,sans-serif;
  margin-bottom: 1em;
}
.entry-title a{
  color: white
}
div#content div#post-2.hentry h1.entry-title{
	display:none;
}

.post .entry-meta,.post .entry-utility {
  color: #afafa1;
  font-size: 0.825em;
  margin-bottom: 24px;
  padding-bottom: 5px;
}
.post p, .entry-content p {
  margin-bottom: 1em;
}
.post pre,#content .page pre {
  font-size: 1.6em;
}
.post dt {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.post dd {
  color: #eee;
  margin-bottom: 1em;
}
.post dl {
  margin-bottom: 1.3em;
  padding-left: 20px;
}
.post a.more-link {
  background: #be194f;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.post a.more-link:hover {
  background: #d93c6f;
}
a.more-link .meta-nav {
  display: none;
}
.post h3,.post h4,.post h5,.post h6 {
  margin: 5px 0;
  padding: 5px 0;
}
.post h4 {
  font-size: 1.4em;
}
.post h5 {
  font-size: 1.2em;
  text-transform: uppercase;
}
.post h6 {
  font-size: 1.1em;
  text-transform: uppercase;
}
.post blockquote {
  font: italic 2em Georgia, "Times New Roman", Times, serif;
  color: white;
  margin: 10px 0px;
  padding: 10px 20px 1px 10px;
}
.post blockquote p {
  font-stayle: italic;
}
.post .page-link {
  font-size: 0.825em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.page-link a {
  background: #f0f0f0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #eee;
  border-right: 1px solid #ddd;
  border-top: 1px solid #eee;
  padding: 5px 10px;
  text-decoration: none;
}
.post .entry-utility {
  border-top: 1px solid #232323;
  margin-bottom: 0;
  padding: 5px 0 0 0;
}
.btc-powered{
  font-size: 0.825em
}
#comments {
  margin-top: 20px;
  padding: 20px 0 0 0;
  clear: both;
  overflow: auto
}
#comments,#comments input[type="text"],#comments textarea {
  font-size: 12px;
}
#comments h3 {
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 7px 12px 7px 42px;
  font-weight: bold;
  background: #171717 url("images/ico-comment.png") no-repeat 16px center
}
#comments #respond h3{
  background-image: url("images/ico-person.png")
}
#comments #comments-list #respond h3{
  background-image: url("images/ico-reply.png")
}
.formcontainer{
  border-top: 1px solid #282828;
}
#comments-list {
  border-top: 1px solid #141414;
  float: left;
  margin-right: 30px;
  padding: 0 0 18px;
  width: 520px;
}
#comments-list ol,#comments-list ul {
  list-style: none;
  margin: 0;
}
#comments-list ol {
  margin: 0 0 18px 0;
}
#comments-list li {
  padding: 18px 1.5em 18px 1.5em;
  position: relative;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #101010
}
#comments-list ol {
  border-bottom: 1px solid #282828
}
.single #content #comments-list li,
.page #content #comments-list li{
  padding: 20px 0;
  position: relative;
  z-index: 0
}
#comments-list li .avatar {
  height: 60px;
  width: 60px;
  padding: 4px;
  border: 1px solid #282828;
  background: #171717;
  float: left;
  position: relative;
  margin-left: -95px
}
#comments-list .comment-author,
#comments-list .comment-meta,
#comments-list .comment-content,
#comments-list .unapproved{
  display: block;
  margin-left: 100px
}
#comments-list .unapproved{
  background-color: #191919;
  margin-bottom: 15px;
  padding: 10px;
  color: white
}
#comments-list .comment-author {
  font-weight: bold;
  font-size: 1.3em
  padding: 5px 0 0 0;
}
#comments-list .comment-meta {
  color: #666;
  font-size: 11px;
  padding: 10px 0 9px 0;
}
#comments-list .comment-meta a {
  color: #eee;
  font-style: italic;
  text-decoration: none;
}
#comments-list .comment-meta a:active,#comments-list .comment-meta a:hover {
  color: #FF4B33;
}
#comments-list .comment-content{
  padding-right: 10px
}
#commentform{
  padding: 15px;
  width: 360px
}
.comment-reply-link {
  font-size: 11px;
  padding: 0 0 18px 0;
  text-align: right;
}
.hover-url{
  color: #666;
  margin-left: 10px;
  font-weight: normal;
  font-style: italic;
  font-family: Georgia, "Georgia MS", Times, serif
}
.comment-reply-link a {
  color: #eee;
  font-style: italic;
  text-decoration: none;
}
.comment-navigation {
  font-weight: bold;
  margin-right: 0.5em;
  padding: 0;
}
.comment-navigation a {
  border: 1px solid #ccc;
  color: #eee;
  font-weight: normal;
  padding: 0.5em 0.75em;
  text-decoration: none;
}
.comment-navigation a:active,.comment-navigation a:hover {
  color: #FF4B33;
}
.comment-navigation a,.comment-navigation span {
  margin-right: 0.5em;
}
#trackbacks-list .comment-content {
  left: -9000px;
  position: absolute;
}
#respond {
  border-top: 1px solid #141414;
  margin-bottom: 22px;
  overflow: hidden;
  padding: 0;
  width: 390px;
  float: right;
  position: relative;
  z-index: 4
 }
#comments-list #respond {
  margin: 0;
  padding: 0;
  float: none;
  width: 520px
}
#comments-list #commentform {
  width: auto
}
#comments-list ul #respond {
  margin: 0;
}
#cancel-comment-reply {
  font-size: 11px;
  position: absolute;
  right: 1.5em;
  top: 7px;
}
#respond .required {
  color: #FF4B33;
  font-weight: bold;
}
.form-section{
  padding: 0 0 10px 0;
  clear: both;
  overflow: auto
}
.form-section label {
  font-size: 11px;
}
.form-section .form-label{
  width: 35%;
  float: left;
  clear: both;
  text-align: right
}
.form-section .form-input{
  width: 65%;
  float: right;
  text-align: right
}
.form-section .form-input input{
  width: 80%
}
.form-section .form-textarea{
  width: 100%;
  text-align: right
}
.form-section .form-textarea textarea{
  width: 94%
}
#respond #comment-notes{
  line-height: 1.2em;
  margin: 5px 0 20px 0;
  font-size: 0.9em
}
#comments-list ul.children{
  margin-left: 20px;
}
.single #content #comments-list ul.children li{
  padding-left: 25px;
  background: url("images/ico-reply.png") no-repeat 5px 20px;
}
#form-section-comment .form-label{
  display: none;
}
#form-allowed-tags p {
  color: #ccc;
  font-size: 10px;
  line-height: normal;
  margin: 0;
}
#form-allowed-tags span {
  font-style: italic;
}
.form-submit {
  padding: 18px 0 0 0
}
.subscribe-to-comments {
  color: #eee;
  float: left;
  font-size: 11px;
  margin: 0;
  padding: 18px 0 0 0;
}
.solo-subscribe-to-comments {
  color: #eee;
  font-size: 11px;
  padding: 18px 0 0 0;
}
.comment_license {
  clear: both;
  color: #eee;
  font-size: 11px;
  margin: 0;
  padding: 18px 0 0 0;
}
#footer {
  z-index: 0;
  border-top: 1px solid #5f9439;
  padding: 50px 0;
  color:#666;
  margin-top: 20px;
  _margin-top: 20px
}
#footer a{
  color: #FFF
}
#footer a:hover{
  color: #FFF
}
#footer #subsidiary .aside{
  width: 940px	
}
#footer .widgetcontainer{
  float: left;
  width: 270px;
  padding: 10px;
  margin: 10px 10px 20px 10px;
  background: #121212;
  border: 1px solid #282828;
 }
#footer .widgetcontainer h3{
  margin-bottom: 10px
}
#footer .widgetcontainer a:hover{
  color: #999
}
#footer .reset{
  clear: both
}
#siteinfo{
  text-align: center;
  font-size: .7em;
  line-height:15px;
}
#siteinfo a{
  text-decoration: none;
  border-bottom: 1px dotted #333
}
#siteinfo a:hover{
  border-bottom-color: #555555
}
#author-info {
  border: 1px dotted #ccc;
  padding: 5px;
  overflow: hidden;
  font-size: 1.2em;
  margin-bottom: 20px;
}
#author-info h2 {
  border-bottom: 3px double #ddd;
  padding: 5px 0;
  font-size: 1.8em;
  margin-bottom: 10px;
}
#author-info .avatar {
  float: left;
  border: 3px double #ddd;
  margin: 0 10px 10px 0;
}

/* IE6 fixes */

.ie6 .single .entry-content{
  height: 450px
}

.ie6 .entry-content {
  height:130px;
}

.ie6,
.ie6 #container{
  width: 100%;
  overflow: hidden
}
.ie6 #blog-title a{
  overflow: auto
}
.ie6 #category-menu,
.ie6 #category-nav{
  width: 940px
}
.ie6 #category-menu{
  margin: 10px 0 0 10px
}
.ie6 #category-nav li {
  float: left;
  display: inline;
  padding: 0;
  margin: 0;
  height: auto
}
.ie6 #category-nav li.blog-description{
  float: right
}
.ie6 #category-nav li.blog-description span{
  float: right
}
.ie6 #category-nav a{
  float: left
}
.ie6 .single #content {
  height: auto
}


/* Styles for Contact Form 7 plugin */

div.wpcf7-response-output{
  display: none
}

/* Styles for WP Post Ratings plugin */

.post-ratings{margin-bottom: 10px; float: right; width: 100px !important; margin-top: 5px; overflow: hidden; height: 20px}
.post-ratings small{font-size: .7em;}
.post-ratings-text{display:none !important}

/* Styles for BuySellAds widget */

.BuySellAds_widget{
  width: 938px;
  margin: 0;
  padding: 3px 0;
  height: auto;
  overflow: auto;
}
.BuySellAds_widget a {
background-color:#191919;
border:3px solid #191919;
display:block;
height:125px;
overflow:hidden;
position:relative;
width:125px;
float: left;
margin:0 3px 0 0;
}
.BuySellAds_widget a:hover{
  border-color: #191919
}
.BuySellAds_widget img {
  border: 0;
  clear: right;
}
.BuySellAds_widget a.adhere {
  background: #191919;
  border:3px solid #191919;
  color: #666;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  width: 125px;
  height: 125px;
  margin:0 3px 0 0;
}
.BuySellAds_widget a.adhere:hover {
  background: #191919;
  border: 3px solid #191919;
  color: #777;
}


/*MIS MODIFICACIONES*/

.here, .here:hover{
	color:#5F9439;
}
.here2, .here2:hover{
	color:#5F9439;
}
.pdf, .pdf:hover{
	color:#CCC;
}
.green_underline{
	color:#5F9439;
}

.form_404{
	float:left;
}

.foto2, .foto3, .foto4, .foto5{
	display:inline;
}

.my_p{
	font-weight:none;
	color:#5F9439;
}

#form p{
	border-bottom:1px solid #101010;
	border-top:1px solid #282828;
	padding:0px 0 0px 24px;
	position:relative;
}

.little{
	color:#5F9439;
	font-size:12px; 
}

.arrow-next{
	background:url('http://www.mascportfolio.com/wp-content/themes/gallery/images/siguiente.png') no-repeat;
	width:18px;
	height:19px;
	display:block;
	float:right;
}

.arrow-previous{
	background:url('http://www.mascportfolio.com/wp-content/themes/gallery/images/anterior.png') no-repeat;
	width:18px;
	height:19px;
	display:block;
	float:left;
}

#cont_home{
	background:url("images/bg_home.jpg") no-repeat;
	height:494px;
}

.main_info{
	width:600px;
}

.main_info p{
	font-size:16px;
	line-height:14px;
	background-color:#202020;
	background:rgba(0, 0, 0, 0.2);
	margin:0px 0px 8px 0px;
	
		
}

p.graph{
	padding:6px;
	display:block;
	width:260px;
	font:15px/18px 'SansationRegular',Arial,sans-serif;
	font-weight:normal;
}

p.webuser{
	padding:6px;
	display:block;
	width:570px;
	font:15px/18px 'SansationRegular',Arial,sans-serif;
	font-weight:normal;
}

p.looking{
	padding:6px;
	display:block;
	width:520px;
	font:15px/18px 'SansationRegular',Arial,sans-serif;
	font-weight:normal;
}

p.graph span{
	color:#5F9439;
}

p.looking span{
	color:#FFF;
}


.main_skills{
	width:500px;
	margin-top:150px;
}

.main_skills p.design, .main_skills p.web, .main_skills p.marketing{
	text-align:center;
	font:12px/18px 'SansationRegular',Arial,sans-serif;
	width:165px;
	display:block;
	float:left;
}

.rescued{
	width:545px;
	margin-top:120px;
	float:left;
}

.work1{
	display:block;
	background: url("images/works/work1.jpg") no-repeat;
	width:84px;
	height:34px;
	float:left;
}

.work2{
	display:block;
	background: url("images/works/work2.jpg") no-repeat;
	width:88px;
	height:34px;
	float:left;
	margin-left:10px;
}

.work3{
	display:block;
	background: url("images/works/work3.jpg") no-repeat;
	width:70px;
	height:34px;
	float:left;
	margin-left:10px;
}

.work4{
	display:block;
	background: url("images/works/work4.jpg") no-repeat;
	width:86px;
	height:34px;
	float:left;
	margin-left:10px;
}

.work5{
	display:block;
	background: url("images/works/work5.jpg") no-repeat;
	width:90px;
	height:34px;
	float:left;
	margin-left:10px;
}


.work6{
	display:block;
	background: url("images/works/work6.jpg") no-repeat;
	width:47px;
	height:34px;
	float:left;
	margin-left:10px;
}


.social{
	width:273px;
	float:left;
	margin-left: 40px;
    margin-top: 45px;
}

a.twitter{
	width:44px !important;
	height:35px !important;
	float:left !important;
	background: url("images/twitter.jpg") no-repeat !important;
	display:block !important;
}

a.linkedin{
	width:37px !important;
	height:35px !important;
	float:left !important;
	background: url("images/linkedin.jpg") no-repeat !important;
	display:block !important;
	margin-left:5px !important;
}

a.blog{
	width:52px !important;
	height:35px !important;
	float:left !important;
	background: url("images/blog.jpg") no-repeat !important;
	display:block !important;
	margin-left:5px !important;
}

p.fly{
	padding:6px;
	display:block;
	width:260px;
	text-align:center;
	color:#FFF;
	font:15px/18px 'SansationRegular',Arial,sans-serif;
	font-weight:normal;
	background-color:#202020;
	background:rgba(0, 0, 0, 0.2);
}

.net{
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 160px;
}

/*CLOUDS*/


#sky{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-top:166px;
	height: 79px;
	overflow:hidden;
}

#cloud{
	position: absolute;
	right: 5%;
	top: 166px;
	z-index: 2;
	width: 150px;
	height: 39px;
	background-image: url("images/cloud1.png");
	background-repeat: no-repeat;
}

#cloud2{
	position: absolute;
	left: 25%;
	top: 195px;
	z-index: 3;
	width: 223px;
	height: 50px;
	background-image: url("images/cloud2.png");
	background-repeat: no-repeat;
}


/*ACTIVE STATE MENUS*/
.current-cat a{
	color:#5F9439 !important;
}

.current_page_item a{
	color:#FFF !important;
}

.s-category-logotypes #category-menu .cat-item-5 a{
	color:#5F9439 !important;
}

.s-category-3d-infography #category-menu .cat-item-4 a{
	color:#5F9439 !important;
}

.s-category-corporate #category-menu .cat-item-1 a{
	color:#5F9439 !important;
}

.s-category-web-development #category-menu .cat-item-3 a{
	color:#5F9439 !important;
}

.s-category-graphics-design #category-menu .cat-item-6 a{
	color:#5F9439 !important;
}

.s-category-multimedia #category-menu .cat-item-7 a{
	color:#5F9439 !important;
}


/*SLIDER*/

.panel_slider {
z-index:998;
position: fixed;
top: 160px;
right: 0;
display: none;
background: none;
width: 77px;
height: 250px;
padding: 5px;
}

.panel_slider p{
margin: 0 0 15px 0;
padding: 0;
color: #cccccc;
}

a.trigger_slider{
text-decoration: none;
/*display: block;*/
position:fixed;
z-index:999;
top: 40px;
right: 0;
background:url('http://www.mascportfolio.com/wp-content/themes/gallery/images/cv_normal.png') no-repeat;
width:106px;
height:119px;
}

a.trigger_slider:hover {

background:url('http://www.mascportfolio.com/wp-content/themes/gallery/images/cv_hover.png') no-repeat;
width:106px;
height:119px;
}

a.active.trigger_slider {

background:url('http://www.mascportfolio.com/wp-content/themes/gallery/images/cv_hover.png') no-repeat;
width:106px;
height:119px;
}


.cv_es{
background:url('http://www.mascportfolio.com/wp-content/themes/gallery/images/es_normal.png') no-repeat;
width:63px;
height:70px;
display:block;
}

.cv_es:hover {

background:url('http://www.mascportfolio.com/wp-content/themes/gallery/images/es_hover.png') no-repeat;
width:63px;
height:70px;
display:block;
}

.cv_en{
background:url('http://www.mascportfolio.com/wp-content/themes/gallery/images/en_normal.png') no-repeat;
width:63px;
height:70px;
display:block;
}

.cv_en:hover {

background:url('http://www.mascportfolio.com/wp-content/themes/gallery/images/en_hover.png') no-repeat;
width:63px;
height:70px;
display:block;
}

/*BUG entrycontent ZD LANGUAGE CORRECT WIDTH AND LINKS HOMEPAGE

#post-2 .entry-content{
  float: left;
  width: 156px;
  margin: 0 0 25px 0;
  width: 940px !important;
}

#post-2 .entry-content a{
  border: 0px !important;
  display:inline !important;
  height: 0px !important;
  width: 0px !important;
  overflow: none !important;
  position: none !important;
  background:none!important;
}*/

/*ZD MULTILANG CSS*/
#langs{
	/*width:38px;
	height:11px;
	float:right;
	margin-top:14px;
	*margin-top:11px;*/
	display:none;
}
/*
.curlang{
	width:16px;
	height:11px;
	display:block;
	float:right;
}

.sellang a{
	-ms-filter:"alpha(opacity=20)";
	filter:alpha(opacity=20) !important;
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	display:block;
	height:11px;
	width:16px;
}

.sellang a:hover{
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100) !important;
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	display:block;
	height:11px;
	width:16px;
}*/

.edit-link{
	display:none;
}



