@charset "utf-8";
/* CSS Document */



ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    color: #e87300;
    text-decoration: none;
    background-color: transparent;
}

.profileimage {
	border: 1px solid #ccc;
	padding:5px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 1px 3px #eee;
	width:150px;
	height:150px;
	display:block;
	margin: 0 auto;
		
}

h4.profilecaption {
	font-size:13px;	
	text-align: center;
}

.col1, .col2 {
	border-right: 1px solid #eee;	
}
.col2, .col3 {
	margin-left: 0 !important;	
}

.r2 {
	
}

.r3 {
		
}

h3.col1-title {
	font-size: 13px;
	margin: 0 auto;
	text-align:center;	
}

.post-box {
	border-bottom: 1px dashed #eee;
	margin-bottom: 10px;	
	padding-bottom: 10px;
	text-align:center;
}

.post-box .post-attachment img{
	width:90%;
	margin: 0 auto;
	padding:10px;	
}

.divider {
	border-bottom: 1px solid #eee;
	height:1px;
	margin-bottom:6px;	
}

#topbar {
	max-height: 33px;
	background: #e87300;
	color: #fff;
	position:absolute;
    padding:10px 0;
    top:0;
    margin-top: -53px;
    float:left;
    -webkit-transition:margin-top .5s ease-in-out;
    z-index:1;
    box-shadow:1px 0 3px rgba(0,0,0,.75);
	text-align:center;
    
}

#topbar .button{
    position:absolute;
    top:53px;
    right:0;
    display:block;
	background: #e87300;
	color: #fff;
	padding:4px 10px;
	box-shadow:1px 3px 1px rgba(0,0,0,.5);
	text-decoration:none;
}
#topbar:hover{
    margin-top: 0;
}
#topbar label {
float: left;
margin-top:6px;
margin-right: 10px;
margin-left:10px;	
}

#topbar input {
	float: left;
	margin-right:10px;	
}
#topbar input[type=submit] {
margin-left: 20px;	
}
#topbar form {
margin: 0 auto;
display:inline-block;	
}
.sign-up {
color: #000 !important;
margin-top:-10px;	
}

.container {
max-width: 1170px;	
}

.home-thumb li h3 {
font-size:18px;
text-align:center;	
}

.home-thumb li a {
text-decoration:none;	
}

.home-thumb li img{
	width: 100%;
}