/*
Theme Name: tmrnyc
Theme URI: http://tmrnyc.com/
Description: tmrnyc
Version:1
Author: 
Author URI: 
Tags: 
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ul,li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
.clear{clear:both;}
.left{float:left;}
.right{float:right;}
.tmr_red{color:#ed3423;}

body {
	background:#fff;
	color:#313131;
	font-family:Arial, Helvetica, sans-serif;
}
p,li {
	font-size:12px;
	line-height:17px;	
}
h1 {
	font-size:34px;
	font-weight:bold;
}
h2 {
	font-size:28px;
	font-weight:bold;
}
h3 { 
	font-size:18px;
	font-weight:bold;
}
h4 { 
	font-size:15px;
	font-weight:bold;
}
h5 { 
	font-size:12px;
	font-weight:bold;
}
strong {
	font-weight:bold;
}
small {
	font-size:10px;
}
a {
	text-decoration:none;
	color: #ed3423;
}
a:hover {
	color:#333;
}
textarea,input {
	font-size:11px;
	background:#fff;
	border:1px solid #666;
}


/* LAYOUT
*/
#page {
	width:900px;
	margin:0 auto;
}
#home_holder {
	width:900px;
}
.content { 
	margin-top:12px;
}
.page_title {
	width:900px;
	height:54px;
	padding-top:10px;
}
.col1 {
	float:left;
	width:560px;
}
.col1_line {
	float:left;
	width:560px;
	border-top: 1px solid #ed3423;
	height:1px;
	overflow:hidden;
	display:block;
}
.col2 {
	float:right;
	width:315px;
	margin-left:25px;
}
.col2_line {
	float:left;
	width:315px;
	border-top: 1px solid #ed3423;
	height:1px;
	overflow:hidden;
	display:block;
}
.col2 li {
	list-style-position:outside;
}
.subhead {
	margin-top:6px;
	float:left;
}
.vert_spacer {
	height:30px;
	overflow:hidden;
	display:block;
	clear:both;
}
#author_info input {
	width:200px;
	margin-top:6px;
}
.home_subhead {
	font-size:32px;
	letter-spacing:-0.05em;
	float:left;
	display:inline;
	margin-top:4px;
}
.about_us_intro {
	font-size:20px;
	font-weight:bold;
	line-height:27px;
	color:#313131;
	margin-top:2px;
	margin-bottom:10px;
}
.view_archive {
	float:right;
	position:relative;
	margin-top:12px;
}

/* 
	PRODUCTS
*/
.product_section {
	float:left;
	width:900px;
	margin-bottom:32px;
	margin-top:8px;
}
.product_section_line {
	float:left;
	border-top: 1px solid #ed3423;
	width:900px;
	height:1px;
	overflow:hidden;
	display:block;
}
.product_subhead {
	float:left;
	display:inline;
	width:180px;
}
.product_items {
	float:right;
	display:inline;
	width:720px;
}
.product_item {
	float:left;
	display:inline;
	overflow:hidden;
	width:216px;
	margin-left:24px;
	margin-bottom:20px;
}
.product_item img {
	border:1px solid #999;
	margin-bottom:6px;
}
.product_item .ul_logo {
	border:0px;
	margin-bottom:0;
	margin-top:6px;
}
.product_item a {
	font-size:11px;
	line-height:17px;
}
.product_item h4 {
	line-height:17px;
	margin-bottom:3px;
}
.product_item h5 {
	line-height:15px;
	margin-bottom:4px;
}

/* 
	PRESS
*/
.featured_press_item_spacer {
	width:30px;
	height:24px;
	float:left;
	display:inline;
}

.featured_press_item {
	display:inline;
	float:left;
	width:264px;
	margin-bottom:30px;
}
.featured_press_item img {
	margin-bottom:10px;
}
.featured_press_item blockquote {
	color:#777;
	font-size:14px;
	line-height:20px;
	font-style:italic;
	margin:10px 0 0 0;
	background-image: url(./images/quote-open.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 24px;
}
.small_press_item {
	margin-bottom:16px;
}


/* 
	HEADER 
*/
#header_global {
	width:100%;
	height:205px;
	background:url(./images/header_bg.gif);
	margin-bottom:26px;
}
#header_content {
	width:900px;
	height:168px;
	margin:0 auto;
	position:relative;
}
	#header_logo {
		position:absolute;
		top:16px;
	}
	#header_links {
		text-align:right;
		position:absolute;
		top:26px;
		right:0;
	}
	#header_links p {
		color:#666;
		text-align:right;
		font-size:12px;
		font-weight:bold;
		line-height:17px;
		margin-bottom:12px;
	}
	#header_links .rss_icon {
		top:3px;
		position:relative;
		width:18px;
		height:16px;
		overflow:hidden;
	}
	#header_links .mail_icon {
		top:2px;
		position:relative;
		width:18px;
		height:12px;
		overflow:hidden;
	}
#header_nav {
	width:900px;
 	height:36px;
	margin:1px auto 0 auto;
	position:relative;
}
	#header_search {
		text-align:right;
		position:absolute;
		top:6px;
		right:0;
		width:242px;
	}
	#header_search label {
		font-size:12px;
		line-height:17px;
		color:#fff;
		font-weight:bold;
		float:left;
		margin-top:4px;
	}
	#search_background {
		float:right;
		width:180px;
		height:22px;
		background:#2e2e2e url(./images/search_icon.gif) 7px 4px no-repeat;
		border:1px solid #bbbbbb;
	}
	#header_search #s {
		margin-top:4px;
		margin-right:10px;
		width:140px;
		font-size:11px;
		font-weight:normal;
		color:#ddd;
		background:#2e2e2e;
		border:0;
	}
	#top_nav {
		position:absolute;
		top:10px;
		font-size:12px;
		font-weight:bold;
		letter-spacing:0.04em;
		width:650px;
	}
	#top_nav a {
		line-height:17px;
		color:#fff;
		float:left;
	}
	#top_nav a:hover {
		color:#bbb;
	}
	#top_nav .spacer {
		line-height:17px;
		margin: 0px 8px 0 8px;
		color:#fff;
		float:left;
		font-size:22px;
	}


/* 
	SLIDESHOW 
*/
#slideshowHolder {
	width:900px;
	position:relative;
    height:400px;
	background:#fff;
	margin-bottom:28px;
}
	#ajaxLoader { width:900px; height: 402px; background-color:#fff; position:absolute; top:0; left:0; display:inline; z-index:959; text-align:center;}
	#ajaxLoader img { margin-top:160px; }
	#slideshow {
		width:898px;
		height:400px;
		overflow:hidden;
		position:absolute;
		top:0;
		left:0;
		border: 1px solid #989898;
	}
	#slideshow li {
		width:900px;
		height:400px;
	}
	.slideshowText {
		width:900px;
		height:80px;
		background:#000;
		color:#fff;
		position:relative;
		top:-80px;
		float:left;
		overflow:hidden;
	}
	.slideshowText a {
		float:left;
		font-size:11px;
		color:#fff;
		margin-left:10px;
		margin-top:1px;
	}
	.slideshowText a:hover {
		color:#bbb;
	}
	.slideshowText h2 {
		font-weight:bold;
		font-size:28px;
		margin:9px 0 0 20px;
		float:left;
		display:inline;
		line-height:36px;
	}
	.slideshowText h3 {
		font-weight:bold;
		margin:0 0 0 20px;
		font-size:13px;
		float:left;
		display:inline;
	}
	#btnPrev {
		position:absolute;
		top:180px;
		left:0;
		z-index:99;
	}
	#btnNext {
		position:absolute;
		top:180px;
		right:0;
		z-index:99;
	}
	#slideshow .prevnextbutton {
		color:#fff;
		background:#000;
		padding:6px 4px 6px 4px;
		font-size:10px;
		cursor:pointer;
	}

/* 
	FOOTER
*/
#footer {
	height:140px;
	margin-top:50px;
	position:relative;
	width:900px;
	border-top:1px solid #313131;
}
#footer #footer_contact {
	position:absolute;
	left:0;
	top:8px;
}
#footer #footer_copyright {
	position:absolute;
	right:0;
	top:8px;
	width:315px;
}
#footer #footer_copyright p {
	font-size:11px;
	margin-bottom:6px;
	line-height:16px;
}



/* 
	LOGIN PAGE
*/
body.login {
	border:none;
}
body.login #backtoblog {
	display:none;
}
#login_error,
#registerform {
	margin-top:20px;
}

#registerform select,
#registerform input,
#lostpasswordform select,
#lostpasswordform input,
#loginform select,
#loginform input {
	margin-bottom:8px;
}




















/*
.col2 .subsection {
	padding-top:14px;
	border-top: 1px solid #ed3423;
	margin-top:32px;
}

.subhead a {
	font-size:12px;
}
*/

.profile_person {
	margin-bottom:20px;
}
.profile_person .profile_pic {
	float:left;
	border:1px solid #111;
	margin-right:10px;
}
.profile_person p {
	float:left;
	width:430px;
}
.profile_person h3 {
	float:left;
	margin-bottom:4px;
}

.col2 h3 {
	margin-top:8px;
	margin-bottom:2px;
}
.col2 h3.comments_headers {
	margin-top:0px;
	font-size:22px;
}
.about_pic {
	float:left;
	border:1px solid #111;
}
.about_txt {
	float:left;
	width:284px;
	margin-right:18px;
}
.mini_spacer {
	height:12px;
	overflow:hidden;
	display:block;
	clear:both;
}
.products_services li {
	list-style:square;
}
.post_holder {
	float:left;
	width:555px;
	margin-top:16px;
	margin-bottom:24px;
}
.single_post_holder {
	float:left;
	width:555px;
}
.post_title {
	font-size:18px;
	text-transform:uppercase;
}
.single_post_links {
	margin-top:10px;
	margin-bottom:8px;
	font-size:12px;
	line-height:20px;
	text-transform:uppercase;
}
.single_post_links h4 {
	font-weight:bold;
	float:left;
	line-height:17px;
}
.post_links {
	margin-top:2px;
	margin-bottom:8px;
	font-size:11px;
	text-transform:uppercase;
	color:#ed3423;
}
.post_links .spacer {
	margin: 0px 4px 0 4px;
	color:#fff;
	float:left;
	font-size:22px;
	color:#ed3423;
}
.single_post_links p,
.post_links p {
	float:left;
}
.single_post_content {
	margin-top:24px;
}
.post_meta {
}
.post_meta p {
	font-size:10px;
}
.post_meta .post_cat {
	float:left;
	width:200px;
}
.post_meta .post_tags {
	float:left;
	width:200px;
}
.post_meta .post_comments {
	float:right;
}
.navigation {
	margin-top:14px;
	margin-bottom:14px;
}
.button {
	padding:2px 20px 2px 20px;
	background:#111;
	color:#fff;
}
.button:hover {
	background:#222;
}
.gallery-item {
	width:auto !important;
	margin-right:10px !important;
	margin-top:0 !important;
	margin-bottom:10px !important;
}

li .slides { text-align:center; }
.aligncenter{
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft{float:left;}
.alignright{float: right;}
.comment_item {
	float:left;
	width:315px;
	border-top: 1px solid #ddd;
	margin-top:12px;
	padding-top:2px;
	padding-bottom:22px;
}
.comment-entry{
float:left;
width:315px;
}
.metainfo {
	float:left;
}
.metatitle {
padding:5px 10px;
background:#ddd;
text-align:left;
}
.metatitle1 {
padding:5px 10px;
}
.metaentry {padding:5px 10px;text-align:left;}
.entry{
	float:right;
	width:670px;
	padding-left:10px;
	border-left:1px solid #ccc;
	text-align:left;
}

#post-entry {}

.admincomment .ava img {border:3px solid #fff;}
.ava img {border:3px solid #333;}

.admincomment .ava {
color:#aaa;
}


.admincomment .ava a {color:#fff;}
.admincomment .ava a:hover {color:yellow;}

#sidebar {margin-bottom:20px;}

.side , .side-last{float:left;width:218px;margin-right:10px;}
.side-last {width:216px;margin-right:0px;}

.title {
padding-left:5px;
font-size:10px;
color:#ddd;
background:#000;
}

.inside{padding-left:2px;margin-top:5px;}
.inside a{
padding-left:9px;
}

span.previous { padding: 0 20px 0 0; float: left; }

.wp-caption {
text-align: center;
margin: 10px;
border: 1px solid #dadada;
padding: 7px;
background-color: #e8e8e8;
}
 
.wp-caption p.wp-caption-text {
font-size: 12px;
line-height: 180%;
padding: 0;
color: #000;
letter-spacing: 0.1em;
text-align: center;
}



