/* CSS Document 
Theme Name: Unique WordPress theme.
Description: The Unique WordPress theme.
Version: 2.7
Author: system32
Author URI: http://www.themeforest.net/user/system32
Tags: space, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design under 960 Grid System:
*/

#home-boxes{
	width:100%;
	height:350px;
	background:#191919;
	color:#ffffff;
}
#home-boxes .box{
	float:left;
	width:310px;
	padding:15px;
	margin:0 15px 0 0;
	background:url(images/seperator.png) no-repeat right top;
}
#home-boxes .box p{
	color:#ffffff;
}
#home-boxes .middle{
	width:260px;
	padding:15px 10px;
}
#home-boxes .last{
	width:280px;
	margin:0;
	background:none;
}
#home-boxes h2{
	font-size:16px;
}
#home-boxes input[type=text]{
	width:165px;
}
#home-boxes select{
	width:173px;
}
#home-boxes textarea{
	width:240px;
	height:100px;
}

.alignleft{
	float:left;
	margin:0 10px 0 0;
}

.download{
	float:right;
	margin-top:28px;
}
.contentbg {
	height:100% !important;
	border:none !important;
}
.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
 
.pagination a:hover{
color:#fff;
background: #3279BB;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}

.footer-right{
	float:right;
}
