/*
Theme Name: IQ Foundry
Theme URI: http://wordpress.org/extend/themes/iqfoundry
Author: the IQ Foundry team
Author URI: http://iqfoundry.com
Description: The IQ Foundry theme was created specifically for the use of the IQ Foundry wordpress theme only.
Version: 1.3
License: GNU General Public License
License URI: license.txt
Tags: 
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@font-face 
{
    font-family: 'Bliss2Light';
    src: url('bliss2l-webfont.eot');
    src: local('☺'),
         url('bliss2l-webfont.woff') format('woff'),
         url('bliss2l-webfont.ttf') format('truetype'),
         url('bliss2l-webfont.svg#Bliss2Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
    font-family: 'Bliss2Bold';
    src: url('bliss2b-webfont.eot');
    src: local('☺'),
         url('bliss2b-webfont.woff') format('woff'),
         url('bliss2b-webfont.ttf') format('truetype'),
         url('bliss2b-webfont.svg#Bliss2Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
	height: 100%;
	padding: 0;
	margin: 0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	font-size:14px;
	line-height:24px;
	height: 100%;
	background: #ffffff url(images/bg_blog.jpg) repeat-x center top;
}

a img {border: none; }

h1 {
	font-size:22px;
	color:#007fb4;
	font-weight:normal;
	font-family:"Bliss2Light", "Bliss", Arial, sans-serif;
}

h2 
{
	font-family:"Bliss2Light", "Bliss", Arial, sans-serif;
	color:#007fb4;
	font-size:26px;
	font-weight:normal;
	
}

h3 
{
	font-family:"Bliss2Light", "Bliss", Arial, sans-serif;
	color:#6f6f6f;
	font-size:22px;
	border-bottom:1px solid #dedede;
	width:186px;
	padding-bottom:3px;
	margin:30px 0px 10px 0px;
	line-height:16px;
	font-weight:normal;
}

h4 {
	font-family:"Bliss2Light", "Bliss", Arial, sans-serif;
	color:#007fb4;
	font-size:20px;
	font-weight:normal;
	border-bottom: 1px solid #dedede;
	padding-bottom:5px;
	width:632px;
}


#wrapper
{
	height:100%;
	min-height:100%;
}

#maincontainer
{
	min-height:100%;
	margin: 0 auto;
	width: 982px;
	text-align: left;
}

#careers {
	
	float:left;
	padding-left:50px;
	padding-top:40px;
	width:680px;
	
}

#gapper
{
	clear:both;
	height:158px;
}

#footer
{
	margin: -208px auto 0 auto;
	width:100%;
	height:207px;
	text-align: left;
	bottom:0;
	line-height:18px;
	/*position:absolute;*/
}


ul {
	width:525px;
	margin-bottom:10px;
	line-height:18px;
	
}

li {
	line-height:20px;
	padding:5px 0px 5px 0px;
	
}

.headline
{
	font-size:22px;
	color:#007fb4;
	font-family:"Bliss2Light", "Bliss", sans-serif;
}

.categoryheadline
{
	padding-left: 33px;
	margin-bottom: 10px;
	font-size:22px;
	color:#007fb4;
	font-family:"Bliss2Light", "Bliss", sans-serif;
}

.studioheadline
{
	font-size:22px;
	color:#007fb4;
	font-family:"Bliss2Light", "Bliss", sans-serif;
}

.studio_header
{
	font-size:22px;
	line-height:30px;
	color:#404040;
	font-family:"Bliss2Light", "Bliss", sans-serif;
}

.subhead
{
	font-size:17px;
	color:#007fb4;
}

.footer_name
{
	font-size:14px;
	font-weight:bold;
	font-family:"Bliss2Light", "Bliss", sans-serif;
	color:#FFF;
}

.footer_contact
{
	font-size:13px;
	color:#FFF;
}

.footer_copyright
{
	font-size:11px;
}

a
{
	color:#007fb4;
	font-weight:bold;
	text-decoration:none;
	font-weight:normal;
}

a:hover
{
	color:#00bff4;
	text-decoration:underline;
}

a.footer_headline
{
	font-size:14px;
	font-weight:bold;
	color:#AAE9F4;
	font-family:"Bliss2Light", "Bliss", sans-serif;
	text-decoration:none;	
}

a.footer_headline:hover
{
	font-size:14px;
	font-weight:bold;
	color:#AAE9F4;
	font-family:"Bliss2Light", "Bliss", sans-serif;
	text-decoration:underline;	
}

a.footer_link
{
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}

a.footer_link:hover
{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
}

#black
{
	color:#000;	
}

#white
{
	color:#FFF;	
}

#footer_blue
{
	color:#AAE9F4;	
}

#categorymenu
{
	float: left;
	font-size: 13px;
	width: 183px;
}

#categorymenu a
{
	padding-left: 23px;
	padding-top: 3px;
	color: #595959;
	font-weight: normal;
	display: block;
	text-decoration: none;
	outline: 0px;
}

#categorymenu a:hover
{
	color: #717171;
	text-decoration: none;
}

.menu 
{
	background:url(../../../../images/work_nav_bg.jpg) no-repeat;
	display:block;
	padding:60px 0px 30px 0px; 
}

.menu p 
{
	font-size:12px;
	padding-top:10px;	
}

.menuselect
{
	/*background: url(../../../../images/category_menu_hover.jpg);*/
	width: 169px;
	height: 31px;
	display: block;
	margin-left: 10px;
}

.workmenuselected
{
	background: url(../../../../images/category_menu_hover.jpg);
	color: #ffffff;
	font-weight: bold;
}

.workmenuselectedlink
{
	color: #ffffff;
	font-weight: bold;
}

.leftpiece {
	display: block;
	float:left;
	width: 13px;
	height: 136px;
	text-decoration: none;
	}
	
.contentarea
{
	clear:both;
	width:982px;
	margin-bottom:50px;
	background-color:#ffffff;
	border-top:3px solid #bababa;
	border-right:3px solid #bababa;
	border-left:3px solid #bababa;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	padding-bottom:30px;
	padding-top:30px;
	
}

.contentleft {
	float:left;
	padding-left:40px;
	width:674px;
	border-right: 1px solid #dedede;
	min-height:600px;
}

.contentleft p {
	width:634px;
}

.sidebar {
	float:right;
	width:170px;
	margin-right:50px;
	
	
}

.sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:22px;
	width:170px;
	
}

.sidebar ul {
	width:170px;
	padding:0;
	margin:0;
	
}

.sidebar li {
		list-style:none;
}

.studio_sidebar a:link {
	font-size: 12px;
	color: #095574;
	font-weight:normal;
	
}


.entry-meta {
	font-size:13px;
	padding:0;
	margin:0;
	line-height:12px;
	
}

.entry-title-header {
	font-family:"Bliss2Light", "Bliss", Arial, sans-serif;
	color:#007fb4;
	font-size:26px;
	padding-top:10px;
	margin-top:0;
	line-height:26px;
	padding-bottom:10px;
	font-weight:normal;
	
}

.gallery-image {
	float:left;
	margin:0px 20px 0px 0px;
	/*width:204px;
	height:136px;
	display:block;*/	
}

.gallery-thumb {
	margin:0px 20px 0px 0px;
	/*width:204px;
	height:136px;
	display:block;*/	
}

.gallery-text {
	float:right;
	width:400px;
	margin-right:30px;	
}

.gallery-text p {
	width:400px;	
}

.gallery-entry-summary {
	float:right;
	
}	


.contact_number
{
	font-size:40px;
	color:#007fb4;
	font-family:"Bliss2Light", "Bliss", sans-serif;
	line-height:40px;
	margin:0;
	padding:0;
}

.contact_icon {
	float: left;
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 15px 0px 0;
	text-align: center;
}

.note_headline
{
	font-size:22px;
	color:#007fb4;
	font-family:"Bliss2Light", "Bliss", sans-serif;
	line-height: 55px;
	vertical-align: middle;
}


.contact_sidebar {
	float:right;
	margin:50px 0px 30px 46px;
	width:276px;
	background:url(../../../../images/h2_background.jpg) no-repeat #e6e6e6;
	
}

.contact_sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:22px;
	width:216px;
	margin:0px 30px 0px 30px;
	
}

.contact_iq
{
	font-size: 13px;
	font-family:"Bliss", Arial, sans-serif;
	margin:0;
	padding:0;
	font-style:bold;
}

.contact_sidebar table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:22px;
	width:216px;
	margin:0px 30px 0px 30px;
	
}

.contact_sidebar a:link {
	color: #095574;
	font-weight:normal;
	
}

.leaders_header 
{
	color:#000000;
	font-family:"Bliss2Light", "Bliss", sans-serif;	
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
	padding:0;
	margin:0;
	line-height:14px;
}

.leaders_subheader 
{
	display: block;
	font-size:12px;
	color:#454545;
	font-family: Arial, Helvetica, sans-serif sans-serif;
	margin:0;
	padding:0;
	padding-top: -10px;
	line-height:14px;
}

.leaders_image
{
	
}

.approach {
	clear:both;
	margin-top:30px;
	padding-bottom:30px;	
}

.deploy {
	float:right;
	width:200px;	
}

.develop {
	float:left;
	width:200px;
	margin-right:20px;	
}

.design {
	float:left;
	width:200px;	
	margin-right:30px;
}

.discover {
	float:left;
	width:200px;
	margin-right:20px;	
}

.future_work {
	clear:both;	
}

.hbo {
	float:right;
	width:200px;	
}

.hbo img {
	padding-top:48px;	
}

.conan {
	float:left;
	width:200px;
	margin-right:20px;	
}

.conan img {
	padding-top:-20px;	
}

.korg {
	float:left;
	width:200px;	
	margin-right:30px;
}

.korg img {
	padding-top:58px;	
}

.coke {
	float:left;
	width:200px;
	margin-right:20px;	
}

.coke img {
	padding-top:68px;	
}

.clients {
	float:right;
	width:290px;
}

.technology {
	float:left;
	width:260px;
	margin-right:20px;	
}

.capabilities {
	float:left;
	width:270px;	
	margin-right:30px;
}

.capabilities ul 
{
	/*line-height:12px;
	padding-left:30px;
	padding-bottom:10px;
	padding-top:0px;
	margin-top:5px;*/
	
	line-height: 10px;
	padding-top: 0px;
	margin-top: 5px;
}

.capabilities li 
{
	list-style-type:none;
	padding-bottom: 5px;
	margin-left: -15px;
}

.approach_header {
	color:#000000;
	font-family:"Bliss2Light", "Bliss", sans-serif;	
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
	padding:0;
	margin:0;
}

.client1 {
	float:left;
	width:80px;
	padding-right:35px;
}

.client2 {
	float:left;
	width:80px;
}

.client3 {
	float:right;
	width:80px;
}


a.iqlogo 
{
	display: block;
	width: 450px;
	height: 136px;
	text-decoration: none;
}

.webinteractive {
	background: url(../../../../images/feature_webinteractive.jpg) no-repeat;
	float:left;
	width:956px;
	height:425px;	
}

.webinteractive p {
	text-transform:uppercase;
	font-weight:normal;
	font-family:"Bliss2Light", "Bliss", Arial, sans-serif;
	color:#ffffff;
	font-size:15px;
	width:620px;
	margin:220px 0px 0px 175px;

}

.mobile {
	background: url(../../../../images/feature_mobile.jpg) no-repeat;
	float:left;
	width:956px;
	height:425px;	
}

.mobile p {
	text-transform:uppercase;
	font-weight:normal;
	font-family:"Bliss2Light", "Bliss", Arial, sans-serif;
	color:#ffffff;
	font-size:15px;
	width:620px;
	margin:220px 0px 0px 175px;

}

.videos {
	background: url(../../../../images/feature_videos.jpg) no-repeat;
	float:left;
	width:956px;
	height:425px;	
}

.videos p {
	text-transform:uppercase;
	font-weight:normal;
	font-family:"Bliss2Light", "Bliss", Arial, sans-serif;
	color:#ffffff;
	font-size:15px;
	width:620px;
	margin:220px 0px 0px 170px;

}

.games {
	background: url(../../../../images/feature_gamesocial.jpg) no-repeat;
	float:left;
	width:956px;
	height:425px;	
}

.games p {
	text-transform:uppercase;
	font-weight:normal;
	font-family:"Bliss2Light", "Bliss", Arial, sans-serif;
	color:#ffffff;
	font-size:15px;
	width:610px;
	margin:220px 0px 0px 175px;

}

.configurator {
	background: url(../../../../images/feature_configurator.jpg) no-repeat;
	float:left;
	width:956px;
	height:425px;	
}

.configurator p {
	text-transform:uppercase;
	font-weight:normal;
	font-family:"Bliss2Light", "Bliss", Arial, sans-serif;
	color:#ffffff;
	font-size:15px;
	width:620px;
	margin:240px 0px 0px 175px;

}

.presentations {
	background: url(../../../../images/feature_presentations.jpg) no-repeat;
	float:left;
	width:956px;
	height:425px;	
}

.presentations p {
	text-transform:uppercase;
	font-weight:normal;
	font-family:"Bliss2Light", "Bliss", Arial, sans-serif;
	color:#ffffff;
	font-size:15px;
	width:620px;
	margin:220px 0px 0px 175px;

}


a.homerollover {
	display: block;
	width: 128px;
	height: 136px;
	text-decoration: none;
	background: url(../../../../images/1_3home.png);
	}

a.homerollover:hover {
	background-position: 0 -136px;
	}

a.homeselected {
	display: block;
	width: 128px;
	height: 136px;
	text-decoration: none;
	background: url(../../../../images/1_3home_selected.png);
	}

a.workrollover {
	display: block;
	width: 130px;
	height: 136px;
	text-decoration: none;
	background: url(../../../../images/1_4work.png);
	}

a.workrollover:hover {
	background-position: 0 -136px;
	}

a.workselected {
	display: block;
	width: 130px;
	height: 136px;
	text-decoration: none;
	background: url(../../../../images/1_4work_selected.png);
	}

a.studiorollover {
	display: block;
	width: 130px;
	height: 136px;
	text-decoration: none;
	background: url(../../../../images/1_5about.png);
	}

a.studiorollover:hover {
	background-position: 0 -136px;
	}

a.studioselected {
	display: block;
	width: 130px;
	height: 136px;
	text-decoration: none;
	background: url(../../../../images/1_5about_selected.png);
	}
	
a.contactrollover {
	display: block;
	width: 131px;
	height: 136px;
	text-decoration: none;
	background: url(../../../../images/1_6contact.png);
	}

a.contactrollover:hover {
	background-position: 0 -136px;
	}
	
a.contactselected {
	display: block;
	width: 131px;
	height: 136px;
	text-decoration: none;
	background: url(../../../../images/1_6contact_selected.png);
	}
	
a.btndemo_rollover {
	display: block;
	width: 169px;
	height: 27px;
	text-decoration: none;
	background: url(../../../../images/btn_demo.png);
	float: right;
	margin-right: 30px;
	}

a.btndemo_rollover:hover {
	background-position: 0 -33px;
	}
	
a.btnresults_rollover {
	display: block;
	width: 159px;
	height: 39px;
	text-decoration: none;
	background: url(../../../../images/btn_results.png);
	}

a.btnresults_rollover:hover {
	background-position: 0 -45px;
	}	
	
a.btnconversation_rollover {
	display: block;
	width: 216px;
	height: 39px;
	text-decoration: none;
	background: url(../../../../images/btn_conversation.png);
	}

a.btnconversation_rollover:hover {
	background-position: 0 -45px;
	}	
	
a.btncareers_rollover {
	display: block;
	width: 199px;
	height: 39px;
	text-decoration: none;
	background: url(../../../../images/btn_careers.png);
	}

a.btncareers_rollover:hover {
	background-position: 0 -45px;
	}
	
a.btnwork_rollover {
	display: block;
	width: 161px;
	height: 39px;
	text-decoration: none;
	background: url(../../../../images/btn_work.png);
	}

a.btnwork_rollover:hover {
	background-position: 0 -39px;
	}
	
a.btnseework_rollover {
	display: block;
	width: 159px;
	height: 39px;
	text-decoration: none;
	background: url(../../../../images/btn_seework.png);
	}

a.btnseework_rollover:hover {
	background-position: 0 -45px;
	}
	
	
a.btnexamples_rollover {
	display: block;
	width: 159px;
	height: 39px;
	text-decoration: none;
	background: url(../../../../images/btn_examples.png);
	}

a.btnexamples_rollover:hover {
	background-position: 0 -45px;
	}
	
a.btnsubmit_rollover {
	display: block;
	width: 159px;
	height: 41px;
	text-decoration: none;
	background: url(../../../../images/btn_submit.png);
	}

a.btnsubmit_rollover:hover {
	background-position: 0 -45px;
	}
	
.more_examples {
	clear:both;
	padding:20px 0px 0px 0px;	
}
	
.icons 
{
	float: left;
	display: block;
	width: 30px;
	height: 25px;
	
	margin-right: 8px;
	margin-bottom: 5px;
	text-align: center;
	line-height: 25px;
}

.icons img
{
	line-height: 25px;
	vertical-align: middle;
}

.icons_text
{
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
}

/*-- Adam Stuff --*/	
img.noborder
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.transfix
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */   
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE 6 & 7 */ 
}

#featurecontainer
{
	position: relative;
}

/*-- Top Left --*/
#topleftpanelcontainer
{
	float: left;
	width: 450px;
	height: 136px;
}

#topleftpanelcontainer div
{
	position: absolute;
}

/*-- Left --*/
#leftpanelcontainerwork
{
	float: left;
	position: relative;
	width: 450px;
	z-index: 10;
	left: -37px;
}

#leftpanelcontainerwork div
{
	position: absolute;
}

#leftpanelcontainer
{
	position: relative;
	width: 450px;
	z-index: 10;
}

#leftpanelcontainer div
{
	position: absolute;
}

/*-- Right --*/
#rightpanelwindow
{
	width: 506px;
	height:425px;	
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 450px;
	float: left;
}

#rightpanelwindowwork
{
	width: 506px;
	height:425px;	
	overflow: hidden;
	position: relative;
	top: 0px;
	/*left: 450px;*/
	left: 413px;
	float: left;
}

#rightpanelcontainer
{
	position: absolute;
	top: 0;
	left: 0;
}

#rightpanelcontainer div
{
	float: left;
}

#rightpaneltwo
{
	position: absolute;
	left: 506px;
}

#menuitemscontainer
{
	float: left;
	padding-top:40px;
	padding-left:35px;
	width: 740px;
}

#menuitemscontainer div
{
	position: relative;
}

/*-- Menus --*/
.viewermenu a
{
	text-decoration: none;
}

.viewermenuitem
{
	float:left;
	background-image:url(../../../../images/thumbnail_bg.jpg);
	width:212px;
	height:139px;
	padding:7px;
	margin-top:20px;
	margin-right:20px;
	display: block;
	cursor: pointer;
	cursor: hand
}

.viewermenuitem img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.viewermenuitem a
{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	border: none;
}

.homemenuitem
{
	float:left;
	background-image:url(../../../../images/thumbnail_bg.jpg);
	width:212px;
	height:139px;
	padding:7px;
	margin-top:20px;
	margin-right:20px;
	display: block;
	cursor: pointer;
	cursor: hand;
}

.homemenuitem img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.homemenuitem a
{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	border: none;
}

.viewermenuitembase
{
	position: absolute;
	z-index: 1;
	display: block;
}

.viewermenuhighlight
{
	position: absolute;
	z-index: 5;
	/*opacity: 0;
	filter: alpha(opacity=0);*/
	display: block;
}

.footerwindow
{
	position: relative;
	overflow: hidden;
	width: 212px;
	height: 139px;
	z-index: 10;
	display: block;
}

.viewermenuitemfooter
{
	position: relative;
	z-index: 10;
	/*top: 139px;*/
	top: 95px;
	background-image:url(../../../../images/menuitemfooter.png);
	height: 44px;
	border: none;
	display: block;
}

.homemenuitemfooter
{
	position: relative;
	z-index: 10;
	top: 110px;
	background-image:url(../../../../images/menuitemfooter.png);
	height: 44px;
	border: none;
	display: block;
}

.homemenuitemfooter2
{
	position: relative;
	z-index: 10;
	top: 95px;
	background-image:url(../../../../images/menuitemfooter.png);
	height: 44px;
	border: none;
	display: block;
}

.menufootertitle
{
	position: relative;
	z-index: 20;
	
	top: 3px;
	left: 15px;
	
	color: #a2f0fe;
	font-family:"Bliss2Light", "Bliss", sans-serif;
	text-transform: uppercase;
	font-size: 15px;
}

.homefootertitle
{
	position: relative;
	z-index: 20;
	display: block;
	top: 3px;
	/*left: 15px;*/
	text-align: center;
	color: #a2f0fe;
	font-family:"Bliss2Light", "Bliss", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}

.menufooterdesc
{
	position: relative;
	z-index: 20;
	
	top: -6px;
	left: 15px;
	
	color: #ffffff;
	
	font-size: 90%;
}

/* Read More Button Styles */

/*.moretext {
   width: 138px; 
   height: 42px; 
   background:url(/images/btn_more.png) no-repeat;
   padding: 10px 50px 15px 5px;
   border:0;
   text-decoration:none;
   display:block;
   }*/
   
/*.more-link {
   width: 138px; 
   height: 42px;
   display:block; 
   background:url(/images/btn_more.png) no-repeat;
   padding: 10px 50px 15px 5px;
   border:0;
   }*/
   
a.more-link-rollover {
	margin-top:30px;
	display:block;
	width: 138px;
	height: 42px;
	background: url(/images/btn_more.png);
    border:0;
	}
   
/* Additional Comment Styles */
   

/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
	right: 40px;
	top: 4em;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}

.reply {
	font-family:"Bliss2Light", "Bliss", Arial, sans-serif;
	color:#444444;
	font-size:18px;
	line-height:16px;
	font-weight:normal;
		
}

/* =Comments
----------------------------------------------- */

#comments {
	margin:0 0 0 73px;
	width:500px;
	padding: 0 auto;	
}

.comments-title {
	text-transform:capitalize;
	font-size:16px;
	font-family:"Bliss2Light", "Bliss", Arial, sans-serif;
	border-bottom:1px solid #dedede;
	margin-top:50px;
	margin-bottom:40px;
	width:614px;
	margin-left:-70px;
}

.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 400px;
	padding:0 0 0 90px;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #dedede;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}


/* Comment Form */
#respond {
	background:#f6f6f6;
	border:3px #d9d9d9 solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 50px 0 0 -5px;
	padding: 0 30px 60px 36px;
	position: relative;
	width: 424px;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 1px solid #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 5px;
	text-indent: 5px;
	margin-left:15px;
}



#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
	vertical-align:top;
}

#respond .comment-form-author label {
	display: inline;
	
}

/*#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}*/
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 5px;
	z-index: 1;
}

/* Styles Comment Input Area */
#respond textarea {
	resize: vertical;
	width: 300px;
	left:-13px;
}

/* Styles Required Asterisk */
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 16px;
	font-weight: bold;
	margin-right:5px;
	
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: 0px 0 10px;
}
#respond input#submit {
	background: url(images/btn_comment.png) no-repeat;
	display: block;
	width: 159px;
	height: 39px;
	text-decoration: none;
	border: none;
	/*-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #fff;*/
	text-display:none;
	cursor: pointer;
	font-size: 15px;
	margin: 0px 0 0 277px;
	padding: 5px 42px 5px 0px;
	/*text-shadow: 0 -1px 0 rgba(0,0,0,0.3);*/
}
#respond input#submit:active {
}

#respond input#submit:hover {
	background-position: 0 -45px;
}

#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	background-position: 0 -45px;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: 564px;
}

h3#reply-title {
	color:#007fb4;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	font-weight:normal;
	border-bottom:none;
	padding:20px 0 0 0;
	margin:0;
}

#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}

/* Styles Input Labels */
#respond label {
	line-height: 1em;
	font-family: 'Bliss2Light', Arial, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:14px;
	margin:0;
}

/* Styles Name, Email, Web Input Text */
#respond input[type=text] {
	height: 24px;
	width: 200px;
	padding-left:5px;
	
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin:0 0 0 0;
}
.form-allowed-tags {
	display: none;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
	height:60px;
}

input[type=text]:focus,
textarea:focus {
	color: #373737;
}

/*Comments Input */
textarea {
	width: 75%;
}
input[type=text] {
	padding: 5px;
}

/* Search Input */
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}

/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-family:"Bliss2Light", "Bliss", Arial, sans-serif;
	color:#007fb4;
	font-size:20px;
	font-weight:normal;
	border-bottom: 1px solid #dedede;
	padding-bottom:5px;
	width:632px;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Hide Search Text */
label.screen-reader-text {
display: none;
}
