/*---------
Template Name: RECON
By: Adam Robinson (adam_robinson on themeforest)
Date: November 2009
-------------*/

/*--------------------
   STANDARD HTML
---------------------*/

* { margin: 0;  padding: 0; }

body{
		background:	#efefef url(../images/site/body_bg2.jpg)  no-repeat top center;
		font-family: 'lucida grande', arial, sans-serif;
		font-size: 62.5%;
}


p {
		color: #fff;
		font-size: 1.15em;
		line-height: 1.7em;
		margin:	0 0 10px 0;
}

h1, h2, h3, h4, h5 {
		color: #fff;
		font-family: 'myriad pro', 'lucida grande','Trebuchet MS', arial, sans-serif;
		letter-spacing: 1px;
		text-transform:	capitalize;
}

h1, h1.blue {
		background: url(../images/site/h1_bg.png) no-repeat left bottom;
		font-size: 1.6em;
		padding-bottom:	10px;
		margin:	0 0 15px 0;
}

.greyest {
  		background: url(../images/site/h1_bg.png) no-repeat left bottom;
		font-size: 1.6em;
        color: #111111;
		padding-bottom:	10px;
		margin:	0 0 15px 0;

}


h1.blue {
		background: url(../images/site/h1_blue_bg.png) no-repeat left bottom;
}

h2, h2.comments { 
		background: url(../images/site/h1_bg.png) no-repeat left bottom;
		font-size: 2.3em; 
		margin: 0 0 0.8em;
		padding: 0 0 10px;
}
h2.comments{ 
		margin:	1.5em 0 0.8em 0;
}

h3, h4{
		font-size: 1.8em;
		padding: 0.6em 0 0 0;
		margin:	0 0 0.8em 0;
}
h4 { 
		font-size: 1.45em;
}


/*------------
    TEXT LINKS
--------------*/
a:link, a:visited {
		color: #111111;
		font-weight: bold;
		text-decoration: none;
}

a:hover {
		color: #111111;
}

h2 a{ 
		color: #fff!important;
}


/*---------------------
  IMAGES & IMAGE LINKS
----------------------*/

a img {
	border:0;
}

.blog_post img, .text_div img{
		float: left;
		margin:	0px 10px 10px 0;
		border:	1px solid #111111;
}

.blog_post img.right, .text_div img.right{
		margin:	0px 0 10px 10px;
		float:right;
}

.blog_post a img:hover {
		border:	1px solid #692f73;
}

#ads img{
		float: left;
		margin:	0 3px 3px 0;
		
}

#ads img.no_margin{
		float: left;
		margin:	0 0px 3px 0;
}

img.social{
	margin:0 5px 5px 0;
	height:32px;
	width:32px;
}




/*-------------------
 LISTS and CUSTOM LISTS
-----------------------*/


ul, ol{ 

		margin:	0 0 10px 25px;
}

ul li, ol li{
		color: #fff;
		font-size: 1.15em; 
		margin:	0 0 5px 0;
}

ul.service_list {
		list-style:	none;
		margin:	0px 0 0 0px;
}

ul.service_list li {
		background: url(../images/site/tick.png) no-repeat;
		padding: 1px 0 10px 30px;
		font-weight: bold;
}
	
ul.portfolio_items{
		display: block;
		margin:	15px 0 35px 0;
		padding: 0;
		overflow: auto;
		width: 100%;
}

ul.portfolio_items li{
		background: url(../images/site/nav_bg.png) repeat;
		border: 0px solid #111111;
		display: block;
		float: left;
		height:	152px;
		margin:	15px 13px 0 0px;
		padding: 10px;
		position: relative;
		width: 302px;
		-webkit-border-radius: 5px;
		-moz-border-radius:	5px;
}

ul.portfolio_items li.third{
		margin:	15px 0 0 0;
}

ul.portfolio_items li img{
		border: 1px solid #111111;
}


ul.archives, ul.categories{ 
		list-style:	none;
		margin:	0;
}

ul.archives li, ul.categories li{
		background:	url(../images/site/list_item_bg.png) no-repeat 0px 5px ;
		padding: 0 0 5px 15px;
}

ul.comments {
		list-style:	none; 
		margin:	0;
	}

ul.comments li { 
		background:	#2f043a; 
		border: 1px solid #111111;
		padding: 12px 15px 15px;
		margin:	0 0 13px; 
		line-height:1.7em;
}



/*----------------
	NAVIGATION
----------------*/

#nav {
		width:  998px;
		border:  0px solid #111111;
		margin:  30px 0 0;
		background: url(../images/site/linkarbak.png) repeat;
		-webkit-border-radius: 5px;
		-moz-border-radius:5px;
		overflow:auto;
}

#nav ul {
		list-style:  none;	
		margin:0;
}

#nav ul li {
		display:  inline;
}

#nav ul li a {
		float:  left;
		margin:  20px 20px 17px;
		text-transform:  uppercase;
		font-family: 'myriad pro', 'lucida grande','Trebuchet MS', arial, sans-serif;
		font-weight:  bold;
		color:  #fff;
		font-size:  1.3em;
		letter-spacing:  1px;
}

#nav ul li a:hover {
		color:  #efefef;
}

#nav ul li a.active {
		color:#f44895;
}


/*------------
    SEARCH
-------------*/
#nav form{
		width:245px;
		height:34px;
		float:right;
		margin: 10px 15px 10px;
		background: url(../images/site/search.png) no-repeat;
		display:inline;
}

#nav form input	{
		width:  190px;
		padding: 5px 10px 0px;
		height:25px;
		margin:3px;
		border:0;
		background:#ffffff;
		float:right;
		font-size:1.3em;
		outline:0;
}


/*-----------------
  STRUCTURAL DIVS
-------------------*/
#wrapper {
		border:	0px solid #fff;
		margin:	0 auto 30px;
		width: 1000px;
}
#utanum {
		width: 1000px;
        margin:	10px auto 0px;
        padding: 10px;
        /*border: 3px solid #efefef;*/
        background-color: #fff;
        -webkit-border-radius: 	8px;
		-moz-border-radius:		8px;
}


#header	{
		padding: 30px 0 0;
		width: 100%;
}

#logo {
		height:	49px;
		width: 152px;
}

#col_large {
		border: 0px solid #111111;
		background: url(../images/site/nav_bg.png) repeat;
		float:	left;
		margin:	30px 0 0;
		padding: 0;
		width:	708px;
		-webkit-border-radius: 	5px;
		-moz-border-radius:		5px;

}
#col_small {
		border: 0px solid #111111;
		background:#efefef;
		float:	left;
		margin:	30px 0 0;
		padding: 0;
		width:	708px;
		-webkit-border-radius: 	5px;
		-moz-border-radius:		5px;

}
#col_small {
		float: right;
		width: 275px;
}

#col_largesub, #col_smallsub {
		border: 0px solid #111111;
		float:	left;
        color: black;
		margin:	30px 0 0;
		padding: 0;
		width:	708px;
		-webkit-border-radius: 	5px;
		-moz-border-radius:		5px;

}
#col_smallsub {
		float: right;
		width: 275px;
}

#col_largesub p {
  color: black;
}


.services, .blog, .about  {
		display: inline;
		width: 205px;
		margin:	15px 15px 15px 15px;
		float: left;	
}

.sidebar_section, .siderbar_section_address {
		display: inline;
		margin:	15px 15px 20px 15px;
		padding:0 0 0px 0;
		overflow:hidden;
		float:left;
		width:244px;
}





.sidebar_section_address {
		margin:	15px;
		padding:0 0 0px 0;
}

.blog_post, .text_div {
		display: block;
		padding: 0px 0 0px 0;
		margin:	15px 15px 50px 15px;
		overflow:hidden;
}

.text_div {
		padding: 0;
		margin:15px 15px 15px;
}

#blog_buttons {
		padding: 0 15px 15px;
		overflow: hidden;
}

.date_and_comments{
		color:	#bdbdbd;
		display: block;
		font-size: 1.2em;
		text-transform:	uppercase;
		margin:	0 0 8px 0;
}




/*------------------------
  LATEST WORK FADER (JQUERY)
-------------------------*/

#latest_work{
		width:  998px;
		height: 260px;
		position:relative;
		background-color: #111111;
		border:  0px solid #111111;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin:30px 0 0;
}

#clients{
		width:  998px;
		height: 200px;
		background-color: #ffffff;
		border:  0px solid #111111;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin:0px;
}

#latest_ribbon {
		height:72px;
		width:72px;
		background: url(../images/site/latest_ribbon.png) no-repeat;
		position:absolute;
		top:-1px;
		left:-1px;
		z-index:5;
		text-indent:-9999px;
}
#clients_ribbon {
		height:72px;
		width:72px;
		position:absolute;
		top:-1px;
		left:-1px;
		z-index:5;
		text-indent:-9999px;
}

.ui-tabs-panel {
		height:228px;
		width: 690px;
		overflow:hidden;
		top:15px; left:15px;
		border:  1px solid #111111;
		position:absolute;
}

ul.ui-tabs-nav {
		position:absolute;
		top:15px; right:15px;
		list-style:none;
		padding:0;
		width:300px;
		z-index:5;
}

ul.ui-tabs-nav li {
		margin:0 0 11px;
		width:260px;
		float:right;
}

.ui-tabs-hide {
		display:none;
}

li.ui-tabs-nav-item a {
		display:block;
		color:#000!important;
		outline:none;
		background: url(../images/site/latest_tab.png) repeat-x;
		padding:0px 0 0 15px; 
		height:49px;
		line-height:49px;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
		text-decoration:none;
		font-size:1.05em;
		text-transform: uppercase;
		font-family: 'lucida grande', arial, sans-serif;
		font-weight:bold;
		text-shadow: 0.1em 0.1em #fff
}

li.ui-tabs-nav-item a:hover {
		color:#000;
		text-decoration:none;
		background: url(../images/site/latest_tab_hov.png) repeat-x;
}

li.ui-tabs-selected  { 
		width:290px!important;
		margin:-9px 0 1px 0!important;
		display:block;
}

li.ui-tabs-selected a, li.ui-tabs-selected a:hover {
		background: url(../images/site/latest_tab_active.png) no-repeat;
		color:#fff!important;
		height:68px;
		line-height:68px;
		padding:0 0 0 30px;
		text-shadow: 0.1em 0.1em #333;
}



/*--------------
  CLIENT SLIDER
-----------------*/
#utanumclients {
		width: 1000px;
        margin:	10px auto 0px;
        padding: 10px;
        height: 50px;
        /*border: 3px solid #efefef;*/
        -webkit-border-radius: 	8px;
		-moz-border-radius:		8px;
        background: #fff url(../images/site/clients_ribbon.png) no-repeat;

}

#clients{
		position:relative;
        background: transparent;
		width:950px;
		height:50px;

        float:right;
}


#clients_ribbon{

}

#client_slider{
		width:950px!important;
		
}

.slider_fade, .slider_fade_left{
		position:absolute;
		height:100px;
		width:180px;
		/*background: url(../images/site/slider_fade.png) no-repeat;*/
		top:0;
		right:0;
		z-index:4;
}

.slider_fade_left{
		left:0;
	   /*	background: url(../images/site/slider_fade_left.png) no-repeat;*/
}

#client_slider ul li {
		margin:0 40px 0 0;
		height:auto!important;
		display:inline;
		float:left;
}

.next a{
	width:13px;
	height:19px;
	background: url(../images/site/nxt_btn.png) no-repeat;
	border:0;
	font-size:1.6em;
	position:absolute;
	bottom:0;
	right:0;
	z-index:5;
	cursor:pointer;
	padding:0 0 0 6px;
	display:block;
	font-family:georgia, serif;
	color:#000!important;
	text-shadow: 0.1em 0.1em #fff;
	outline:0;
}




/*---------------
 PORTFOLIO RIBBONS
---------------*/
.web_ribbon, .print_ribbon, .logo_ribbon{
		width:72px;
		height:72px;
		background: url(../images/site/web_ribbon.png) no-repeat;
		display:block;
		position:absolute;
		top:-1px;
		left:-1px;
		text-indent:-9999px;
}

.print_ribbon{
		background: url(../images/site/print_ribbon.png) no-repeat;
}

.logo_ribbon{
		background: url(../images/site/logo_ribbon.png) no-repeat;
}


/*-----------
   FOOTER
-------------*/

#footer{
		width:1000px;
		text-align:center;
		margin:30px 0 0px 0;
        color: #111111;
		padding:0 0 5px 0;
}

#footer p{
		font-size:1.1em;
        color: #111111;
}



/*--------------
   TWITTER FEED
----------------*/
#tilbod {
  background: #efefef;
		float: left;
		margin:	15px 15px 15px 15px;
		position: relative;
		width: 244px;
		display:inline;
}

#tilbod_feed{
		font-size:1.15em;
		color:#111111;
		line-height:1.6em;
	
}

#tilbod_feed ul{
		list-style:none;
		margin:0;
}

#tilbod_feed ul li{
		margin:0 0 10px 0;
		font-size:1.0em;
}

#tilbod_feed ul li small{
		display:block;
		color:#b5b5b5;
		font-style:italic;
		font-size:0.9em;
}


/*-------------
    FORMS
-------------*/

fieldset{
		border:0;
}

fieldset.margin{
	margin:25px 0 0;
}



label{
		display:block;
		color:#fff;
		font-size:1.2em;
		font-weight:bold; margin:0 0 5px 0;
}


.success, .bademail, .badserver{
	display:block;
	color:#fff;
	font-weight:bold;
	overflow:hidden;
}
.success p, .bademail p, .badserver p{
	padding:7px 0 0 0;
}


.success img, .bademail img, .badserver img{
	border:0;
	float:left;
	padding:0 5px 0 0;
	margin:0;
}

/*-----------
 BUTTON STYLE
-------------*/

.button{
	display:block;
	float:left;
	background: url(../images/site/blank_btn.png) no-repeat;
	margin:0 10px 0 0;
}

.button a {
	height:21px;
	width:92px;
	display:block;
	font-weight:bold;
	font-family:georgia, serif;
	font-style:italic;
	color:#000!important;
	font-size:1.1em;
	text-align:center;
	padding:3px 0 0;
	text-shadow: 0.1em 0.1em #393939;
}

.button a:hover, .next a:hover {
	color: #111111!important;
}
/*---------------- buttom custum-----------------*/

.button2{
	display:block;
	float:right;
	background: url(../images/site/blank_btn3.png) no-repeat;
	margin:0 10px 0 0;
}

.button2 a {
	height:21px;
	width:135px;
	display:block;
	font-weight:bold;
	font-family:arial;
	font-style:italic;
	color:#fff!important;
	font-size:1.1em;
	text-align:center;
	padding:3px 0 0;
	text-shadow: 0.1em 0.1em #393939;
}

.button2 a:hover, .next a:hover {
	color: #efefef!important;
}

/*-----------------------------------*/

.button3{
	display:block;
	float:right;
	background: url(../images/site/blank_btn2.png) no-repeat;
	margin:0 10px 0 0;
}

.button3 a {
	height:21px;
	width:135px;
	display:block;
	font-weight:bold;
	font-family:arial;
	font-style:italic;
	color:#fff!important;
	font-size:1.1em;
	text-align:center;
	padding:3px 0 0;
	text-shadow: 0.1em 0.1em #393939;
}

.button3 a:hover, .next a:hover {
	color: #efefef!important;
}




/*------------
     MISC
------------*/
.name{ display:block; font-weight:bold;}

.clear {
	clear:both;
	height:0px;
}

.hide{
	display:none;
}

.contact_method { 
	width:50px; display:inline-block; 
}
.address { 
	font-style:italic; 
}

.leftimage{
  float: left;
  border: 5px solid #efefef;
  margin: 5px;
}
.uppselt{
  position: relative;
  top:0px;
  left:0px;

}
#uppselt{
  width: 155px;
  height: 110px;
  float: left;
  margin: 5px;
}



.leftimagesp{
  float: left;
  margin: 5px;
}
.title2{
  font-size: 1.4em;
  color: #800000;
}
.verd{
  font-size: 1.2em;
}
.athugasemd{
  font-size: 1.2em;
}

#avmenu{
clear:left;
float:left;
width:170px;
margin:0 0 0px 0;
padding:0px;
font-size:0.9em;
}

#avmenu ul{
list-style:none;
width:170px;
margin:0 0 0px 0;
padding:0;
font-size:1.1em;
}

#avmenu li{

}

#avmenu li a{
font-weight:normal;
height:20px;
text-decoration:none;
color:#505050;
display:block;
padding:6px 0 0 10px;
background:#f4f4f4;
border-left:0px solid #cccccc;
margin-bottom:1px;
}

#avmenu li a:hover{
background:#efefef;
color:#363636;
Border-bottom: 0px solid #666666;
font-weight: normal;
margin-bottom:1px;
}
#avmenu li a.current {
background:#7d011d;
color:#ffffff;
Border-left: 3px solid #ffffff;
font-weight: normal;
margin-bottom:1px;
}
#avmenu li a.current1 {
background:#efefef;
color:#363636;
Border-left: 3px solid #949494;
font-weight: bold;
margin-bottom:1px;
}
#avmenu li a.current2 {
background:#949494;
color:#ffffff;
Border-left: 5px solid #ffffff;
font-weight: bold;
margin-bottom:1px;
}
#avmenu li a.current3 {
background:#cccccc;
color:#363636;
Border-right: 2px solid #949494;
Border-left: 5px solid #ffffff;
font-weight: normal;
margin-bottom:1px;
}
#avmenu li a.current3-2 {
background:#ffffff;
color:#363636;
Border-right: 3px solid #949494;
font-weight: normal;
margin-bottom:1px;
}
.announce{
margin:10px 0 10px 0;
padding:10px;
width:150px;
color:#111111;
background-color:#f4f4f4;
line-height:1.3em;
}

.announce img{
padding: 0px;
margin: 0px;

}