/*
Theme Name: TSI
Description: Theme for Technology Search International.  This theme contains the customizations of the Twentyten theme that TSI is based on.
AUTHOR: Thea Rossi and Kim Howe
Template: twentyten
Version: 0.1


*/

@import url("../twentyten/style.css");
@import url("aller.css");

body {
	 background: #fff;
	 font-size: 62.5%;
}


/* ##################################################### */
/* ----------------->>> STRUCTURE <<<------------------- */
/* ##################################################### */

/* GLOBAL STRUCTURE STYLES */

#wrapper {
	width: 980px;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
}
	#header {
		padding: 10px 0 0;
		height: 215px;
		position: relative;
		border-bottom: double #c7c7c7;
	}
		#site-title {
			margin: 0;
			width: auto;	
		}
		#site-description {
			margin: 0;
			padding-left: 10px;
			float: none;
			font-family: 'AllerRegular';
			font-size: 1.8em;
			line-height: 45px;
			width: auto;
			clear: both;
		}
		#careers_widget {
			padding: 10px 15px;
			position: absolute;
			right: 0px;
			top: 0px;
			background: #e2edf4 url(img/bg_careers-tout.png) left bottom no-repeat;
			width: 270px;
		}
			
	#main {
		padding: 30px 0;
		width: 100%;
	}
		#container {
			margin: 0;
			padding: 0 40px 0 10px;
			width: 630px;
		}
				.page-template-onecolumn-page-php #container {
					padding: 0 10px;
					width: 960px;
				}
			#content {
				margin: 0;	
			}
		#sidebar {
			padding: 5px 0 0;
			width: 300px;
			float: left;
		}
			#primary, #secondary {
				width: auto;
				float: none;
				overflow: auto;
			}
	#footer {
		font-size: 1.2em;
		color: #444444;
	}
		#footer a {
		}
		#footer-widget-area .widget-area {
			margin: 0;
			float: left;
			width: 100%;
		}
			#second, #third {
				text-align: center;	
			}
			#second {
				padding: 1.2em 0 .5em;
				border-top: double #c7c7c7;
			}
			#first, #third {
				padding: 1.2em 0 1em;
				border-top: 1px solid #c7c7c7;
			}




/* END GLOBAL STYLES ================================================== */




.hentry {
	margin: 0;
	position: relative;
	z-index: 10;
}
	.home .hentry {
		background: url(img/bg_crop-marks_top.png) no-repeat;	
	}
	.home .entry-content {
		padding: 20px;
		background: url(img/bg_crop-marks_bot.png) left bottom no-repeat;	
	}

.entry-summary {
	padding-top: 0;	
}

.entry-content {
	padding-top: 0;
	font-size: 1.3em;
	line-height: 1.5em;
}
	.entry-hdr {
		padding-bottom: 15px;
		position: relative;
	}
		.category-news-advice .entry-hdr,
		.single-post .entry-hdr {
			margin-bottom: 25px;
			padding-bottom: 25px;
			border-bottom: 1px solid #c7c7c7;
		}



/* testimonial styles */

#testimonials {
	margin-top: 30px;
	padding: 20px 20px 50px;
	background: #eee url(img/bg_testimonials.png) no-repeat;	
	text-align: center;
	clear: both;
	position: relative;
}
	.ltw_tes_testimonial {
		margin-bottom: .5em !important;
		font-size: 20px !important;
		line-height: 1.3em;
		color:#666666;
	}
	.ltw_tes_client_name {
		margin-bottom: 0 !important;
		color: #000;
		font-size: 12px !important;
	}
	#testimonial_list {
	}
	.ltw_tes_item {
		margin: 0 auto;
		width: 100%;
	}

	#slidecontrols {
		float: left;
		text-align: center;
		position: absolute;
		bottom: 20px;
	}	
		#nav {
			margin: 0 !important;
			padding: 0 7px;
			float: left;
		}
		#nav li {
			padding: 0 2px;
			float: left;
			list-style: none;
			position: inhert;
			left: 0px;
		}
			#nav li a {
				padding-top: 16px;
				background-image: url(img/slide_item_off.gif);
				width: 16px;
			}
			#nav li.activeSlide a {
				background-image: url(img/slide_item_on.gif);
			}
		
		#slidecontrols #next, #slidecontrols #prev {
			padding-top: 18px;
			width: 12px;
			float: left;
		}
			#slidecontrols #next {
				background-image: url(img/arrow_next.gif);
			}
			#slidecontrols #prev {
				background-image: url(img/arrow_back.gif);
			}
	


/* ###################################################### */
/* ----------------->>> NAVIGATION <<<------------------- */
/* ###################################################### */


#access {
	margin-top: 20px;
	padding-top: 10px;
	height: 40px;
	background: #eee url(img/bg_gnav.png);
	width: 100%;
	clear: both;
	float: left;
}
	.menu {
		padding-left: 10px;	
	}

#access .menu-header {
	float: left;
	width: 100%;
}
	#access .menu-header ul {
		float: left;
	}
div#access li {
	padding-right: 10px;
	display: block;
	float: left;
}
	div#access li.buthome {
		display: none;	
	}

#access a, #careers_widget a.button {
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ec1c23;
	color: #fff;
	font-family: 'AllerRegular';
	font-size: 1.5em;
	font-weight: normal;
	line-height: 29px;
	-moz-box-shadow: 0 1px 1px 0 #777;
	-webkit-box-shadow: 0 1px 1px 0 #777;
	box-shadow: 0 1px 1px 0 #777;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#777777')";
}

	#careers_widget a.button {
		margin: 0 auto;
		line-height: 25px;
		width: 100px;
		text-align: center;
		display: block;
	}

#access .current_page_item a,
#access .current_page_ancestor a,
#access .current_page_parent a,
#access .current-menu-item a,
#access .current-post-ancestor a,
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a,
#access li:hover > a,
#access ul ul :hover > a,
#careers_widget a.button:hover {
	background: #fff;
	color: #ec1c23;
}


.menu-header a:focus, .menu-header a:hover, .menu-header a:active {
}
#access ul {
}
#access li:hover ul,
#access li.sfHover ul {
}
#access ul ul {
    margin-top:0;
}
#access ul a {
}
#access ul a:hover, #careers_widget a.button:hover {
	text-decoration: none !important;
}


/* subnav styles */

.menu-subnav {
}
	.menu-subnav li {
		padding-bottom: 3px !important;
	}
		.menu-subnav a {
		}


/* footer styles */

.menu-footer {
	display: inline;
}
	.menu-footer li {
		padding: 0 3px 0 5px;
		display: inline;
		border-left: 1px solid #000;
	}
	.menu-footer li.buthome{
		border:none;
	}
#footer p {
	margin-bottom: .5em;	
}



/* pagng styles */

.navigation {
}
		.single-post .navigation {
			margin-top: 25px;
			padding-top: 25px;
			border-top: 1px solid #c7c7c7;
		}
	#nav-bottom {
	}
	.navigation a {
		padding-top: 24px;
	}
		.navigation a:hover {
			background-position: 0 -24px;
		}
	.nav-previous a {
		width: 105px;
		background-image: url(img/but_older-posts.png);
	}
	.nav-next a {
		width: 109px;
		background-image: url(img/but_newer-posts.png);
		float: right;
	}

/* widget styles */

#footer .widget-area ul {
	margin: 0;	
}

.widget-container {
	margin: 0;	
}

#footer-widget-area .widget-title {
	margin: 8px 0 0;
	padding-top: 8px;
	float: left;
}
	.follow_links .widget-title {
		background-image: url(img/hdr_ftr_follow-us.png);
		width: 76px;
	}
	#advanced_text-6 .widget-title {
		background-image: url(img/hdr_ftr_sign-up.png);
		width: 145px;
	}

#first .widget-container {
	float: left;
	line-height: 24px;
}
	#first #advanced_text-6 {
		float: right;	
	}
	ul.followwrap {
		float: left;	
	}
	#advanced_text-5 {
		margin-left: 7px;
		padding-left: 10px;
		border-left: 1px solid #000;	
	}

#tag-list-widget .widget-content,
.widget_wp-category-archive li {
	font-size: 1.4em;
}


/* NEWS & advice */

.category-news-advice .hentry {
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c7c7c7;
}
	.entry .post-date {
		font-size: 1.2em;
	}
	.entry-summary {
		font-size: 1.3em;
	}



.page-id-8 .entry-content p {
	width: 620px;
}

/* #################################################### */
/* ------------------>>> LISTS <<<------------------- */
/* #################################################### */

.widget-area ul ul {
	margin: 0 !important;
	list-style: none;	
}

.widget_categoryposts, .widget-content {
	font-size: 12px;
}
	.widget_categoryposts li,
	.widget-content,
	.widget_wp-category-archive ul {
		margin-bottom: 10px;
		padding: 15px !important;
		background: #e2edf4;
		width: 270px;
		float: left;
	}
	.widget_categoryposts p {
		margin: 0;	
	}
	.post-title {
		font-size: 13px;	
	}
	.post-date {
		color: #888;
		font-style: italic;
	}
		.post-date strong {
			font-style: normal;
			text-transform: uppercase;
		}
	.widget_categoryposts p.readmore {
		text-align: right;	
	}

.entry-content ul {
	list-style: disc;
}
	.entry-content ul li {
		padding: 2px 0;
		position: relative;
		left: 18px;
	}

/* ######################################################## */
/* ------------------>>> TEXT STYLES <<<------------------- */
/* ######################################################## */

/* header styles */



#main h1,#main h2,#main h3,
#content #post-26 h1.entry-title {
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1em;
	color: #000;
}
	#content h1.entry-title,
	.single-post #content h2.entry-title {
		margin: 0;
		font-size: 2em;
		color: #ec1c23;
		text-transform: none;
	}
#content h2 {
	margin-bottom: .5em;
	clear: both;
}
	.home #content .entry-title {
		padding: 10px 0;
		margin-bottom: 10px !important;
		text-align: center;
		background: #e2edf4;
		font-size: 20px;
		line-height: 26px !important;
	}
	#content h2.entry-title,
	.single-post #content h1.entry-title,
	#advanced_text-10 h4, #careers_widget h3 {
		margin-bottom: 10px !important;
		font-size: 16px;
		text-transform: none !important;
		color: #EC1C23;
	}
		#careers_widget h3 {
			margin-bottom: 5px !important;
		}
	
h3 {
}
	.widget-title {
		margin-bottom: .8em;
		text-align: center;
		font-size: 20px;
	}
	
	
h4 {
	margin: 0 !important;
	font-weight: bold;
	font-size: 1.1em;
}
h5 {
}

/* end header styles ============================= */

h1, h2,h3,
.widget_categoryposts .post-title,
.menu-footer,
.ltw_tes_testimonial,
#advanced_text-10 h4,
#advanced_text-10 a {
	font-family: 'AllerRegular';
}



body, input, textarea {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 1em;
}

#site-title {
	height: 99px;
	width: 224px;
	background-image: url(img/logo_tsi.png);
	line-height: 0px;
}
	#site-title a.ir {
		padding-top: 99px;
		width: 224px;
		background-image: url(img/logo_tsi.png);
	}


#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 0px;
}

#content .entry-content p,
#content .shop-info p,
#content .entry-content ul {
	margin-bottom: 1.5em;	
}

.postdate {
	margin: 0;
	font-size: 1.1em;
}

.post-title {
	padding: .2em 0 .4em;	
	text-transform: none !important;	
}

/* ################################################################ */
/* ------------------->>> BUTTONS AND LINKS <<<-------------------- */
/* ################################################################ */

a, a:link {
	font-weight: bold;
	color: #ea0005;
	text-decoration: none;
}

a:visited {
	color: #ea0005;
	text-decoration: none;
}
a:active,
a:hover {
	color: #ea0005;
	text-decoration: underline !important;
}

.entry-title a:active,
.entry-title a:hover {
	color: #ea0005;
}

.readmore {
	text-transform: uppercase;	
}
	p.readmore {
		padding: .2em 1em 1em;
		font-size: 1.2em;	
	}

/* ##################################################### */
/* -------------------->>> FORMS <<<-------------------- */
/* ##################################################### */

.form_wrap {
	margin: 0;
	float: left;
	width: 100%
}
		.page-id-15 .form_wrap {
			width: auto;
		}
	.form_wrap dt, .form_wrap dd {
		float: left;
	}
	.form_wrap dt {
		padding-right: 10px;
		text-align: right;
		width: 180px;
		clear: left;
	}
	.form_wrap dd {
		margin-bottom: 20px !important;
		width: 430px;	
		overflow: hidden;
		position: relative;
	}
			.page-id-15 .form_wrap dd {
				width: 200px;
			}
		.form_wrap dd img {
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 10;
		}
	#but_submit,#but_submit-friend, #but_submit-contact {
		padding-top: 24px;
		width: 69px;
		background-image: url(img/but_submit.png);
		border: none;
		cursor: pointer;
	}
	.entry-content input, .entry-content select {
		margin-bottom: 0;	
	}
	input.wpcf7-text, .form_wrap textarea {
		padding: 3px;
		background: #fff;
		border: 1px solid #666666;
		width: 173px;
	}
		.form_wrap textarea {
			width: 384px;
			height: 40px;
		}
		.form_wrap #contactmsg textarea {
			height: 90px;
		}
		input.wpcf7-validates-as-email {
			width: 173px;
		}
		input.namefield {
			margin-right: 5px;
			width: 80px;	
		}
		.custuploadblock_js {
			background: url(img/but_upload.png) no-repeat;
			width:69px;
			height:24px;
			display:block;
			position:relative;
			overflow:hidden;;}
		.transfileform_js {font-size:24px;height:36px;position:absolute;top:0px;right:-69px;z-index:2;border:0;padding:0;cursor:pointer;} 


#sidebar .form_wrap dt, #sidebar .form_wrap dd {
	float: none;
	width: 100%;
	text-align: left;
}
	#sidebar .form_wrap dt {
		padding: 0 0 5px;
	}
	#sidebar .form_wrap dd.submitrow {
		margin-bottom: 0 !important
	}


.entry-content label, #sidebar label {
	color: #000;
	font-weight: normal;
	font-size: 13px;
}


/* CONTACT FORM */

#zipfield {
	width: 52px;
}

span.wpcf7-list-item {
	margin: 0 !important;
}

.form_wrap dd label {
	padding-left: 10px;
}

.wpcf7-response-output {
	clear: both;
}

.span.wpcf7-not-valid-tip {
	padding: 3px;
	left: 0px;
	top: 0px;
	width: 173px;
}


/* footer form */
#advanced_text-6 form ul, #advanced_text-6 form li {
	float: left;
}
#advanced_text-6 h3, #advanced_text-6 div div {
	float: right;
}

#advanced_text-6 .AdvancedText {
	height: 30px;
	overflow: hidden;
	float: right;
}

#but_go {
	padding-top: 24px;
	width: 37px;
	background-image: url(img/but_go.png);
}


/* ##################################################### */
/* ------------------->>> EXTRAS <<<-------------------- */
/* ##################################################### */



.ir,
#footer-widget-area .widget-title,
#nav li a,
#slidecontrols #next,
#slidecontrols #prev,
.navigation a {
	height: 0;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	text-indent: -9999px;
	border: none;
}

.alignleft {
	padding-right: 3px;
	float: left;	
}

.clear {
	clear: both;
	height: 1px;
}
#content .alignleft, #content img.alignleft {
	margin-right: 1em;	
}

#content img.alignleft, #content img.alignright, #content img.aligncenter {
	margin-bottom: 2em;	
}
#advanced_text-10 p {
	margin-bottom: 20px;
}

#careers_widget p {
	line-height: 1.2em;
	font-size: 1.2em;
}