/* Custom Css for FredFred Site, original joomla template: protostar 

add this line in protostar index.php file:  $doc->addStyleSheet($this->baseurl . '/templates/' . $this->template . '/css/custom.css'); 
after the line: $doc->addStyleSheet($this->baseurl . '/templates/' . $this->template . '/css/template.css');*/

body.site{
	border-top: 3px solid #FFF;
    background-color: white;
}
.row-fluid .span9 {
    width: 60%;
}
.row-fluid .span3 {
    width: 30%;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1000px;
}

.body .container{
    border: 0px none;
    box-shadow: none;
}

a{
    text-decoration: none;
    color:  #972a32;
}

a:hover{
    color: #e97c5d;
    text-decoration: none;
}

.site-title{
    display: none;
}

.menu > li > a{
    text-align: left;
    font-size: 12px;
    height: 25px;
    line-height: 25x;
    color: #333333;
}

.menu  .active{
    font-style: italic;
}

.link_bold{
    font-weight: bold;
}

.body .container {
    background-color: #FFF;
    border-radius: 0px;
    padding: 20px;
    border: 0px solid rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0);
}

.personal_title{
	font-size: 16px;
    height: 25px;
	color: #666666;
}

.van {
	margin-left: 5px;
	margin-bottom: 18px;
	list-style: none;
}
.van > li > a {
	display: block;
	height: 25px;
}
.van > li > a:hover,
.van > li > a:focus {
	text-decoration: none;
	background-color: #eee;
}
.van > li > a > img {
	max-width: none;
}
