* {  
    padding: 0;  
    margin:0;  
    }  
html{
	 background: url(../images/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}
ul {  
    list-style:none;  
    }  
 
.clear {  
    clear: both;  
    }  

h1 {
	text-shadow: 1px 1px white, 1px 1px #444;
	margin-bottom:5px;
}
#logo a{
text-decoration:none;
color: #333;
}
#content a:hover{
background-color: #00a2ff;
color: #fff;
}
#content a:visited{

text-decoration:none;
}

h2 a{
	padding-top:200px;}
.tip{
	background-color: #333;
	color:#FFF;
	padding:4px;
	border:solid 1px #FFF;
	box-shadow: 1px 1px 10px #666;
	opacity:0.8;
}
#top{
	 position: relative;
}

#top-wrapper {
  margin-left: auto ;
  margin-right: auto ;
  margin-top:70px;
  width:70%;
	
	}
#logo{
	letter-spacing: -3px;
	font-family: 'Raleway', sans-serif;
	font-size:36px;
	color:#333;
	float:left;
}  
#nav-container {
  
    height: 38px;
	font-family:Verdana;
	font-size:14px;
	color:#FFF;


	} 


#nav {
	float:right;
	font-family: 'Raleway', sans-serif;

    }
#nav li{
float: left;
height:100%;
display:block;
font-size:16px;
margin-top:5px;
color: #333;
text-transform:lowercase;
text-align: center; 
}

#nav li a{
line-height: 2.5em;
height:38px;
float: left;
color: #333;
text-decoration: none;
text-align: center;
left:0px;
display:block;

margin-left:30px;


}
#nav li a:hover{

float: left;
text-decoration: none;
text-align: center;
position:relative;
display:inline-block;
color: #333;

}
#nav li.active a:link, 
#nav li.active a:visited {
	
	float: left;
	text-align: center;
	position:relative;
	display:inline-block;
	color: #333;
	
}
	
#header{
	background:url(../images/header.jpg) no-repeat center #d7d6d4;
    height: 240px;
	width: 100%;
	border-bottom:5px solid #fff;
    }  



#content {  
	width:960px;
	min-height:100px;
	
    }  

fieldset{
	border:solid 1px #999;
	padding:10px;
}
.login-fields{
	margin:10px;
	}
#username-lbl{
	margin-right:50px;
}
#password-lbl{
	margin-right:80px;
}
.button{
	background-color:#333;
	color:#FFF;
	border:1px solid #FFF;
	font-weight:bold;
	cursor:pointer;
	padding:4px;
	margin-left:8px;
	}
.button:hover{
	background-color:#00a2ff;
	border:1px solid #FFF;
	font-weight:bold;
	}
#sidebar_left {  
    text-align: center;  
    background-color:#FFF;  
    width: 150px;  
    }  
#sidebar_right {  
     background-color:#FFF;  
    width: 90px;  
    }  

#footer{
	clear: both;
	text-align:center;
	width:100%;
	text-shadow: 1px 1px white, 1px 1px #444;
	
	}
#footer a{
	text-decoration:none;
	color:#000; 
	}
#footer a:hover{
	text-decoration:underline;
	}
#footer a:visited{
	color:#000; 
	}
/* -- buttons */
#editor-xtd-buttons {
	margin-top:10px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
        float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	margin-top:10px;
    background-color:#333;
	color:#FFF;
	border:1px solid #FFF;
	font-weight:bold;
	cursor:pointer;
	padding:4px;
	margin-left:8px;
}

.button2-left span,
.button2-right span {
        cursor: default;
        color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
       
}

.page span {
        color: #000;
        font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
    background-color:#00a2ff;
	border:1px solid #FFF;
	font-weight:bold;
}

.button2-left a,
.button2-left span {
       
}

.button2-right a,
.button2-right span {
       
}

.button2-left {

        float: left;
        margin-left: 5px;
}

.button2-right {

        float: left;
  
}

.button2-left .image {

}

.button2-left .readmore {

}

.button2-left .pagebreak {

}
.pagination ul li, .list-footer ul li{
display: inline;
padding: 0px 10px 0px 10px;
}

.pagination ul, .list-footer ul {
list-style-type: none; }

.pagination p.pull-right {
  float: none;
  text-align: center;
}

.pagination ul {
  display: inherit;
  text-align: center;
}

.pagination a,
.pagination span {
  float: none;
  display: inline-block;
}

@media screen and (max-width: 600px) {
#admin-wrapper, #top-wrapper, #middle-wrapper{
 	width: 95% !important;
 	}
}
