/*
Theme Name: Agens
Author URI: http://www.agens.no
Description: Agens is beatiful.
Author: Agens.no
Version: 1.0
Copyright: (c) 2011 Agens.no
*/

/*** Reset ***/
@import url('css/grid960.css');
@import url("font/stylesheet.css");

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body{
	line-height:1;
	
	text-align:left;
}
html { 
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	overflow-y: scroll;
	height: 101%;
}
.hide{ display:none;} 
.show{ display:block;} 

ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
:focus {
	outline:0;
}
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	background: #D9D9D9;
	height: 1px;
	border: #D9D9D9
}
a {
	text-decoration: none;
	color: #00BBFF;
}
a img{
	border: none;
}

.textalignleft {
	text-align: left;
}
.textalignright {
	text-align: right;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
h1, h2, h3, h4, h5 {
	color: #333;
	letter-spacing:0px;
	font-weight: normal;
	margin: 15px 0;
	line-height: 1em;
	font-family: ITCAvantGardeGothicProBook, Helvetica, Arial, sans-serif!important;
}
h1 {
	font-size: 34px;
	line-height: 35px;
}
h2 {
	font-size: 24px;
	padding-top: 10px;
}
h3 {
	font-size: 18px;
	padding-top: 10px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 14px;
	font-weight: bold;
}
p {
	margin: 1em 0;
}

blockquote {
	padding: 15px 0 10px 65px;
	background: url("images/bq.png") 20px 0 no-repeat;
}
blockquote p {
	color: #8c8888;
	font: italic 16px Georgia, Geneva, "Times New Roman", times;
}

/*** Main ***/

body {
	font: 14px Georgia, Geneva, "Times New Roman", times;
	line-height: 1.4em;
	color: #666;
	padding: 0;
	background: url(images/bg.png);

}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}

.wrapper {

}
#container {
	padding: 20px 0 0px;
}

/*** Header ***/
.header {
	margin: 0 auto;
	width: 960px;
	height: 95px;
	position: relative;
}

.logo {
	height: 50px;
	margin-top: 33px;
	float: left;
}
.logo img {
	max-height: 128px;
	max-width: 280px;
}

#searchform {
	width: 200px;
	margin-top: 0px;
}
.search fieldset {
	width: 200px;
	height: 31px;
	background: url(images/background-search.png) no-repeat;
	border: none,
}
.search input {
	width: 150px;
	border: none;
	background: none;
	padding: 3px 10px;
	color: #999;
	font-size: 15px;
	vertical-align: middle;
}

.search button {
	width: 30px;
	height: 20px;
	background: none;
	cursor: pointer;
	border: none;
	vertical-align: middle;
}

/*** Navigation ***/

.nav {
	background: url(images/bg_menu.png) right 1px no-repeat;
	display: block;
	float: right;
	height: 55px;
	margin: 35px 10px 0px 0px;
	width: 630px;
}
.menu {
	float:right;
	font-family: ITCAvantGardeGothicProbook, Helvetica, Arial, sans-serif!important;
	padding:0;
	margin-right: 11px;
	margin-top: 1px;
}
.menu li {
	background: url(images/bg_menu_sprite.png) no-repeat left -5px;
	float: left;
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding:0;
	height: 46px;
	margin-right: -11px;
}
.menu li.menu-item-home {
	background: url(images/bg_menu_sprite.png) no-repeat 0px -229px;
	margin-right: -12px;
}

.menu li.menu-item-513 {
	background: url(images/bg_menu_sprite.png) no-repeat 0px -117px;
	width: 101px;
}
.menu li:hover {
	background: url(images/bg_menu_sprite.png) no-repeat left -61px;
}
.menu li.menu-item-home:hover {
	background: url(images/bg_menu_sprite.png) no-repeat 0px -285px;
}
.menu li.menu-item-513:hover {
	background: url(images/bg_menu_sprite.png) no-repeat 0px -173px;
}

.menu li.current-menu-item,
.menu li.current-menu-item:hover,
.menu li.current-category-parent,
.menu li.current-category-parent:hover,
.menu li.current-category-ancestor,
.menu li.current-category-ancestor:hover,
.menu li.current-menu-parent,
.menu li.current-menu-parent:hover{
	background: url(images/bg_menu_sprite.png) no-repeat center -337px;
	height: 60px;
}

/*.menu li span {
display: none;}*/
.menu li a {
	color: #fff;
	height: 30px;
	width: 107px;
	padding: 14px 0 0;
	display: block;
	text-shadow: 0px -1px #666;
	font-family: ITCAvantGardeGothicProMedium, Helvetica, Arial, sans-serif!important;

}
.menu li.current-menu-item a,
.menu li.current-menu-item:hover a,
.menu li.current-category-parent a,
.menu li.current-category-parent:hover a,
.menu li.current-menu-parent a,
.menu li.current-menu-parent:hover a  {
	color: #bb0000;
	text-shadow: 0px 1px #bbb;
}



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

div.wpcf7 {
	margin: 0;
	padding: 0;
}
#wpcf7-f1-p8-o1{
	margin: 15px 0 0
}

div.wpcf7-response-output {
	display: block;
	border: none;
	margin: 2em 0.5em;
	padding: 0.2em 1em;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
	border: none;
}
span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	z-index: 100;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
	margin-top: 10px
}

div.wpcf7 .watermark {
	color: #888;
}

#content .wpcf7-form p,
#content .wpcf7-validation-errors {
    margin: 0px 0px 10px 0px;
    font-size:12px;
    font-style:italic;
    line-height:125%;
    min-height:10px;
    border: none;
}
#content .wpcf7-validation-errors, .wpcf7-not-valid-tip-no-ajax {
    color: #951E1B;
	clear: both;
}

#content span.wpcf7-not-valid-tip {
	background: none;
	border: none;
}
#content .wpcf7-form input[type="text"],
#content .wpcf7-form textarea[name="your-message"] {
    width:260px;
    -moz-border-radius:7px; 
    -webkit-border-radius:7px;
    border-radius: 7px;
    border-top:1px solid #BDBDBD; 
    border-left:1px solid #BDBDBD; 
    border-bottom:1px solid #fff; 
    border-right:1px solid #fff;
    background:url(images/bg_fields.jpg) 0 80% repeat-x #f2f2f2;
    padding:7px;
    color:#666;
    font-size:12px;
    opacity: 0.5;
   	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

#content .wpcf7-form textarea[name="your-message"] {
    width: 260px;
    max-width:260px;
    height:110px;
    padding-top:5px;
    background:url(images/bg_fields.jpg) 0 100% repeat-x #f2f2f2;

}

#content .wpcf7 input[type="text"]:focus,
#content .wpcf7 textarea[name="your-message"]:focus {
	opacity: 1;
}

#content .wpcf7-form input[type="submit"] {
	color: #00BBFF;
    cursor: pointer;
	float: right;    
    display: inline;
    font: italic 13px Georgia, Geneva, "Times New Roman", times;
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #CDE7F5;
    -moz-box-shadow: 0px 0px 2px #b3c8e2;
	-webkit-box-shadow: 0px 0px 2px #b3c8e2;
	box-shadow: 0px 0px 2px #b3c8e2;
    border-radius: 4px;
   	-moz-border-radius:4px; 
    -webkit-border-radius:4px;
	background:url(images/bg_fields.jpg) 0 80% repeat-x #f2f2f2;
	opacity: 0.9;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
	margin: 10px 10px 0;
	font-size: 12px;
}
#content .wpcf7-form input[type="submit"]:active, {
    color: #4488AA;
}




.imageLibrary {
	display: block;
	width: 460px;
}
a{
	text-decoration: none;
}
.imageLibrary li {
	list-style-type: none;
	margin: 10px 5px;
	width: 90px;
	height: 60px;
	float: left;
	position: relative;
}
.imageLibrary p {
	position: absolute;
	display: block;
	margin: -100px 0 0 0px;
	z-index:2;
	background: url(images/on.png) no-repeat top left;
	color: #ffffff;
	text-align: left;
	padding: 8px 6px;
	opacity:1;
	display: none;
	width: 150px;
	height: 40px;
}

.role{
	font-size: 10px;
	font-style: italic;
}
.imageLibrary img {
	z-index:1;
	width: 90px;
	height: 60px;
}


/*** End Contact Panel ***/



#iAPFlowView .iphone, 
#iAPFlowView .ipad,
#iAPFlowView .android,
#iAPFlowView .iphone_ibox, 
#iAPFlowView .ipad_ibox,
#iAPFlowView .android_ibox, {
	margin: 0 auto;
}


#iAPFlowView .cover_title .details {
	bottom: 63px;
	margin: 0px;
	margin-left: 10px;
	position: absolute;
	width: 350px;
	z-index: 9999;
	background: url(images/buttons.png) no-repeat left -903px;
	height: 30px;
   	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
	opacity: 0.8;

}
#iAPFlowView .cover_title .details:hover {
	opacity: 1;
}
#iAPFlowView .iphone_ibox .cover_title .details {
	background: url(http://agens.no/wp-content/themes/agens/images/buttons.png) no-repeat 50% -816px;
	bottom: 92px;
	margin: 0px;
	margin-left: 27px;
	width: 158px;

}
#iAPFlowView .android_ibox .cover_title .details {
	background: url(http://agens.no/wp-content/themes/agens/images/buttons.png) no-repeat 50% -858px;
	bottom: 77px;
	margin: 0px;
	margin-left: 8px;
	width: 170px;
}


/*** Content ***/

#iframe_container{
	position: relative;
    padding-top:20px;
}

#iframe_container iframe {
    width:960px;
    height:420px;
    margin-left:0px;
    margin-top:20px;   
    border:0 none;
    display: block;
}

#iframe_container iframe:hover { 
	cursor: move; 
}

#loading{
	display: block;
	width: 32px;
	height: 32px;
	top: 20px;
	position: absolute;
	left: 50%;
	margin-left: -16px;
	z-index: 0;
}

#content, .custom_container {
	min-height: 300px;
	float: left;
	background: #fff;
	padding: 10px 0px 20px;
	margin-bottom: 20px;
	-moz-box-shadow: 0px 0px 2px #bbb;
	-webkit-box-shadow: 0px 0px 2px #bbb;
	box-shadow: 0px 0px 2px #bbb;
    border-radius: 6px;
   	-moz-border-radius:6px; 
    -webkit-border-radius:6px;
    border: #E6E6E6;
}
.custom_container{
	min-height: 30px;
	width: 920px;
	padding: 0px 20px 20px;
	margin-left: auto;
	margin-right: auto;
}
h2.spontan_title{
	font-family: ITCAvantGardeGothicProDemi, Helvetica, Arial, sans-serif!important;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #666;	
} 

.content-title {
	font-size: 18px;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.content-title .grid_3 {
	margin: 0;
}

.content-title h1.portfolio_title span{
	display: none;
}
.content-title h1.portfolio_title {
	height: 35px;
	max-width: 940px;
	float:left;
	display: block;
	color: #db0000;
	font-weight: bolder;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 25px 0px 0px 20px;
	font-family: 'ITCAvantGardeGothicProMedium', Helvetica, Arial, sans-serif!important;
}
.content-title h1.portfolio_title.mobile_title {
	background: url(images/ligature_title.png) no-repeat left top;
	width: 130px;

}
.content-title h1.portfolio_title.design_title {
	background: url(images/ligature_title.png) no-repeat left -92px;
	width: 285px;
}
.content-title h1.portfolio_title.games_title {
	background: url(images/ligature_title.png) no-repeat left -45px;
	width: 345px;
}
.content-title h1.portfolio_title.blog_title {
	background: url(images/ligature_title.png) no-repeat left -137px;
	width: 100px;
}
.content-title h1.portfolio_title.contact_title {
	background: url(images/ligature_title.png) no-repeat left -182px;
	width: 165px;
}


.content-title h1.portfolio_title a{
	color: #db0000;
}

.content-title ul.sister-pages {
	width: 570px;
	float: right;
	list-style: none;
	margin: 5px 20px 0 0;
}

.content-title ul.sister-pages ul.sub-menu{
	float: right;
	margin-top: 35px;
	font-family: ITCAvantGardeGothicProBook, Helvetica, Arial, sans-serif!important;
}

.content-title ul.sister-pages ul.sub-menu ul.sub-menu{
	margin-top: -19px;
}

.content-title ul.sister-pages ul.sub-menu li{
	float: left;
	margin-left: 30px;
}

.content-title ul.sister-pages ul.sub-menu li a{
	color: #666;
	padding-top: 40px;
	opacity: 0.6;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
.content-title ul.sister-pages ul.sub-menu li a:hover{
	opacity: 0.9;
}

ul.sister-pages ul.sub-menu li.current-menu-item  a,
ul.sister-pages ul.sub-menu li.current-menu-parent a{
	color: #333;
	opacity: 1;
}
/*
.content-title ul.sister-pages ul.sub-menu li#menu-item-18 {
	background: url(images/icons_small.png) no-repeat 0px 0px;
	width: 25px;
	position: relative;
}
.content-title ul.sister-pages ul.sub-menu li#menu-item-18 a {
	padding-left: 0px;
	position: absolute;
	bottom: -20px;
	left: -20px;
}
.content-title ul.sister-pages ul.sub-menu li#menu-item-17 {
	background: url(images/icons_small.png) no-repeat -25px 0px;
	width: 30px;
	position: relative;
}
.content-title ul.sister-pages ul.sub-menu li#menu-item-17 a {
	position: absolute;
	bottom: -20px;
	left: -5px;
}
.content-title ul.sister-pages ul.sub-menu li#menu-item-16 {
	background: url(images/icons_small.png) no-repeat 0px -122px;
	position: relative;
	width: 40px;
}
.content-title ul.sister-pages ul.sub-menu li#menu-item-16 a {
	position: absolute;
	bottom: -20px;
	left: -15px;
}
.content-title ul.sister-pages ul.sub-menu li#menu-item-61 {
	background: url(images/icons_small.png) no-repeat 0px -162px;
	position: relative;
	width: 35px;
}
.content-title ul.sister-pages ul.sub-menu li#menu-item-61 a {
	position: absolute;
	bottom: -20px;
	left: -15px;
}


.content-title ul.sister-pages ul.sub-menu li#menu-item-16 a {
	background: url(images/icons_small.png) no-repeat center -486px;
}

.content-title ul.sister-pages ul.sub-menu li#menu-item-995 a {
	background: url(images/icons_small.png) no-repeat center -541px;
}
.content-title ul.sister-pages ul.sub-menu li#menu-item-996 a {
	background: url(images/icons_small.png) no-repeat center -592px;
}
.content-title ul.sister-pages ul.sub-menu li#menu-item-61 a,
.content-title ul.sister-pages ul.sub-menu li#menu-item-159 a,
.content-title ul.sister-pages ul.sub-menu li#menu-item-167 a,
.content-title ul.sister-pages ul.sub-menu li#menu-item-168 a{
	background: url(images/icons_small.png) no-repeat center -645px;

}

.content-title ul.sister-pages ul.sub-menu li#menu-item-143 a{
	background: url(images/icons_small.png) no-repeat center -695px;
}
.content-title ul.sister-pages ul.sub-menu li#menu-item-144 a{
	background: url(images/icons_small.png) no-repeat center -382px;
}*/

#mode {
	display: block; 
	width: 37px; 
	height: 14px; 
	background: url("images/mode.png") 0% 0% no-repeat; 
	position: absolute; 
	bottom: 14px; 
	right: 10px;
}
.flip {background-position: 0% 100% !important;}

#cover_mode {
	background: url("images/cover_mode.png") 0% 0% no-repeat; 
	width: 37px; 
	height: 14px; 
	position: absolute; 
	bottom: 14px; 
	right: 52px;
}
#cover_mode:active, #cover_mode:visited {
	background: url("images/cover_mode.png") 0% 100% no-repeat; 
}
.view_mode {
	position: relative;
	display: block;
	height: 30px;
}

#loop {
	display: block;
}



.portfolio_description {
	margin: 20px;
	background: #ededed;
	padding: 10px 20px 10px;
	width: 880px;
}
.portfolio_description p {
	font-size: 15px;
	color: #666;
}

.description{
	height:auto;
	display: none;
	background-color: #ededed;
	margin: 0px;
}
.description_content{
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}
.description_thumb{
	float: right;
	display: block;
	margin: 0;
	padding: 10px 0 0;
	width: 245px;
	height: 111px;
	background: url(images/department_icon.png) 40px 8px no-repeat;
}
.design_description .description_thumb{
	background: url(images/department_icon.png) 40px -112px no-repeat;
}
.mobile_description .description_thumb{
	background: url(images/department_icon.png) 50px -230px no-repeat;
}

.description_excerpt{
	background: #ededed;
	margin-left: 0px;
}


.list .post {
	padding: 10px 10px 30px 10px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 20px;
	width: 920px;
}

.list .post img {
	float: right;
	width: 600px;
	-webkit-transition:All 0.7s ease;
	-moz-transition:All 0.7s ease;
	-o-transition:All 0.7s ease;
}

.list .post .thumb_backup {
	height: 274px;
	overflow: hidden;
}


.list .post .thumb.list_cinema {
	background: url(images/bg_light_list.png) no-repeat;
	width: 600px;
	height: 274px;
	display: block;
	float: right;
	-webkit-transition:All 0.7s ease;
	-moz-transition:All 0.7s ease;
	-o-transition:All 0.7s ease;
}
.list .post .thumb.list_cinema.bg_dark {
	background: url(images/bg_dark_list.png) no-repeat;
}
.list .post .thumb.list_cinema img {
	width: 300px;
	height: 192px;
}
.list .post .thumb.list_cinema .cinema {
	width: 314px;
	height: 286px;
	padding: 10px 0;
	margin: 10px 135px 0 0;
}
.list .post .thumb.list_cinema .cinema_display {
	background: url(images/cinema_list.png) no-repeat;
	width: 326px;
	height: 298px;
}

.list .post img:hover,
.list .post .thumb.list_cinema:hover {
	opacity: 0.8;
}
.list .post a {
}
.list .post h2 {
	color: #00BBFF;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.list .post .archive_information {
	width: 290px;
	float: left;
}
.list .post h2, .list .post h2 a {
	color: #00BBFF;
	font-size: 24px;
	line-height: 1.1em;
	font-family: 'ITCAvantGardeGothicProDemi', sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.list .post h2 {
	margin-bottom: 5px;
	padding: 0px;
}
.grid .post {
	width: 290px;
	height: 175px;
	float: left;
	margin: 0px 11px 20px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.grid .post .post-category, .grid .post .post-content, .grid .post .post-meta em{
	display: none;
}

.post-content ol, .strategy ol {
	list-style: decimal;
	padding-left: 35px;
	margin: 15px 0;
}
.post-content ul, .strategy ul {
	list-style: disc;
	padding-left: 35px;
	margin: 10px 0;
}
.post-content li, .strategy li{
}

.grid .post h2 {
	display: block;
	letter-spacing: -1px;
}
.grid .post img {
	width: 290px;
	-webkit-transition:All 0.7s ease;
	-moz-transition:All 0.7s ease;
	-o-transition:All 0.7s ease;
}
.grid .post .thumb img {
	width: 290px;
	height: 133px;
}

.grid .post .thumb_backup {
	height: 133px;
	overflow: hidden;
}


.grid .post .thumb.list_cinema {
	background: none;
	width: 290px;
	height: 133px;
	overflow: hidden;
	display: block;
	float: right;
	-webkit-transition:All 0.7s ease;
	-moz-transition:All 0.7s ease;
	-o-transition:All 0.7s ease;
}
.grid .post .thumb.list_cinema img {
	width: 290px;
	height: 186px;
	display: block;
}

.grid .post .thumb.list_cinema .cinema {
	width: 290px;
	height: 133px;
	padding: 0;
	margin: 0;
}
.grid .post .thumb.list_cinema .cinema_display {
	background: none;
	width: 290;
	height: 133px;
}

.grid .post img:hover,
.grid .post .thumb.list_cinema:hover {
	opacity: 0.8;
}
.grid .post h2, .grid .post h2 a {
	color: #00BBFF;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: normal;
	font-family: 'ITCAvantGardeGothicProBook', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
.grid .post h2 {
	margin-bottom: 5px;
	padding: 0px;
}

.grid h2 .light_title {
	display: none;
}
.grid .post a {
	text-decoration: none;
}

.blog_posts {
	margin: 0px 20px 0px;
}
.social {
	padding:20px 0 0 30px;
	border-top: 1px solid #d9d9d9;
	margin: 10px 0 0;
	width: 930px;
	display: block;
	clear: both;
}
.single-format-standard .blog_posts .post {
	border: none;
}

.blog_posts h1, .blog_posts h2 {
	margin-bottom: 5px;
	color: #00BBFF;
	padding: 0px;
	text-transform: uppercase;
	
}
.post-meta {
	color: #999;
	font-size: 12px;
	font-style: italic;
}
.the_excerpt p {
	font-style: italic;
	padding: 5px 10px;
	font-size: 14px;
	color: #999;
	border-left: 2px #d9d9d9 solid;
}
.blog_posts .blog_thumb {
	height: 135px;
	width: 135px;
	overflow: hidden;
	margin: 15px 5px 20px 0;
}
.blog_posts .blog_thumb img{
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.blog_excerpt {
	width: 450px;
	padding-left: 10px;
}
.blog_posts .blog_thumb img:hover{
	opacity: 0.8
}

.blog_posts .excerpt p{
	padding-bottom: 0px;
}
.blog_posts .excerpt .details{
	margin-top: 5px;
}

.error404 #content {
	background: #000;
}
.error404 #content img{
	margin: 0px 55px;
}

.pagination {
	margin: 20px 0 10px 20px;
}
.wp-pagenavi {
	clear: both;
}

.pagination .pages{
	display: none;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #CDE7F5;
    -moz-box-shadow: 0px 0px 2px #b3c8e2;
	-webkit-box-shadow: 0px 0px 2px #b3c8e2;
	box-shadow: 0px 0px 2px #b3c8e2;
    border-radius: 3px;
   	-moz-border-radius:3px; 
    -webkit-border-radius:3px;
	background:url(images/bg_fields.jpg) 0 80% repeat-x #f2f2f2;
	opacity: 1;
	-webkit-transition:All 0.7s ease;
	-moz-transition:All 0.7s ease;
	-o-transition:All 0.7s ease;
	margin: 10px 5px 0;
	font-size: 12px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    -moz-box-shadow: 0px 0px 2px #00BBFF;
	-webkit-box-shadow: 0px 0px 2px #00BBFF;
	box-shadow: 0px 0px 2px #00BBFF;
}

#pagination {
	padding: 0;
	width: 150px;
	margin: 10px auto;
}

#pagination .nextpostslink {
	color: #00BBFF;
	text-decoration: none;
	display: block;
	padding: 9px 0;
	text-align: center;
	font-size: 16px;

}
#pagination .nextpostslink:hover {
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#pagination .loading {
	background: url("images/loading_small.gif") 0px 10px no-repeat;
	color: #00BBFF;
}
#pagination .loading:hover {
	background-color: transparent !important;
	cursor: default;
	color: #00BBFF;
}


/**
 *  Related Post
 */
 
.related_post{
	background: #fff;
	-moz-box-shadow: 0px 0px 2px #bbb;
	-webkit-box-shadow: 0px 0px 2px #bbb;
	box-shadow: 0px 0px 2px #bbb;
    border-radius: 6px;
   	-moz-border-radius:6px; 
    -webkit-border-radius:6px;
	position: relative;
	margin-bottom: 20px;
	padding: 10px 0;
	width: 960px;
	display: none;
}
.related_post h5{
	margin: 5px 0;
	font-family: 'ITCAvantGardeGothicProDemi', sans-serif;
	font-weight: normal;
	bottom: 0px;
	text-transform: uppercase;
}


.jcarousel-skin-tango .jcarousel-container-horizontal,
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 960px;
}
.jcarousel-skin-tango .jcarousel-item {
	margin-left: 15px;
	width: 290px;
	margin-right: 0px;
	padding-right: 15px;
	height: 133px;
	overflow: hidden;



}

.jcarousel-skin-tango .jcarousel-item img {
	-webkit-transition:All 0.7s ease;
	-moz-transition:All 0.7s ease;
	-o-transition:All 0.7s ease;
	width: 290px;
	height: 133px;
}
.jcarousel-skin-tango .jcarousel-item img:hover {
	opacity: 0.8;
}

.jcarousel-skin-tango .jcarousel-next-horizontal,
.jcarousel-skin-tango .jcarousel-prev-horizontal  {
    position: absolute;
    top: 65px;
    z-index: 0;
    cursor: pointer;
	display:none;
	width:37px;
	height:37px;
	opacity: 0.8;
	-webkit-transition:All 0.7s ease;
	-moz-transition:All 0.7s ease;
	-o-transition:All 0.7s ease;
}
 
.jcarousel-skin-tango .jcarousel-next-horizontal {
    right: 20px;
	background: url(images/nextprev.png) no-repeat top right;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    left: 20px;
	background: url(images/nextprev.png) no-repeat top left;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover{ 
	opacity: 1;
}


/*Twitter*/
.twitter_field{
	background: #fff;
	-moz-box-shadow: 0px 0px 2px #bbb;
	-webkit-box-shadow: 0px 0px 2px #bbb;
	box-shadow: 0px 0px 2px #bbb;
    border-radius: 6px;
   	-moz-border-radius:6px; 
    -webkit-border-radius:6px;
	width: 960px;
	position: relative;
	margin-bottom: 0px;
	padding: 10px 0 0;
	height: 60px;
	overflow: hidden;
}

a.follow_us{
	background: url(images/follow_t.png) no-repeat;
	width: 84px;
	height:39px;
	right: 20px;
	top: 50%;
	margin-top: -20px;
	position: absolute;
	display: block;
}

/*Slidshow*/
#showcase_home{
	background: #fff;
	-moz-box-shadow: 0px 0px 2px #bbb;
	-webkit-box-shadow: 0px 0px 2px #bbb;
	box-shadow: 0px 0px 2px #bbb;
    border-radius: 6px;
   	-moz-border-radius:6px; 
    -webkit-border-radius:6px;
	padding: 10px;
	margin-bottom: 0px;
	width: 940px;
	height: 430px;
	position: relative;
}

.slider {
	height: 430px;

}

.slider .bg_dark,
.slider .bg_light,
.entry .bg_dark,
.entry .bg_light {
	width: 940px;
	height: 430px;
	display: block;
}

.slider .bg_dark .ipad,
.slider .bg_light .ipad,
.entry .bg_dark .ipad,
.entry .bg_light .ipad {
	float: right;
	margin: 25px 40px 0px;
}
.slider .bg_dark .iphone,
.slider .bg_light .iphone,
.entry .bg_dark .iphone,
.entry .bg_light .iphone {
	float: right;
	margin: 25px 100px 0px;
}

.slider .bg_dark .android,
.slider .bg_light .android,
.entry .bg_dark .android,
.entry .bg_light .android {
	float: right;
	margin: 25px 130px 0px;
}

.slider .bg_dark,
.entry .bg_dark {
	background: url(images/bg_darkslide.png) repeat #333 ;
}
.slider .bg_light,
.entry .bg_light {
	background: url(images/bg_light.png) repeat #EDEDED; 
}

.bg_light.no_background,
.bg_dark.no_background {
	background: none;
}

.featured_img_single{
	width: 940px;
	height: 430px;
	display: block;
	margin-bottom: 20px;
}

.featured_img_single .info,
#showcase_home .info{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 440px;
	margin: 95px 20px 30px	;
	padding: 10px 20px;
}

.featured_img_single .info.featured_image,
#showcase_home .info.featured_image{
	background: url(images/bg_info.png) repeat-y left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 105px 460px 50px 40px;
	color: #fff;
}
.featured_img_single .info.featured_image,
#showcase_home .info.featured_image{
	height: 275px;
}

.featured_img_single .info h1, .featured_img_single .info h1 a,
#showcase_home .info h1, .showcase_home .info h1 a {
	color: #00BBFF;
	font-family: 'ITCAvantGardeGothicProMedium', 'Helvetica', 'Arial', sans-serif!important;			text-decoration: none;
	line-height: 1.1em;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.featured_img_single .bg_dark .info h1,
#showcase_home .slider .bg_dark .info h1{
	color: #bb0000;
}
h1 .light_title, .light_title {
	font-family: 'ITCAvantGardeGothicProExtraLight', sans-serif;
	font-weight: 100;
	text-shadow: none;
	text-transform: none;
}
.bg_dark h1 .light_title,
.bg_dark h1 .light_title {
	color: #fff;
}
.bg_light h1 .light_title,
.bg_light h1 .light_title {
}
.featured_img_single .info p,
#showcase_home .info p {
	margin-bottom: 15px;
	padding-right: 30px;
	color: #ededed;
}

.featured_img_single .bg_dark .info p,
#showcase_home .slider .bg_dark .info p {
	color: #EDEDED;
	padding-right: 30px;
}


.featured_img_single .bg_light .info p, 
#showcase_home .slider .bg_light .info p {
	color:#666;
}

/*.home #content {
	min-height: 100px;
	padding: 45px 0 0;
	margin-bottom: 0px;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: url(images/container_top.png) center 0 no-repeat;
}
.home .buttons {
	min-height: 100px;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: url(images/container_bottom.png) center 100% no-repeat;
}*/

.home #content {
	min-height: 100px;
	padding: 20px 0 0;
	margin: 20px 0px;
}
.home .buttons {
	min-height: 60px;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}



.grid_2 .info h2 {
	text-transform: uppercase;
	font-family: 'ITCAvantGardeGothicProDemi', 'Helvetica', 'Arial', sans-serif!important;
	color: #00BBFF;
	letter-spacing: -1px;
	margin: 0px;
	font-size: 23px;
	-webkit-transition:All 0.7s ease;
	-moz-transition:All 0.7s ease;
	-o-transition:All 0.7s ease;
	border-bottom: 1px solid #00BBFF;
}
.grid_2 .info.mobile_icon h2{
	height: 30px;
	background: url(images/home_icons.png) no-repeat right 0px;
}
.grid_2 .info.games_icon h2{
	height: 32px;
	background: url(images/home_icons.png) no-repeat right -33px;
}
.grid_2 .info.design_icon h2{
	background: url(images/home_icons.png) no-repeat right -74px;
	height: 32px;
}
.grid_2 .info h2:hover {
	opacity: 0.8;	
}
/*.grid_2 .info h2.twitter {

	height: 32px;
	background: url(images/twitter_bird.png) no-repeat right 4px;
	margin-bottom: 10px;

}*/

.home .grid_2 .details {
	margin: 0px;
	background: url(images/buttons.png) no-repeat left -715px;
	width: 290px;

}
.home .grid_2 .details:hover {


   }


#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{	font-family: 'ITCAvantGardeGothicProBook', 'Helvetica', 'Arial', sans-serif!important;color:#333;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;overflow:hidden;height:100px;    border-radius: 5px;
   	-moz-border-radius:5px; 
    -webkit-border-radius:5px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(images/ajax-loader.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#fff;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(shadowbox/close.png);}
#sb-nav-next{background-image:url(shadowbox/next.png);}
#sb-nav-previous{background-image:url(shadowbox/previous.png);}
#sb-nav-play{background-image:url(shadowbox/play.png);}
#sb-nav-pause{background-image:url(shadowbox/pause.png);}
#sb-counter{float:left;width:45%;display: inline;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

.gallery {
	margin:5px 20px 0 0;
	width: 340px;
}
.gallery img{
	width: 75px;
	height: 75px;
}

.sidebare_more {
	width: 340px;
	margin:20px 30px 10px 10px;

}
.facts {
	padding: 10px;
	background: #ededed;
	float: right;
	width: 330px;
	margin-bottom: 10px;
}
.facts.image_gallery {
	padding-bottom: 0px;
}


.postid-2844 .gallery {
	width: 100%;
	
}

.postid-2844 .sidebar .gallery {
	width: 270px;
	
}
.postid-2844 .sidebar .facts {
	width: 250px;
	float:left;
	margin-bottom: 20px;
	padding: 10px;
}



.postid-2844 .sidebar .facts {
	width: 250px;
	float:left;
	margin-bottom: 20px;
	padding: 10px;
}

.fact_title {
	font-family: 'ITCAvantGardeGothicProExtraLight', sans-serif;
	font-weight: 200;
}
.fact {
	font-family: 'ITCAvantGardeGothicProBook', sans-serif;
	font-weight: 700;
}


.gallery p{
	margin: 0px;
}
.gallery a.gallery-item {
	float: left;
	margin: 0px 10px 10px 0px ;
	background: url(images/zoom_mini.png) no-repeat center center;
}
.gallery .gallery-item img {
	border: none !important;
	float: left;
	display: inline;
	margin-bottom: 0;
	-webkit-transition:All 0.7s ease;
	-moz-transition:All 0.7s ease;
	-o-transition:All 0.7s ease;
    -moz-border-radius: 6px; 
    -webkit-border-radius:6px;
    border-radius: 6px;
}
.gallery .gallery-item img:hover {
	opacity: 0.8;
}


.android {
	width: 180px;
	height: 374px;
	position: relative;
	display: block;
	padding-left: 7px;
	padding-top: 26px;
	margin: 0 auto;
}
.android_glans{
	width: 190px;
	height: 400px;
	top: 0px;
	left: 0px;
	position: absolute;
	display: block;
	background: url(images/android_shell.png) no-repeat;
	z-index: 100;
}

.cinema {
	width: 390px;
	height: 250px;
	position: relative;
	display: block;
	padding-left: 20px;
	padding-top: 20px;
	float:right;
	margin: 40px 40px 0 0;
}
.cinema_display{
	width: 431px;
	height: 390px;
	top: 0px;
	left: 0px;
	position: absolute;
	display: block;
	background: url(images/cinema.png) no-repeat;
	z-index: 100;
}
.iphone {
	width: 172px;
	height: 337px;
	position: relative;
	display: block;
	background: url(images/iphone_shell_reflect.png) no-repeat;
	padding-left: 30px;
	padding-top: 63px;
	margin: 0 auto;
}
.iphone_glans {
	width: 211px;
	height: 400px;
	top: 0px;
	left: 0px;
	position: absolute;
	display: block;
	background: url(images/iphone_glans_reflect.png) no-repeat;
	z-index: 100;
}

.ipad {
	width: 277px;
	height: 360px;
	position: relative;
	display: block;
	background: url(images/ipad_shell_reflect.png) no-repeat;
	padding-left: 48px;
	padding-top: 35px;
	margin: 0 auto;


}
.ipad_glans {
	width: 312px;
	height: 400px;
	top: 0px;
	left: 0px;
	position: absolute;
	display: block;
	background: url(images/ipad_glans_reflect.png) no-repeat;
	z-index: 100;
}

.showcase.pointer {
	cursor: pointer;
}

a.button {
    display: inline;
    font: italic 13px Georgia, Geneva, "Times New Roman", times;
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #CDE7F5;
    -moz-box-shadow: 0px 0px 2px #b3c8e2;
	-webkit-box-shadow: 0px 0px 2px #b3c8e2;
	box-shadow: 0px 0px 2px #b3c8e2;
    border-radius: 4px;
   	-moz-border-radius:4px; 
    -webkit-border-radius:4px;
	background: #eee;
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
	margin: 10px 5px 0;
}
a.button:hover {
	background: #f8f8f8;
    -moz-box-shadow: 0px 0px 2px #66AAFF;
	-webkit-box-shadow: 0px 0px 2px #66AAFF;
	box-shadow: 0px 0px 2px #66AAFF;
}

.details {
	background: url(images/buttons.png) no-repeat center -113px;
	height: 40px;
	width: 170px;
	margin: 10px 0;
	display: block;
   	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
	opacity: 0.8;
}
.details:hover{
	opacity: 1;
}

.details.read_more,
.details.read_less{
	background: url(images/buttons.png) no-repeat center -213px;
	width: 90px;
	margin: 3px 0px;
	cursor: pointer;
}
.details.read_less{
	background: url(images/buttons.png) no-repeat center -263px;
}
.details.arrow_down{
	background:url(images/nextprev.png) -2px -44px no-repeat ;
}

.bg_dark .details, .featured_image .details {
	background: url(images/buttons.png) no-repeat center -415px;
}

.bg_light .details{
	background: url(images/buttons.png) no-repeat center -113px;
}



.navigation_slide {
	position: relative;
	width: 100%;
	z-index: 9999;
	display: none;
}
.navigation_slide .prev,
.navigation_slide .next {
	display: none;
	width: 37px;
	height: 37px;
	position: absolute;
	top: -50px;
	left: 10px;
	background: url(images/nextprev.png) no-repeat left top;
	opacity: 0.5;
	-webkit-transition:All 0.7s ease;
	-moz-transition:All 0.7s ease;
	-o-transition:All 0.7s ease;
}
.navigation_slide .next {
	left: 890px;
	background: url(images/nextprev.png) no-repeat right top;
}

.navigation_slide .prev:hover,
.navigation_slide .next:hover {
	opacity: 1;
}

ul.imagenav {
	position: absolute;
	height: 18px;
	width: 100px;
	left: 420px;
	top: -37px;
	list-style: none;
}

ul.imagenav li {
	float: left;
}

ul.imagenav li a {

	display: block;
	float: left;
	margin: 4px;
	height: 12px;
	width: 12px;
	background-color: #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
/*	background:-webkit-gradient(radial, 0 0, 20, 0 0, 0, from(#fff), to(#888));*/
	background: url(images/img_nav.png) no-repeat -25px center;
	opacity: 0.6;
}


ul.imagenav li.activeSlide a {
	opacity: 1;
	background: url(images/img_nav.png) no-repeat -45px center;
}
ul.imagenav li a:hover {
	opacity: 0.8;
	background: url(images/img_nav.png) no-repeat -45px center;
}

/*end of slidshow*/

.entry {
	position: relative;
	margin: 10px 0 20px 0;
}

.entry .post {
	padding: 6px 0 20px 10px;
	margin: 0px 10px 0 20px;
	width:530px;
}
.entry .post-meta {
	padding: 15px 30px;
	border-bottom: 1px solid #d9d9d9;
	font-size: 11px;
	font-style: italic;
	color: #aaa9a9;
	position: relative;
}
.entry .post-meta h1 {
	color: #333;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 5px;
}
.entry .post-meta span, .entry .post-meta a {
	color: #000;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
}
.entry .post-meta a:hover {
	text-decoration: underline;
}
.entry .post-comms {
	position: absolute;
	right: 0;
}
.entry .post-content {
}

.entry .page .post-content {
	padding: 0px 30px 0;
}


/* ----------	Contacts	---------- */

#contact_page {
	border-bottom:none;
}
.contact_info{
	font-size: 13px;
	font-style: italic;
	color: #737373;
	display: none;
}
table.contact_info td{
}

.middle,
.contact.post-content  {
	margin: 0 0 0 20px;
}
.middle,
.contact.post-content p:first-child {
	margin-top: 0px;
}
.agens_oslo {
	background: url(images/agens_oslo.png) no-repeat center center;
	width: 280px;
	height: 140px;
	margin: 10px 20px 5px 0;
	cursor: pointer;
}
.agens_grimstad {
	background: url(images/agens_grimstad.png) no-repeat center center;
	width: 280px;
	height: 140px;
	margin: 10px 0 5px;
	cursor: pointer;
}

.map {
	margin-top: 10px
}
.map iframe {
	margin: 10px 30px 0 0;
}

.middle .details, .middle .details:hover{
	margin: 0px 8px 0px 7px;
	padding: 5px 10px;
}
.employees {
	margin: 30px 0 0;
	padding: 20px 10px 0px 9px;
	border-top: 1px solid #d9d9d9;
}

.contactform {
	margin: 0 10px 0 5px;
	padding: 0 10px 10px 15px;
	background: #f8f8f8;

}

div.name	{
	float: left;
	display: inline;
	padding: 10px;
	min-height: 60px;
	min-width: 290px;
}
p.two {
	font-size: 15px;
	line-height: 0.8em;
	padding: 0;
	margin: 0 0 5px 10px;
}

.name ul {
	padding: 0;
	margin: 0 0 0 10px;
	font-size: 12px;
	line-height: 1.3em;
	color: #737373;
}
.contact-info .details {
	margin-left:  10px;
	padding: 5px 8px;
	
}
.contact-info .map {
	margin-top: 15px;
	
}

.entry .post-content a {
	color: #000;
}
.entry .post-content a:hover {
	text-decoration: none;
}
.entry .post-footer {
	padding-left: 30px;
	font-size: 12px;
	margin-bottom: 15px;
}
.entry .post-footer a {
	color: #000;
	text-decoration: none;
}

.post-content ol {
	list-style: decimal;
	padding-left: 35px;
	margin: 15px 0;
}
.post-content ul{
	list-style: disc;
	padding-left: 35px;
	margin: 15px 0;
}
.post-content li {
	margin: 3px 0;
}
.post-content blockquote{
	padding: 15px 0 10px 65px;
	background: url("images/bq.png") 20px 0 no-repeat;
}
.post-content blockquote p{
	color: #8c8888;
	font: 16px Georgia, Geneva, "Times New Roman", times;
}

.post-content .search{
	float: none;
	margin-top: 0px;
	width: auto;
}
.search .content-title h1.portfolio_title {
	width: 940px;
}


.post-content .search fieldset {
	width: 610px;
	height: 35px;
}
.post-content .search input {
	width: 570px;
	font-size: 16px;
}

.post-navigation {
	width: 610px;
	padding: 15px 0 0 30px;
	position: relative;
}
.post-navigation a {
	display: block;
	color: #000;
	font: 11px Helvetica, Arial, sans-serif;
	text-decoration: none;
	line-height: 1.5;
}
.post-navigation a:hover {
	text-decoration: none;
}
.post-navigation a em {
	display: block;
	color: #aaa9a9;
	font: italic 11px Georgia, Geneva, "Times New Roman", times;
}
.post-navigation a:hover span {
	text-decoration: underline;
}
.post-prev {
	width: 250px;
	min-height: 40px;
	padding-left: 30px;
	float: left;
	display: inline;
	text-align: left;
	background: url("images/post_prev.png") 0 50% no-repeat;
}
.post-next {
	width: 250px;
	min-height: 40px;
	padding-right: 30px;
	float: right;
	display: inline;
	text-align: right;
	background: url("images/post_next.png") 100% 50% no-repeat;
}
.line {
	width: 1px;
	height: 100%;
	background: #d9d9d9;
	position: absolute;
	top: 0;
	right: 305px;
}
.line_right{
	border-right: 1px solid #d9d9d9;
}

/*** Images ***/

.post-content img {
	margin: 0 0 15px;
	height: auto;
	max-width: 610px;
}
.post-content h6 {
	position: relative;
	left: -30px;
}
.post-content .attachment img {
	max-width: 610px;
}
.post-content .alignnone, .post-content img.alignnone {
	clear: both;
	display: block;
	margin-bottom: 15px;
}
.post-content .alignleft, .post-content img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 4px;
}
.post-content .alignright, .post-content img.alignright {
	float: right;
	display: inline;
	margin-left: 15px;
	margin-top: 4px;
}

.post-content .aligncenter, .post-content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.post-content img.alignleft, .post-content img.alignright, .post-content img.aligncenter {
	margin-bottom: 15px;
}
.post-content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
.post-content .wp-caption img {
	margin: 5px 5px 0;
}
.post-content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.post-content .wp-smiley {
	margin: 0;
}
.post-content .gallery {
	margin: 0 auto 18px;
}
.post-content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 190px;
}
.post-content .gallery .gallery-item img {
	max-width: 190px;
	border: none !important;
	margin-bottom: 0;
}
.post-content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.post-content .gallery dl {
	margin: 0;
}
.post-content .gallery br+br {
	display: none;
}
.post-content .attachment img {
	display: block;
	margin: 0 auto;
}

/*** Comments ***/

.comments .comment_title {
	padding: 15px 0 10px;
}
.comments a {
	color: #666; 
}
.comment-awaiting-moderation {
	color: #aaa;
	font-size: 10px;
}
.comments {
	width: 620px;
	float: left;
}
#comments {
	margin-bottom: 0; 
	width: 620px; 
	padding: 0; 
}
.comment_number {
	padding: 10px 0px; 
}
.comment {
	border-bottom: 1px solid #efefef;
	padding: 10px 0 0;
}
.comment p {
	padding-left: 10px;
	border-left: 2px solid #ccc
}
.comment td {
	vertical-align: top; 
}
.comment-meta {position: relative; 
	font-size: 11px; 
	margin-right: 30px; 
}
.avatar {
	display: block; 
	margin-right: 10px; 
}
.comment-author, .comment-author a {
	color: #aaa9a9;
	font-size: 17px;
}
.comment-author span {
	color: #666;
}
.comment-author a, .comment-author span {
	text-decoration: none; 
}
.comment-author a:hover {
}
.comment-author, .comment-date {
	white-space: nowrap; 
}
.comment-reply-link {
	position: absolute; 
	bottom: 1px; 
	text-decoration: none; 
}
.comment-reply-link:hover {
	text-decoration: underline; 
}
.comment-text p {
	color: #4b4b4b; 
	font: 12px; 
	margin-bottom: 15px; 
}
.children {margin-left: 80px; 
}
.children .children {margin-left: 50px; 
}
.children .comment {padding-left: 0; 
}

#respond{ width: 620px; 
	float: left; 
}
#respond p, .nopassword {
	margin: 10px 0 0; 
	font-size: 11px; 
}
.nopassword {
	padding-left: 30px; 
}
#respond p a {
	text-decoration: none; 
}
#respond p a:hover {
	text-decoration: underline; 
}
#commentform {
	padding: 0; 
}
#commentform table {
	width: 620px; 
	margin-bottom: 15px; 
}
#commentform td {
	vertical-align: top; 
	width: 590px;
	max-width: 590px;
	padding-top: 20px;
}
#commentform td p {
	color: #777; 
	margin-bottom: 5px; 
}
#commentform td p span {
	color: #aaa9a9; 
	font: italic 11px Georgia, Geneva, "Times New Roman", times; 
}

.commform-author div {
	margin-right: 15px;


}
.comment_form input[type="text"],
.comment_form textarea[name="comment"] {
    -moz-border-radius:7px; 
    -webkit-border-radius:7px;
    border-radius: 7px;
    border-top:1px solid #BDBDBD; 
    border-left:1px solid #BDBDBD; 
    border-bottom:1px solid #fff; 
    border-right:1px solid #fff;
    background:url(images/bg_fields.jpg) 0 80% repeat-x #f2f2f2;
    padding: 7px;
    color:#666;
    font-size:12px;
    opacity: 0.5;
   	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
	width: 180px;
}
#comment {
	width: 600px;
	max-width: 600px; 
	height: 100px; 
	overflow: auto;
    background:url(images/bg_fields.jpg) 0 100% repeat-x #f2f2f2;

}

.comment_form input[type="text"]:focus,
.comment_form textarea[name="comment"]:focus {
	opacity: 1;
}

.commform-email div {
}
.commform-url p {
	margin-left: 15px !important; 
}
.commform-url div {
	margin-left: 15px; 
}
#submit {
	color: #00BBFF;
    cursor: pointer;
	float: right;    
    display: inline;
    font: italic 13px Georgia, Geneva, "Times New Roman", times;
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #CDE7F5;
    -moz-box-shadow: 0px 0px 2px #b3c8e2;
	-webkit-box-shadow: 0px 0px 2px #b3c8e2;
	box-shadow: 0px 0px 2px #b3c8e2;
    border-radius: 4px;
   	-moz-border-radius:4px; 
    -webkit-border-radius:4px;
	background:url(images/bg_fields.jpg) 0 60% repeat-x #f2f2f2;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
	margin: 0 5px;
	font-size: 12px;
}
#submit:hover {
    -moz-box-shadow: 0px 0px 2px #00BBFF;
	-webkit-box-shadow: 0px 0px 2px #00BBFF;
	box-shadow: 0px 0px 2px #00BBFF;
}
p#cancel-comment-reply {
	float: right; 
	line-height: 28px; 
	margin: 0; 
}


ul.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 10px 0 0;
	height: 30px;
	background: url(images/comment_icon.png) no-repeat right 0px;
	border-bottom: #d9d9d9 solid 1px;
}
 
ul.tabNavigation li {
	display: inline;
	height: 35px;
	margin-right: 10px;
}

ul.tabNavigation li a {
	padding: 5px 20px 2px 0;
	display: block;
	float: left;
	font-size: 20px;
	color: #ccc;
	height: 30px;
}
ul.tabNavigation li a.selected {


}
ul.tabNavigation li a:hover,
ul.tabNavigation li a.selected{
	color: #999;
}
ul.tabNavigation li a.selected:hover {
	opacity: 1;
}
div.tabs {
	width: 620px;
	float: left;
	padding-left: 20px;
	margin: 20px 0 20px;
}
#fb-root {
	margin-top: 30px;
}
.fbFeedbackContent .composer {
	background: none;
	border: none;
}
/*** Sidebar ***/

.sidebar {
	margin-left: 0px;
	margin-right: 19px;
	padding-right: 0px;
	float: right;
	width: 270px;
}
.widget {
	margin-bottom: 35px;
}
.widget-small {
	width: 130px;
}
.widget h3, .widget-small h3, .sidebar h3.twitter {
	font-weight: normal;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #666;
}

h3.twitter_follow{
	text-transform: uppercase;
	padding: 20px 0 0 0px;
	margin-top: 0px;
	color: #666;
}

a h3.twitter_follow{
	color: #666;
}
.twtr-ft a img, .twtr-hd{
	display: none;
}
.twtr-img img {
	-moz-border-radius:5px; 
    -webkit-border-radius:5px;
    border-radius: 5px;
}

.twtr-widget .twtr-tweet-wrap{
	background: url(images/twitter_bubble.png) no-repeat right top;
	margin: 0px 0 20px;
	padding: 6px 5px 0px;
}
.twtr-widget .twtr-tweet-wrap p{
	font-style: italic;
	padding-left: 22px;
}

.twtr-widget .twtr-tweet {
	background: url(images/twitter_bubble_bottom.png) no-repeat right bottom;
	border-bottom: none;
	margin-bottom: 20px;
}
.twtr-widget em {
	padding-top: -5px;
}

.twtr-tweet-text{
	padding: 5px 5px 0 20px;
}
.widget a, .widget-small a {
}
.widget a:hover, .widget-small a:hover {
	text-decoration: underline;
}
.widget p, .textwidget {
	color: #999;
	font: 14px Georgia, Geneva, "Times New Roman", times;
}
.widget p a, .textwidget a {
	text-decoration: underline;
}
.widget p a:hover, .textwidget a:hover {
	text-decoration: none;
}
.widget li, .widget-small li {
	color: #666;
	margin-bottom: 3px;
}
.widget_tag_cloud a {
	margin: 0 2px;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar caption {
	font-size: 13px;
	padding-bottom: 10px;
	text-align: left;
}
.widget_calendar th, .widget_calendar td {
	padding: 5px 0;
	font-size: 13px;
}
.widget_calendar tbody a {
	text-decoration: underline;
}
.widget_calendar tbody a:hover {
	text-decoration: none
}
/*** Footer ***/

.footer {
	height: 40px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 20px 0 20px 0;
	margin-bottom: 20px;
}
.footer {
	font-size: 12px;
	font-style: italic;
	color: #737373;
}
.footer a {
	color: #333;
	text-decoration: none;
}
p.copyright {
	float: left;
	color: #333;
}
.footer span {
	color: #737373;
}
.grid_1.footer_box {
	color: #737373;
}
