/*
Theme Name: Arepa
Theme URI: http://holaarepa.com
Description: Based off blankSlate http://shawncope.com
Version: 2.0
Author: Eric James
Author URI: http://efwjames.com
Tags: 

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

@import "style/reset.css";

body {
font-size: 95%;
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #fff;
color: #666463;
width: 100%;
line-height: normal;
font-weight: normal;
}

#container {
width: 960px;
margin: 0px auto 0px auto;
padding: 0 10px 100px 10px;
}

#page {
margin: 0px auto 0px auto;
padding: 0;
position: relative;
overflow: hidden;
}

header {
width: 100%;
height: 300px;
position: relative;
overflow: hidden;
}

h1 a {
text-indent: -1000em;
margin: 0 auto 0 auto;
width: 400px;
height: 300px;
display: block;
background: #fff url('images/hola-arepa-logo.png') center top no-repeat;
}

.infoblock {
position: absolute;
width: 300px;
left: 0px;
bottom: 20px;
color: #5BC4BF;
text-transform: uppercase;
font-style: italic;
font-size: 0.9em;
line-height: 1.2em;
}
	
.socialmedia {
position: absolute;
right: 0px;
bottom: 20px;
width: 300px;
height: 55px;
display: block;
overflow: visible;
}

.facebook-button {
float: right;
height: 50px;
}
.facebook, .twitter {
text-indent: -999em;
display: block;
width: 50px;
height: 55px;
margin: 0 5px 0 0;
background: transparent url('images/socialmedia.png') 0 0 no-repeat;
float: right;
}

	.twitter {
background-position: 0 0;
}

	.facebook {
background-position: -62px 0px;
}

a[href$=".pdf"] {
padding: 5px 5px 5px 30px;
}

a:link {
outline: none;
text-decoration: none;
color: #5BC4BF;
cursor: pointer;
}
a:visited {
outline: none;
text-decoration: none;
color: #5BC4BF;
}
a:hover {
outline: none;
text-decoration: none;
color: #333;
}


/*breadcrumbs ************************/

.home #breadcrumb {
display: none;
}
#breadcrumb {
width: 100%;
overflow: hidden;
text-align: center;
font-size: 0.8em;
color: #555;
margin: 0 0 10px 0;
display: block;
}
#breadcrumb a {
color: #555;
text-decoration: none;
}
#breadcrumb a:hover {
color: #b74382;
text-decoration: underline;
}
#breadcrumb ul {
display: block;
list-style: none;
margin: 0;
padding: 0;
}
#breadcrumb ul li {
display: inline;
margin: 0;
padding: 0 0 5px 0;
}

/*sidebar general************************/

#sidebar {
width: 250px;
float: right;
padding: 20px 0 0 0;
margin: 0;
font-size: 0.8em;
}
#sidebar h2 {
color: #F15A21;
margin: 0 0 10px 0;
}


#sidebar .widget {
color: #9f2e7b;
}
#sidebar .widget h3 {
font-weight: bold;
color: #888;
}
#sidebar .widget ul li ul li {
font-weight: bold;
color: #333;
font-size: 0.8;
margin: 5px 0 5px 0;
padding: 0;
}
#sidebar .widget a {
text-decoration: none;
}

/* main nav */

#nav {
width: 100%;
height: 40px;
margin: 0;
padding: 0;
overflow: hidden;
clear: both;
text-align: center;
background: transparent url('images/navbar.png') center top repeat-x;
}

#nav li {
text-align: center;
overflow: hidden;
margin: 0;
padding: 0;
display: inline;
}

#nav li a {
text-decoration: none;
margin: 0 8px 0 0;
padding: 10px 18px 9px 18px;
line-height: 34px;
color: #fff;
text-transform: uppercase;
font-size: 1.1em;
font-family: Arial, sans-serif;
text-decoration: none;
font-weight: 600;
letter-spacing: 0.05em;
}

#nav li a:hover {
color: #fff;
background-color: #F15A21;
}

#nav li.current_page_item a, #nav li.current_page_ancestor a {
color: #fff;
background-color: #5BC4BF;
}

#searchform {
float: left;
padding: 0;
margin: 0 0 0 20px;
}

.screen-reader-text {
font-size: 0.8em;
color: #eee;
}

#s {
width: 130px;
padding: 5px;
margin: 5px 0 5px 0;
background-color: #eee;
border: 1px solid #888;
}
#searchsubmit {
background-color: #555;
color: #fff;
}

div.linkhome {
padding: 1em 0;
text-align: center;
font-weight: bold;
}


/*Center Column************************/

#pagecolumn {
width: 400px;
float: left;
margin: 0;
padding: 0;
overflow: hidden;
}

/*Information************************/

#content {
float: left;
width: 680px;
min-height: 500px;
padding: 0;
margin: 0;
position: relative;
overflow: hidden;
}

.entry {
	margin: 0 0 1.2em 0;
	padding: 0;
	line-height: normal;
}

.entry p {
margin-bottom: 0.8em;
}

.page-id-2 .entry p {
margin-bottom: 0.2em;
}

.archive .post {
border-top: 1px dotted #888;
padding-top: 1em;
}
div.post {
position: relative;
margin: 0;
padding: 0;
}
.size-full, .size-thumbnail {
margin: 10px;
float: right;
display: inline;
}
.wp-caption .size-thumbnail, .wp-caption .size-full {
position: relative;
}
.wp-caption {
float: right;
display: inline;
margin: 10px;
padding: 0;
}
.wp-caption-text {
margin: 4px 0 0 4px;
padding: 0;
font-size: 0.7em;
font-weight: bold;
line-height: 1.2em;
color: #555;
}

footer {
clear: both;
display: block;
padding: 0;
margin: 0;
overflow: hidden;
}

/* gallery */

.gallery { 
	display: block;
	}

.gallery img { 
width: 100% !important;
height: 100% !important;
}

.gss-info { 
background: none !important
}

.gss-pager .cycle-pager-active, .gss-pager .cycle-pager-active:hover {
background: #00C9C3 !important 
}

div.Author-geoLocation { 
	clear: both;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	border: none;}

.Author-geoLocation-map { 	
	margin: 0;
	padding: 0;
	}
.Author-geoLocation-address {
	display: none;
}

/*Headers Text************************/

h2 {
font-size: 1.6em;
margin: 16px 0 0.3em 0;
padding: 0 0 0.3em 0;
font-family: Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 800;
border-bottom: 4px solid #7a7473;
color: #F15A21;
display: block;
}

.page-id-8 h2 { 
	color: #5BC4BF;
	font-weight: 800;
	font-size: 1.4em;
}

h3 {
color: #51aaa8;
font-size: 1.2em;
margin: 0.5em 0 0.2em 0;
font-weight: bold;
}
h3 a {
color: #51aaa8;
text-decoration: none;
}

strong { 
	font-size: 1.1em;
font-weight: 800;
color: #51aaa8;
}

/*Table************************/

table {
padding: 0;
margin: 0;
}
td {
padding: 10px;
margin: 5px;
border: 1px solid #888;
}
.nocomments {
display: none;
}

/*Utility Styles************************/
.alignright {
float: right;
padding-left: 1em;
padding-bottom: 1em;
}
.alignleft {
float: left;
padding: 0 40px 60px 0;
margin: 0;
background-color: #fff;
}
.aligncenter {
display: block;
margin: 0 auto;
}

.edit {
clear: both;
}

/*FOUC fix************************/
.cufon-loading {
visibility: hidden !important;
}
