/*
Theme Name: Tucabo Blue
Theme URI: http://www.enriquegarde.com 
Description: Tucabo Inc.
Version: 1.0
Author: Enrique Alex Garde 
Author URI: www.enriquegarde.com 
*/



/* General */

body {
	margin: 0;
	background-color: #ebf1f5;
	background-image: url(images/pageback.jpg);
	background-repeat: repeat-y;
	background-position:center
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.subtitle {
        font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

a {
	color: #5CBCD4;
}

/* Page */

#page {
	margin: 0 auto;
	width: 886px;
	background: url("images/pageinpage.jpg") no-repeat;
}


/* Header */

#header {
	width: 886px;
	height: 160px;
	position: relative;
}
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 0px;
		left: 55px;
		width: 340px;
		height: 33px;
		float: left;
	}
	
		#headerpage #header-menu {
		position: absolute;
		top: 0px;
		left: 55px;
		width: 340px;
		height: 33px;
		float: left;
	}
	
		#header #header-menu #header-menu-left {
			float: left;
			width: 15px;
			height: 33px;
			background: url("images/header_menu_left.png") no-repeat;
		}
		
		#header #header-menu #header-menu-in {
			float: left;
			height: 33px;
			background: url("images/header_menu_in.gif") repeat-x;
		}
		
		#header #header-menu #header-menu-right {
			float: left;
			width: 15px;
			height: 33px;
			background: url("images/header_menu_right.png") no-repeat;
		}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 33px;
	}
	
	#header #header-menu ul li {
		font: bold 11px/33px Arial;
		color: #FFFFFF;
		float: left;
		text-transform: uppercase;
	}
	
	#header #header-menu ul li a {
		color: #FFFFFF;
		text-decoration: none;
		padding: 0 10px;
		display: block;
		padding: 11px;

	}
	
	#header #header-menu ul li a:hover {
		background: url("images/header_menu_hover.gif") repeat-x;
	}
	
	#header #header-menu ul li ul {
	}
	
	#header #header-menu ul li.current_page_item a {
		background: url("images/header_menu_hover.gif") repeat-x;
	}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 66px;
		left: 724px;
		width: 100px;
		height: 19px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 200px;
		height: 15px;
	}
	
	#header #header-search #s {
		width: 119px;
		height: 18px;
		padding: 1px 2px 0 2px;
		border: 0;
		font: normal 15px Arial;
		color: #003d56;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 19px;
		padding: 0;
		float: right;
	}

/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: none;
	height: 22px;
	padding-bottom: 8px;
	font-size: 11px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-style: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px auto 0px;
	}
	
#navicons {
	float: right;
	display: block;
	margin: 7px 10px 0px 5px;
	}

.navicon {
	float: right !important;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	}
	
#sub-menu {
	z-index: 999;
	width: 1px;
}

/*** ESSENTIAL STYLES ***/

.ot-menu, .ot-menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	background: url(images/header_menu_in.gif);
	}
	
.ot-menu {
	line-height: 1.0;
	}

.ot-menu ul {
	position: absolute;
	top: -999em;
	width: 120px; /* left offset of submenus need to match (see below) */
	}
	
.ot-menu ul li {
	width: 100%;
	border: none;
	margin: 0px 0px 0px 0px;
	}
	
.ot-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
	
.ot-menu li {
	float: left;
	position: relative;
	}
	
.ot-menu a {
	display: block;
	position: relative;
	}
	
.ot-menu li:hover ul,
.ot-menu li.sfHover ul {  /*posiciÑn del submenÏ */
	left: 0;
	top: 22px; /* match top ul list item height */
	z-index: 99;
	}
	
ul.ot-menu li:hover li ul,
ul.ot-menu li.sfHover li ul {
	top: -999em;
	}
	
ul.ot-menu li li:hover ul,
ul.ot-menu li li.sfHover ul {
	left: 180px; /* match ul width */
	top: 0;
	}
	
ul.ot-menu li li:hover li ul,
ul.ot-menu li li.sfHover li ul {
	top: -999em;
	}
	
ul.ot-menu li li li:hover ul,
ul.ot-menu li li li.sfHover ul {
	left: 180px; /* match ul width */
	top: 0;
	}

/*** DEMO SKIN ***/

.ot-menu .current_page_item a {
	color: #000000 !important;
	border-bottom: 4px solid #000000;
	}
	
.ot-menu .current_page_item li a, .ot-menu li .current_page_item a {
	color: #FFFFFF !important;
	background: #000000;
	border-bottom: none;
	}

.ot-menu {
	float: left;
	margin-bottom: 0;
	}
	
.ot-menu a {
	padding: 6px 5px 5px 5px;
	text-decoration: none;
	font-style: normal;
	line-height: 11px;
	font-family: Arial, sans-serif;
	color: #000;
	}
	
.ot-menu li li a, .ot-menu li li a:visited {
	color: #666666;
	padding: 8px 10px 6px 10px;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	border: none;
	}
	
.ot-menu a, .ot-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #666666;
	}
	
.ot-menu a:focus, .ot-menu a:hover, .ot-menu a:active {
	background:	#FC1E07;
	color: #fff;
	outline: 0;
	}

.ot-menu li {
	background: none;
	}
	
.ot-menu li li {
	background:	#f0f0f0;
	border: none;
	width: 160px;
	}
	
.ot-menu li li li {
	background:	#000;
	border: none;
	}
	
.ot-menu li:hover, .ot-menu li.sfHover {
	background:	none;
	border-bottom: none;
	outline: 0;
	}
	
.ot-menu li li:hover, .ot-menu li li.sfHover {
	background:	#333;
	color: #fff;
	border: none;
	outline: 0;
	padding: 0px;
	}

.ot-menu li li a:focus, .ot-menu li li a:hover, .ot-menu li li a:active {
	background:	#000000;
	color: #FFFFFF;
	border-bottom: none;
	outline: 0;
	}

/*** ARROWS **/

.ot-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	}
	
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 10px;
	top: 16px; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -999em;
	overflow: hidden;
	background:	url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	}
	
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 16px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	}
	
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
	}

/* point right for anchors in subs */
.ot-menu ul .sf-sub-indicator { 
	background-position:  -10px 0; 
	}
	
.ot-menu ul a > .sf-sub-indicator { 
	top: 7px;
	background-position:  0 0; 
	}
	
/* apply hovers to modern browsers */
.ot-menu ul a:focus > .sf-sub-indicator,
.ot-menu ul a:hover > .sf-sub-indicator,
.ot-menu ul a:active > .sf-sub-indicator,
.ot-menu ul li:hover > a > .sf-sub-indicator,
.ot-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	none;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	}
	
.sf-shadow ul.sf-shadow-off {
	background: transparent;
	}




/* Main */

#main {
	width: 886px;
}

	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 280px;
		font: normal 12px/18px Arial;
		color: #00324f;
		padding: 35px 40px 55px 0;
	}
	
	#sidebar a {
		color: #00a0e2;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Sides */
	
	#sidebar #sidebar-left {
		float: left;
		width: 219px;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 200px;
		padding-bottom: 25px;
		padding-left: 37px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			font: normal 18px Arial;
			color: #00324f;
			padding-bottom: 5px;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 0 0 15px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #00324f;
			font: normal 12px/22px Arial;
		}
		
		#sidebar ul li a {
			color: #00324f;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0 0 0 10px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 0;
			width: 135px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 125px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap table {
			width: 135px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 0 1px;
		}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 500px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 30px;
		padding-left: 50px;
		width: 700px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 700px;
			color: #00324f;
			font: normal 14px Arial;
		}
		
		#content .post .post-title a {
			color: #00324f;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			width: 0px;
			height: 0px;
			text-transform: lowercase;
			font: normal 0px/0px Arial;
			text-align: center;

		}
		
		#content .post .post-title .post-date span {
			display: block;
			font-size: 21px;
			line-height: 26px;
		}
		
		#content .post .post-title h2 {
			color: #00a0e2;
			font: normal 18px Arial;
			padding-bottom: 5px;
                        padding-left: 80px;
		}
		
		#content .post .post-title h2 a {
			color: #00a0e2;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font-size: 12px;
                        font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
                        padding-left: 40px;
			color: #00324f;
			width: 450px;
		}
		
		#content .post .post-entry a {
			color: #00a0e2;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #add7e8;
			margin: 0px 30px;
			padding-left: 65px;

		}
		
		/* Post - Info */
		
		#content .post .post-info {
			width: 450px;
			clear: both;
			font: bold 14px Arial;
			color: #00a0e2;
                        padding-left: 50px;
		}
		
		#content .post .post-info a {
			color: #00a0e2;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			margin: 30px 0 5px 0;
			color: #00a0e2;
			font: bold 15px Arial;
                        padding-left: 50px;
		}
		
		#content .post .comments {
			font: normal 14px/20px Arial;
			color: #00324f;
			width: 450px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #00a0e2;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #add7e8;
		}
		
		#content .post .comments ol li cite {
			color: #00a0e2;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #00a0e2;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #00a0e2;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			padding-left: 25px;
			font: normal 14px/20px Arial;
			color: #00324f;
			width: 475px;
		}
		
		#content .post #commentform a {
			color: #00a0e2;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 14px Arial;
		color: #00a0e2;
		width: 500px;
	}
	
	#content .navigation a {
		color: #00a0e2;
		text-decoration: none;
		margin-bottom: 30px;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}


/* Footer */

#footer {
	width: 546px;
	height: 60px;
	padding: 15px 40px 0 300px;
	color: #c8efff;
	font: normal 14px/30px Arial;
}

#footer a {
	color: #c8efff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

