/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
body 
{
	width: 972px;
	height: 106px;
	margin-left: auto;
	margin-right: auto;
	padding: 2.5em;
	/*background: #FFFFFF url(images/img01b.jpg) repeat-x right top;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0;
	color: #0153B4;
	font-weight: normal;
}

h1 {
	font-size: 2em;
	text-align:center;
}

h2 {
	font-size: 1.6em;
	
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
}


a {
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
	color: #0153B4;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */
#logo 
{
	width: 972px;
	height: 106px;
	margin: auto auto;
	background: #FFFFFF ;/*url(images/img01c.jpg) no-repeat*/
	
}

#logo h1, #logo p {
	float: left;
	padding: 10px 10px;
	
}

#at
{
	width: 972px;
	color: #FFFFFF;
	margin: auto auto;
	background: #415896; 
	font-size: 12px;
	font-style:italic;
}

#logo h1 {
	padding: 10px 0 0 0;
	/*text-transform: lowercase;*/
	font-weight: normal;
	font-size: 3em;
	
}

#logo a {
	border: none;
	text-decoration: none;
	color: #DDDDDD;
}

#logo strong
{
	color: #FFAA33;
}

/* Menu */
.jqueryslidemenu
{
	width: 972px;
	/*font: bold 12px Verdana;*/
	background: #5896B3; /*414141*/
	/*text-align: center;*/
	margin: auto auto;
	
}

.jqueryslidemenu ul
{
margin: 0;
padding: 0;
list-style-type: none;

}

.jqueryslidemenu a
{
	border-bottom: 0px dashed #CCCCCC;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: right;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #415263; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

.bubblewrap{
list-style-type:none;
margin: auto auto;
padding:0;
}

.bubblewrap td
{
display:inline;
width: 80px;
height:70px;
}

.bubblewrap td img{
width: 90px; /* width of each image.*/
height: 80px; /* height of each image.*/
border:0;
margin-right: 12px; /*spacing between each image*/
-webkit-transition:-webkit-transform 0.1s ease-in; /*animate transform property */
-o-transition:-o-transform 0.1s ease-in; /*animate transform property in Opera */
}

.bubblewrap td img:hover{
-moz-transform:scale(1.8); /*scale up image 1.8x*/
-webkit-transform:scale(1.8);
-o-transform:scale(1.8);
}

/* Wrapper */

#wrapper {
}

/* Page */

#page 
{
	width: 972px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px dashed #CCCCCC;
}

/* Content */

#content 
{
	width: auto;
}

.intro
{
	
	background: url(./images/cale.png);
	/*padding: 1px 20px 10px 20px;*/
	/*width: 640px;*/
	/*height:353px;*/
	/*margin: auto auto; */
	outline: dashed;
	/*font-weight: normal;*/
	/*background: #454545;*/
	/*border-style: solid;*/
}

.intro p
{
	background: #454545;	
	color: #a0a0a0;
	float: right;
	font-size: 16px;
	padding: 0px 10px 10px 10px;
}

.intro p img 
{
	/*vertical-align: middle;*/
	float: left;
	padding: 10px 10px 10px 10px;
}
.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	line-height: 200%;
	font-size: 1.5em;
}

.post h1 {
	font-weight: normal;
	font-size: 30px;
}

.post h2 {
	font-size: 24px;
	align:center;
}

.post h3 {
	font-size: 16px;
}

.title {
	margin: 0;
	padding-bottom: 6px;
	font-weight: normal;
	
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dashed #CCCCCC;
}

.byline {
	/*border-top: 1px dashed #CCCCCC;*/
	
	text-transform: uppercase;
}

.entry {
	font-size: 12px;
}

.links {
	font-size: 11px;
}

.links a {
	display: block;
	border: none;
	color: #333333;
}

.links a:hover {
}

.links .more {
	float: left;
	padding-left: 25px;
	/*bpadding-right: 15px;*/
	text-transform: uppercase;
}

.links .comments {
	float: left;
	padding-left: 20px;
	background: url(images/img04.jpg) no-repeat left top;
}

/*------------------------*/
#foto img:hover
{
	background: url(images/Ivan_Figueroa3.jpg);
}

#album
{
	border: 2px solid #565689;
	padding: 8px 8px 8px 8px;
	
}

#album img
{
	border: 1px solid #BBBBBB;
	padding: 8px 8px 8px 8px;
}


/* Sidebars */

/*.sidebar {
	float: left;
	width: 200px;
	padding: 0 0 0 21px;
}

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

.sidebar li {
	margin-bottom: 10px;
	padding: 0 0 20px 0px;
	background: url(images/img06.jpg) repeat-y left top;
	border-bottom: 1px solid #CCCCCC;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
	padding: 5px 10px;
	border: none;
}

.sidebar li h2 {
	height: 30px;
	margin: 0 0 10px 0;
	padding: 14px 0 5px 10px;
	background: url(images/img05.jpg) no-repeat left top;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.sidebar p {
	padding: 0 10px;
}*/

/* Search */

/*#searchform {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

#searchform br {
	display: none;
}

#s {
	margin: 0;
	padding: 2px 2px;
	width: 120px;
	height: 18px;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 24px;
	border: none;
	background: #A49D3C;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}*/

/* Footer */

#footer {
	border-top: 1px solid #C8C8C8;
	height: 100px;
}

#footer p {
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #000000;
}

#footer a {
	color: #000000;
}
