º/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		HigherGround
   TEMPLATE CODE: 	S-0014
   VERSION:          1.1   
	LAST MODIFIED:    January-12-2008       	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #666666;
	text-align: left;
	background-image: url(imagenes/fondo.gif);
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-color: #FFFFFF;
	background-position: top;
	background-repeat: repeat-x;
}

/* links */
a, a:visited {
	color: #586899;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #445277;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
 		
}

h2 {
	font-size: 130%;
	font-weight: normal;
	color: #536F9C;
	background-color: #CBCBCB;
}
h3 {
	font-size: 100%;	
}

h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	top: 25px;
}

/* images */
img {
	padding: 0px;
}
img.float-right {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #999999;
}
img.float-left {
	margin: 5px 10px 10px 0px;
	border: 1px solid #999999;
}

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: url(post.jpg);
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: url(post.jpg);
	border: 1px solid #E0DBC9;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #A89A6A;
}


/* start - table */
table {
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10px;
	word-spacing: 0.005em;
	letter-spacing: 0.005em;
	vertical-align: middle;
}
th strong {
	color: #fff;
}
th {
	height: 29px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFF;
	text-align: center;
	background-color: #536F9C;
	background-image: url(nav.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFF;
	border-left-color: #323C58;
}
tr {
	height: 30px;
}
td {
	padding-left: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	border-left-color: #E8E8E8;
}
td.first,th.first {

}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:0px;
	border: 1px dotted #999999;
	background-color: #DFDFDF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
label {
	font-weight:bold;
	margin-top: 5px;
	margin-right: 5;
	margin-bottom: 5px;
	margin-left: 5;
}
input {
	border:1px solid #CCCCCC;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	padding: 2px;
	margin-left: 0px;
	display: block;
	width: 200px;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #CCCCCC;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	height: auto;
	color: #FFF;
	border: thin dotted #FFFFFF;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #596A9C;
	width: auto;
	display: block;
	float: none;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 3px; padding: 5px 0 10px 0;	
	width: 220px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox {
	width: 130px;
	color: #777;
	height: 18px;
	padding: 2px;
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 900px;




	height:2000px
	background-repeat: repeat-y;
	background-position: center top;
	margin: auto;
	
}
#top-bg {
   position: absolute;
	width: 820px;
	height: 19px;
	background: #CCC url(top-bg.jpg) repeat-y center top;	
	top: 0; left: 0;
	z-index: 2;	
}


#navegacion{
	width: 900px;
	height: 44px;
}


#botonera{
	padding-top: 12px;
}

#imagen{
	width: 900px;
}

#content-wrap {
	position: relative;
	clear: both;
	width: 900px;
	padding: 0;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	float: left;

}
#java {
	width: 100px;
	height: 100px;
	border: 1px solid black;
	background-color: #f9f9f9;
	float: left;
}

#header {
	width: 900px;
	position: relative;
	height: 125px;
	padding: 0;
	color: #FFF;
	background-image: url(imagenes/fotohome.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#headerlogo {
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;

}

#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #838181;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 200px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 20px; right: 20px;	
	color: #838181;
	font-size: 10px;	
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #444;		
}

/* header-photo */
h1 {
	clear: both;
	height: 284px;
	width: 900px;
	background-image: url(imagenes/fotohome.jpg);
	background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
	margin:0;
}

/* Navigation */
#nav {
	clear: both;
	padding: 0;
}
#nav ul {
	list-style: none;
	background: url(nav.jpg) repeat-x;
	width: 900px;
	padding: 0;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	float: left;
	height: 149px;
	}
#Botonera {
	background: url(nav.jpg) repeat-x;
	padding-top: 21px;
}
#nav ul li {
	display: inline;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	border-right-style: none;
	border-bottom-style: none;
	padding-right: 11px;
	padding-bottom: 0;
	padding-left: 11px;
	margin: 0px;
	height: auto;
	vertical-align: bottom;
	padding-top: 23px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background-image: url(imagenes/nav-hover.gif);
	background-repeat: repeat-x;
}
#nav ul li#current a {
	background-image: url(imagenes/nav-current.gif);
	background-repeat: repeat-x;
}

/* Main Column */
#main {
	width: 67%;
	float: left;
	padding-top: 20px;
}
#main h2 {
	color: #536F9C;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#main h3 {
	color: #333333;
	text-transform: uppercase;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 3em;
	text-decoration: underline;
}
#main h2 a {
	color: #596A9C;
	text-decoration: none;
	width: auto;
}
#main ul li {
	list-style-image: url(bullet.gif);
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 27.5%;
	padding: 20px 0 0 0; margin: 0;
}	

#fotodoc {
	float: left;
	width: 63px;
	margin: 0;
	background-image: url(imagenes/doc-icon.gif);
	padding-left: 10px;
	height: 95px;
	padding-top: 10px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: center bottom;
}	
#sidebar h2 {
	color: #536F9C;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(dots.jpg) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(dots.jpg) repeat-x left bottom;
	color: #8F8F8F;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 5px;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }

/* footer */
#footer-wrap {
	clear: both;
	width: 820px;
	font-size: 95%;	
	text-align: left;
	padding: 15px 0;
	background: url(footer-bottom.jpg) no-repeat center bottom;	
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h3 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 760px;		
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	background: url(footer-dots.jpg) repeat-x left top;
}
#footer-columns li {
	background: url(footer-dots.jpg) repeat-x left bottom;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 4px 0 4px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;
	width: 900px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;
	position: relative;
}

#footer-bottom h3 {
	font-family: Verdana, Tahoma, arial, sans-serif;
	color: #999999;
	text-decoration: none;
	width: auto;
	font-size: 90%;
	line-height: 15px;
	font-weight: normal;

/* postmeta */
.post-footer {
	background: url(post.jpg);
	padding: 5px; margin: 5px 10px 10px 10px;	
	font-size: 95%;	
	color: #AEA471;
	border: 1px solid #E0DBC9;

}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}
.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #888; }

/* alignment classes */
.float-left  { float: left; }
.float-right {
	float: right;
}
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.imagenes {
	float: right;
}
