/*
Theme Name: Cominstall WordPress
Theme URI: http://cominstall.com/
Description: The WordPress theme based on CI Interactive Media <a href="http://cominstall.com">Cominstall</a>.
Version: 1.0
Author: Angelo Quijano
Author URI: http://misterioaqo.pe/
Tags: red, fixed width, two columns, widgets, interactive media

	Cominstall v1.0
	 http://cominstall.com

	This theme was designed and built by Angelo Quijano,
	whose blog you will find at http://misterioaqo.wordpress.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body
{
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #333;
}
img
{
	border: 0;
}
a
{
	text-decoration: none;
	color: #DD1925;
}
h2
{
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0;
}
.button
{
	background: url(images/button.png) no-repeat left top transparent;
	border: none;
	margin: 0;
	padding: 5px 2px 7px 3px;
	color: #FFF;
}
span.wrapbutton
{
	background: url(images/button.png) no-repeat right top;
	padding-bottom:7px;
	padding-right:3px;
	padding-top:7px;
}
input.texto
{
	background:#F8F8F8;
	border:1px solid #DDDDDD;
	color:#777777;
	font-family:Arial,sans-serif;
	font-size:11px;
	margin:0;
	padding:7px 5px 5px;
}
#search input.texto
{
	background: url(images/search.png) no-repeat 2px 2px;
	padding-left: 25px;
	width: 150px;
}
.small
{
	font-size: 11px;
	color: #999;
	margin-bottom: 10px;
}
.small a
{
	color: #666;
	border-bottom: solid 1px #999;
	padding-bottom: 1px;
}
.small a:hover
{
	color: #333;
	border-bottom: solid 1px #333;
}
.more
{
	background: url(images/more.png) repeat-x left top;
	padding: 4px 10px;
	border: solid 1px #DDD;
}
hr
{
	height: 20px;
	margin-top: 20px;
	border-bottom:none;
	border-left: none;
	border-right: none;
	border-top: solid 1px #DDD;
}
a.feed
{
	padding-left: 20px;
	background: url(images/rss_background.png) no-repeat scroll 6px 6px transparent;
}
#wraptop
{
	background: #DD1925;
	color: #FFF;
	height: 36px;
}
#top, #page
{
	width: 950px;
	margin: 0 auto;
}
#footer
{
	width: 925px;
	padding-left: 25px;
	margin: 0 auto;
}
#footer img
{
	vertical-align: middle;
}
#footer h2
{
	font-size: 11px;
	color: #666;
}
#top #topnav
{
	float: left;
}
#top #topnav ul, #header #nav ul
{
	margin:0;
	padding:0;
	float: left;
}
#top #toplang ul
{
	float: right;
	padding:0;
	margin:0;
}
#top #topnav ul li, #top #toplang ul li
{
	list-style: none;
	float: left;
	padding: 6px 6px 6px 0px;
}
#top a
{
	color: #FFF;
	padding: 4px 8px;
	-moz-border-radius: 3px 3px 3px 3px;
	font-size: 11px;
	text-decoration: none;
	line-height: 24px;
}
#top a:hover
{
	background: #FFF;
	color: #DD1925;
}
#page
{
}
#header
{
}
#nav
{
	width: 938px;
	height: 40px;
	background: url(images/navigation_background.png) repeat-x scroll left bottom;
	padding: 32px 0 0 12px;
}
#header #nav ul li
{
	list-style: none;
	float: left;
	padding-right: 2px;
	padding-bottom: 1px;
	margin-right: 15px;	
}
#header #nav ul li.current_page_item
{
	background: url(images/sprite.png) no-repeat right top;
}
#header #nav ul li.current_page_item a
{
	background: url(images/sprite.png) no-repeat left top;
	color: #DD1925;
}
#header #nav ul li a
{
	color:#333333;
	font-size:16px;
	font-weight:bold;
	line-height:39px;
	padding: 10px 14px 11px;
}
#header #nav ul li a:hover
{
	color: #DD1925;
}
#headerimg
{
	padding-top: 36px;
	padding-left: 24px;
}
#search
{
	float:right;
	margin-right:25px;
	margin-top:30px;
}
#content, #blog
{
	width: 468px;
	padding: 0 24px;
	float: left;
}
#blog h3.blog-title-item, #eventos h3.event-title-item
{
	font-weight:normal;
	line-height:normal;
	margin:0;
}
#sidebarhome
{
	float:right;
	padding:20px 10px;
	width: 414px;
}
#eventos, #contact, #resources
{
	float:right;
	padding:10px;
	margin: 15px 23px 0 0;
	width: 380px;
	border: solid 1px #DDD;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-topright:10px;
}
#eventos h2, #contact h2, #resources h2, #sidebarleft h2.widgettitle, #sidebarright h2.widgettitle
{
	margin: 0 0 5px 0;
	font-size: 16px;
}
#eventos h3.event-title-item
{
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
#eventos p
{
	margin-top: 0;
	font-size: 11px;
}
#eventos .eventos-fecha
{
	text-align: center;
}
#eventos .eventos-fecha .eventos-mes
{
	text-transform: uppercase;
	color: #FFF;
	background: #DD1925;
	font-size: 9px;
	font-weight: bold;
	padding: 0px 5px;
}
#eventos .eventos-fecha .eventos-dia
{
	color: #999;
	font-weight: bold;
	border-bottom: solid 1px #DDD;
	border-right: solid 1px #DDD;
	border-left: solid 1px #DDD;
	background: #FCFCFC;
}
#contact
{
	background: #DD1925;
	color: #FFF;
}
#contact #contactus
{
	padding-left: 40px;
	background: url(images/mail_background.png) no-repeat scroll 5px 8px transparent;
}
#contact p, #contact a
{
	color: #FFF !important;
}
#contact a:hover
{
	border-bottom: solid 1px #FFF;
}
li.widget
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#twitter_div ul
{
	padding: 0;
}
#twitter_div ul li
{
	list-style: none;
	background: url(images/twitter_background.png) no-repeat scroll 0 2px transparent;
	padding-left: 43px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #DDD;
	font-size: 11px;
}
#social
{
	padding-right: 25px;
	margin-bottom: 35px;
	text-align:right;
}
#wrapfooter
{
	background:url(images/footer_background.png) no-repeat scroll center bottom transparent;
	padding-bottom: 1px;
}
#footer p
{
	color: #FFF;
	margin-bottom: 8px;
}
#sidebarleft
{
	width: 200px;
	float: left;
}
#sidebarright
{
	width: 234px;
	float: left;
}
#pagenav ul
{
	padding: 0;
	background: url(images/subnavigation_background.png) no-repeat left top;
}
#pagenav ul li
{
	background: url(images/subnavigation_background.png) no-repeat left bottom;
	list-style: none;
	padding: 7px 0 7px 24px;
}
#pagenav ul li a
{
	font-weight: bold;
	color: #000;
}
#pagenav ul li a:hover
{
	color:#DD1925;
}
#sidebarright .widget, #sidebarleft .widget, #pagenav
{
	margin-bottom: 20px;
}
.widget ul
{
	padding: 0 0 0 10px;
}
#resources .widget
{
	margin-bottom: 10px;
}
.widget ul li
{
	background:url(images/list_background.png) no-repeat scroll 6px 6px transparent;
	padding-left:20px;
	list-style: none;
}