/*  
Theme Name: UdiAloni
*/

* {
	margin: 0px;
	padding: 0px;
	}
body {
	/*
	background: #2c2c2c url(img/bodybg2.gif) no-repeat top center;
	*/
	background-color: #2c2c2c;
}
body, div, p, table, tr, td, b, strong, span, font, ul, li {
	color: #000;
	font-size: 12px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
h1, h2, h3, h4, h5, a {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;	
}
h2 {
	font-size: 110%;
}
div.posttitle h2.mainTitle {
	font-size: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
}
h2 a {
	font-weight:: bold;
	text-decoration: none;
}
.cnt {
	width: 860px;
	background-color: #fff;
	margin: 20px auto 30px;
	}
img {
	border: 0px;
}
/* ------------------------------------------------------------------------------
								header 								             
------------------------------------------------------------------------------ */
.header{
	background: url(img/headerbg.gif) no-repeat;
	width: 920px;
	height: 143px;
	float: left;
	}
.head1 {
	width: 660px;
	padding: 0px;
	text-align: left;
	float: left;
}
.header h1 a {
	color: #fff;
	text-decoration: none;
}
.header h1 a:hover {
	text-decoration: underline;
}
.header h1 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 26px 15px 0 20px;
	margin-bottom: 0px;
}
.description {
	color: #fff;
	font-size: 13px;
	padding-left: 20px;
	margin-bottom: 10px;
}
.head2 {
	width: 260px;
	float: left;
}
.head2 p {
	color: #fff;
	padding: 0 15px;
	font-size: 12px;
	line-height: 16px;
}
.head2 h3 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 0px;
	padding: 8px 0 0 16px;
	text-transform: lowercase;
}


/* ------------------------------------------------------------------------------
								main 					                         
------------------------------------------------------------------------------ */
.main {
	width: 920px;
	background-color: #fff;
}

.content {
	background-color: #fff;
	padding: 8px 0 0 8px;
	float: left;
	width: 634px;
	margin-right: 14px;
	min-height: 400px;
}
.content a {
	color: #9b0e0e;
}
.navigation {
	font-size: 14px;
	margin-bottom: 15px;
}
.post {
	margin-bottom: 2px;
} 
.posttitle {
	margin-bottom: 4px;
}
.post h2 {
	color: #294A59;
	font-weight: bold;
	letter-spacing: -1px;
}
h2.pagetitle {
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	background:transparent url(images/title_bg.gif) no-repeat 0 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom:  0px;
	margin-top: 0px !important;
	display: block;
	width: 80px;
	text-align: center;
}
.post h2 a {
	font-size: 120% !important;
	color: #294A59;
	text-decoration:none;
	}
.post h2 a:hover {
	text-decoration:underline;
}
.post small {
	color: #294A59;
	display: block;
	margin-bottom: 0px;
	}
.post p {
	margin-bottom: 6px;
	line-height:18px;
	}
.post blockquote {
	background: url(img/blockquotebg2.gif) no-repeat;
	color: #294a59;
	padding: 15px 0 0 42px;
}
.post ul {
	list-style-type: none;
	font-size: 14px;
	margin-bottom: 15px;
	}
.post ul li {
	background: url(img/bullet02.gif) no-repeat 0px 5px;
	margin-bottom: 5px;
	padding-left: 17px;
	}
p.postmetadata {
	font-size:11px;
	margin-top:3px;
	margin-bottom: 10px;
	background-color: #e8e6d9
}


/* ------------------------------------------------------------------------------
								sidebar 					                     
------------------------------------------------------------------------------ */
.sidebar {
	font-size: 12px;
	float: left;
	width: 254px;
	margin-left: 4px;
	padding: 0px 0px 0 0;
	line-height: 14px;
	background-color: #fff;
}
.bloque1, .bloque2, .bloque3 {
	margin-bottom: 10px;
}
.bloque1 {
	background: #e8e6d9 url(img/bloque1bg.jpg) no-repeat;
}
.bloque2 {
	background: #e2ebed url(img/bloque2bg.jpg) no-repeat;
}
.bloque3 {
	background: #e2ebed url(img/bloque2bg.jpg) no-repeat;
}

.bloque1 h3 {
	color: #6c644d;
}
.bloque1 h3, .bloque2 h3, .bloque2 h2  {
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 20px 0 5px 16px;
}
.bloque2 h3 {
	color: #294A59;
}
.sidebar ul {
	list-style-type: none;
	padding-left: 0px;
}
.sidebar p {
	line-height: 16px;
}
.sidebar ul li {
	margin-bottom: 5px;
}
.sidebar ul span {
	color: #000;
}
.sidebar ul a {
	color: #000;
	text-decoration: none;
}
.bloque1 ul a {
	border-bottom: 1px dashed #968e77;
	}
.bloque1 p a, .bloque2 p a {
	color: #000;
	}
.bloque1 ul a:hover, .bloque1 p a:hover {
	background-color: #6c644d;
	color: #fff;
	border: 0px;
	}
.bloque2 ul a {
	border-bottom: 1px dashed #668b9c;
	}
.bloque2 ul a:hover, .bloque2 p a:hover {
	background-color: #294A59;
	color: #fff;
	border: 0px;
	}
.bloque1 ul {
	color: #968e77;
	padding-bottom: 0px;
	}
.bloque2 ul {
	color: #668B9C !important;
	padding-bottom: 12px;
	list-style-type: square !important;
	padding-left: 20px;
}
.bloque2 ul li {	
	margin-bottom: 5px;
	margin-left: 10px !important;
}
/* search */
.buscar {
	padding: 0px 15px 15px;
	}
.bus1 {
	width: 140px;
	font-size: 16px;
	border: 1px solid #aaa;
	}
.bus2 {
	vertical-align: top;
	}
.sidebar p {
	padding: 0 10px 15px 16px;
	}
/* subscribe */
.subscriberss {
	padding: 0px 0 15px 15px;
	}
.subscriberss select {
	width: 110px;
	margin: 5px 5px 0 10px;
	float: left;
	}
.subscriberss a {
	float: left;
	}
.subscriberss a.btnnofloat {
	float: none;
	}
.subscriberss a.rsstext {
	color: #000;
	margin: 5px 0 0 3px;
	float: left;
	}
.bus1 {
	width: 140px;
	font-size: 16px;
	border: 1px solid #aaa;
	}
.bus2 {
	vertical-align: top;
	}

	
/* ------------------------------------------------------------------------------
								comments								             
------------------------------------------------------------------------------ */
h2.responses {
	color: #294a59;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: lowercase;
	}
.commentlist {
	width: 464px;
	margin-bottom: 20px;
	list-style-type: none;
	font-size: 14px;
}
.commentlist li {
	background: #e4ecee url(img/commentlistbg3.jpg) no-repeat;
	padding-top: 20px;
	margin-bottom:15px;
}
.commentcontent {
	padding: 0 10px;
	margin-bottom: 15px;
}
.commentcontent p {
	margin-bottom: 15px;
	font-size:12px;
	color:#333;
	line-height:17px;
}
.commentcontent a {
	color: #265368;
}
p.authorcom {
	background-color: #fff;
	text-align: right;
}
p.authorcom span {
	background: #fff url(img/authorbg3.jpg) no-repeat;
	color: #294a59;
	font-size: 16px;
	padding-left: 100px;
}
.authorcom small {
	font-size: 10px;
}
.commentcontent {
	padding: 0 10px;
}
.commentcontent ul {
	list-style-type: none;
	font-size:12px;
	color:#333;
	line-height:17px;
}
.commentcontent li {
	background: transparent url(img/bullet02.gif) no-repeat 0px 5px;
	padding-left: 15px;
	padding-top: 0px;
	margin-bottom: 5px;
}
.commentcontent blockquote {
	background-color: #d5e0e3;
	margin-bottom: 15px;
	padding: 5px 5px 2px 8px;
	border-left: 4px solid #b1c6d0;
	font-size:11px;
	color:#777;
	line-height:17px;
}
.commentcontent blockquote p {
	margin-bottom:5px;
}
.commentform {
	background: #f2f6f7 url(img/commentform2bg.jpg) no-repeat;
	width: 440px;
	padding: 20px 12px 0 12px;
	margin-bottom: 20px;
	}
.commentform h2 {
	color: #294a59;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: lowercase;
	}
.cfbox1 {
	width: 150px;
	margin-right: 20px;
	padding-left: 3px;
	float: left;
}
.cfbox2 {
	width: 250px;
	float: left;
}
.cfbox2 textarea {
	width: 250px;
	height: 108px;
}
.cfbox3 {
	background: transparent url(img/cfbox3bg2.jpg) no-repeat right bottom;
	width: 440px;
	padding-bottom: 12px;
	text-align: center;
	clear: both;
}
.commentform label {
	color: #294a59;
	margin-bottom: 2px;
	display: block;
	}
.commentform input {
	width: 150px;
	margin-bottom: 10px;
	}
.commentform textarea {
	margin-bottom: 20px;
	}
input.submit {
	width: 150px;
	margin-bottom: 6px;
	margin-left: 173px;
	display: block;
	}
	
	
/* ------------------------------------------------------------------------------
								footer 								             
------------------------------------------------------------------------------ */
.footer {
	background: url(img/footerbg4.gif) no-repeat;
	width: 920px;
	height: 76px;
	padding: 0px 15px 0;
	color: #fff;
	font-size: 11px;
	display: block;
	float: left;
	}
p.foot1 {
	padding-top: 25px;
}
p.foot2 {
	padding-top: 25px;
	float: right;
	text-align: right;
	margin-right:5px;
}
.footer a {
	color: #fff;
	}
.footer a:hover {
	background-color: #650000;
	text-decoration:none;
	}
.foot2 a:hover {
	background-color: #294A59;
	}
	

/* ------------------------------ clear ------------------------------ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}
#nav_main ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	padding-top:  10px;
}
#nav_main li {
	float:left;
	margin:0;
}
#nav_main li a {
	/**
	background:transparent url(images/spacer_nav.gif) no-repeat scroll right center;
	***/
	border-right: 1px dashed #6699cc;
	color: #fff;
	display:block;
	float:left;
	font-weight:bold;
	line-height: 2em;
	text-align:center;
	text-decoration:none;
	width: 5.5em;
}
#nav_main li a:hover {
	color: #ddd !important;
	font-weight: bold !important;
}
div.dateblock {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/dateblock.gif) no-repeat scroll 0 0;
	color:#FF0000;
	float:left;
	font-size:13px;
	font-weight:bold;
	height:  43px;
	margin: 5px 6px 0 0;
	padding-top:2px;
	text-align:center;
	width:47px;
}
div.dateblock div.day {
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
	padding-top:5px;
	text-align: center;
}
#upcoming {
	width: 380px; 
	position: relative; 
	float: left;
	padding: 0px;
	margin: 0px;
}
#upcoming h2 {
	padding-top: 4px;
}
#videos {
	width: 240px; 
	position: relative; 
	float: right;
	padding: 0px;
	margin: 0px;
}
h3#upcoming_title {
	background:transparent url(images/title_upcoming.gif) no-repeat 0 0;
	height: 30px;
	width: 192px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 4px;
}
h3#upcoming_title a {
	height: 30px;
	width: 192px;	
	display: block;
}
h3#writings {
	background:transparent url(images/title_writings.gif) no-repeat 0 0;
	height: 30px;
	width: 103px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 8px;
}
h3#writings a {
	height: 30px;
	width: 103px;	
	display: block;
}

h3#videos_title {
	background:transparent url(images/title_video.gif) no-repeat 0 0;
	height: 30px;
	width: 120px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 8px;
}
h3#videos_title a {
	height: 30px;
	width: 120px;	
	display: block;
}

div.post div.entry p {
	padding-bottom: 0px;
	margin-bottom: 0px;
	display: inline;
}
.thumb {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#222222 repeat scroll 0 0;
	display:block;
	margin:0;
	overflow:hidden;
	position:relative;
	margin-bottom: 8px;
}
.thumb-title {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#2c2c2c none repeat scroll 0 0;
	bottom:0;
	display:block;
	margin-bottom:5px;
	opacity:0.75;
	padding:4px;
	position:absolute;
	left:0;
}
.thumb-title h2 {
	line-height:1.4em;
	margin:0;
	color: #fff;
}
.thumb-title h2 a {
	color: #fff;
}
h3#projects_title {
	background:transparent url(images/projects_title_2.png) no-repeat 0 0;
	height: 30px;
	width: 254px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 8px;
}
h3#projects_title a {
	height: 30px;
	width: 254px;	
	display: block;
}

#nav_main ul li.current_page_item a, #nav_main ul li.current-cat a, #nav_main ul li.current_page_item a:hover, #nav_main ul li.current-cat a:hover {
	color: #6699cc !important;
}
#videos div.thumb-title h2 a {
	/* 
	background:#800000 none repeat scroll 0 0;	
	color: #800000;
	*/
}
#upcoming div.entry  {
	margin-left:  52px;
}
img.alignright {
	float: right !important;
	padding: 4px !important;
}
img.alignleft {
	float: left !important;
	padding: 4px !important;
}
div.breadcrumb {
	margin-top: 6px;
	margin-bottom: 6px;
}
div.breadcrumb a {
	font-weight: bold;
}
div.wpcf7 {
	padding-top: 14px !important;
	font-weight: bold;
}
div.wpcf7 input.contact {
	font-weight: normal;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #BBBBBB;
	display:block;
	font-size:1.1em;
	height: 20px;
	margin-top:5px;
	padding:5px;
	width: 220px !important;
}
div.wpcf7 textarea {
	color: #202020;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #BBBBBB;
	display:block;
	font-size:1.1em;
	height:150px;
	margin-top:5px;
	padding:5px;
	width: 320px;
}
#send {
	background-color: #6699CC;
	color: #fff;
	font-size: 120%;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 4px;
	font-weight: bold;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	height: 32px;
	cursor:pointer;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	text-shadow:1px 1px 0 #d0d0d0;
	width:200px;
}