@charset "utf-8";

/*  
Theme Name: UNICA Web Agency
Description: A Business Portfolio for UNICA
Version: 1
Author: UNICA
Author URI: http://www.unica-web-agency.com
*/

body {
	font-family: Arial, Verdana, Sans-serif, Helvetica
}
.clear {
	clear: both;
}

/* ---------- Typography ---------- */

p {
	font-size: .8em;
	line-height: 24px;
	color: #444444;
	padding:5px 0 10px 0;
}
h1 {
	font-size: 24px;
	color: #FFFFFF;
}
h2 {
	font-size: 18px;
	color: #555555;
	padding-top: 20px;
}
h4 {
	font-size: 14px;
	color: #555555;
	padding-top: 20px;
}

h3 {
	font-size: 11px;
	text-transform: uppercase;
	color: #E16800;
	margin-bottom: 5px;
}

/* ---------- Header ---------- */

#header p {
	font-size: 0.8em;
	color: #FFFFFF;
}
#top_white {
	background: #ffffff;
	height: 5px;
}
#header_wrap {
	background: url(../images/texture_bg.png) repeat;
	padding-bottom: 40px;
}
#header {
	width: 940px;
	margin: 0 auto;
}
#logo_menu {
	overflow: hidden;
	height: 115px;
}
#logo {
	float: left;
	margin-top: 25px;
	height: 80px;
}

/* ---------- Menu ---------- */

#menu_wrap {
	float: right;
}
#menu {
	height: 37px;
	float: left;
	padding-top: 2px;
	color: #696969;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background:url(../images/menu_repeat.jpg) repeat-x;
}
#menu li {
	float: left;
	margin: 0px 15px;
}
#menu li a {
	text-decoration: none;
	color: #000;
}
#menu_left {
	width: 36px;
	height: 24px;
	background: url(../images/menu_left.png) no-repeat ;
	display: block;
	float: left;
}
#menu_right {
	width: 36px;
	height: 24px;
	background: url(../images/menu_right.png) no-repeat ;
	display: block;
	float: left;
}

/* ---------- List ---------- */

.text_block ul {
	list-style:none;
	margin: 10px 0 10px 15px;
	color: #666666;
	font-family: Arial, Verdana, Sans-serif, Helvetica

}

.text_block li {
background:url("../images/check.gif") no-repeat scroll 0 3px transparent;
	line-height: 22px;
	padding-left:23px;
	font-size:0.8em;
}

.text_block_nosep ul {
	list-style:none;
	margin: 10px 0 10px 15px;
	color: #666666;
	font-family: Arial, Verdana, Sans-serif, Helvetica
}

.text_block_nosep li {
		background:url("../images/bullet.gif") no-repeat scroll 0 8px transparent;
		line-height: 22px;
		padding-left:13px;
		font-size:0.8em;
}




/* ---------- Intro text ---------- */

#intro_text {
	width : 440px;
	margin-top: 30px;
	overflow: hidden;
}

#intro_text_subpage {
	width : 410px;
	margin-top: 75px;
	margin-bottom: 75px;
	overflow: hidden;
}
#intro_text_full {
	margin-top: 75px;
	margin-bottom: 75px;
	padding-right: 0px;
	overflow: hidden;
}

/* ---------- Content ---------- */

#content_wrap {
	background: url(../images/white_content_bg.jpg) top left repeat-x #ffffff;
	padding-top: 40px;
}
#content {
	width: 940px;
	margin: 0 auto;
	padding-bottom: 50px;
}
#left {
	width: 432px;
	float: left;
	overflow: hidden;
}
#right_home {
	width: 465px;
	float: right;
	margin-top: -300px;
}
#right, #right_portfolio {
	width: 465px;
	float: right;
	margin-top: -255px;
}
#left_subpage {
	width: 432px;
	position: relative;
	float: left;
	overflow: hidden;
	margin-top: -120px;
}
#right_subpage {
	width: 405px;
	position: relative;
	float: right;
	margin-top: -200px;
	background: url(../images/right_subpage_bg.png) top left no-repeat ;
	padding: 7px 27px;
}
#right_portfolio {
	margin-top: -280px;
}
.floatimg {
	float: left;
	margin: 0px 30px 10px 0px;
}

.leftimg {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 4px;
	border:1px solid #DDD;
}

.left_img {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 4px;
}

.text_block {
	background: url(../images/div_shadow.png) bottom no-repeat;
	overflow: hidden;
	padding-bottom: 50px;
}
.text_block_nosep {
	background: none;
	overflow:hidden;
}
.last {
	margin-right: 0px !important;
}
.small_button {
	width: 106px;
	height: 24px;
	display: block;
	margin-top: 20px;
	line-height: 25px;
	background: url(../images/small_button.png) top left no-repeat;
	text-align: center;
	color: #522D1B;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.small_button:hover {
	background: url(../images/small_button.png) bottom left no-repeat;
}

/* ---------- Homepage ---------- */

#laptop {
	width: 388px;
	height: 261px;
	padding: 41px 0px 0px 72px;
	background: url(../images/laptop.png) top left no-repeat;
}
#from_the_blogÂ {
	overflow: hidden;
}
.blog_small {
	margin-top: 20px;
	height: 90px;
}
.blog_small_text {
	float: left;
	width: 300px;
	margin-left: 5px;
}
.blog_small_text a {
	color: #0faecb;
	font-weight: bold;
	text-decoration: none;
}
.blog_small_text a:hover {
	text-decoration: none;
	color: #522D1B;
}
#recent_project ul {
	margin-top: 20px;
}
.last {
	margin-right: 0px !important;
}

/* ---------- Homepage ---------- */

.featureimg {
	border: 1px solid #DDD;
	margin: 15px 15px 10px 0px;
	background-color:#EFEFEF;
	padding: 4px;
}

/* ---------- Portfolio ---------- */

.portfolio_cat {
	float: left;
}
.portfolio_cat ul {
	margin-top: 20px;
}
.portfolio_cat li, #recent_project li, #recent_project li {
	float: left;
	padding: 4px 4px 0 4px;
	background-color: #FFF;
	border: 1px solid #DDD;
	margin:0 10px 10px 0;
}
.portfolio_cat li:hover, #recent_project li:hover, #recent_project li:hover {
background-color: #EFEFEF;
}

/* ---------- Blog ---------- */

.blog_small_img {
	float: left;
	padding: 4px 4px 0 4px;
	background-color: #FFF;
	border: 1px solid #DDD;
	margin:0 15px 0 0;
}
.blog_small_img:hover {
	background-color: #EFEFEF;
}


#ads img {
	margin-top: 20px;
}
#social {
	margin: 10px 0px;
	overflow: hidden;
}
#social ul {
	margin-top: 20px;
}
#social li {
	float: left;
	margin: 0px 15px 10px 0px;
	overflow:hidden;
}
.blog_post_small {
	width: 260px;
	float: left;
	overflow: hidden;
	margin-right: 27px;
}
.blog_post_featured {
	padding-right: 30px;
}
.blog_post_featured img, .blog_post_small img {
	border: #e6e6e6 5px solid;
	margin: 15px 0px;
}

.postinfo {
	margin-bottom: 20px;
}
.postinfo li a{
	font-size: 11px;
	color: #666666 ;
	display: block;
	float: left;
	margin-right: 10px;
}
#blognav {
	overflow: hidden;
	clear: left;
}
#blognav ul li {
	float: left;
	margin-right: 5px;
	text-align: center;
	margin-top: 50px;
}
#blognav ul li a {
	display: block;
	width: 44px;
	height: 19px;
	background-image: url(../images/blognav.png);
	background-position: top;
	background-repeat: no-repeat;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: white;
	padding-top: 4px;
}
#blognav ul li a:hover, #blognav .on a {
	background-position: bottom;
}
#blognav .next a {
	width: 74px;
	background-image: url(../images/blognavnext.png);
}
.blogtitle_small {
	font-size: 14px;
}
.blogtitle, .blogtitle_small {
	text-decoration: none;
	color: #565656;
}
.blogtitle:hover, .blogtitle_small:hover {
	color: #999999 ;
}
/* ---------- Layout page ---------- */

#full_width_content {
	padding: 7px 27px;
	margin-top: -115px;
	position: relative;
	background: url(../images/full_width_bg.png) top left no-repeat;
	width: 886px;
	overflow: hidden;
}
.content575px {
	width: 575px;
	float: left;
}
.content240px {
	margin-top: 30px;
	padding: 0px 25px;
	width: 240px;
	float: left;
}

#sidebar {
	width: 232px;
	float: right;
	overflow: hidden;
	margin: 50px 30px 0px 0px;
}

.sidebarlist li a  {
	padding-top: 2px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none;
}
.sidebarlist li a:hover  {
	text-decoration: underline;
}
.sidebarlist li   {
	margin-bottom: 10px;
	background: url(../images/bullet.png) center left no-repeat;
	padding-left: 15px;
}

.margin_top {
	margin: 20px 0px 10px 0px;
}

/* ---------- Footer ---------- */

#topbar {
	background-color: #878787;
	height: 10px;
}
#footer {
	background-color: #1b1b1b;
}
#footer_content {
	width: 940px;
	margin: 0 auto;
	padding: 40px 0px;
	overflow: hidden;
}
#small_footer a , #footer a {
	color: #DDD;
	text-decoration:none;
}
#small_footer a:hover , #footer a:hover {
	color: #FFF;
	text-decoration:none;
}
.footer_list{
	float: left;
	margin-right: 60px;
}
#footer_content li {
	margin-bottom: 5px;
	color: #555;
	text-decoration: none;
	text-transform: normal;
	font-size: 12px;
}
#footer_content li a{
	margin-bottom: 5px;
	color: #DDD;
	text-decoration: none;
	text-transform: normal;
	font-size: 12px;
}
#footer_content li a:hover{
	margin-bottom: 5px;
	color: #E16800;
	text-decoration: none;
	text-transform: normal;
	font-size: 12px;
}

#footer_content a {
	color: #DDD;
	text-decoration: none;
	text-transform: normal;
	font-size: 12px;
}
#footer_content a:hover {
	text-decoration: none;
	color: #FFF;
}

/* ---------- Small Footer ---------- */

#small_footer {
	background-color: #121212;
	padding: 20px 0px;
	color: #6f6f6f;
	font-size: 11px;
	overflow: hidden;
}
#small_footer_content {
	width: 940px;
	margin: 0 auto;
}
#small_footer_left, .footerlogo {
	float: left;
}
.footerlogo {
	/*margin-right: 20px;*/
}
#small_footer_right {
	float: right;
}

/* ------ Icons ----------*/

.pdf   {
	background: url(../images/acrobat.png) 0 5px no-repeat;
	padding-left: 23px;
}

.facebook   {
	background: url(../images/facebook.gif) top left no-repeat;
	padding-left: 18px;
}

.skype   {
	background: url(../images/skype.gif) top left no-repeat;
	padding-left: 18px;
	padding-bottom:10px;
}
.msn   {
	background: url(../images/msn.gif) top left no-repeat;
	padding-left: 18px;
	padding-bottom:10px;
}

.phone   {
	background: url(../images/telephone.png) top left no-repeat;
	padding-left: 18px;
	padding-bottom:10px;
}

.fax   {
	background: url(../images/fax.png) top left no-repeat;
	padding-left: 18px;
	padding-bottom:10px;
}
.mobile   {
	background: url(../images/mobile_phone.png) top left no-repeat;
	padding-left: 18px;
	padding-bottom:10px;
}
.mail   {
	background: url(../images/icon-email.png) top left no-repeat;
	padding-left: 18px;
	padding-bottom:10px;
}

div.port   {
	background: url(../images/bg_casestudy.png) top left no-repeat;
}

