/*
AUTHOR: Lopo Lencastre de Almeida
AUTHOR URI: http://ipublicis.com/
*/

/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body { 
  line-height: 1.5; 
  background: #fff; 
  margin:0; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

/* -------------------------------------------------------------- 
  
   Structure   
   
-------------------------------------------------------------- */

body {
	background:#fff;
	color:#000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	display: table;
}
a {
	text-decoration:none;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
#wrapper {
	text-align:center;
	display: table-cell;
	vertical-align: middle;
}
#main {
	width:860px;
	margin:0 auto 24px auto;
	text-align:left;
	font:18px/24px Georgia, serif;
}
h1 {
	font:30px/36px Verdana, sans-serif;
	font-weight:bold;
}
h1 span {
	font-size:24px;
	text-transform:uppercase;
	letter-spacing:1px;
}
#menu-wrap {
	background:#657C46 url(img/bar.gif) repeat-x top;
	width:100%;
	float:left;
	margin:0 0 24px 0;
	border-top:2px solid #87A45F;
	border-bottom:2px solid #657C46;
}
#menu-options {
	/* width:960px; */
	margin:0 auto;
	padding:8px 0;
	font-family:Verdana, sans-serif;
	color:#FFF;
	font-size:15px;
	overflow:hidden;
}
#menu-options a {
	color:#FFF;
}
#menu-options ul { 
	list-style:none; 
}
#menu-options li {
	display:inline;
	border-right:1px solid #657C46;
	padding:0 15px 0 15px;
}
/* #menu-options li.last { 
	border-right: none; 
} */
#site-info-wrap {
	clear:both;
	width:100%;
	float:left;
}
#site-info {
	width:960px;
	margin:0 auto;
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#444;
}
#site-info a {
	font-style:bold;
	color:#444;
}
#site-info a:hover {
	font-style:bolder;
	color:#000;
}

.tip {
	margin: 0px;
	padding: 5px;
	font-size: 0.9em;	
}


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

/*  Only added for the sake of compliance with Themes Directory   */

.entry-content img { margin: 0 0 18px 0; max-width:100%; }

img.alignleft,img.align-left {
	float: left;
	margin-right:20px;
}
img.alignright,img.align-right {
	display: block;
	float: right;
	margin-left:20px;
}
img.center, img.centered {
	margin: 0 auto;
	display: block;
	float: none;
	clear: both;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
}

/* =Blog Upper Link
-------------------------------------------------------------- */

#blog {
    position: fixed;
    top: 0; 
    left: 0;
    margin-left: 0;
    margin-right: 0;
    width: 77px;
    height: 78px;
    border: none;
    text-align: left;
    cursor: pointer;
    display: block;
    z-index: 1;
}

/* =Social Upper Buttons
-------------------------------------------------------------- */

#social {
    position: fixed;
    top: 0; 
    right: 0;
    margin-top: 8px;
    border: none;
    text-align: left;
    cursor: pointer;
    display: block;
    z-index: 1;
}
