/*
* Theme Name: Admired for Smals
* Author: Vandy BERTEN
* Template: admired 
*/

@import url('../admired/style.css');

#branding{
	background-color:#161B2E;

}

#header-group{
/*	background-image:url('images/logo_smals.png');
	background-position:right top;
	background-repeat:no-repeat;*/
}

#header-logo{
	height:120px;
}

.current_page_item, .current_page_ancestor { 
	background-color:#026BB0;


}
#author-info {
	font-size: 12px;
	border-width:1px;
	border-color:red;
}


.shortcode-author-avatars .author-list .user{
     display: block;
     float: left;
     padding: 0.2em;
     text-align: left;
}

.shortcode-author-avatars .author-list .user .avatar{
     display: block;
     float: left;
     padding: 0.2em;
     text-align: left;
}




.shortcode-author-avatars .author-list .user .name{
     float: left;
}

.shortcode-author-avatars .author-list .user .biography {
     display: block;
     float: left;
     padding: 0.2em;
     text-align: left;
     width:90%;
}

#author-avatar {
	float: left;
	margin-right:-60px;
	
	border-width:1px;	
	border-color:red;
	width:20%;
}
#author-description {
	/*margin-left: 110px; */
	float: left;	
	width:70%;
	border-color:red;
	border-width:1px;
}


.recent_posts_h3{
	background: #2b385b; /* Will IE gradients ever be able to follow a radius? Who the Fuq knows! */
	//background: -moz-linear-gradient(top, #8b8e96 0%, #66686e 100%); /* FF3.6+ */
	//background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b8e96), color-stop(100%,#66686e)); /* Chrome,Safari4+ */
	//background: -webkit-linear-gradient(top, #8b8e96 0%,#66686e 100%); /* Chrome10+,Safari5.1+ */
	//background: -o-linear-gradient(top, #8b8e96 0%,#66686e 100%); /* Opera11.10+ */
	//background: -ms-linear-gradient(top, #8b8e96 0%,#66686e 100%); /* IE10+ <= I'll beleave it when i see it... */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b8e96', endColorstr='#66686e',GradientType=0 ); IE6-9 */
	//background: linear-gradient(top, #2b385b 0%,#66686e 100%); /* W3C */
	border-bottom: 1px solid #66686E;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	color: #fff;
	*display: inline;
	font: bold 18px/22px arial;
/*	margin: -15px 0px 5px -11px;*/
	margin: -21px -60px 5px -20px;
	padding: 7px 10px;
/*	padding: 7px 10px 5px 5px;*/
	text-shadow: 0 -1px 0 #555;
	width: 100%;
	zoom: 1;  
}

.recent_post h2{
	font-weight: bold ;

}

.widget-title a{
	color:white;

}
#main_wrapper{  
width:100%;  
}  



#column_wrapper {  
width: 100%;  
/*height: 200px;  */
margin: 10px auto;  
float:left;
/*border: 2px dotted green;*/
}  

#column_wrapper .column {  
width: 48%; 
min-width: 265px;
/*margin-left: 15px;  */
margin-left:auto;
margin-top:10px;
margin-right:auto;

float: left;  
/*border: 1px dotted blue;*/
}  


/* WP-Filebase */

.file-details{
	display: none; 
	width:160%; 
	z-index:10; 
	background-color:#ffffff; 
	position:relative;  
	padding:10px ; 
	margin-top:20px ; 
	border-color:#3574A7;
	border-style:solid; 
	border-width:2px;
	text-align:justify;
}


/* Shortcode author list*/
.shortcode-author-avatars div.author-list .user {
	text-align: left;
	width:100%;
}

.shortcode-author-avatars div.aa_pageList{
	text-align:left;
}

#site-info {
	width: 500px;
}

h1 {
	font-size: 130%;
}