/*
Theme Name: WordPress Tesigner
Theme URI: http://wordpress.org/
Description: The Tesigner WordPress theme.
Version: 1.0
Author: cmsmasters
Author URI: http://wordpress.org/
Tags: dark, custom header, fixed width, two columns, widgets, 5 sidebars
Text Domain: cmsmasters

	This theme was built by cmsmasters

*/

body {
	background:url(images/bg.jpg) top center fixed no-repeat;
	text-align:left;
	font:.8em Arial, Helvetica, Tahoma, sans-serif;
	line-height:1.4em;
	color:#8e8879;
	margin:0;
	padding:0;
}

a {
	color:#fff;
	text-decoration:underline;
	outline:none;
}

a:hover {text-decoration:none;}

p {
	margin:0;
	line-height:1.5em;
	padding:0 0 20px;
}

a img {border:0;}

div	{
	margin:0;
	padding:0;
	text-align:left;
}

form {
	border:none;
	margin:0;
	padding:0;
}
				
fieldset {
	border:0;
	margin:0;
	padding:0;
}

label {
	color:#1f0b03;
	display:block;
	line-height:1.7em;
	margin:0;
	padding:0;
}

input, textarea {
	border:1px solid #6d6d6d;
	background:#fffeff;
	font:1em Arial, Helvetica, Tahoma, sans-serif;
	line-height:1em;
	color:#feffff;
	padding:1px 3px;
	margin:0;
}

#middle label {line-height:2.8em;}

#middle label small {color:#a2a2a2;}

#middle input {
	border:0;
	background:url(images/input_bg.png) top left no-repeat;
	width:300px;
	padding:11px 10px;
	margin-bottom:8px;
}

#middle input#submit, #middle input#clear {
	border:0;
	width:85px;
	height:35px;
	font-size:.8em;
	text-transform:uppercase;
	padding:0;
	margin:0 10px 20px 0;
	cursor:pointer;
}

#middle input#submit, #middle input#clear:hover {
	color:#010000;
	background:url(images/submit.png) top left no-repeat;
}

#middle input#clear, #middle input#submit:hover {
	color:#fffefe;
	background:url(images/clear.png) top left no-repeat;
}

#middle textarea {
	border:0;
	background:url(images/textarea_bg.png) top left no-repeat;
	width:544px;
	height:145px;
	padding:10px;
	margin-bottom:20px;
}

h1 {
	font:2.3em Arial, Helvetica, Tahoma, sans-serif;
	color:#feffff;
	line-height:1em;
	margin:0;
	padding:0 0 15px;
}

h1 span {color:#ff9c00;}

h2, h3 {
	font:1.4em Arial, Helvetica, Tahoma, sans-serif;
	color:#fffeff;
	line-height:1em;
	margin:0;
	padding:0 0 20px;
}

h4 {
	font:bold 1.2em Arial, Helvetica, Tahoma, sans-serif;
	color:#fffeff;
	line-height:1em;
	margin:0;
	padding:0 0 15px;
}

h5 {
	font:1.1em Arial, Helvetica, Tahoma, sans-serif;
	color:#fffeff;
	line-height:1em;
	margin:0;
	padding:0 0 10px;
}

#page {
	background:url(images/gradient.png) bottom repeat-x;
	width:100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

/* ---------------------------------- Header ----------------------------------------------*/

#header {
	background:url(images/header_bg.png) top repeat-x;
	color:#fffffe;
	width:100%;
	height:175px;
	position:relative;
	overflow:hidden;
}

#header .head {
	font-size:.8em;
	text-transform:uppercase;
	margin:0 auto;
	width:980px;
	position:relative;
}

ul#navigation {
	background:url(images/nav_bg.jpg) top repeat-x;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	top:0;
	left:30px;
}

#navigation li {
	background:url(images/nav_sep.png) right 20px no-repeat;
	float:left;
	margin:0;
	padding:0 1px 0 0;
	position:relative;
}

#navigation li a {
	color:#8a8986;
	display:block;
	text-decoration:none;
	padding:20px 15px;
}

#navigation li.multi a {
	background:url(images/nav_down.png) 57px 27px no-repeat;
	padding-right:20px;
}

#navigation li.multi li a {background:none;}

#navigation li li.multi a {background:url(images/nav_r.png) 125px 10px no-repeat;}

#navigation li li.multi:hover a {background:#ff9c00 url(images/nav_r.png) 130px 12px no-repeat;}

#navigation li li.multi:hover li a {background:#ff9c00;}

#navigation li li.multi li a {background:#090806;}

#navigation li:hover a, #navigation li a.select {color:#ff9c00;}

#navigation li:hover li a {color:#fffefe;}

#navigation li:hover li:hover li a {background:#090806;}

#navigation li:hover li:hover li:hover a {background:#ff9c00;}

#navigation li li a:hover {background:#ff9c00;}

#navigation li ul {
	background:#090806;
	list-style:none;
	width:150px;
	margin:0;
	padding:0;
	z-index:20;
	position:absolute;
	top:55px;
	left:0;
	display:none;
	visibility:hidden;
}

#navigation li:hover ul {
	display:block;
	visibility:visible;
}

#navigation ul li {
	background:#090806;
	float:none;
	padding:0;
	margin:0;
	position:relative;
}

#navigation ul li a {padding:5px 35px 5px 15px;}

#navigation li:hover ul li ul {
	background:#090806;
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	z-index:20;
	position:absolute;
	top:0;
	left:150px;
	display:none;
	visibility:hidden;
}

#navigation li:hover ul li:hover ul {
	display:block;
	visibility:visible;
}

#navigation ul ul li {
	background:#090806;
	float:none;
	padding:0;
	margin:0;
	position:relative;
}

#header .head_r {
	padding:4px 5px 5px 5px;
	position:absolute;
	top:10px;
	right:10px;
}

#header .head_r a {
	background:url(images/nav_white.png) right no-repeat;
	color:#ff9c00;
	display:block;
	text-decoration:none;
	float:right;
	padding:6px 12px 5px;
}

#header .head_r a:hover {text-decoration:underline;}

#header .head_r ul#searchbox {
	background:url(images/search_bg.png) top right no-repeat;
	width:auto;
	float:right;
	list-style:none;
	margin:0;
	padding:6px 10px;
}

#header .head_r ul#searchbox li {
	width:auto;
	padding:0;
	margin:0;
}

#header .head_r ul#searchbox span, #header .head_r ul#searchbox form {float:left;}

#header .head_r ul#searchbox input {
	border:0;
	background:none;
	color:#fefefe;
	font-size:1.1em;
	width:160px;
	margin:0 30px 0 20px;
}

#header a.logo {
	width:260px;
	height:70px;
	display:block;
	position:absolute;
	top:61px;
	left:50px;
	z-index:10;
}
/* ----- original version----
#header a.logo {
	width:366px;
	height:124px;
	display:block;
	position:absolute;
	top:80px;
	left:50px;
	z-index:10;
}
*/

#header .twit, #header .rss {
	font-size:1.8em;
	float:right;
	margin:85px 40px 0 -20px;
}

#header .twit a, #header .rss a {
	color:#9e948b;
	text-decoration:none;
	padding:6px 0 6px 37px;
}

#header .twit a:hover, #header .rss a:hover {color:#fefffe;}

#header .rss a {background:url(images/rss.png) top left no-repeat;}

#header .twit a {background:url(images/twit.png) top left no-repeat;}

.container {
	width:980px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

/* ---------------------------------- Top ----------------------------------------------*/

#top {
	width:980px;
	color:#b19e90;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#top a {text-decoration:none;}

#top .gallery_box {
	width:464px;
	height:464px;
	float:left;
	padding:15px 15px 41px 15px;
	margin:0 71px 0 51px;
	position:relative;
}

#top .gal_bd {
	background:url(images/border.png) top left no-repeat;
	width:494px;
	height:519px;
	margin:0 71px 0 51px;
	position:absolute;
	top:0;
	left:-51px;
	z-index:999;
}

#top .gallery {
	width:464px;
	height:464px;
	position:relative;
	overflow:hidden;
}

#top ul, #top li {
	list-style:none;
	margin:0;
	padding:0;
}

#top .gallery_box a#prev, #top .gallery_box a#next {
	display:block;
	width:51px;
	height:82px;
	position:absolute;
	top:205px;
}

#top .gallery_box a#prev {
	background:url(images/prev.png) top left no-repeat;
	left:-51px;
}

#top .gallery_box a#prev:hover {background:url(images/prev_sel.png) top left no-repeat;}

#top .gallery_box a#next {
	background:url(images/next.png) top left no-repeat;
	right:-51px;
}

#top .gallery_box a#next:hover {background:url(images/next_sel.png) top left no-repeat;}

#top {font-size:1.1em;}

#top h1 span {
	font-size:1.8em;
	display:block;
	padding-top:40px;
}

#top a.view {
	background:url(images/view.png) top left no-repeat;
	display:block;
	width:183px;
	height:52px;
	float:left;
	margin:15px 0;
	cursor:pointer;
}

#top a.view:hover {background:url(images/view_sel.png) top left no-repeat;}

/* ---------------------------------- Middle ----------------------------------------------*/

#middle_t {
	background:url(images/middle_t.png) bottom center no-repeat;
	width:980px;
	height:20px;
	padding:0;
	margin:-20px 0 0;
	position:relative;
	overflow:hidden;
}

#middle_b {
	background:url(images/middle_b.png) top center no-repeat;
	width:980px;
	height:20px;
	padding:0;
	margin:0 0 -20px;
	position:relative;
	overflow:hidden;
}

#middle {
	width:980px;
	padding:20px 0;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

.middle {
	background:url(images/middle_bg.png) center repeat-y;
	padding:0 10px;
	margin:0;
	position:relative;
}

#middle2 {
	width:980px;
	padding:0;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	height:auto !important;
	height:750px;
	min-height:750px;
}

#middle2 h2 {
	display:none;
	visibility:hidden;
}

#middle2 .portfolio-website, #middle2 .portfolio-website .website-thumbnail {position:relative;}

#middle2 .portfolio-website:hover {background:url(images/portfolio_item.png) top left no-repeat;}

#middle2 .portfolio-website .website-thumbnail a img {z-index:50;}

#middle2 .portfolio-website .website-thumbnail a span {
	display:block;
	width:283px;
	height:185px;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}

#middle2 .portfolio-website .website-thumbnail a span.image {background:url(images/item_img.png) center no-repeat;}

#middle2 .portfolio-website .website-thumbnail a span.video {background:url(images/item_video.png) center no-repeat;}

#middle h2 {
	font:2.3em Arial, Helvetica, Tahoma, sans-serif;
	color:#ff9c00;
}

#middle ul.box {
	list-style:none;
	color:#afa59c;
	padding:0 10px;
	margin:0;
	position:relative;
	overflow:hidden;
}

#middle ul.box li {
	background:url(images/middle_sep.png) right repeat-y;
	width:260px;
	min-height:330px;
	float:left;
	margin:-20px 0;
	padding:30px;
}

#middle ul.box ul {
	list-style:none;
	padding:0;
	margin:0;
}

#middle ul.box ul li {
	background:none;
	width:auto;
	min-height:0;
	float:none;
	padding:0;
	margin:0;
}

#middle ul.box .textwidget {font-size:1.1em;}

#middle ul.box .textwidget  img {padding-bottom:15px;}

#middle .box #twitter h2 {padding:0 0 11px;}

#middle .box #twitter li {
	background:url(images/line.png) bottom repeat-x;
	padding:9px 0 14px;
}

#middle .box #twitter a {text-decoration:none;}

#middle .box.blog h1, #middle #recent-posts h2 {padding:0;}

#middle .box.blog h2, #middle #recent-posts h3 {padding:20px 0 2px;}

#middle .box.blog h2 a, #middle #recent-posts h3 a {
	text-decoration:none;
	padding:0;
}

#middle .box.blog h2 a:hover, #middle #recent-posts h3 a:hover {
	color:#f7a017;
	text-decoration:underline;
}

#middle .box.me a:hover, #middle .box #twitter a:hover, #middle .box.blog a:hover, #middle #recent-posts a:hover {
	color:#f7a017;
	text-decoration:underline;
}

#middle #recent-posts p {
	background:url(images/line.png) bottom repeat-x;
	font-size:1.1em;
	padding:0 0 15px;
}

/* ---------------------------------- Bottom ----------------------------------------------*/

#bottom {
	width:960px;
	margin:0 auto;
	padding:0 10px;
	position:relative;
	overflow:hidden;
}

#bottom ul.box {
	list-style:none;
	padding:0 10px;
	margin:0;
}

#bottom ul.box li {
	float:left;
	margin:0;
	padding:30px 20px;
}

#bottom ul.box ul {
	list-style:none;
	padding:0;
	margin:0;
}

#bottom ul.box ul li {
	background:none;
	width:auto;
	min-height:0;
	float:none;
	padding:0 0 10px;
	margin:0;
}

#bottom ul.box li a {color:#f7a017;}

#bottom ul.box li a:hover {
	color:#fefffe;
	text-decoration:underline;
}

#bottom h2 {font:2.3em Arial, Helvetica, Tahoma, sans-serif;}

#bottom ul.box li.flickr {width:280px;}

#bottom ul.box li.flickr a {
	color:#fefffe;
	font-size:.8em;
	text-transform:uppercase;
	text-decoration:none;
	text-align:right;
}

#bottom ul.box li.flickr a:hover {
	color:#f7a017;
	text-decoration:underline;
}

#bottom ul.box li.flickr img {padding:0 10px 10px 0;}

#bottom ul.box li#get-recent-comments {
	width:240px;
	padding:25px 30px;
}

#bottom ul.box li#get-recent-comments ul {
	list-style:none;
	margin:0;
	padding:0;
}

#bottom ul.box li#get-recent-comments li {
	list-style:none;
	margin:0;
	padding-bottom:15px;
}

#bottom ul.box li#get-recent-comments span {
	font-size:.8em;
	line-height:1.2em;
	text-transform:uppercase;
}

#bottom ul.box li#get-recent-comments li span.col {
	color:#fffcf9;
	font-size:1em;
	line-height:1.5em;
	text-transform:none;
}

#bottom ul.box li#get-recent-comments a:hover {text-decoration:underline;}

/* ---------------------------------- Content ----------------------------------------------*/

#content {
	background:url(images/middle_sep.png) right repeat-y;
	width:580px;
	float:left;
	padding:30px 35px 30px 25px;
	height:auto !important;
	height:500px;
	min-height:500px;
}

#content h3 a {
	color:#f7a017;
	font-size:1.4em;
	text-decoration:none;
}

#content .post {
	background:url(images/middle_h_sep.png) bottom repeat-x;
	padding:20px 0;
}

#content .navigation {
	text-transform:uppercase;
	padding:0 0 30px;
}

#content .navigation div {
	color:#fefffe;
	float:left;
	padding:0 7px;
}

#content .navigation a {
	color:#f7a017;
	font-size:.8em;
	text-decoration:none;
}

#content small {
	color:#807162;
	display:block;
	text-transform:uppercase;
	padding-bottom:10px;
}

#content small span {
	background:url(images/post_sep.png) right no-repeat;
	padding:0 10px;
}

#content small span.col a {color:#807162;}

#content .entry {
	position:relative;
	overflow:hidden;
}

#content .entry .wp-post-image {
	float:left;
	padding:0 25px 25px 0;
}

#content #respond h3 {font-size:1.8em;}

#content #respond p, #content .wpcf7 p {
	display:block;
	padding:0;
	position:relative;
	overflow:hidden;
}

#content #respond input, #content .wpcf7 input {
	float:left;
}

#content #respond label, #content .wpcf7 label {
	float:left;
	padding:0 10px;
}

#content ol.commentlist {
	background:url(images/middle_h_sep.png) top repeat-x;
	list-style:none;
	margin:0;
	padding:0;
}

#content ol.commentlist li {
	border-bottom:1px solid #312517;
	margin:0;
	padding:15px 0 0;
	position:relative;
	overflow:hidden;
}

#content ol.commentlist li ul.children {
	padding-left:120px;
	margin:0;
}

#content ol.commentlist li ul.children li {
	border-top:1px solid #312517;
	margin:0;
	padding:15px 0 0;
	position:relative;
	overflow:hidden;
}

#content ol.commentlist li div.comment-body {
	position:relative;
	overflow:hidden;
	min-height:150px;
}

#content ol.commentlist li .comment-author {
	float:left;
	position:relative;
}

#content ol.commentlist li .comment-author cite.fn {
	color:#fefeff;
	font-weight:bold;
	font-style:normal;
	display:block;
	background:url(images/avatar_bg.png) 0 20px no-repeat;
	width:104px;
	height:114px;
}

#content ol.commentlist li .comment-author cite.fn a {text-decoration:none;}

#content ol.commentlist li .comment-author img {
	position:absolute;
	top:27px;
	left:7px;
}

#content ol.commentlist li .comment-author .says {display:none;}

#content ol.commentlist li .commentmetadata {
	position:absolute;
	top:115px;
	left:0;
}

#content ol.commentlist li .commentmetadata a {
	color:#4c443c;
	font-size:.8em;
	text-decoration:none;
	padding:0 3px;
}

#content ol.commentlist li .commentmetadata a.comment-edit-link {
	padding:0;
	margin-left:-5px;
}

#content ol.commentlist li p {
	padding:30px 0 30px 35px;
	width:440px;
	float:left;
	position:relative;
}

#content ol.commentlist li li p, #content ol.commentlist li li li p {top:30px;}

#content ol.commentlist li li p {width:320px;}

#content ol.commentlist li li li p {width:200px;}

#content ol.commentlist li em {
	display:block;
	position:absolute;
	bottom:10px;
	left:140px;
}

#content ol.commentlist li .reply {
	font-size:.8em;
	text-transform:uppercase;
	padding-bottom:10px;
	position:absolute;
	bottom:0;
	right:0;
}

#content ol.commentlist li .reply a {
	color:#ff9c00;
	text-decoration:none;
}

#content ol.commentlist li .reply a:hover {text-decoration:underline;}

#content .info1 {
	border:1px solid #f90;
	background:#ff9c00;
	color:#fff;
	padding:30px;
}

#content .info2 {
	border:1px solid #dca;
	background:#d1c4a3;
	color:#555;
	padding:30px;
}

ul.list2 {color:#fefefe;}

ul.list3 {color:#ff9c00;}

ul li {padding-bottom:5px;}

/* ---------------------------------- Sidebar ----------------------------------------------*/

#sidebar {
	width:265px;
	float:right;
	padding:30px 20px 30px 30px;
	margin:20px 0 0;
}

#sidebar h1 {color:#1664af;}

#sidebar p strong span {
	color:#5f461d;
	font-size:1.3em;
}

#sidebar ul {
	list-style:none;
	margin:0;
	padding:0 0 20px;
}

#sidebar ul li {
	list-style:none;
	margin:0;
	padding:0 0 40px;
}

#sidebar ul ul, #sidebar ul ul li {
	list-style:none;
	margin:0;
	padding:0 0 5px;
}

#sidebar .widget_categories ul li a, #sidebar .widget_links ul li a {
	color:#8e8879;
	font-size:1.1em;
	text-decoration:none;
}

#sidebar .widget_categories ul li a:hover, #sidebar .widget_links ul li a:hover {text-decoration:underline;}

#sidebar ul li.flickr {width:280px;}

#sidebar ul li.flickr a {color:#fefffe;}

#sidebar ul li.flickr img {padding:0 10px 10px 0;}

/* ---------------------------------- Footer ----------------------------------------------*/

#footer {
	background:url(images/footer_bg.png) bottom repeat-x;
	width:100%;
	height:41px;
	padding-top:31px;
	margin-top:20px;
	position:relative;
	overflow:hidden;
}

#footer p {
	color:#8e8879;
	display:block;
	width:940px;
	padding:0 20px;
	margin:0 auto;
}

#footer a {color:#8e8879;}

/* ---------------------------------- Other ----------------------------------------------*/

a.button {
	background:url(images/but_bg.png) top left no-repeat;
	color:#010001;
	font-size:.8em;
	line-height:1em;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	width:105px;
	height:22px;
	padding:13px 0 0;
	cursor:pointer;
}

a.button:hover {
	background:url(images/but_sel.png) top left no-repeat;
	color:#fefffe;
}

.form_text {width:auto;}

.form_text.but {padding:15px 0 0;}

.form_text.but a {
	float:right;
	margin-left:10px;
}

.fl {float:left;}

.fr {float:right;}

#sidebar h2 {
	font-size:2.2em;
	padding-bottom:20px;
}

#flickr a {
	float:left;
	padding:0 5px 5px 0;
}

p.tags a {color:#ff9c00;}

a.more-link {display:none;}

p.pp_description, p.pp_description {
	color:#14130f;
	font-size:.85em;
	padding:8px 0 15px;
}

div.proh {
	position:relative;
	overflow:hidden;
}
