/* IMPORTS ------------------------------------------------------------*/

@import url('reset.css');

@import url('styled-elements.css');

/* HACKS ------------------------------------------------------------*/

.clear{
	clear:both;
	height:1px;
}

.inv{ display:none; }

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

/* GENERAL ------------------------------------------------------------*/

body {
	line-height: 1;
	color: #929292;
	background: #fff url(../img/);
	font-family: Arial, Helvetica, sans-serif;
	font-size:  100%;
}

#wrapper{
	width: 900px;
	margin: 30px auto;
	background: #ffffff;
	min-height: 0px;
	font-size: 12px;
	line-height: 1.5em;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#header{
	height: 0px;
	position: relative;
	z-index: 10;
}

#main{
	background: #ffffff;
	position: relative;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#content{
	min-height: 0px;
	overflow: hidden;
	margin-bottom: 0px;
}

#footer{
	position: relative;
	color: #ffffff;
}

#logo{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 115px;
}

#content a{
	color: ffffff;
}

#content p{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;	
}

#content .line-divider{
	clear: both;
	border-bottom: 0px solid #ffffff;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/* breadcrumbs --------------------------------------------------------*/

#header #breadcrumbs{
	position: absolute;
	bottom: 11px;
	left: 30px;
	font-style: italic;
	color: #ffffff;
	font-size: 10px;
}

#header #breadcrumbs a{
	color: #bfbdbd;
	text-decoration: none;
	background: url(../img/) no-repeat top right;
	padding-right: 14px;
}

/* TITLE --------------------------------------------------------*/

#page-title{
	overflow: hidden;
	height: 90px;
	margin-bottom: 30px;
	background: #f2f1f1 url(../img/) repeat-x bottom left;
}

#page-title .title{
	display: block;
	float: left;
	font-family: 'Ubuntu', arial, serif;
	font-size: 30px;
	line-height: 90px;
	margin-left: 30px;
	text-shadow: 0 1px rgba(255, 255, 255, 1);
}

#page-title .subtitle{
	display: block;
	float: left;
	margin-left: 30px;
	line-height: 90px;
	color: #929191;
	font-style: italic;	
}

/* HOME --------------------------------------------------------*/

body.home #header{
	height: 430px;
	position: relative;
	z-index: 10;
	overflow: visible;
}

body.home #header #headline{
	width: 900px;
	margin: 110px  auto 40px auto;
	font-size: 26px;
	line-height: 1.5em;
	font-family: 'Ubuntu', arial, serif;
	color: #ebe7e7;
	text-align: center;
}

body.home #content{
	padding-top: 100px;
}

#headline a{
	text-decoration: none;
	color: #ffffff; 
}

/* HEADERS --------------------------------------------------------*/

h1,h2,h3,h4,h5,h6{ 
	line-height: 1.4em;
	font-family: 'Ubuntu', arial, serif; 
	font-weight: lighter;
}

h1{ font-size: 30px; }

h2{ font-size: 28px; }

h3{ font-size: 26px; }

h4{ font-size: 24px; }

h5{ font-size: 22px; }

h6{ font-size: 20px; }

/* COLUMNS LAYOUT----------------------------------------------------------*/

.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth {
	float:left;
	margin-right:95px;
	position:relative;
}

.one-half{ width: 390px; }

.one-third{ width: 282px; }

.one-fourth{ width: 204px; }

.two-third{ width: 594px; }

.three-fourth{ width: 672px; }

.last {
	clear:right;
	margin-right:0 !important;
}


/* SOCIAL --------------------------------------------------------*/

#social-holder{
	overflow: hidden;
	width: 100%;
	padding-top: 40px;	
}

.social{
	display: block;
	float: right;
	overflow: hidden;
	margin-right: 20px;
}

.social li{
	display: block;
	width: 32px;
	height: 50px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.social a{
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9000px;
}


/* SEARCH --------------------------------------------------------*/

.top-search{
	position: absolute;
	top:141px;
	right: 54px;
}

#searchform #s{
	color: #49494b;
	font-size: 12px;
	width: 160px;
	height: 21px;
	margin: 0px 0px 5px 0px;
	padding: 2px 35px 2px 8px;
	border: 0;
	background: #f0efeb;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#searchform #searchsubmit{
	position: absolute; 
	top: 0px;
	right: 0px;
	width: 25px;
	height: 25px;
	border: 0px;
	background: url(../img/search-submit.png) no-repeat  transparent -3px 2px;
}

/* NAVIGATION --------------------------------------------------------*/


#nav{
	display: block;
	position: absolute;
	top: 156px;
	left: 29px;
	height: 46px;
	width: 900px;
	background: #ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #ffffff;
}

#nav>li{
	display: block;
	float: left;
	margin-left: 5px;
	margin-top: 12px;
}

#nav>li:first-child{
	margin-left: 10px;
}
/* BOTONERA */
#nav>li>a{
	display: block;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px 15px 6px 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

#nav>li>a:hover,
#nav>li.current-menu-item>a{
	color: #FFFFFF;
	background: #363636;
	text-shadow: none;
}

/* sub navigation */

#nav>li ul{
	display: block;
	margin-top: 0px;
	background: #ffffff;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
}

#nav>li>ul ul{
	margin-top: 0px;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
}
/* MENÚ DESPLEGABLE */
#nav>li ul li a{
	display: block;
	padding: 10px 15px;
	display: block;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}

#nav>li ul li a:hover{
	background: #ffffff;
	color: #fff;
}

#nav>li ul li:last-child a:hover{ /* last item its rounded at bottom */
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
}

/* FILTER --------------------------------------------------------*/

#content .filter{
	display: block;
	overflow: hidden;
	border-bottom: 0px solid #ffffff;
	padding-bottom: 30px;
	margin-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

#content .filter li{
	display: block;
	float: left;
	font-size: 12px;
	line-height: 14px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 3px 10px;
	background: #ffffff;	
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#content .filter li:first-child{
	background: none;
}


#content .filter li a{	
	display: block;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

#content .filter li:hover{
	background: #ffffff;	
}

#content .filter li:first-child:hover{
	background: ffffff;
}

#content .filter li.active{
	background: #ffffff;	
}



/* TWITTER --------------------------------------------------------*/

#twitter{
	position: relative;
	background: #f2f1f1;
	height: 170px;
	width: 100%;
	background: #f2f1f1 url(../img/twitter-border.png) repeat-x;	
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}

#twitter #prev-tweet{
	display: block;
	position: absolute;
	top: 66px;
	left: 30px;
	width: 30px;
	height: 35px;
	background: transparent url(../img/prev-arrow.png) no-repeat top left;
}

#twitter #next-tweet{
	display: block;
	position: absolute;
	top: 66px;
	right: 30px;
	width: 30px;
	height: 35px;
	background: transparent url(../img/next-arrow.png) no-repeat top right;
}

#twitter #tweets .tweet_list{
	display: block;
	position: absolute;
	top: 0px;
	left: 80px;
	width: 810px;
	height: 170px;
}

#twitter #tweets .tweet_list li{
	display: block;
	width: 810px;
	height: 120px; /* original height 170px */
	font-size: 20px;
	line-height: 1.5em;
	font-style: italic;
	color: #838383;
	text-align: center;
	padding-top: 62px; 
}

#twitter #tweets .tweet_list li .tweet_time a{
	text-decoration: none;
	color: #ccc;
}

#twitter #tweets .tweet_list li a{
	text-decoration: none;
	color: #37b2d1;
}

#twitter #tweets p.loading{
	text-align: center;
	color: #ccc;
	padding-top: 75px;
	font-style: italic;
}

/* PAGES --------------------------------------------------------*/

#page-content{
	float: left;
	width: 900px;
	margin-left: 15px;
}

/* PORTFOLIO --------------------------------------------------------*/

#projects-list{
	overflow: hidden;
}

#projects-list .project{
	position: relative;
	float: left;
	overflow: hidden;
	width: 438px;
	height: 495px;
	margin-left: 30px;
	margin-bottom: 30px;
}

#projects-list .project h1 a{
	display: block;
	text-decoration: none;
	margin-bottom: 30px;
	color: #ffffff;
}

.project-shadow{
	background: url(../img/) no-repeat 0px 0px;
}

#projects-list .project .project-thumbnail{
	position: relative;
	overflow: hidden;
	width: 438px;
	height: 267px;
	margin-bottom: 30px;
	background: #ffffff;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#projects-list .project .project-thumbnail .cover{
	position: absolute;
	top:0px;
	left: 0px;
}

#projects-list .project .project-thumbnail .meta{
	display: block;
	width: 252px;
	height: 207px;
	font-size: 12px;
	line-height: 2em;
	position: absolute;
	top:30px;
	left: 30px;
}

#projects-list .project .read-more{
	display: block;
	position: absolute;
	top: 325px;
	left: 160px;
	background: #363636;
	line-height: 33px;
	text-decoration: none;
	color: #fff;
	padding: 0px 30px 0px 30px;
	opacity: 0;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	-webkit-box-shadow: 0px 2px 3px #000; 
	-moz-box-shadow: 0px 2px 3px #000; 
	box-shadow: 0px 2px 3px #000;
}

#projects-list .project .read-more:hover{
	color: #fff;
	background: #000;
}

#projects-list .project:hover .read-more{
	opacity: 1;
}


/* PROJECT --------------------------------------------------------*/

.project-column{
	width: 438px;
	float: left;
	margin-left: 30px;
}

.project-column .project-thumbnail{
	overflow: hidden;
	width: 438px;
	height: 270px;
	margin-bottom: 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


#content .project-column .meta a{
	display: inline;
	font-size: 12px;
	color: #fff;
	padding: 3px 10px;
	text-decoration: none;
	background: #363636;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content .project-column .meta a:hover{ background: #000;}

.project-column .project-title{
	margin-bottom: 20px;
}

/* PROJECT-GALLERY -----------------------------------------------*/

.project-column .project-gallery{
	display: block;
	overflow: hidden;
	width: 0px;
}

.project-column .project-gallery li{
	display: block;
	float: left;
	overflow: hidden;
	background: url(../img/plus-sign_01.png) center center no-repeat;
	width: 150;
	height: 150px;
	margin-right: 0px;
	margin-top: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

/* PROJECT-RELATED -----------------------------------------------*/

.related-title{
	margin-left: 30px;
}

.related-projects{
	display: block;
	overflow: hidden;
}

.related-projects li{
	display: block;
	float: left;
	overflow: hidden;
	width: 150px;
	height: 150px;
	margin-left: 30px;
	margin-top: 30px;
}

.related-projects li strong{
	display: block;
}

.related-projects li a.box{
	display: block;
	overflow: hidden;
	width: 150px;
	height: 150px;
	margin-bottom: 30px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.related-projects li a.box img{
	opacity: 0;
}

.related-projects li:hover a.box img{
	opacity: 0;
}

#content .related-projects li a{
	text-decoration: none;
	color: #ffffff;
}

/* GALLERY -----------------------------------------------*/

#content .gallery.one-cols li{
	display: block;
	float: left;
	overflow: hidden;
	background: url(../img/plus-sign_01.png) center center no-repeat;
	width: 125px;
	height: 55px;
	margin-left: 3px;
	margin-bottom: 15px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#content .gallery.two-cols li{
	display: block;
	float: left;
	overflow: hidden;
	background: url(../img/plus-sign_05_02.png) center center no-repeat;
	width: 125px;
	height: 100px;
	margin-left: 5px;
	margin-bottom: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content .gallery.three-cols li{
	display: block;
	float: left;
	overflow: hidden;
	background: url(../img/plus-sign_05_02.png) center center no-repeat;
	width: 15px;
	height: 100px;
	margin-left: 5px;
	margin-bottom: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content .gallery.four-cols li{
	display: block;
	float: left;
	overflow: hidden;
	background: url(../img/plus-sign_05_01.png) center center no-repeat;
	width: 215px;
	height: 55px;
	margin-left: 10px;
	margin-bottom: 15px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#content .gallery.five_01-cols li{
	display: block;
	float: left;
	overflow: hidden;
	background: url(../img/plus-sign_05_01.png) center center no-repeat;
	width: 175px;
	height: 50px;
	margin-left: 5px;
	margin-bottom: 15px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#content .gallery.five_02-cols li{
	display: block;
	float: left;
	overflow: hidden;
	background: url(../img/plus-sign_05_02.png) center center no-repeat;
	width: 125px;
	height: 100px;
	margin-left: 5px;
	margin-bottom: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content .gallery.five_03-cols li{
	display: block;
	float: left;
	overflow: hidden;
	background: url(../img/plus-sign_03.png) center center no-repeat;
	width: 165px;
	height: 200px;
	margin-left: 5px;
	margin-bottom: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content .gallery.six-cols li{
	display: block;
	float: left;
	overflow: hidden;
	background: url(../img/plus-sign_05_01.png) center center no-repeat;
	width: 215px;
	height: 55px;
	margin-left: 10px;
	margin-bottom: 15px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#content .gallery.seven-cols li{
	display: block;
	float: left;
	overflow: hidden;
	background: url(../img/plus-sign_05_02.png) center center no-repeat;
	width: 80px;
	height: 80px;
	margin-left: 8.5px;
	margin-bottom: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content .gallery li a{
	display: block;
}



/* BLOG --------------------------------------------------------*/

#posts{
	float: left;
	width: 530px;
}

#posts .post{
	position: relative;
	margin-left: 8px;
	margin-bottom: 30px;
}

#comments-block{
	position: relative;
	margin-left: 30px;
	margin-top: 40px;
	margin-bottom: 30px;
	padding-top: 80px;
}

#posts.single .post{
	border-bottom: none;
}

#posts .post:last-child{
	border-bottom: none;
}

#posts h1 a{
	display: block;
	margin-bottom: 30px;
	width: 514px;
	text-decoration: none;
	color: #ffffff;
}

#posts .n-comments{
	display: none;
	position: absolute;
	top:0;
	right:0px;
	width: 0px;
	height: 0px;
	color: #fff;
	text-align: center;
	line-height: 0px;
	background: url(../img/) no-repeat;
}


#posts.single .post .n-comments{
	position: none;
}

.post .thumb-shadow{
	background: url(../img/) no-repeat 0px 0px;
}

#posts .post .post-thumbnail{
	position: none;
	overflow: none;
	width: 530px;
	height: 270px;
	margin-bottom: 7px;
	background: #ffffff;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}


#posts .post .post-thumbnail .cover{
	position: none;
	top:0px;
	left: 0px;
}

#posts .post .the-excerpt{
	padding-bottom: 0px;
	background: url(../img/) center bottom no-repeat;
}

#posts .post .post-thumbnail .meta{
	display: none;
	width: 252px;
	height: 207px;
	font-size: 12px;
	line-height: 2em;
	position: none;
	top:30px;
	left: 30px;
}

#posts.single .post .meta{
	display: block;
	background: #f1f1f1;
	padding: 20px;
	border-color: #e7e6e6 #ececec #ececec #ececec;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#posts .post .read-more{
	display: block;
	position: absolute;
	top: 325px;
	left: 257px;
	background: #363636 ;
	line-height: 33px;
	padding: 0px 14px 0px 14px;
	text-decoration: none;
	color: #ffffff;
	opacity: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	
	-webkit-box-shadow: 0px 0px 0px #000; 
	-moz-box-shadow: 0px 0px 0px #000; 
	box-shadow: 0px 0px 0px #000;
}

#posts .post .read-more:hover{
	background: #000;
}

#posts .post:hover .read-more{
	opacity: 0;
}

#posts .post .meta a{
	text-decoration: none;
}

#posts .post .meta-tags{
	overflow: none;
}

#posts .post .meta-tags a{
	float: left;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	background: #ffffff;
	padding: 3px 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#posts .post .meta-tags a:hover{
	background: #000;
}

/* COMMENTS-BLOCK ------------------------------------------------------------*/



#comments-block .n-comments{
	left:0px;
}

#comments-block .n-comments{
	left:0px;
}

#comments-block .n-comments-text{
	display: none;
	position: none;
	top: 4px;
	left:68px;
	font-family: 'Ubuntu', arial, serif; 
	font-size: 0px;
}

/* COMMENTSLIST ------------------------------------------------------------*/

.commentlist{
	display: none;
}

.commentlist li{
	display: none;
	margin-bottom: 0px;
	padding: 10px 10px 10px 0px;
	line-height: 1.5em;
}

.commentlist ul{
	padding-left: 40px;
	border-left: 1px dashed #ccc;
}

.commentlist li .comment-body{
	overflow: hidden;
	position: relative;
	padding: 0px 0px 20px 0px;
}


.commentlist li img{
	display: none;
	float: left;
	margin: 0px 12px 20px 0px;
}

.commentlist .meta-date{
	display: block;
	float: right;
}

#content .commentlist .reply a{
	display: block;
	text-decoration: none;
	float: right;
	padding: 2px 8px;
	background: #ccc;
	color: #ffffff;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* COMMENTS PAGINATION ------------------------------------------------------------*/

#content .comments-pagination {
	clear:both;
	overflow: hidden;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	margin-bottom: 10px;
}
 
#content .comments-pagination span,
#content .comments-pagination a {
	display:block;
	float:left;
	margin: 2px 4px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#ffffff;
	background: #ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
 
#content .comments-pagination a:hover{
	color:#fff;
	background: #000000;
}
 
#content .comments-pagination .current{
	padding:6px 9px 5px 9px;
	background: #000000;
	color:#fff;
}

/* LEAVE COMMENT --------------------------------------------------------*/

.leave-comment{
	margin-top: 20px;
	padding-top:30px;
	background: url(../img/) no-repeat;
}

.leave-comment h2{
	margin-bottom: 20px;
}

/* CONTACT --------------------------------------------------------*/

.one-column{
	width: 438px;
	float: left;
	margin-left: 10px;
}

/* FORMS ------------------------------------------------------------*/

#sc-contact-form,
#contactForm,
#commentform,
#contactForm{
	margin-bottom: 10px;
}

#sc-contact-form input,
#sc-contact-form textarea,
.admin-form input,
.admin-form textarea,
#contactForm input,
#contactForm textarea,
#commentform input,
#commentform textarea{
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sc-contact-form input,
.admin-form input,
#contactForm input,
#commentform input{
	width: 282px;
}

#sc-contact-form textarea,
.admin-form textarea,
#contactForm textarea,
#commentform textarea{
	width: 282px;
}

#sc-contact-form #submit,
.admin-form #submit,
#contactForm #submit,
#commentform input#submit{
	width: 76px;
	margin: 21px;
	margin-left: 0px;
	padding: 5px 0px;
}

#sc-contact-form #submit:hover,
.admin-form #submit:hover,
#contactForm #submit:hover,
#commentform input#submit:hover{
	background: #f1f1f1;
	color: #606060;
}

#sc-contact-form input,
#sc-contact-form textarea,
.admin-form input,
.admin-form textarea,
#contactForm input,
#contactForm textarea,
#commentform input,
#commentform textarea{
	color: #606060;
	font-size: 15px;
}

#sc-contact-form label,
.admin-form label,
#contactForm label,
#commentform label{
	display: block;
	font-size: 15px;
	line-height: 2.5em;
	font-weight: light;
}

/* PAGER ------------------------------------------------------------*/

.pager{
	padding-top: 0px;
	overflow: hidden;
	display: block;
	height: 33px;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 20px;
}

.pager li{
	display: block;
	width: 33px;
	height: 33px;
	margin-right: 8px;
	float: left;
}

#content .pager li a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 33px;
	text-align: center;
	text-decoration: none;
	color: #fdfdfd;
	background: #363636;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#content .pager li:hover a,
#content .pager li.active a{
	color: #363636;
	background: #fdfdfd;	
}

/* SIDEBAR ------------------------------------------------------------*/

#sidebar{
	float: left;
	width: 320px;
	margin-left: 50px;
}

#sidebar>li{
	margin-bottom: 20px;
}

#sidebar>li h6{
	padding-bottom: 20px;
}

#sidebar ul>li{
	line-height: 40px;
	text-decoration: none;
	border-bottom: 1px solid #d7d7d7;
}

#sidebar ul>li:last-child{ border-bottom: none; }

#sidebar ul>li a{
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: #696969;
}

#sidebar ul>li:hover{
	background: #f1f1f1;
}

/* FOOTER - COLS ------------------------------------------------------------*/

#footer-cols{
	display: block;
	overflow: hidden;
	color: #ffffff;
	line-height: 1.5em;
	margin-top: 40px;
}

#footer-cols li.col{
	display: block;
	width: 282px;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
}

#footer-cols li.col>h6{
	color: #ffffff;
	margin-bottom: 30px;
	text-shadow: -2px -1px rgba(0, 0, 0, .8);
}

#footer-cols li.clear-col{ clear:left; }

#footer-cols li.col ul{
	display: block;
}

#footer-cols li.col ul li{
	display: block;
	line-height: 35px;
	border-top: 1px solid #4a4a4a;
	border-bottom: 1px solid #000;
}

#footer-cols li.col ul li:first-child{ border-top: none; }

#footer-cols li.col ul li:last-child{ border-bottom: none; }

#footer-cols li.col ul li a{
	text-decoration: none;
	color: #ffffff;
}

#footer-cols li.col ul li a:hover{
	color: #fff;
}

/* FOOTER BOTTOM --------------------------------------------------------*/

#footer #bottom{
	position: relative;
	width: 100%;
	font-size: 12px;
	line-height: 1.5em;
	line-height: 80px;
	text-align: center;
	color: #363636;
	background: url(../img/) repeat-x;
}

#footer #bottom a{
	color: #ffffff;
	text-decoration: none;
}

#footer #bottom #to-top{
	position: absolute;
	right: 30px;
	top: 26px;
	width: 33px;
	height: 33px;
	background: url(../img/) no-repeat;
	cursor: pointer;
}
#wrapper #footer #bottom a {
	color: #363636;
}
