/*   
Theme Name: Zemelo Blog Theme
Theme URI: http://zemelo.com
Description: Search engine optimized theme.
Author: Stephen White
Author URI: http://zemelo.com/
Version: 1.0
.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
   background: #333333;
   font-size: 0.8em; 
   line-height: 1.4em; 
}


ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }


/* -------------------------------------------------------------- 
   
   Basic WordPress Blog Styles   
     
-------------------------------------------------------------- */   


/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: .5em 0 0 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
  margin-right: 1.4em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
  margin-left: 1.4em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.4em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}


/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}


/** Layout **/
     	
#page {
   background: #ffffff url(images/page-bg.png) repeat-x; 
   min-height: 640px;
}

#main {
  width: 960px;
  margin-left: auto;
  margin-right: auto; 
}

#main-inside {
overflow: hidden;
}

#main p {
margin-bottom: .8em;
}

#header {	
  float: left;
  overflow: hidden;
  height: 90px;  		
}

#header-inside-left {
  float: left;
  height: 90px;
  width: 380px;  
}

#logohome {
  float: left;
  display: block;
  width: 205px;
  height: 90px;
  background: url(images/z-logo-header.png) no-repeat;
}

/** Header Menu **/


#header-inside-right {
  float: left;
  height: 90px;
  width: 580px; 
}

.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation li {
	float: left;
}

#nav1 a {
  float: left;
  display: block;
  width: 150px;
  height: 90px;
  background: url(images/header-menu.png) no-repeat  0px 0px;
  text-indent: -9999px; 
}

#nav1 a:hover {
  background-position:  0px -90px;
}

#nav1 a:active {
  background-position:  0px -90px;
}

#nav2 a {
  float: left;
  display: block;
  width: 160px;
  height: 90px;
  background: url(images/header-menu.png) no-repeat  -150px 0px;
  text-indent: -9999px;
}

#nav2 a:hover {
  background-position:  -150px -90px;
}

#nav2 a:active {
  background-position:  -150px -90px;
}

#nav3 a {
  float: left;
  display: block;
  width: 135px;
  height: 90px;
  background: url(images/header-menu.png) no-repeat  -310px 0px;
  text-indent: -9999px;  
}

#nav3 a:hover {
  background-position:  -310px -90px;
}

#nav3 a:active {
  background-position:  -310px -90px;
}

#nav4 a {
  float: left;
  display: block;
  width: 135px;
  height: 90px;
  background: url(images/header-menu.png) no-repeat  -445px -180px;
  text-indent: -9999px;
}

#nav4 a:hover {
  background-position:  -445px -90px;
}

#nav4 a:active {
  background-position:  -445px -90px;
}


#content-spacer {
	float: left;
	margin-left: 45px;
	width: 870px;
	height: 30px;
	display: inline; /* for ie6 */
}


#content {    
  float: left;
  margin-left: 45px;
  margin-bottom: 10px;
  width: 610px;
  display: inline; /* for ie6 */     
}

#sidebar {
  float: left;
  margin-top: 65px;
  margin-left: 75px;
  width: 180px;	
  border-left: 1px solid #e1e1e1;
  margin-bottom: 10px;
  display: inline; /* for ie6 */
}

#sidebar-inside {
  float: left;
  margin-left: 5px;
}


#sidebar ul {
  margin: .5em 0 1.4em .5em;
}

#bottom {
  overflow: hidden;
  background: #333333 url(images/bottom-bg.png) repeat-x; 
}

#footer {
  width: 870px;
  height: 30px;
  padding-top: 15px;
  margin-left: auto;
  margin-right: auto; 
}

.footer-text {
  color: #aaaaaa;
  font-size: 88%;
}

/* Typography */

  body, caption, th, td, input, textarea, select, option, legend, fieldset
  {
    /* The following font family declarations are based on the Microsoft core
     * web fonts which are common fonts available on most computer systems. The
     * Bitstream Vera fonts are commonly available on Linux systems where the MS
     * fonts are less common.
     *
     * A user's web browser will look at the comma-separated list and will
     * attempt to use each font in turn until it finds one that is available
     * on the user's computer. The final "generic" font (sans-serif or serif)
     * hints at what type of font to use if the web browser doesn't find any
     * of the fonts in the list.

    font-family: "Times New Roman", Times, Georgia, "Bitstream Vera Serif", serif;
    font-family: Times, "Times New Roman", Georgia, "Bitstream Vera Serif", serif;
    font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;

    font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;

    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;

     */

    font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
     

}

/*
 * Headings
 */


h1.entry-title {
  font-size: 135%;
  font-weight: bold;
  
  
}

h1.page-title {
 font-size:135%;
 font-weight:bold;
 margin-bottom: 1.4em;

  
}

h2 {
  font-size:135%;
  font-weight:bold; 
}

h2.entry-title {
  font-size:135%;
  font-weight:bold; 
}

#sidebar h2 {
  font-size:135%;
  font-weight: bold;
}

/*
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */

  a:link
  {
    text-decoration: none;
    color: #55BCEB;
  }

  a:visited
  {
    text-decoration: none;
    color: #55BCEB;
  }

#sidebar a:visited
  {
    text-decoration: none;
    color: #333333;
  }


  a:hover,
  a:focus
  {
    text-decoration: none;
    color: #767676;
  }

#sidebar a:hover,
  a:focus
  {
    text-decoration: none;
    color: #767676;
  }

  a:active
  {
    text-decoration: none;
    color: #55BCEB;
  }

  
/* comment form */

#comments {
  float: left;
  overflow: hidden;
  width: 610px;
}

#comments-list   {
  border-bottom: 1px solid #55BCEB;
}               

#comments-list ol  .comment-author {  
  font-weight: bold;
  border-top: 1px solid #55BCEB;
}

#comments-list ol  .comment-meta { 
  font-size: 90%;
  font-style: italic;
  margin-bottom: 5px;
}
   
#commentform {
  width: 610px;
}

.formcontainer {
  width: 610px; 
}
		
#submit {
  margin-top: .8em;
  color: #55BCEB;
  font-weight: bold;
  cursor: pointer;
}

#searchsubmit {
  margin-top: .8em;
  color: #55BCEB;
  font-weight: bold;
  cursor: pointer;
}


input {
  border: 1px solid #55BCEB;
}

textarea  { 
  font-size: 90%;
  border: 1px solid #55BCEB;
}

.comment-author {
  margin-top: 5px;
  font-size: 90%; 
}

.comment-author a  {
  text-decoration: none;
  color: #55BCEB;
}

.comment-author a:visited { 
  text-decoration: none;
  color: #55BCEB;
}

.comment-author a:hover {
  text-decoration: none;
  color: #767676;
}

.comment-author a:active {
  color: #767676;
  text-decoration: none;
}

#comment-notes {
  font-size: 88%;
}

.entry-content {
  margin-top: 30px;
}

.entry-summary {
  margin-top: 20px;
}

.entry-utility {
  margin-top: .8em;
  margin-bottom: .8em;
  font-size: 90%;
  font-style: italic;	 
}

#respond {
  margin-top: .8em;
}

.more-link {
  margin-left: 5px;
}
	
#nav-below {
  float: left;
  margin-bottom: .8em;
  width: 	610px;
  font-style: italic;
}

.nav-previous {
  float: left;
}
	
.nav-next {
  float: right;
}
