/*  
Theme Name: JavaBuilding
Theme URI: http://www.javabuilding.com
Description: This is the javabuilding theme.
Version: 1.0
Author: Sergio Taborda
Author URI: http://sergiotaborda.javabuilding.com

*/

@import url('http://www.javabuilding.com/dynastyle/style.css');

#header h1 {
	width:10em;
	color : 475D8D;
}



a {
   text-decoration:none;
   color:#14357B;
}

a:hover {
   text-decoration:none;
   color:#14357B;
}

.entry a {
   text-decoration:none;
   color:#14357B;
}



#footer a {
	width:10em;
    text-decoration:none;
	color:inherit;
}

p.copyright {
	text-align:center;
}

#common_right {
    margin:0px;
    padding-left: 15px;
    padding-right: 5px;
}

.blog_vertical_ad{
	margin-left : 15px;
	margin-top:10px;
}

.overt_title {

	position: absolute; top: 110px; left: 40px;
	margin: 0;
	width: 20em;
	font-size: 1.4em;
	line-height: 1.33;
	font-weight: bold;
	text-align: left;
	color: white;

}

.aligncenter{
    margin-left: auto;
    margin-right: auto;


}

.wp-caption-text{
     font-size: 0.7em;
     font-weight: bold;
}



.widget ul {

	color : #FFBF42;

	margin: 0;
	padding: 0;
	padding-left: 15px; 

	list-style-type: square;
	list-style-position: inside;

}

.widget li {

	color : #FFBF42;
	margin: 2px;
	padding: 0;
	padding-left: 15px; 
	background-color:#8EA8DE;

}

.widget li a{
  color: black;
}

.widget li:hover {
	background-color:#14357B;

}

.widget li:hover a{
  color: #8EA8DE;
}

.post {
 	border-bottom: 1px solid #C0C0C0;
	margin: 15px;
	margin-right: 0px;
	margin-top: 10px;
	padding: 5px;

}

#common_right{
	width : 200px;
	
}

#common_right div{
	width: 90%;
}

#common_center {
	width: 70%;
	padding-left:55px;
}

.post_title a {
    text-decoration:none;
	color:#7093DE;
}

#comments , #respond{
    text-decoration:none;
	color:#7093DE;
}

.entry p {
   font-size : 1.2em;
   margin-top: 10px;
}

p.post_date {
   font-size : 1.0em;	
   margin : 0;
   color : #C0C0C0
}

.separator_ad{
  margin-left: -59px;
}

.separator_ad2{
	margin-left: -28px;
}

.comments{
	background:url(img/comments.png) no-repeat;
	padding-left:18px;
}

div.date {
position:absolute; 
width:50px; 
height:50px; 
padding:10px 0;
margin-top:-38px;
margin-left:-58px;
background: transparent;


}

.leftsearchbox{
	float:left;
}

.date-month {
color:white; 
background: navy;
font:normal 10px Georgia;
text-align:center;
text-weight:bold;
}

.date-day {
text-align:center;
color:black; 
background:white;
font:normal 25px Georgia;
text-align:center;
border: 1px solid #C0C0C0;
}

.navigation {
margin: auto;
font-size: 10pt;
}

.navigation_previous {
	float:left;
	width:50%;
}

.navigation_next {
	float:right;
	width:50%;
	text-align:right;
}