* {
  padding:0;
  margin:0;
  list-style:none;
}

body {
  font:62.5% Arial, Helvetica, sans-serif; /* Means 1em == 10px, 1.2em == 12px, etc. */
  background:#FFF url(../images/bg-old.jpg) repeat-x  ; /* Set background image here */
}

p, h2, h3, h4, h5 {
  font-size:1.2em;
}

img {
  border:0;
}

div#wrapper {
  width:768px;
  width:960px;
  padding-top:8px;
  margin:25px auto 0;
  background:url(../images/top.png) no-repeat;
}

div#masthead {
  width:768px;
  width:960px;
  background:url(../images/main_bg.png) repeat-y;
}

/* Blog Title */
h1 {
  font:3.2em 'Trebuchet MS', Arial, Helvetica;
}

h1 a {
  position:absolute;
  width:300px;
  height:30px;
  left:40px;
  top:15px;
  font-weight:bold;
  text-decoration:none;
  color:#ff7e00;
}

h2{ font:2.0em 'Trebuchet MS', Arial, Helvetica; }

/* Tagline */
#masthead p {
  position:relative;
  margin:0;
  top:62px;
  left:50px;
  color:#888;
}

/* Pages Navigation */
div#masthead ul {
  float:left;
  width:949px;
  margin-left:5px;
  z-index:2;
  bottom:-2px;
  background:url(../images/nav_bg.gif) bottom repeat-x;
}

div#masthead ul li {
  float:left;
}

div#masthead ul li a {
  color:#686868;
  text-decoration:none;
  display:block;
  font-size:1.2em;
  padding:15px 15px 10px 15px;
}

div#masthead ul li a:hover{
  background:url(../images/nav_bg_hover.gif) bottom repeat-x;
}


div#masthead ul li.hover,
div#masthead ul li:hover {position:relative;}
div#masthead ul li.hover ul,
div#masthead ul li:hover ul {display:block;}

div#masthead ul li ul {
	display:none;	
	position:absolute;
	top:39px;
	left:0px;
	width:auto;
	margin:0;
	padding:0;
}
* html div#masthead ul li ul {top:25px;}
div#masthead ul li ul li {
	float:left;
	width:175px;
}
div#masthead ul li ul li a {
	float:left;
	width:175px;
	padding:5px 0 5px 20px;
	color:#666;
	text-transform:none;
	border-bottom:1px solid #CCC;
	background:#EEE;
}
div#masthead ul li ul li a:hover {background-color:#DDD;}






/* Banner image dropshadow */
div#masthead_image {
  background:url(../images/image_bg.png) center no-repeat;
  width:724px;
  height:148px;
  clear:both;
  padding:8px 22px;
  position:relative;
  z-index:1;
}
div#header {
  clear:both;
  padding-left:5px;
  z-index:-999;
}

a {
  outline:0;
}

/* Page dropshadow */
div#content {
  width:768px;
  width:960px;
  background:url(../images/main_bg.png) repeat-y;
  z-index:-999;
}

/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/

div#main {
  padding:20px 20px 20px 30px;
  width:500px;
  width:640px;
  float:left;
  z-index:-999;
}

/* Main header on single pages */
h2 {
  color:#0082c4;
  font-size:24px;
  padding:10px 0 0;
  line-height:1;
  margin:0 0 20px;
  border-bottom:1px solid #e7e7e7;
}

div#main h2.header a {
  color:#0082c4;
  text-decoration:none;
}

h2.header span {
  position:relative;
  padding-right:10px;
}

/* Secondary headline above comments and comment form */
div#main h3 {
  margin:15px 0 5px;
  color:#222;
  font-size:1.2em;
  border-bottom:1px solid #CCC;
}

div#main {
  color:#6b6b6b;
  line-height:2;
  margin:5px 0 30px 0;
  font-size:1.2em;
}

div#main a {
  color:#a7cf38;
}

#main p.byline {
  color:#999;
}


/*-----------------------------------------------------------------------------

  Secondary Content

-----------------------------------------------------------------------------*/

div#secondary {
  padding:25px 20px 20px 0;
  width:200px;
  width:250px;
  float:left;
}

div#secondary ul#sidebar {
  margin:15px 0 20px;
  color:#507fa3;
  padding-bottom:10px;
  border-bottom:1px solid #e7e7e7;
}

div#secondary ul#sidebar li {
  margin:5px 0;
  font-size:1.2em;
  line-height:1.5em;
}

/* Sidebar headers */
div#secondary h2 {
  text-transform:uppercase;
  color:#a7cf38;
  margin:20px 0 8px;
  font-size:1em;
  line-height:1;
}

div#secondary a {
  color:#666;
  text-decoration:none;
}

div#secondary a:hover {
  text-decoration:underline;
}

div#secondary ul.children {
  margin-left:5px;
  padding-left:10px;
  border-left:5px solid #EAEAEA;
}

div#secondary ul#sidebar li li {
  font-size:1em;
}

/* Optional bio area header (commented out by default) */
div#author h2 {
  font-size:1.2em;
}

div#secondary p {
  line-height:1.5;
  margin:5px 0;
  color:#666;
}


/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

ul#footer {
  height:8px;
  width:768px;
  width:960px;
  margin:0 auto;
  background:url(../images/bottom.png) no-repeat;
  text-align:center;
  font-size:1em;
  color:#686868;
  padding:30px 0;
}

ul#footer li {
  display:inline;
  margin-left:10px;
}

ul#footer li span {
  position:absolute;
  text-indent:-9999em;
}

ul#footer li a {
  color:#686868;
  text-decoration:none;
}



/*-----------------------------------------------------------------------------

  CSS Magic

-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */


/*-----------------------------------------------------------------------------

  EMAGINE EDITS

-----------------------------------------------------------------------------*/

table{ text-align:left; border-collapse:collapse; margin:30px 0;}
table tr{ border-bottom:1px solid #DDD; }
table th{ background:#DDD; padding:7px; font-size:12px; border:1px solid #999; border:none; }
table td{
	padding:7px;
	border:1px solid #999;
	height:80px;
	vertical-align:top;
	border:none;
}
.clienteditor img{ border:3px solid #DDD; margin:0 5px 5px 0}
.clienteditor img.left{ float:left; margin:0 20px 10px 0; }