/*
Theme Name: Slappy
Theme URI: http://gbthemes.net/slappy/
Description: Slappy v1.1 : Responsive Blog & Gallery Wordpress Theme
Author: gbthemes
Author URI: http://gbthemes.net/
Version: 1.1
*/



/* =============================================================== */
/* Import Section
================================================================ */
@import url("http://fonts.googleapis.com/css?family=Buda:300");
@import url("http://fonts.googleapis.com/css?family=Anaheim");

@import url("css/base.css");	
		


/* =============================================================== */
/* Miscellaneous Site Styles
================================================================ */

html,
body {
  height: 100%;
        /* The html and body elements cannot have any padding or margin. */
		
}



input[type="submit"]{
	border: 0px solid #d8d8d8;
	padding: 12px;
	outline: none;
	font-size: 12px;
	color: #fff;
	margin: 0;
	max-width: 100%;
	margin-bottom: 20px;
	background: #0f0000;
	font-weight: bold;
  
  }
  
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  box-shadow: 0 0px 0px 0;
	outline: 0 none;
}



/* =============================================================== */
/* Header
================================================================ */
header {
  width:100%;
  font-family: 'Buda', sans-serif;
}

.camera_caption {font-family: 'Buda', sans-serif; font-size:15px;}

.wrap-slide {
  width:100%; 
  position: relative;
}

.wrap-slide-page {
  width:100%; 
  position: relative;
  height:40px;
  padding-top:15px;
  padding-bottom:20px;
  margin-bottom:0px;
  text-align:center;
  
}
.wrap-slide-page h1 {
  display: inline-block;
  font-size:18px;
  text-align:center;
}


.content_back {
  background:#ffffff; /*fcfcfc*/
  padding-top:40px;
  padding-bottom:40px;
  font-size:14px;
}

/* =============================================================== */
/* Menu
================================================================ */
.site-menu {
  width:100%;
  z-index:3;
}

/* Logo & Menu sections
==========================*/
.logo-header {
  float:center;
  margin-top:25px;
  text-align:center;
  margin-bottom:20px;
}
.logo-header img {
  margin-left:auto; margin-right:auto;
  display: inline-block;
}
.menu-header {
  float:center;
  margin-left:auto; margin-right:auto;
  
}
.logo-site-text {margin-top:2px;}
.menu-site-text {margin-top:25px;}

.margin-menu {padding-bottom:35px;}

/* Main Navigation
==========================*/
nav { 
    border:1px solid #eee;
    border-width:1px 0; border-bottom:2px solid #eee;
    list-style:none; 
    margin:0;
    padding:0;
    text-align:center;
	letter-spacing:0px;
}
nav ul, nav li {list-style:none; padding:0; margin:0; display:inline;}
nav ul li{position:relative;}
nav ul li a { 
	display: inline-block;
	color: #888;
	padding: 14px 20px 14px 20px;
	margin: 0 0px;
	text-decoration: none;
	font-size: 14px;
  text-transform:uppercase;
  transition: opacity 0.5s;
    -webkit-transition: opacity 1s;
	margin-left:2px;
	font-weight:500;
	position:relative;
}

nav ul ul {
	opacity: 0; 
	margin: 10px 0 0 2px;
  filter: alpha(opacity=0); 
	position: absolute;
	top:-99999px; 
	left: 0;
	background: #ffffff;
	z-index: 9999;
  padding-top:10px; padding-bottom:10px;
  border: 2px solid #0f0000; 
  transition: opacity 0.5s;
    -webkit-transition: opacity 1s;
  
  
  
}
nav ul ul li a:hover {}

nav ul ul li a {
	padding: 8px 0;
	display: block;
	width: 150px;
	margin: 0 0px;
	font-size: 15px;
	border-bottom: 0px dotted #fff;
	color:#888;
	padding-left:18px; padding-right:18px;
	text-transform:none;
	text-align:left;
}
nav ul ul ul { 
	position:absolute; 
	top:-99999px; 
	left:100%; 
	opacity: 0;
	margin: -3px 0 0 0;
	z-index: 999;
	font-size: 11px;
	background: #ffffff;
	border: 2px solid #0f0000;
}
nav ul ul ul li a { 
	border-top: 1px solid transparent;
	color:#888;
	font-size: 15px;
	text-transform:none;
	text-align:left;
}
nav ul li:last-child a {}
nav ul ul li:last-child a {border-bottom: 0px solid transparent}
nav ul ul li:last-child a:hover {border-bottom: 0px solid #0f0000; }
nav ul ul ul li:last-child a {border-bottom: 0px solid transparent !important}
nav ul li:hover>ul{ opacity: 1; position:absolute; top:99%; left:0;}
nav ul ul li:hover>ul{ position:absolute; top:0; left:100%; opacity: 1; z-index:497; background: #fff border: 0; }
nav ul li:hover > a {color: #fff; background: #fff; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
	
  transition: opacity 0.5s;
    -webkit-transition: opacity 1s;
    background:#0f0000;
    color:#fff;
   }
nav ul ul li:hover > a {border-bottom: 0px solid #0f0000; border:0; background:#0f0000; transition: opacity 0.5s;
    -webkit-transition: opacity 1s;}
#currentnav1 {color: #eeeeee !important;}
.ie-dropdown-fix {position: relative; z-index: 5;}
nav ul li a:hover{color:#ffffff;}






/* =============================================================== */
/* Custom page CSS
================================================================ */
.padding5 {padding-top:5px; padding-bottom:5px;}
.padding10 {padding-top:10px; padding-bottom:10px;}
.padding20 {padding-top:20px; padding-bottom:20px;}
.padding30 {padding-top:30px; padding-bottom:30px;}
.padding40 {padding-top:40px; padding-bottom:40px;}
.margin40 {margin-bottom:60px;}
.margin20 {margin-top:20px;}
.p-color {color:#0f0000;}
.s-color {color:#514148;}
.tab-pane {margin-bottom:40px;}
#portfolio-wrapper {width:100%;}
.index-text {position:relative; z-index:5;}

/* Site content
==========================*/
.wrap {
  padding-left:40px; 
  padding-right:40px;
}
#wrap {
  padding-left:40px; 
  padding-right:40px;
}
.container {
  width: auto;
  max-width: 1024px;
}
.container-fluid {
  width: auto;
  max-width: 1024px;
}

/* Social icons
==========================*/
.social-icon-div {
  width:20px;
  height: 20px;
  text-align:center;
  border: 2px solid #0F0000;
  float:left;
  margin-right:10px;
}
.social-icon {
  color:#0f0000;
  text-decoration:none;
}
.social-icon:hover  {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  text-decoration:none;
}



/* Back to top
==========================*/
#backtotop {
	position: fixed;
	right:0px;
	display:none;
	bottom: 20px;
	margin: 0 20px 0 0;
	z-index:100;
}
#backtotop a {
	text-decoration:none;
	border:0 none;
	display:block;
	width:40px;
	height:40px;
	background: url(images/back_to_top_btn.png) no-repeat 50% 50%;
	background-color:#3a3a3a;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    
}
#backtotop a:hover {background-color: #0f0000;}


/* =============================================================== */
/* Blog
================================================================ */

.blog-archive-page ul li {
padding-top:4px; padding-bottom:4px;

}

/* Blog navigation
==========================*/
.navleft {float:left;}
.navright {float:right;}

/* Widget
==========================*/
.widget_search input[type="text"] {width:91%; border-radius:0; background: url(images/search.png) no-repeat no-repeat 96% 50%;}
.widget_search input[type="submit"] {display:none;}
.widget_search .screen-reader-text {display:none;}
.span3 .widget {margin-bottom:30px;}
.widget-title { 
  text-transform:uppercase;
  border:1px solid #eee;
  border-width:1px 0; border-bottom:2px solid #eee;
  padding-top:10px;
}
.widget-title li:after {
    content: " ";
    display: table;
}
.widget-title li:after {
    clear: both;
}
.widget-title h6 {text-transform:uppercase; }
.widget-title .tagcloud a {padding-right:20px;}

.gb-recent-posts {padding-bottom:20px;}
.gb-flick {padding-top:26px;}

.widget ul {margin-top:15px;}
.widget_nav_menu .sub-menu { border-top: 1px dotted #ced8df; }
.widget li {
	font-weight:normal;
	list-style: none;
	margin: 0;
	padding-top:8px;
	border-bottom:1px dotted #eee;
}

.widget li:last-child { border-bottom: none; }
.widget li a {
	color: #0f0000;
	display: block;
	padding: 0px 0 10px 0px;
}
.widget li a:hover,
.widget_nav_menu .current_page_item > a, .widget_nav_menu .current-menu-item > a { }

.widget_categories li {text-align:right; padding-top:8px;}
.widget_categories li a {float:left; text-align:left;}
.widget_categories li:after {
    content: " ";
    display: table;
}
.widget_categories li:after {
    clear: both;
}

.widget .recentcomments {
	display: block;
	padding: 8px 0 8px 25px;
	background: url(images/comment.png) left no-repeat;
}
.widget_calendar table { width: 100%; }
.widget_calendar th, .widget_calendar td {
	background: none;
	border: 0;
	padding: 0;
}
.widget_calendar caption {
	font-size: 12px;
	margin-bottom: 10px;
	text-align: center;
}
.widget_calendar tr th {
	font-size: 12px;
}
.widget_calendar tr td {
	padding: 4px 6px;
	text-align: center;
}
.widget_calendar tr td#prev {
	padding: 5px 0 0;
	text-align:left;
}
.widget_calendar tr td#next {
	padding: 5px 0 0;
	text-align: right;
}
.widget_calendar tr td#today {
	background: #f8f8f8;
	border: 1px solid #ced8df;
	font-weight: bold;
}
#footer .widget_calendar tr td#today {
	background: #464646;
	border: 1px solid #363636;
	font-weight: bold;
}
.widget_calendar tr td a {
	display: inline;
	font-weight: bold;
	padding: 0;
}
.rsswidget img { margin: 0 5px 0 0; }
.widget_rss .rss-date, .widget_rss .rssSummary { padding: 0 0 0 15px; }
.widget_rss .rss-date {
	color: #bbb;
	font-style: italic;
}
.widget {
	margin: 0px 0 0 0;
	line-height: 15px;
	font-weight:bold;
}
.widget h5 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top:0px;
	font-size:19px;
}
.widget h6 {
	padding-bottom: 8px;
	margin-bottom: 0px;
	margin-top:0px;
	font-size:15px;
	
}

.tagcloud {margin-top:20px;}
.tagcloud a, .post-tags a {padding:5px 10px; border:2px solid #0F0000; font-weight:normal; font-size:14px; line-height:37px;}
.tagcloud a:hover, .post-tags a:hover {color:#fff; background:#0F0000;}
.border-next {border:2px solid #0F0000;}

/* Posts
==========================*/
.post {margin: 0px 0 50px 0;}
.post-left0 {float:left; width:100px; position:absolute;}
.post-left {float:left; width:100%; position:relative;}
.margin-left-100 {margin-left:0px; margin-bottom:15px;}
.post p {margin: 0 0 10px 0;}
.post-img, .embed {margin: 0 0 15px 0px;}
.post-content {margin: 0 0 0 0 !important;}
.post-title h2 {
	font-size: 18px;
	color: #444;
	margin: 0 0 0px 0px;
	display: block;
	text-transform:uppercase;
}
.post-title h2 a {
	font-size: 18px;
	color: #444;
	display: block;
}
.margin-left {margin-left:20px;}
.width-left {width:150px;}
.post-title h2 a:hover {color: #606060;}
.post-desc {
	padding: 0px 0 15px 0px;
	border-bottom: 1px solid #e7e7e7;
}
.post-info {
	padding: 0px 0 0px 0px;
	border-bottom: 2px solid #e7e7e7;
}
.post-entry {
	margin-bottom: 20px;
	display: inline-block;
	padding-right: 13px;
	color: #154890;
}
.post-entry i {
	padding-left: 2px;
}
.post-entry:hover {}
.post-meta {padding: 0px 0 0px 0px;}
.post-meta, .post-meta a {color: #888;}
.post-meta a:hover {color: #606060;}
.post-meta span:first-child {padding-left:0;}
.post-meta span:last-child {border: none;}
.post-meta span {
	padding: 0 10px;
	border-right: 0px solid #e7e7e7;
}
.post-type {
	width:80px;
	height:65px;
  color:#fff;
  text-align:center;
  font-size:27px;
  background:#0f0000;
  padding-top:15px;
}

.more-link, .navleft a, .navright a {padding:5px 10px; border:2px solid #0F0000;}
.more-link:hover, .navleft a:hover, .navright a:hover {color:#fff; background:#0F0000;}

.info-blog {padding-top:7px;}

#nav{
    list-style:none;
    font-weight:normal;
    margin-top:0px;
	margin-bottom:0px;
    float:left;
    width:100%;
}
#nav li{
    float:left;
    margin-right:0px;
    position:relative;
	width:80px;
	text-align:center;
	
}
#nav a{
    display:block;
    padding:10px;
    color:#0F0000;
    background:#e7e7e7;
    text-decoration:none;
	border-radius:0px;
}
#nav a:hover{
    color:#0F0000;
    background:#e7e7e7;
    text-decoration:underline;
}
#nav ul{
    background:#e7e7e7; 
    background:rgba(255,255,255,0); 
    list-style:none;
    position:absolute;
    left:-9999px; 
	z-index:9999;
}
#nav ul li{
    padding-top:0px; 
    float:none;
}
#nav ul a{
    white-space:nowrap; 
}
#nav li:hover ul{ 
    left:0; 
}
#nav li:hover a{ 
    background:#F1F1F1;
    text-decoration:underline;
}
#nav li:hover ul a{ 
    text-decoration:none;
}
#nav li:hover ul li a:hover{ 
    background:#F1F1F1;
}


/* Comments
==========================*/
.comments-sec{
	float:left;
	width:100%;
	line-height: 20px;
}
.comments-sec h5 {
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
	padding-bottom: 10px;
}
.comments-nr h5 {
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
	padding-bottom: 10px;
}
.comments-sec h5 span {color: #888;}
.comments{
	float:left;
	background:#ffffff;
	padding:20px;
}
.avatar {float:left;}

.comment-show {
	margin-bottom: 40px!important;
	margin-left: 0px!important;	
}
.comment-show li {
	list-style: none!important;
}
.comment-show li.comment > div {
	background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 20px;
  margin-top: 20px;
  position: relative;
  padding-left: 110px;
}
.comment-show .children {
	margin-left: 0px!important;
	padding-left: 40px;
}
.comment-show li.comment > div img.avatar {
	position: absolute;
	left: 20px;
	top: 20px;
}
.comment-show .reply {
	position: absolute;
	top: 20px; 
	right: 20px;	
}
.comment-show .comment-meta {
	font-size: 11px;
	line-height: 15px;
}
.comment-show li.comment > div p {
	padding-bottom: 0px;
	margin-top: 10px;
}
.comment-author a {
	color: inherit;
}
      
/* Leave a Comment
==========================*/
.form_comment label {
	display: block;
	color: #676767;
	margin-top: 15px;
	padding-bottom: 4px;
}
.form_comment label span {color:#ea1c1c;}
.form_comment input, .form_comment textarea {
	width: 240px;
}
.form_comment textarea {
	min-width: 97%;
	max-width: 97%;
	height:160px;
}

/* Link post
==========================*/
.link-post {
  margin-bottom:10px;
}


/* Quote post
==========================*/
.quote-post {
  font-size: 15px;
  
  margin: 0.25em 0;
  padding: 30px;
  line-height: 1.45;
  position: relative;
  background: #ffffff url(images/quote.png) no-repeat;
  background-position: 98% 80%;
  margin-bottom:10px;
}

/* Autor bio
==========================*/
.author-info {
  margin: 10px 0px 40px 70px;
  padding:20px;
  background: #0f0000;
  color:#ffffff;
}
.author-info h3 {
  color:#ffffff;
}
.author-info a {
  color:#ffffff;
}
.author-info a:hover {
  color:#ffffff;
}

/* Post tags
==========================*/
.post-tags {
  margin: 10px 0px 40px 0px;
}


/* =============================================================== */
/* Footer
================================================================ */
footer {
  /*position: relative; */
  color:#606060;
  margin-top:0px;
  border-top:2px solid #eee;
}

.wrap-footer {
  min-height: 100%;
  padding-left:40px; padding-right:40px;
  
}
#sub_footer {
  padding-top:10px;
  font-size:13px;
}
#sub_footer p {
  font-weight:normal;
}
#sub_footer {
  background: #fff;
  font-weight:normal;
  overflow:hidden;
}


img.alignright {float:right; padding-left:10px;}
img.aligncenter {margin-left:auto; margin-right:auto; float:center;}
img.alignleft {float:left; padding-right:10px;}


#infscr-loading {text-align:center; margin-left:auto; margin-right:auto;}
#infscr-loading img {margin-left:auto; margin-right:auto;}




/* =============================================================== */
/* Slider
================================================================ */

