/*
Theme Name: Hola-Theme
Theme URI:
Description: Theme for holamundocamp.com
Version: 0.1
Author: Har
Author URI:
*/

/* CSS bugs */
/* Float-to-fix height in float containers */
/* IE6 body-margin bug: auto margins will not center wrap */
/* IE6 peekabo bug: potential float containers must have layout (width or height) */
/* IE7 double top-padding bug: clearing divs must have layout */

/* HTML bugs */
/* IE6 background shift bug: div with borders or padding must have layout */
/* IE6 3px gap bug: divs cam't be empty */
/* IE6-7 forced line-height bug: divs cam't be empty */
/* Firefox clearing top-margin bug: needs extra div above */


/* GENERAL */

*
{
   margin: 0;
   padding: 0;
   border: none;
   background: transparent;
   text-decoration: none;
}

a
{
   color: #034eba;
   font-weight: bold;
   font-size: 105%;
   text-decoration: underline;
}

a:hover
{
   color: #80b400;
   text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
   font-family: arial, helvetica, sans-serif;
   font-weight: bold;
}

small
{
   font-size: 85%;
}

big
{
   font-size: 115%;
}

strong, b
{
   color: #034eba;
}

p
{
   padding: 10px 0 5px;
}

p img
{
   max-width: 100%;
}

ul, ol
{
   margin: 10px 0 10px 25px;
}

input, textarea
{
   padding: 2px;
   border: 1px solid #888;
   background: #fff;
   color: #333;
}

blockquote
{
   margin: 10px 0 0;
   border-top: 2px solid #ddd;
   background: #f5f5f5;
}

blockquote p
{
   padding: 10px;
}

blockquote blockquote
{
   margin: 0 10px;
   background: #fff;
   width: auto;
   float: none;
}

img.aligncenter
{
   display: block;
   margin: 10px;
   margin-left: auto;
   margin-right: auto;
}

.alignleft
{
   display: inline;
   float: left;
}

img.alignleft
{
   margin: 10px;
}

.alignright
{
   display: inline;
   float: right;
}

img.alignright
{
   margin: 10px;
}

.clear
{
   clear: both;
}


/* BODY */

body
{
   background: #D7E8B7;
   vertical-align: top;
   text-align: center;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 80%;
   font-weight: normal;
   color: #333;
}


/* WRAP */

#wrap
{
   margin: 0 auto;
   padding: 0 40px;
   background: url(images/wrap-bg.gif);
   width: 890px;
   text-align: left;
}


/* HEADER */

#header
{
   width: 100%;
   overflow: hidden;
   font-size: 0.01%;
   text-indent: -10000px;
}

#header a
{
   display: block;
   background: transparent url(images/header.jpg) no-repeat scroll center;
   height: 180px;
   width: 890px;
   color: #fff;
}


/* MENU */

#menu
{
   display: inline;
   float: left;
   margin: 20px 0;
   width: 100%;
   font-size: 0.01%;
   text-indent: -10000px;
}

#menu ul
{
   display: inline;
   float: left;
   margin: 0 0 0 41px;
   list-style: none;
   width: 100%;
}

#menu ul li
{
   display: inline;
   float: left;
   margin: 0 3px 0 0;
   height: 100%;
}

#menu ul li a
{
   display: block;
   background: transparent url(images/nav.gif) no-repeat scroll top left;
   height: 45px;
}

#menu ul li a.button-aboutus
{
   background-position: 0 0;
   width: 122px;
}

#menu ul li a.button-aboutus:hover
{
   background-position: 0 -45px;
}

#menu ul li a.button-location
{
   background-position: -122px 0;
   width: 124px;
}

#menu ul li a.button-location:hover
{
   background-position: -122px -45px;
}

#menu ul li a.button-activities
{
   background-position: -246px 0;
   width: 137px;
}

#menu ul li a.button-activities:hover
{
   background-position: -246px -45px;
}

#menu ul li a.button-photo
{
   background-position: -383px 0;
   width: 145px;
}

#menu ul li a.button-photo:hover
{
   background-position: -383px -45px;
}

#menu ul li a.button-video
{
   background-position: -528px 0;
   width: 145px;
}

#menu ul li a.button-video:hover
{
   background-position: -528px -45px;
}

#menu ul li a.button-questions
{
   background-position: -673px 0;
   width: 122px;
}

#menu ul li a.button-questions:hover
{
   background-position: -673px -45px;
}


/* ALERT / REGISTRATION */

.alert
{
   margin: 10px auto 35px;
   padding-bottom: 5px;
   border: 1px solid #ff9900;
   background: #ffffd0;
   width: 850px;
   text-align: center;
}

.registration
{
   margin: 20px auto;
   width: 850px;
   font-size: 110%;
   text-align: center;
}

/* MIDDLE */

#middle
{
   display: inline;
   float: left;
   width: 100%;
   background: #fff;
}


/* CONTENT */

#content
{
   display: inline;
   float: left;
   margin: 0 0 0 10px;
   width: 640px;
}

#content .index-nav
{
   margin: 10px;
   width: 600px;
   text-align: center;
}

#content .post-nav
{
   display: inline;
   float: left;  /* Float-to-fix height in float containers */
   margin: 0 10px;
   padding: 5px 10px;
   width: 600px;  /* IE6 peekabo bug: potential float containers must have layout (width or height) */
   text-align: center;
}

#content .post-nav-left
{
   display: inline;
   float: left;
   width: 300px;
}

#content .post-nav-right
{
   display: inline;
   float: right;
   width: 300px;
}

#content .post
{
   clear: both;
   padding: 10px 20px;
}

#content .post h2
{
   padding-top: 10px;
   font-size: 185%;
   font-weight: bold;
   color: #80b400;
}

#content .post-date
{
   padding: 10px 0 5px 0;
   color: #666;
}

#content .post-content
{
   line-height: 20px;
}

#content .post-content h2
{
   clear: both;
   margin: 20px 0 5px;
   padding: 10px 0 5px;
   font-size: 150%;
   font-weight: bold;
   color: #80b400;
}

#content .post-content h3
{
   clear: both;
   margin: 10px 0 5px;
   padding: 20px 0 5px;
   font-size: 150%;
   font-weight: normal;
   color: #034eba;
}

#content .post-meta
{
   padding: 10px 0 0 0;
   line-height: 24px;
   font-size: 85%;
}

#content p.nocomments
{
   display: none;
}


/* ALBUM */

.album
{
   display: inline;
   float: left;
   margin: 35px 0 0 53px;
   padding: 7px;
   border: 1px #888 solid;
   width: 220px;
   height: 100px;
   overflow: hidden;
}

.album h2
{
   border-bottom: 1px solid #888;
}

.album h2 a
{
   text-decoration: none;
}

.album .image 
{
   display: inline;
   float: left; 
   margin-left: 0px;
   margin-right: 10px;
}


#content .album h2
{
   margin: 0;
   padding: 0;
   text-align: right;
   font-size: 120%;
   font-weight: bold;
}

.album .description
{
   margin: 7px 0;
   text-align: left;
}


/* THUMBS */

.thumb
{
   display: inline;
   float: left;
   margin: 35px 0 0 50px;
   width: 134px;
   height: 137px;
   text-align: center;
   overflow: hidden:
}

.thumb a img
{
   border: 2px solid #80B400;
}

.thumb a:hover
{
   color: red;
}

.thumb a:hover img
{
   border: 2px solid #034EBA;
}


/* COMMENTS */

#comments-wrap
{
   margin: 10px;
   padding: 10px;
}

#comments-wrap #comments
{
   font-size: 170%;
   font-weight: bold;
   color: #80B400;
}

#comments-wrap ol
{
   margin: 10px;
   padding: 0;
   list-style: none;
}

#comments-wrap ol li
{
   margin: 10px 0 0;
   padding: 0 0 10px;
   border-bottom: 1px solid #ededed;
   line-height: 24px;
   list-style: none;
}

#comments-wrap ol li.odd
{
   border-bottom: 2px solid #135ECA;
}

#comments-wrap ol li.even
{
   border-bottom: 2px solid #90c400;
}

#comments-wrap span.comment-author
{
   font-weight: bold;
}

#comments-wrap p.commentmetadata
{
   text-align: right;
   font-size: 80%;
}

#respond
{
   padding: 10px;
   background: #f7fcf5;
}

#respond #comment-form-title
{
   font-size: 170%;
   font-weight: bold;
   color: #80B400;
}

#respond textarea
{
   height: 60px;
}

#respond #submit
{
   border-color: #ccc #333 #333 #ccc;
   background: #fff;
   font-weight: normal;
   color: #034EBA;
}


/* SIDEBARS */

.sidebar
{
   display: inline;
   float: left;
   width: 240px;
}

.sidebar ul
{
   margin: 0 0 10px;
   padding: 0;
   list-style: none;
}

.sidebar ul li
{
   margin-top: 10px;
   padding: 10px 20px 0;
}

.sidebar ul li.search
{
   padding: 10px 20px 0 0;
   text-align: right;
}

.sidebar ul li.search input
{
   padding: 2px;
}


/* FOOTER */

#footer
{
   clear: both;
   padding: 10px 0 68px 0;
   background: #fff url(images/footer.jpg) no-repeat scroll bottom;
   width: 100%;
   text-align: center;
   line-height: 24px;
   color: #777;
}

#footer p, #footer a, #footer a:hover
{
   margin: 0px;
   font-weight: normal;
   color: #777;
   text-decoration: none;
   cursor: default;
}
