/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	Citrus Island
   TEMPLATE CODE: 	S-0004
   VERSION:          1.1          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { margin:0; 	padding: 0; }

body {
	margin: 0; padding: 0;
	font: 70%/1.5em  Verdana, Tahoma, Arial,sans-serif;
	color: #333; 
	background: #FFF url(bg.gif) repeat-x;	
	text-align: justify; 
}

/* links */
a {
	color: #5C55B7; 
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #F4270B;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Arial,'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 150%;	
	padding: 10px 10px 5px 10px;
	color: #5D8ADD;
	background-color: inherit;
	border-bottom: 1px solid #EFF0F1;
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	border-bottom: 0px solid #EFF0F1;
}
h3 {
	font-size: 115%;
    text-align: left;
	color: #404040;
}

h2, h3 {
	padding: 2px;
	margin: 0;
}

p {
	padding: 2px;
	margin: 0;
	text-align: justify;
	font-size: 110%;
}
/* images */
img {
	border: 0px solid #D5D5D5;
}
img.float-right {
  margin: 5px 10px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 10px;
}

#sidebar h1, 
#sidebar p {
	padding-left: 0;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #FF9966;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #FF9966;   
}

/* form elements */
form {
	margin:10px; padding: 5px;
	border: 1px solid #BFBFBF; 
	background-color: #f0f0f0; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	height:20px;	
}
textarea {
	width:350px;
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Verdana, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #75A54B;
}
/* search form */
form.search {
	position: absolute;
	top: 15px; right: 15px;
	padding: 0; margin: 0;
	border: none;
	background-color: transparent; 
}
form.search input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 	
	vertical-align: top;
}
form.search input.button {
	width: 60px;
	vertical-align: top;
}

/**************************************
   LAYOUT 
***************************************/	
/* usado */
#wrap {
	margin: 0 auto; 
	padding: 0; 
	width: 900px;
	text-align: left;
	border: 0px solid;

}
/* usado */
#wrap1 {
	margin: 5px auto; 
	padding: 0; 
	width: 900px;
	text-align: left;
	border: 0px solid;

}
/* usado */
#pub_rodape {
	margin: 5px auto; 
	padding: 0; 
	width: 900px;
	text-align: center;
	border: 0px solid;
}

/* header */
#header { 
	position: relative;
	height: 70px; 
	margin: 0; padding: 0;
	color: #808080; 		
}
#header h1#logo {
	position: absolute;	
	font: bold 3.9em "Trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding:0;
	color: #6297BC;
	letter-spacing: -2px;	
	border: none;	
	
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 2px;		
}
#header h1#logo span { color: #F18359; }

#header h2#slogan { 
	position: absolute;
	margin: 0; padding: 0;	
	font: bold 12px Arial, Tahoma, Sans-Serif;	
	text-transform: none;
	
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 45px; left: 110px;
}

/* menu */
#menu {
	clear: both;
	background: #FFFFFF url(menubg.gif) repeat-x;
	height: 30px;
	margin: 0;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	color: #6297BC;
	font: bolder 1.2em/30px Verdana, Arial, Tahoma, Sans-Serif;		
}

#menu-int{
	clear: both;
	background: red;
	height: 25px;
	padding:5px 5px 0px 8px;
	margin: 2px;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	font: bold 15px Verdana, Arial, Tahoma, Sans-Serif;	
	color: #4F89B1;  	
}

#menu-nac{
	clear: both;
	background: #6297BC;
	height: 25px;
	padding:5px 5px 0px 8px;
	margin: 2px;
	font: bold 15px Arial, Tahoma, Verdana, Sans-Serif;	
	color: #4F89B1;	
}

#menu ul{
	list-style-type:none;
    margin: 0;
    padding: 0 0 0 8px;
}
#menu ul li {
	float: left;
	list-style: none;
    position:relative;
    z-index:1000;
	border-right: 0px solid #FF0000;
	border-left: 0px solid #FF0000;
}
#menu ul li ul {
      display:none;
      border:none;
      margin-left:-8px;
}
#menu ul li a {
      float:left;
      display:block;
      height:2.2em;
      line-height:2.2em;
      margin-right:0px !important /*Non-IE6*/;
      margin-right:-4px /*IE6*/;
      padding:0 16px 0 16px;
      text-decoration:none;
      font-weight:bold;
      color: #43799F;
}
#menu table {
      position:absolute;
      z-index:999;
      top:0;
      left:0;
      border-collapse:collapse;
      font-family:arial,"trebuchet ms",sans-serif;
}
#menu ul li:hover {
      width:auto;
}
#menu ul li a:hover ul {
      display:block;
      position:absolute;z-index: 998;
      top:3.1em;
      t\op:3.0em;
      left:0; marg\in-top:0.1em;
}
#menu ul li a:hover ul li a {
      display:block;
      width:10em;
      height:1px;
      line-height:1.3em;
      padding:4px 16px 4px 16px;
      border-left:solid 0px rgb(175,175,175);
      border-bottom: solid 0px rgb(175,175,175);
      background-color:rgb(255,255,255);
      font-weight:normal; color:rgb(75,105,174);
}

/*Non-IE6*/
#menu ul li:hover a {
      background-color:#799EF2;
      text-decoration:none;
}
#menu ul li:hover ul {
      display:block;
      position:absolute;
      z-index:998;
      top:2.0em;
      margin-top:0.1em;
      left:0;
}
#menu ul li:hover ul li ul {
      display: none;
}
#menu ul li:hover ul li a {
      display:block;
      width:10em;
      height:auto;
      line-height:1.3em;
      margin-left:-1px;
      padding:4px 16px 4px 16px;
      border-left:solid 1px rgb(175,175,175);
      border-bottom: solid 1px rgb(175,175,175);
      font-weight:normal;
      color:#000;
}
#menu ul li:hover ul li a:hover {
      background-color:rgb(255,255,255);
      text-decoration:none;
}

/*IE6*/
#menu ul li a:hover {
      background-color:rgb(210,210,210);
      text-decoration:none;
}
#menu ul li a:hover ul {
      display:block;
      position:absolute;
      z-index: 998;
      top:3.1em;
      t\op:2.0em;
      left:0;
      marg\in-top:0.1em;
}
#menu ul li a:hover ul li a {
      display:block;
      w\idth:10em;
      height:1px;
      line-height:1.3em;
      padding:4px 16px 4px 16px;
      border-left:solid 1px rgb(175,175,175);
      border-bottom: solid 1px rgb(175,175,175);
      background-color:rgb(237,237,237);
      font-weight:normal;
      color:rgb(50,50,50);
}
#menu ul li a:hover ul li a ul {
      visibility:hidden;
      height:0px;
      width:0px;
      position:absolute;
      z-index: 997;
}

#menu ul li a:hover ul li a ul {
      visibility:hidden;
      height:0px;
      width:0px;
      position:absolute;
      z-index: 997;
}
#menu ul li a:hover ul li a:hover {
      background-color:rgb(255,255,255);
      text-decoration:none;
}
#menu ul li a:hover {
  	color: #333;	
	background: url(menu-hover-bg.gif) repeat-x;
}
#menu ul li#current a {
	color: #333;
	background: url(menu-current-bg.gif) repeat-x;	
}

/* sidebar */
#sidebar {
	float: left;
	width: 17%; 
	margin: 0;	padding: 0; 
	display: inline;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 7px 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;	
	background: url(arrow.gif) no-repeat 3px 6px;	
	padding: 2px 5px 2px 20px;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;	
}

#rightbar {
	float: left;
	width: 95%;
	padding: 0px;
	margin: 1em; 
	text-align: justify;
	border: 2px solid
}

#rightbar-links {
	float: right;
	width: 48%;
	padding: 0;
	margin: 1em; 
	text-align: left;
	border: 0px solid
}

/* main column */
#main {
	float: left;
	margin: 1em;
	padding: 0;
	width: 65%;
	/*height: 200px;*/
	border: 0px solid;
}

#main-links {
	float: left;
	text-align: left;
	margin: 0px 0px 0px 5px;
	padding: 0;
	width: 48%;
	border: 0px solid
}

#coluna {
	float:left;
	margin: 0 0 0 20px; 
	padding: 3px; 
	width: 28%;
	text-align: justify;
	border: 0px solid;

}

#coluna1 {
	float:left;
	margin: 0px 0px 5px 10px; 
	padding: 0px; 
	width: 210px;
	text-align: justify;
	border: 0px solid;

}

#coluna2 {
	float:left;
	margin: 0px 0px 0px 5px; 
	padding: 15px; 
	width: 410px;
	text-align: justify;
	border: 0px solid;

}

#coluna3 {
	float:left;
	margin: 0px 0px 0px 5px; 
	padding: 0px; 
	width: 600px;
	text-align: justify;
	border: 0px solid;

}

#coluna4 {
	float:left;
	margin: 0px 0px 0px 10px; 
	padding: 0px; 
	width: 270px;
	text-align: left;
	border: 0px solid;

}

#coluna_blog {
	float:left;
	margin: 0px 0px 0px 3px; 
	padding: 0px; 
	width: 600px;
	text-align: left;
	border: 0px solid;

}

#coluna_blog1 {
	float:left;
	margin: 0px 0px 0px 0px; 
	padding: 0px; 
	width: 50px;
	text-align: left;
	border: 0px solid;

}

#coluna_blog2 {
	float:left;
	margin: 0px 0px 0px 10px; 
	padding: 0px; 
	width: 530px;
	text-align: left;
	border: 0px solid;

}

/*Box Right*/

.boxcenter {
	float: none;
	border: 1px solid #FF9966;
	width: 700px; margin: 0 0 15px 15px;
	background-color: #FFF;
	}

.boxbig {
	float: none;
	text-align: center;
	border: 10px solid #FF9966;
	width: 900px; margin: 0 0 15px 15px;
	background-color: #F9864D;
	}
/*usado */
.boxright {
	float: left;
	border: 5px solid #EFF0F1;
	width: 260px; 
	margin: 0px 0px 15px 0px;
	background-color: #FFFFFF;
	}
.boxrighttext {
	padding: 5px;
	font-size: 92%;
	line-height: 140%;}
/* usado */
.columnleft {
	float: left;
	width: 47%;
	padding: 1px;
	border: 0px solid;
	}
/* usado */
.columnright {
	float: right;
	padding: 1px;
	width: 47%;
	border: 0px solid;
	
	}
	
.boxhole {
	float: left;
	border: 2px solid #EFF0F1;
	width: 590px;
	margin: 0px 0 15px 0px;
	background-color: #FFFFFF;
	}
	
.boxfoto {
	float: left;
	border: 1px solid #EFF0F1;
	width: 400px; 
	margin: 0px 10px 0px 0px;
	background-color: #FFFFFF;
	}
	
.boxfotopro {
	float: left;
	border: 1px solid #EEF0F1;
	margin: 5px 10px 0px 0px;
	background-color: #FFFFFF;
	}	
	
.holeright {
	float: right;
	padding: 5px;
	width: 47%;
	}	
.holeleft {
	float: left;
	padding: 5px;
	width: 280px;
	border: 0px solid;
	}	

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 15px 10px 10px 10px;
	border: 1px solid #f2f2f2; 
	font-size: 95%;
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 10px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 10px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 10px; margin: 0 10px 0 5px;
}


/*Data */

.dateblock {
text-align: center;
width: 50px;
font-family: Arial;
border: 0px solid;
background-color: #cbf8b3;
}
.day {
font-size: 26px;
position: relative;
top: -1px;
}
.month {
font-size: 12px;
}
.year {
font-size: 12px;
position: relative;
top: -1px;
}

/* footer */
/* usado */
#footer { 
	clear: both; 	
	color: #666666; 	
	padding: 0;	 
	background: #FFF url(footerbg.gif) repeat-x;
	height: 100px;
	
}
#footer a { 
	text-decoration: none; 
	
}
/* usado */
#footer-content {
	margin: 0 auto;
	width: 900px;
	background: #FFF;
	text-align: center;
	border: 0px solid;
	
}
/* usado */
#footer-content #footer-left {
	padding: 2px;
	width: 173px;
	height: 120px;
	float: left;
	text-align: left;
	border: 0px solid;
   
}
#footer-content #footer-right {
	padding: 10px;
	width: 100%;
	float: right;
	text-align: right;
}

#footer-content #footer-left-1 {
	padding: 10px;
	width: 20%;
	float: left;
	text-align: left;
	border: 0px solid;
	
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear  { clear: both; }
.green  { color: #75A54B; }
.greena {	color: #9EC630; }
.gray  {	color: #BFBFBF; }
