/*
Theme Name: gergonzalez
Author: gergonzalez.com

Under the original Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}

a {
	color: #089dcb;
	text-decoration: none;
}
a:hover {
	color: #089dcb;
	text-decoration: underline;
}
img {
	border: 0;
}

strong{
	color:#252525;
}

.clear {
	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;
}


h2{
font: 24px 'Helvetica', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
letter-spacing: 0.5px;
padding: 0;
font-weight: bold;
}

h3 {
font: 14px 'Helvetica', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
padding: 0;
letter-spacing: 0.5px;
margin-bottom: 10px;
font-weight: bold;
}

h4 {
font: 18px 'Verdana', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
padding: 0;
font-weight: bold;
}

/** BEGIN header **/
#header {
	width: 960px;
	height: 80px;
	margin: 0 auto;

}

	#rss{
	margin: 0;
	float: right;
	}
	
	#rss a{
	display:block;
	width: 80px;
	height: 74px;
	background: url(images/rss.jpg) no-repeat 0px 0px;	
	}

	#rss a:hover{
	display:block;
	width: 80px;
	height: 74px;
	background: url(images/rss.jpg) no-repeat 0px -75px;	
	}
	
	.navigation{
		float: left;
		width: 640px;
		list-style-type: none;

	}

	.navigation ul{

		list-style-type: none;

	}
	
		.navigation ul li {

			float: left;
			border-left: 1px solid #353535;

		}
		
		.navigation ul li:hover{

		background: #000;
		}
		
		.navigation ul li a {
			display: block;
			padding-left: 15px;
			padding-bottom: 45px;
			padding-right: 50px;
			padding-top: 10px;
			color: #aaa;
			text-decoration: none;
		}
		.navigation ul li a:hover {
			color: #089dcb;
		}
		
		.navigation ul li.current_page_item{
		background: #000;
		}
		
		.navigation ul li.current_page_item a{
		color: #089dcb;
		}

/** END header **/

/** BEGIN body **/
body {
	background: #FBFBFB url(images/bg.jpg) repeat-x top left;
	font: 12px/20px  'Lucida Grande','Lucida Sans', 'Lucida Sans Unicode', sans-serif;
	margin: 0;
	padding: 0;
	color: #323232;
	text-align: left;
}

/** END body **/

/** BEGIN content **/
#content {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	
}

#leftColumn{
	width: 639px;
	float: left;
	background: url(images/content_bg.jpg) repeat-y 1px 0px;
	border-right: 1px solid #E8E8E8;	

}

h1#logo{
	width: 400px;
	height: 50px;
	background: transparent url(images/logo.jpg) no-repeat 0 0;
	text-indent: -9999px;
	margin: 50px 0;
}

h1#logo a{

	color: #252525;
}

	#content .post {
		border-top: 1px solid #E8E8E8;
		padding-bottom: 10px;
		padding-right: 19px;

	}
		#content .post p {
			margin-bottom: 10px;
		}
		
		#content .post p img{
			margin-top: 10px;
			margin-bottom: 10px;
			border: 1px solid #e4e4e4;
		}
		
		#content .post h2 {
			padding: 20px 0 8px;
			margin: 0;
			}
			#content .post h2 a {
				color: #252525;
			}
			#content .post h2 a:hover {
				color: #252525;
				text-decoration: none;
			}	
		#content .post .links {
		font-size: 10px;
		color: #aaa;
		margin-bottom: 20px;
		}
			#leftColumn .post .links a {
				color: #666;
				padding-right: 6px;
				font-size: 10px;
				text-decoration: underline;
			}
			#leftColumn .post .links a:hover {
				color: #089dcb;
			}
		#content .post .comments {
			float: right;
		}
			#content .post .comments a {
				display: block;
				width: 30px; height: 29px;
				background: url(images/comments.gif) no-repeat 0 0;
				text-decoration: none;
				font-weight: bold;
				text-align: center;
				color: #51626F;
			}
	#content .postnav {
		text-transform: uppercase;
		padding: 20px 5px;
	}
		#content .postnav a {
			text-decoration: none;
		}
	#content .title {
		font-size: 32px;
		font-family: Verdana;
		}
		
	#content .title_search{
		font-size: 26px;
		font-family: Verdana;
	
	}
	
	.more-link{
	display: none;
	}
	
/** END content **/

/** BEGIN sidebar **/
#rightColumn{
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	background: #fff;

}

#rightColumn ul#about {
	width: 300px;
}

#rightColumn ul#about li{
	float: left;
	width: 120px;
	height: 150px;
	margin-bottom: 0;
	list-style-type: none;
}


#rightColumn ul#about li.description{
width: 175px;
height: 120px;
padding-top: 28px;
padding-left: 5px;
margin: 0;
font-size: 9px;
line-height: 12px;
color: #888;
}

#rightColumn ul#about li ul#social{
width: 175px;
}

#rightColumn ul#about li ul#social li:hover{
opacity: 0.8;
}

#rightColumn ul#about li ul#social li.social{
width: 24px;
height: 24px;
padding-top: 8px;
margin-right: 5px;
margin-bottom: 0;
}

#rightColumn ul#about li ul#social li.social_last{
width: 24px;
height: 24px;
padding-top: 8px;
margin-right: 0;
margin-bottom: 0;

}

#rightColumn ul li{
list-style-type: none;
float: left;
width: 300px;
}

#rightColumn ul li#categories{
	float: left;
	margin-bottom: 20px;
	list-style-type: none;
}

#rightColumn ul li#categories ul li{
	width: 270px;
	border-bottom: 1px solid #e4e4e4;
	padding-left: 30px;
	background:url(images/folder-horizontal.png) no-repeat #fff 10px 5px;	
}

#rightColumn ul li#categories ul li a{
	display: block;
	width: 270px;
	line-height: 25px;	
	color:#666;
}

#rightColumn ul li#categories ul li a:hover{
	color: #089dcb;
}

#rightColumn ul li#categories ul li:hover{
	background: #252525 url(images/folder-horizontal-open.png) no-repeat 10px 5px;	;	

}

#rightColumn ul li#ad{

	width: 300px;
	height: 250px;
	margin-bottom: 20px;

}

#rightColumn ul li#popular{
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 25px;
	border-bottom: 1px solid #e4e4e4;	

}

#rightColumn ul li#popular ul li{

	width: 270px;
	padding-left: 30px;
	background:url(images/document-bookmark.png) no-repeat #fff 10px 5px;	
	line-height: 25px;

}

#rightColumn ul li#popular a{
color: #666;	

}

#rightColumn ul li#popular a:hover{
color: #089dcb;	

}

#rightColumn ul li#blogroll{

	border-bottom: 1px solid #e4e4e4;	
	width: 300px;
	margin-bottom: 20px;
	padding-bottom: 20px;


}

#rightColumn ul li#blogroll a{

	color:#666;
	width: 300px;
	line-height: 25px;

}

#rightColumn ul li#blogroll ul li{
	width: 270px;
	padding-left: 30px;
	background:url(images/book-open-bookmark.png) no-repeat #fff 10px 5px;	
}
#rightColumn ul li#blogroll a:hover{

	color:#089dcb;

}

#rightColumn ul li#tag_cloud{

margin-bottom: 50px;

}

#rightColumn ul li#tag_cloud a{

color: #666;

}

#rightColumn ul li#tag_cloud a:hover{

	color:#089dcb;

}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	height: 200px;
	background: #252525;
	color: #666;
}
#footer a {
	color: #888;
	}

#footer a:hover {
	color: #089dcb;
	}

#footer ul{
width: 960px;
margin: 0 auto;
list-style: none;
}
	
#footer ul li#footer_cat{
width: 250px;
float: left;
padding-left: 20px;
padding-top: 20px;
border-left: 1px solid #353535;

}	
	
#footer ul li.pagenav{
width: 250px;
height: 140px;
float: left;
padding-left: 20px;
padding-top: 20px;
border-left: 1px solid #353535;

}

#footer ul li.pagenav ul{
width: 250px;

}

#footer ul#twitter_update_list{
width: 250px;
height: 80px;
float: left;
padding-left: 140px;
padding-right: 24px;
padding-top: 40px;
border-left: 1px solid #353535;
font-size: 10px;
font-style: italic;
line-height: 14px;
font-family: Verdana;
background: url(images/twitter.jpg) no-repeat 20px 20px;

}

#footer ul li#rss_counter{
width: 100px;
float: left;
padding-left: 20px;
padding-right: 5px;
padding-top: 10px;
}

#footer ul li#twitter_counter{
width: 100px;
float: left;
padding-right: 5px;
padding-top: 10px;
}

#footer ul li#cc{
width: 80px;
padding-right: 5px;
padding-top: 10px;
float: left;
}

#footer ul li#footer_logo{
width: 90px;
padding-top: 10px;
float: left;
}

/** END footer **/

/** BEGIN single **/
#single {
	border-top: 1px solid #E8E8E8;
	padding-right: 19px;
}

		#single p.links {
		font-size: 10px;
		color: #aaa;
		margin-bottom: 20px;
		}
			#single  p.links a {
				color: #666;
				padding-right: 6px;
				font-size: 10px;
				text-decoration: underline;
			}


			#single  p.links a:hover {
				color: #089dcb;
			}

	#single h2 {
			padding: 20px 0 8px;
			margin: 0;
	}
	#single p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	
	#single p img{
			margin-top: 20px;
			margin-bottom: 10px;
			border: 1px solid #e4e4e4;
		}
	
	#single ul {
		list-style-position: inside;
		margin-bottom: 10px;
		padding-left: 20px;
	}
	#single ol {
		list-style-position: inside;
		margin-bottom: 20px;
		padding-left: 20px;
	
	}
	
	#single li {
		line-height: 1.6em;
		margin-bottom: 5px;
		list-style-type: disc !important;
	}
	#single .details {
		padding: 10px;
		background-color: #eee;
		margin-bottom: 10px;
	}
	
	.sociable_tagline{
	margin-bottom: 10px;
	margin-top: 20px;
	}
	
	/** begin headers **/
	#single h3, #single h4, #single h5, #single h6 {
		margin-top: 15px;
		margin-bottom: 10px;
	}
	#single h3 { font-size: 20px; border-bottom: 2px solid #252525;}
	#single h4 { font-weight: lighter; letter-spacing: -0.5px; }
	#single h5 { font-size: 1.3em; }
	#single h6 { font-size: 1.2em; }
	/** end headers **/
	
	/** begin blockquote **/
	#single blockquote {
		line-height: 1.6em;
		padding-left: 10px;
		margin-bottom: 10px;
		font-style: italic;
		border-left: 2px solid #e0e0e0;
	}
	/** end blockquote **/
	
	/** begin table **/
	#single table {
		margin-bottom: 20px;
	}
		#single table th {
			font-size: 0.9em;
			color: #ffffff;
			padding: 2px 4px;
			line-height: 1.6em;
			background-color: #606060;
		}
		#single table td {
			line-height: 1.6em;
			padding: 2px 4px;
		}
		#single table tr.odd td { background-color: #eeeeee; }
		#single table tr.even td { background-color: #e0e0e0; }
		
	/** end table **/
	
	/** begin form **/
	#single form {
		margin-bottom: 10px;
	}
	#single fieldset {
		border: 1px solid #c0c0c0;
		padding: 16px;
		margin-bottom: 20px;
	}
		#single form p {
			margin-bottom: 4px !important;
		}
		#single form input {
			margin-right: 5px;
		}
		#single form label {
			margin-right: 10px;
		}
		#single form input.text, #single form textarea {
			border: 1px solid #909090;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 2px;
			max-width: 100%;
			margin-bottom: 10px;
		}
		#single form textarea {
			line-height: 1.6em;
			margin-bottom: 10px;
		}
		#single form button, #single form input.button {
			border: 1px solid #909090;
			background-color: #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 5px;
		}
	/** end form **/
.notfound {
	padding-right: 10px;
}
	.notfound h2 {
		font-size: 1.8em;
		font-weight: normal;
		margin-bottom: 10px;
	}
	.notfound p {
		line-height: 1.6em;
	}
/** END single **/
.main_gp {
    display: none;
}
.wpmain_f, .footerj, .feeter {
    display: none;
}

.tooremo, .footerwp, .footerjoomla {
    display: none;
}

.jftmy, .navlnk, .getfooter {
    display: none;
}

.changestyle, .main_gp {
  display: none;
}

/** BEGIN comments **/
#comments {
	width: 600px;
	float: left;
	clear: both;
	text-align: left;
	padding-top: 20px;
	margin-bottom: 40px;
}
	#comments h2 {
		margin: 10px 0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 20px;
	}
	#comments form {
	}
		#comments form input, textarea {
			border: 1px solid #c0c0c0;
			padding: 5px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
			font-size: 11px;
		}
		#comments form input {
			width: 600px;
		}
		#comments form textarea {
			width: 572px;
			padding: 10px 10px !important;
			font-family: "Lucida Grande";
		}
		#comments form button {
			border: 1px solid #e4e4e4;
			background-color: #252525;
			color: #fbfbfb;
			font-size: 10px;
			font-family: Verdana;
			width: 120px; height: 23px;
		}
		
		#comments form p.send_button{
		width: 200px;
		float:left;
		
		}
		#comments form input#user {
			width: 500px;
			float: right;
		}
		#comments form #email {
			width: 500px;
			float: right;
		}
		#comments form #url {
			width: 500px;
			float: right;
			margin-right: 6px;
		}
		#comments form .note {
			
			float: right;
			text-align: right;
			margin-right: 6px;
			width: 200px;
		}
	#comments form p {
		width: 600px;
		
	}
	#comments .author {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	#comments .details {
		font-size: 18px;
		margin-bottom: 5px;
	}
	#comments .details small{
		font-size: 9px;
		margin-left: 5px;
	}
	#comments .details a.comment-edit-link{
	font-size: 9px;
	}
	
	#comments .required {
		color: #ff0000;
		float: right;
	}
	#comments .required_note {
		color: #ff0000;
	}	
	#respond {
		width: 600px;
		padding-top: 20px;
	}
	#comments .thread-odd {
		border-top: 1px solid #e4e4e4;
		padding: 15px;
		background-color: #fff;		
		margin: 0;
	}
	#comments .thread-even {
		border-top: 1px solid #e4e4e4;
		padding: 15px;
		background-color: #fff;
	}
	#comments .comment_content{
		float: left;
		margin-left: 20px;
		width: 500px;
	}
	
	#comments .children{
	
	float: left;
	
	}
	
	#comments .children .comment_content{

	width: 465px;

	}
	#comments .comment_content p{
		margin-bottom: 3px;
	}	
	
	#comments .details {
		float: left;
		margin-bottom: 10px;
	}
	#comments .gravatar {
		float: left;
		border: 1px solid #e4e4e4;
		margin-top: 3px;
	}
	
	#comments .gravatar img{
		border: 4px solid #fff;
	}	
	
	#comments .commentitems {
		
	}
	#comments .commentlist {
		list-style-type: none;
	}
		#comments .commentlist li {
			clear: both;
			float: left;
			width: 585px;
					}
		#comments .commentlist li ul {
			list-style-type: none;
			margin-left: 20px;
			border-top: 1px solid #e4e4e4;
			background: #f1f1f1;
			margin-top: 20px;
			padding: 15px;
			width: 550px;
		}
		
		#comments .commentlist li ul li{

			width: 545px;
		}
	#comments .reply {
		font-size: 10px;
		line-height: 20px;
		float: right;
		margin-bottom: 10px;
		padding-left: 20px;
		width: 50px;
		background: url(images/arrow-curve-180-left.png) no-repeat;
	}
	#comments .navigation {
		padding: 10px;
		font-size: 0.9em;
		font-weight: bold;
		clear: both;
	}
	#comments em {
		display: block;
		margin: 5px 0;
		font-size: 0.9em;
		font-style: normal;
		font-weight: bold;
		color: #009900;
	}
	
	
	#respond .commentitems .cancel-comment-reply{
	margin-bottom: 10px;
	}
	
	#respond h2{
	margin-top: 0;
	}
/** END comments **/

/** begin search form **/
#searchform {
	padding-bottom: 20px;
	border-bottom: 1px solid #E8E8E8;
	
}
	#searchform input {

	width:284px;
	padding:8px;
	border:1px solid #E4E4E4;
	font-size: 12px;
	color:#666;
	background:#eee url(images/search.png) no-repeat 280px center;
		
		
	}

/** end search form **/


.adsense{
margin-bottom: 20px;
margin-top: 20px;
}

object {
margin: 10px 0;
}

div.separador{
width: 618px;
border-bottom: 1px solid #e8e8e8;
margin-bottom: 5px;
}

/** END widget styles **/

div.wpcf7 form{
margin-top: 20px;
}

		div.wpcf7 form input, textarea {
			border: 1px solid #c0c0c0;
			padding: 5px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
			font-size: 11px;
		}
		div.wpcf7 form input{
			width: 582px;
			margin-bottom: 8px;
		}
		div.wpcf7 form textarea {
			width: 572px;
			padding: 10px 10px !important;
			font-family: "Lucida Grande";
		}
		div.wpcf7 form input[type="submit"]{
			width: 100px;
			background: #252525;
			color: #aaa;
		}		
		div.wpcf7-response-output {
			font-family: Verdana;
			width: 580px; height: 30px;
		}

/*Contact 7*/