/*  
Theme Name: Alapar
Theme URI: http://www.alapar.com/
Description: Alapar Comunicacion
Version: 0.1
Author: Fernando Machuca & Derek Punsalan
Author URI: http://www.5thirtyone.com/

Note concerning image sizes:

Main image on front page is 593 x 225
Secondary image 293 x 150

*/

* {
	margin: 0;
	padding: 0; 
}

body {
	background: #fff;
	color: #000;
	font-size: 62.5%;
	font-family: Lucida Grande,Arial,Verdana,sans-serif;
	text-align: center;
}

#main-wrapper {
	font-size: 1.1em;
	display: block;
	margin: 0 auto;
	padding: 0 7px;
	width: 960px;
	text-align: left; 
}

/* ----------------------------------- basics */

h1 {
	
        /*text-indent:-9999px;*/
        height:60px;
        width:295px;
left:0;
position:absolute;

top:10px;

}
h1 a {
/*background:transparent url(images/alapar.gif) no-repeat scroll center top;*/
float:left;
height:60px;
width:295px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 12px;
}

a {
	color: #0058a7;
	outline: none;
	text-decoration: none;
	/*border-bottom: 1px solid #ddd;*/
}

a:hover {
	color: #0d9eff;
	/*border-color: #3c6c92;*/
}

a img {
	border: none;
}

ul, ol {
	list-style: none;
}

input, textarea {
	outline: none;
}

/* ----------------------------------- panel google map */
#panel {
	height: 250px;
	display: none;
}

/* ----------------------------------- masthead */

#fish{
	background:transparent url(images/fish.gif) no-repeat scroll 0 0;
	float:right;
	height:73px;
	position:absolute;
	right:266px;
	top:0;
	width:71px;
}
#leaderboard {
	float:left;
	height:110px;
	position:relative;
	width:200px;
}

#site-name {
	float: left;
	margin: 16px 0 0 3px;
}


#site-name a {
	color: #000;
	border: 0;
}

#site-name a:hover {
	color: #3c6c92;
}

#main-nav {
	margin: 10px 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
}

#main-nav li {
	float: left;
	/*margin-left: 6px;*/
}

#main-nav li a {
	color: #333;
	background: #eee;
	display: block;
	padding: 12px 0 11px;
	text-decoration: none;
	text-align: center;
	width: 85px;
	border: 0;
}

#main-nav li a:hover {
	background: #333;
	color: #eee;
}

#main-nav li.rss-now a:hover, #main-nav li.rss-now a {
	background: #00cccc;
	color: #fff;
}
  
/* ----------------------------------- home posts */

.home .left {
	width: 590px;
}

.home .recent-leads {
	width: 960px;
	margin-top:38px;
}



.home .main-post-bg {
	background: #fff;
	display: block;
	height: 300px;
	position: relative;
	margin: 0 0 10px 0;
	width: 955px;
	overflow: hidden;
}

.main-post-bg .post-comments, .secondary-post-bg .post-comments {
	background:transparent url(images/comment-blue.gif) no-repeat scroll center 0;
	height:33px;
	position:absolute;
	right:7px;
	top:7px;
	z-index:1;
}

.post-comments a, .secondary-post-bg .post-comments a {
	font-size: 11px;
	color: #eee;
	display: block;
	padding: 6px 10px;
	text-align: center;
	border: 0;
} 

.post-comments a:hover, .secondary-post-bg .post-comments a:hover {
	background: transparent url(images/comment-hover.gif) no-repeat scroll center 0;
	color: #fff;
	height:33px;
}

.home .main-post-bg .title-insert, .home .recent-leads .title-insert {
	background: #222;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
	padding: 4px 0;
	/* opacity - move to sep. stylesheet */
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	opacity:.9;
}

.title-insert h2, .home .recent-leads .title-insert h3 {
	margin: 10px 12px 6px;
	line-height: 14px;
}

.title-insert h2 a, .home .recent-leads .title-insert h3 a {
	display: block;
	color: #ddd;
	text-decoration: none;
	border: 0;
}

.title-insert h2 a:hover, .home .recent-leads .title-insert h3 a:hover {
	color: #fff;
}

.home .recent-leads .secondary-post-bg {
	background: #eee;
	display: block;
	width: 315px;
	height: 150px;
	margin: 0 5px 10px 0;
	position: relative;
	overflow: hidden;
}

.home .right {
	width: 340px;
	text-align: left;
	overflow: hidden;
}

.home .right h3 {
	font-size: 14px;
	padding-left: 3px;
}

/* ----------------------------------- entry style */
.home.is-single {
	clear:both;
}

.post.single {
	padding-top: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	width: 590px;
}

.post.single h2, .post.single h2 a {
	font-size: 16px;
	line-height: 0px;
	color: #4C5D79;
	border: 0;
	padding:5px 0 50px;
}

.post.single h2 a:hover {
	color: #6D8A9E;
}

.post.single .entry {
	float: left;
	width: 960px;
}

.post.single .meta {
	color: #777;
	padding: 4px 0 0 3px;
	margin-top: 13px;
	float: left;
	width: 72px;
	font-size: 11px;
	line-height: 16px;
}

.post.single p strong {
	color:#0D9EFF;
}


.post.single p {
	line-height:18px;
	width:200px;
	float:left;
	color:#6D8A9E;
}
.post.single p img{
	margin-bottom:80px;
}
.post.single p img.galeria{
	margin-left:25px;
}
.zoomover{
	background:url("images/zoom.png") no-repeat scroll 90px 60px transparent;
	height:161px;
	position:absolute;
	width:210px;
}
.zoomover .derecha{
	margin-left:25px;
}

#colder {
	bottom:21px;
	float:left;
	line-height:18px;
	margin-top:-169px;
	width:180px;
}

.post.single .entry p.marco {
	background-color:#EEEEEE;
	padding:15px;
	text-align: justify;
	/*color: #808080;*/
	width:550px;

}

.entry p.imagen {
	width:690px;
	/*padding-bottom:40px;*/
	margin:0 0 65px 65px;
	border-bottom:1px solid #DDDDDD;
}



.post.single p a, .post.single li a {
	font-weight: bold;

}

.post.single h3 {
	font-size: 16px;
	color: #3c6c92;
	margin-top: 20px;
}

.post.single blockquote, .post.single ul, .post.single ol {
	margin: 0 14px;
	color: #555;
}

.post.single ul li {
	list-style: circle;
	margin: 0 20px;
}

.post.single ol li {
	list-style: decimal;
	margin: 0 20px;
}

.post.single blockquote {
	font-style: italic;
	border-left: 1px solid #ccc;
	margin-left: 21px;
	padding-left: 10px;
}

.post.single img.floatleft {
	float: left;
	margin: 4px 10px 0 0;
}

.post.single img.floatright {
	float: right;
	margin: 4px 0 0 10px;
}

.navigation {
	font-size: 10px;
	padding: 10px 0;
}

.navigation a {
	border: 1px solid #ddd;
	display: block;
	float: left;
	color: #777;
	text-transform: uppercase;
	padding: 4px 7px 3px;
}

.navigation .left {
	width: 50%;
	text-align: left;
}

.navigation .right {
	width: 49%;
	text-align: right;
	margin: 0 15px 0 0;
}

.navigation .right a {
	float: right;
}

.navigation a:hover {
	background: #eee;
	border-color: #3c6c92;
	color: #3c6c92;
}

/* ----------------------------------- sidebar / widget modules */

h3.module-title, h3.widgetTitle {
	/*border-top: 1px solid #bbb;
	margin: 0 0 10px;*/
	border-bottom: 1px solid #eee;
	
	padding: 7px 4px;
	font-size: 14px;
}

h3.module-title a, h3.widgetTitle a {
	border: 0;
}
.newFlag{
	background:transparent url(images/new-flag.gif) no-repeat scroll 0 0;
	float:left;
	height:33px;
	width:27px;
}
.widgetContainer {
	margin: 0 0 20px 0;
}

.widgetContainer .textwidget {
	font-size: 12px;
	line-height: 16px;
	margin: 0 7px;
}
.widgetContainer .localizacion {
	font-size: 11px;
	color:#6D8A9E;
}

ul.module-list, .widgetContainer ul {
	display:block;
	font-size:12px;
	margin:0 0 30px;
}

.module-list li, .widgetContainer li {
	
	line-height:30px;
	margin-left:45px;
}
.widgetContainer .mapa {
	line-height:24px;
}

.sidebar-nextprev {
	width: 320px;
	overflow: hidden;
}

.sidebar-nextprev li {
	float: left;
	border-left: 1px solid #ccc;
	height: 50px;
	width: 159px;
}

.sidebar-nextprev li.previous {
	border-right: 1px solid #ccc;
}

.sidebar-nextprev li.next {
	float: right;
	border-left: 1px solid #ccc;
	margin-left: -1px;
}

.sidebar-nextprev li a {
	margin-left: -1px;
	font-size: 13px;
	font-weight: bold;
	display: block;
	height: 50px;
	border: 0;
	color: #aaa;
	border-left: 1px solid #ccc;
}

.sidebar-nextprev li a:hover {
	color: #3c6c92;
	border-color: #3c6c92;
}

.sidebar-nextprev li a span {
	display: block;
	padding: 12px 0 0 10px;
	cursor: pointer;
}

.widgetContainer #wp-calendar {
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}

#wp-calendar caption {
	color:#0058A7;
	margin-bottom: 7px;
	margin-top:7px;
}

#wp-calendar thead th {
	/*padding: 4px 0 4px 3px;
	border: 1px solid #ccc;
	border-width: 1px 0;*/
}

#wp-calendar td {
	padding: 3px 0 7px 3px;
	color: #777;
}

#wp-calendar td a {
	font-weight: bold;
}

#middle-widgets {
	width: 970px;
}

#middle-widgets .widgetContainer {
	clear: top;
	float: left;
	margin:60px 0 15px;
}

/* ----------------------------------- legacy comments - remove this if you have wp 2.7 */
.legacy .commentlist li {
	margin: 0;
	border-top: 1px solid #bbb;
	padding: 7px 0 15px 90px;
}

.legacy img.avatar {
	float: right;
	margin: 0 7px 0 0;
}

.legacy cite {
	font-style: normal;
}

.legacy .commentlist li p {
	margin: 1em 0;
}

.legacy .commentlist li ul, .legacy .commentlist li ol, .legacy .commentlist li blockquote {
	margin: 1em 15px;
}

.legacy .commentlist li ul li, .legacy .commentlist li ol li {
	border: 0 !important;
	margin: 0 15px !important;
	padding: 0 !important;
}

.legacy .commentlist ul li {
	list-style: circle;
}

.legacy .commentlist ol li {
	list-style: decimal;
}

.legacy #respondform {
	padding: 10px 0 0 0;
	margin-left: 90px;
}

#respondform p {
	margin: 1em 0;
}

#respondform #author, #respondform #email, #respondform #url, #respondform textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #bbb;
	padding: 4px 3px;
	width: 160px;
	margin-right: 4px;
}

#respondform textarea {
	width: 99%;
	overflow: auto;
	margin-right: 0;
}

/* ----------------------------------- threaded comments - no support for wp 2.6 */

#comments-wrapper, #comments-wrapper-form {
	width: 600px;
}

h3#comments {
	background:transparent url(images/comment-blue.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	height:32px;
	padding:5px 0;
	position:relative;
	text-align:center;
	top:17px;
	width:28px;
}

.commentlist {
	font-size: 12px;
	margin: 0;
}

.commentlist li.comment, .commentlist li.pingback {
	margin: 0;
	border-top: 1px solid #bbb;
	padding: 7px 0 15px 90px;
}

.commentlist li.comment-author-admin {
	border-color: #3c6c92;
}

.commentlist li.comment p {
	margin: 1em 0;
}

.commentlist li.comment ul, .commentlist li.comment ol, .commentlist li.comment blockquote {
	margin: 0 15px;
}

.commentlist li.comment ul li {
	list-style: circle;
}

.commentlist li.comment blockquote {
	border-left: 1px solid #ccc;
	padding-left: 10px;
	font-style: italic;
	color: #777;
}

.commentlist ul.children {
	margin: 0 !important;
	padding: 0;
}

.commentlist .children li.comment {
	padding: 7px 0 0 45px;
	margin: 15px 0 0 0;
	list-style: none;
}

.comment-author {}

.comment-author img.avatar {
	float: right;
	margin: 0 7px 0 0;
}

.comment-author cite {
	font-style: normal;
}

.comment-meta {
	font-size: 11px; 
}

#respond {
	clear: both;
	padding: 10px 0 0 0;
	margin-left: 90px;
}

li.comment #respond {
	margin-left: 0;
}

#respond h3 {
	margin: 0 0 15px 0;
}

#respond p {
	margin: 1em 0;
}

#respond #author, #respond #email, #respond #url, #respond textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #bbb;
	padding: 4px 3px;
	width: 160px;
	margin-right: 4px;
}

#respond textarea {
	width: 97%;
	overflow: auto;
	margin-right: 0;
}

/* ----------------------------------- categories */

#categories {
	padding: 10px 0;
	margin: 35px 0 45px;
}

#categories h3 {
	font-size: 14px;
	margin-bottom: 10px;
}

#categories ul {
	color: #777;
	font-size: 12px;
	line-height: 16px;
}

#categories li {
	float: left;
	text-align: right;
	display: block;
	width: 145px;
	margin: 0 8px 7px 7px;
}

#categories li a {
	font-weight: bold;
	float: left;
	text-decoration: none;
}

/* ----------------------------------- search */

#searchForm {
	margin: 0;
	
}
.search{
	float:right;
	padding:20px 0 0;
}

#searchWrap{
	margin-top:20px;
}

#searchWrap span {
	background: #fff;
	display: block;
}

#searchWrap input {
	border:none;
	color:#4C5D79;
	font-size:13px;
	padding:9px 9px 9px 38px;
	width:190px;
}

#searchWrap .lupa {
	background:transparent url(images/lupa.gif) no-repeat scroll 0 0;
	border:medium none;
	height:16px;
	left:9px;
	position:relative;
	top:-26px;
	width:19px;
}
  
/* ----------------------------------- footer */

#footer {
	border-top: 1px solid #ccc;
	font-size: 12px;
	margin-top: 15px;
	padding: 10px 0 72px;
	width: 960px;
}

#footer a {
	font-weight: bold;
}

/* ----------------------------------- floats */
.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fix {
	display: inline-block;
}

* html .fix {
	height: 1%;
}

.fix {
	display: block;
	clear:both;
}
#pages ul li{
	float:left;
	line-height:16px;
	margin:0 25px 0 0;
}

#pages ul li.page_icon{
	height:24px;
	margin-right:5px;
	text-indent:-9999px;
	width:21px;
}
#pages ul li.page_icon a.mapa{
	background:url("images/ubicacion.gif") no-repeat scroll 0 0 transparent;
	display:block;
}
#pages ul li.page_icon a.mapa:hover{
	background:url("images/ubicacion.gif") no-repeat scroll 0 -24px transparent;
}
#pages ul li.page_icon a.rss{
	background:url("images/rss.gif") no-repeat scroll 0 0 transparent;
	display:block;
	line-height:24px;
}
#pages ul li.page_icon a.rss:hover{
	background:url("images/rss.gif") no-repeat scroll 0 -24px transparent;
}
#pages ul li.page_icon a.twitter{
	background:url("images/twitter.gif") no-repeat scroll 0 0 transparent;
	display:block;
	line-height:24px;
}
#pages ul li.page_icon a.twitter:hover{
	background:url("images/twitter.gif") no-repeat scroll 0 -24px transparent;
}
#pages ul li.page_icon a.facebook{
	background:url("images/facebook.gif") no-repeat scroll 0 0 transparent;
	display:block;
	line-height:24px;
}
#pages ul li.page_icon a.facebook:hover{
	background:url("images/facebook.gif") no-repeat scroll 0 -24px transparent;
}