/*
Theme Name: TheLatest Theme
Author: ChiQ Montes
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #727272;
	background: url(images/background-body.gif) repeat-x #f4f4f4;
	padding: 0;
}
a {
	text-decoration: none;
	color: #588cb8;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 967px;
	overflow:hidden;
	margin: 0 auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	margin-bottom: 10px;
/*	padding-top:20px;*/
	background:  url(images/background-header.gif) repeat-x #FFF;	
	width:100%;
}

	#header-border {
		border-left: 1px solid #DBDBDB;	
		border-right: 1px solid #DBDBDB;
		border-bottom: 1px solid #DBDBDB;				
	}

	#header h1 {
		clear: both;
		float: left;
		padding: 10px 0 10px 16px;
	}
		#header h1 a {
			display: block;
			width: 408px; 
			height: 55px;
			background: url(images/logo.gif) no-repeat 0 0;
			text-indent: -9999px;
			outline: none;
		}

	#header ol {
		clear: both;
		list-style-type: none;
		width:100%;
		overflow:hidden;
		background: url(images/background-navigation.gif) #C5BD99 repeat-x;
	}
	
		#header ol li {
			float: left;
			font-size: 11px;
			text-transform: uppercase;
		}
			
		#header ol li a {
			color: #FFF;
			display: block;
			padding: 9px 10px 9px;
			font-weight: bold;
		}
		
		#header ol li a:hover {
/*			color: #4DB200;*/
			text-decoration: none;
			background: url(images/background-navigation-over.gif) #d4cca6 repeat-x;
		}
		
	#header form {
		float: right;
		width: 250px;
		overflow: hidden;
/*		background: url(images/search.gif) no-repeat 0 0;*/
		margin: 5px 10px 0 0;
	}
		#header form input {
			border: 1px solid #666;
			font-size: 0.9em;
			font-family: Verdana;
			float: right;
			/*width: 134px;*/
/*			background-color: transparent;*/
			margin: 0 10px 0 2px;
			padding: 3px 0 3px 18px;
			background: url(images/icon-magnifying-glass.png) 2px 2px no-repeat;
		}
		#header form button {
			border: 0;
/*			text-indent: -9999px;*/
			width: 61px; 
            height: 22px;
			float: right;
/*			background-color: transparent;*/
		}
/** END header **/

/** BEGIN body **/
#body {
	border: 1px solid #DBDBDB;
	margin: 10px 0;
	padding: 10px 15px;
	background: url(images/wrapper.gif) repeat-y 745px 0 #FFF;
}
/** END body **/

/** BEGIN content **/
#content {
	width: 710px;
	overflow:hidden;	
	float: left;
	margin: 0;
	padding: 0;
}



	#content .post {
		float: left;		
		margin: 0 6px 15px 0;
		/*border:1px solid #F00;*/
		/*padding: 0 10px;*/
		
	}
	
	#content .post-padding {
		width: 230px; 
		height: 280px;
		overflow:hidden;
	}
	

		#content .post h2 {
			/*font-size: 1em;*/
			font-size: 11px;
			background: url(images/background-heading.gif) repeat-x #f4f4f4;
			/*background-color: #F1F1F1;*/
			padding: 4px 5px;
			margin: 0 0 5px 0;
			border-bottom: 1px solid #EDEDED;
		}
			#content .post h2 a {
				/*color: #588CB8;*/
				color: #424242;
			}
		#content .post .date {
			font-size: 0.8em;
			padding: 8px 5px;
		}
			#content .post .date a {
				color: #4DB200;
			}
		#content .post .thumb {
			/*width: 329px; height: 150px;*/
			overflow: hidden;
			margin-left: 7px;
			height: 190px;
			background: url(images/icon-magnifying-glass.jpg) no-repeat bottom right;
		}
			#content .post .thumb img {
				/*width: 329px;*/
			}
			
		#content .post .post-clip {
			height: 40px;	
		}
		
		#content .post p {
			padding: 0;
			line-height: 1.4em;
		}
		#content .post .readmore {
			display: block;
			float: right;
			text-indent: -9999px;
			width: 72px; height: 19px;
			outline: none;
			background: url(images/button-details-grey.gif) no-repeat 0 0;
		}
		
		
		.nav-container {
			overflow:hidden;
			width: 100%;
			margin: 10px 0;
		}
	

		#content ul.paging { 
			list-style: none; 
			padding: 0; 
			font-weight: bold; 
			margin: 0; 
			
		}
		
			#content ul.paging li {
				float: left; 
				margin: 0 7px 4px 0; 
				
			}

			#content ul.paging li.paging-prev a,
			#content ul.paging li.paging-next a{			
				background: #d8d8d8;
			}


			
				/*
				#content ul.paging li a, 

				ul.paging li.active { 
					display: block; 
					padding: 3px 0; 
					text-align:center;
					background-color: #f5f5f5; 
					border: 1px solid #ccc; 
					width: 30px;
				}
				*/
				
				ul.paging li.active,				
				#content ul.paging li a {
					background: #666; 
					color: #666;
					text-decoration: none; 
					padding: 3px 0;
					width: 35px;
					text-align:center;
					display:block;
					background-color: #f5f5f5; 
					border:1px solid #CCCCCC;
					
				}
				
				#content ul.paging li a:hover,
				#content ul.paging li.paging-prev a:hover,
				#content ul.paging li.paging-next a:hover{			
					background: #666; 
					text-decoration: none; 
					color: #FFF;
					text-align:center;
					display:block;

				}
				
				#content ul.paging li.active { 
					background-color: #DEDEDE; 
					border-color: #888; 
					color: #333; 
				}

	#bottom {
		clear: both;
		padding: 15px 10px 0;
	}
		#bottom .box {
			width: 220px;
			float: left;
			padding: 10px;
		}
			#bottom .box h2 {
				color: #4DB200;
				font-size: 1em;
				padding-bottom: 5px;
				border-bottom: 1px solid #DDDDDD;
			}
			#bottom .box ul {
				list-style-type: none;
				padding-bottom: 10px;
			}
				#bottom .box ul li {
					font-size: 0.8em;
					border-bottom: 1px dotted #ABABAB;
					line-height: 1.4em;
					padding: 6px 0 6px 12px;
					background: url(images/bullet.gif) no-repeat 0 11px;
				}
				#bottom .box ul li a {
					color: #727272;
				}
				#bottom .box ul li a:hover {
					text-decoration: none;
					color: #588CB8;
				}
			#bottom .box .comments a {
				font-weight: bold;
				color: #588CB8;
			}

	#content h2.title {
		padding: 5px 0 0 0;
/*		font-size: 0.9em;*/
		color: #424242;
		font-size: 17px;
		text-transform: uppercase;
		font-weight: normal;
		margin: 0;
		float:left;
		width: 100%;

	}
	
	
	#content .single {
		padding: 0;
	}

		#content .single a {
			color: #588CB8;
		}
/*
		#content .single h2 {
			font-size: 1em;
			background-color: #F1F1F1;
			padding: 2px 5px;
			border-bottom: 1px solid #EDEDED;
		}
*/		
		#content .single .date {
			font-size: 0.8em;
		}
		#content .single p {
			line-height: 1.4em;
			margin-bottom: 10px;
		}
		#content .single ol, #content .single ul {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content .single li {
			line-height: 1.4em;
		}
		#content .single blockquote {
			line-height: 1.4em;
			margin-bottom: 10px;
			padding: 10px 10px 5px;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
		}
		#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
			font-size: 1.2em;
			margin-bottom: 8px;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 205px;
	float: right;
}
	#sidebar h2 {
/*		color: #4DB200;*/
		color: #424242;
		font-size: 0.9em;
		text-transform: uppercase;
		padding: 10px 12px;
/*		background: url(images/horizontal.gif) no-repeat 8px 22px;*/
		border-bottom: 2px solid #EFEFEF;
	}
	#sidebar ul {
		list-style-type: none;
		padding: 0 10px 10px;
	}
		#sidebar ul li {
			line-height: 1.4em;
			padding: 2px;
			border-bottom: 1px dotted #ABABAB;
		}
		#sidebar ul li a {
			color: #727272;
		}
		#sidebar ul li a:hover {
			color: #588CB8;
			text-decoration: none;
		}
	#sidebar .tags {
		padding: 0 10px 10px;
	}
		#sidebar .tags a {
			color: #727272;
		}
		#sidebar .tags a:hover {
			color: #588CB8;
			text-decoration: none;
		}
	#sidebar .flickr {
		padding: 0 10px 10px;
	}
		#sidebar .flickr img {
			margin: 2px;
		}
	#sidebar .video {
		padding: 0 10px 10px;
	}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	font-size: 0.8em;
	border: 1px solid #DBDBDB;
	padding: 12px;
	color: #727272;
	background: #FFFFFF;
}
	#footer {
		
	}
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	padding: 15px;
}
	#comments h2 {
		font-size: 1em;
		background-color: #F1F1F1;
		padding: 2px 5px;
		border-bottom: 1px solid #EDEDED;
	}
	#comments a {
		color: #588CB8;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments ol li {
		padding: 10px;
		border: 1px solid #e0e0e0;
		margin-bottom: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 10px 0 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/



#contact-info { 
	float:right;
	margin: 8px 15px 0 0;
	font-size: 10px;
	clear:right;
}

#contact-info #contact-info-telephone { 
	background:url(images/icon-telephone.gif) no-repeat 0 3px;
	padding: 0 5px 0 6px;
}

#contact-info  #contact-info-email {
	background:url(images/icon-email.gif) no-repeat  0 3px;
	padding: 0 0 0 10px;	
}



.mapp-div {
	float:left;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	overflow:hidden;
}
