/*
Theme Name: The Future
Theme URI: http://www.templatesquare.com/
Description: TheFuture is a simple, clean and modern WordPress Theme suitable for corporate, business, portfolio, blog and company sites.
Author: templatesquare
Author URI: http://www.templatesquare.com/
Version: 1.0
Tags: theme-options, widget-ready, right-sidebar, white, blue, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
*{outline:0;}
/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family:Arial, Tahoma, Verdana;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family:Arial, Tahoma, Verdana;
}
pre {
	font-family:Arial, Tahoma, Verdana;
}
code {
	font-family:Arial, Tahoma, Verdana;
}


/* heading */
h1, h2{margin-bottom:15px; font-family:Arial, Verdana;}
h3, h4, h5, h6{margin-bottom:15px; font-family:Arial, Verdana;}
h1 {font-size:30px; line-height:32px;}
h2 {font-size:24px; line-height:26px;}
h3 {font-size:20px; line-height:22px;}
h4 {font-size:18px; line-height:20px;}
h5 {font-size:16px; line-height:18px !important;}
h6 {font-size:15px; line-height:17px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; color:#1c1b19;}
h2.entry-title{text-transform:capitalize; font-size:24px; line-height:26px}
.uppertext{text-transform:none;}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#wrapper{background-image:url(images/bg-wrapper2.jpg) ; background-repeat:repeat-y; background-position:center; }
#wrapper2{background-image:url(images/bg-wrapper.jpg) ;background-position:top center; background-repeat:no-repeat;}
#container{width:944px; margin:0 auto}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

body {
	font-size:15px;
	line-height:18px;
	color:#353535;
	width:100%;	
	background-color:#e1e1e1;
}
input,
textarea {
	color:#353535;
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	border-radius: 6px; /* CSS3 */
	border:solid 1px #eaeaea;
	margin:4px 0; 
	padding:4px; 
	color:#999999; 
	vertical-align:middle; 
}
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
	background-color:#eaeaea;
	color:#eaeaea;
}

/* Text elements */
p {
	margin-bottom: 20px;
}
ul {
	list-style: square;
	margin: 0 0 20px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 20px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote{
	margin:0px 0 20px 0px;
	color:#a1a1a1;
	padding:0px 10px 0px 50px;
	line-height:20px;
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both
}
blockquote.left, blockquote.right{
	float:right;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:0px;
	padding:0px 0 0px 50px;
	width:43%;
	background-position:0px 0px
}
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
code{
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #1c1b19;
	padding:15px 10px;
}
a:link, a:visited {
	color:#0695d0; text-decoration:none; font-weight:normal;
}
a:active,
a:hover {
	color:#0695d0; text-decoration:underline;
}

.clear{clear:both; height:1px; line-height:1px;}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header & Top
-------------------------------------------------------------- */
#top{height:149px;}
#logo{width:430px; float:left;margin-top:46px;}
#logo h1{margin:30px 0 0 20px;}
#logo h1 a, #logo h1 a:visited{text-decoration:none; font-size:52px;}
#logo h1 a:hover{text-decoration:none;}
#logo .desc{ margin:0 0 0 20px; padding:5px 0 0 0; display:block}


/* =Menu
-------------------------------------------------------------- */
#topnavigation{position:relative; font-size: 12px;z-index:10; width:514px; margin-top:74px; float:right; padding:0 0 0 0}

.jqueryslidemenu ul, .jqueryslidemenu ul ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em; 
}

.jqueryslidemenu ul{padding:40px 0 0 78px;}

.jqueryslidemenu a{
	display:block;
	padding:0px 5px;
	text-decoration:none;
	color:#353535;
}

.jqueryslidemenu a.current{color:#b2b1b1;}
.jqueryslidemenu a:hover{
	color:#b2b1b1;
}

.jqueryslidemenu li{
	float:left;
	display: inline;
	position:relative;
	padding:0 0px 0 10px;
	padding-bottom:4px;
	border-bottom:solid 1px #eaeaea;
	margin:0 0px 10px 15px;
	width:120px;

}
.jqueryslidemenu li a{ 
	background-image:url(images/listmenu.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding:0 5px 0 15px;
}
*+html .jqueryslidemenu ul{display: inline; display: inline-block;}
*+html .jqueryslidemenu li{display: inline; display: inline-block;}
*+html .jqueryslidemenu li a{display: inline; display: inline-block;}
	

.jqueryslidemenu li li{
	padding-right:0px;
	text-transform:capitalize;
	line-height:20px;
	padding:0px 0px;
	background-image:none;
	border:0px;
	margin:0;
	width:auto;
	border-bottom:solid 1px #eaeaea;
	display: list-item;
	float:none;
}
.jqueryslidemenu ul ul {
	position:absolute;
	display: block;
	visibility: hidden;
	width:160px;
	left:0px;
	background-color:#fff;
	z-index:11 !important;
	border:solid 1px #eaeaea;
	border-width:1px 1px 0px 1px;
	margin-top:-1px !important;
}
.jqueryslidemenu li ul a{
	width:122px;
	height:auto;
	margin:2px 2px;
	background-image:url(images/nav-dotted.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding:3px 18px;
	z-index:11 !important;
}
*+html .jqueryslidemenu li ul a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline;
	display: inline-block;
}
.jqueryslidemenu li ul a:hover{color:#b2b1b1; background-color:#f8f8f8}
.jqueryslidemenu ul ul ul{
	top: 0;
	margin-left:2px;
	margin-top:-2px !important;
}	
.downarrowclass{
	position: absolute;
	top: 7px;
	right: 12px;
}
.rightarrowclass{
	position: absolute;
	top: 10px;
	right: 10px;
}

/* = Slideshow
-------------------------------------------------------------- */
#slideshow{ background:none; overflow:hidden; }
#header{clear:both; width:944px; background-image:url(images/bg-header.gif); background-repeat:no-repeat; height:401px;}
#slide-container{padding:16px 20px 0px 16px; position:relative}
#slide{ position:relative !important; width:908px; height:370px !important; overflow:hidden; margin:0px 0px ;}
.slide-text{width:510px; float:left; padding:30px 30px 10px 60px;}
.slide-text h1 a, .slide-text h1 a:visited{color:#1c1b19}
.slide-text h1 a:hover{text-decoration:none}
.slide-image{float:left}	
#slide ul{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:908px; height:370px;
	}
	
#slide li{
	margin:0;
	padding:0px;
	list-style:none;
	}
#slide li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:908px;
	height:370px !important;
	overflow:hidden;
	margin:0px;
	padding:0px 0px 0px 0px;
	
}


#prevBtn, #nextBtn{ 
	display:block;
	width:32px;
	height:62px;
	position:relative; 
	
	z-index:30;
	
}
#prevBtn{left:-21px; top:-216px;}	
#nextBtn{left:899px; top:-278px;}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:32px;
	height:62px;
	background:url(images/slide-prev.png) no-repeat 0 0;
	cursor:pointer;
	
	}
#nextBtn a{ 
	background:url(images/slide-next.png) no-repeat 0 0;	
	}


/* slideshow 2 cycle */
.slidenext{left:915px; top:170px; position:absolute; z-index:30;}
.slideprev{left:-5px; top:170px; position:absolute; z-index:30;}
.slidenext{
	display:block;
	width:32px;
	height:62px;
	background:url(images/slide-next.png) no-repeat 0 0;	
	cursor:pointer;
}
.slideprev{
	display:block;
	width:32px;
	height:62px;
	background:url(images/slide-prev.png) no-repeat 0 0;	
	cursor:pointer;
}


/* =Content
-------------------------------------------------------------- */
#content-box{ clear:both;width:944px; background-image:url(images/content-r.gif); background-repeat:repeat-y}
#content-bgtop{width:944px; background-image:url(images/content-t.gif);  background-repeat:no-repeat; background-position:left top;}
#content-inner-bgtop{width:944px; background-image:url(images/content-inner-t.gif);  background-repeat:no-repeat; background-position:left top;}
#content-bgbottom{width:944px; background-image:url(images/content-b.gif);background-repeat:no-repeat; background-position:left bottom;}

#contentfull-box{ clear:both;width:944px; background-image:url(images/content-full-r.gif);}
#contentfull-bgtop, #contentfull-inner-bgtop{width:944px; background-image:url(images/content-full-t.gif);  background-repeat:no-repeat; background-position:left top;}
#contentfull-bgbottom{width:944px; background-image:url(images/content-full-b.gif);background-repeat:no-repeat; background-position:left bottom;}


#content{width:618px; float:left;}
#contentfull-box #content{ width:auto; float:none;}
#maintext{padding:40px;}
body.page #maintext{padding:40px 0}
#mainpage{padding:0 40px;}
#widget-bottom-area{padding:0 0px;}


.more-link{display:block; margin-top:15px; color:#0695d0 !important}
.mail{color:#0695d0 !important}
.strongtext{font-weight:bold; color:#555555; padding-bottom:4px}
.smalltext{font-size:12px;}
.box-separator{background-image:url(images/box-separator.gif); height:77px; background-repeat:no-repeat;}

/* content list */
.blocklist{list-style-type:none; margin:0px; padding:0px;}
.blocklist li{list-style-type:none; margin:0 0px 20px 0; padding:0 0 20px 0; border-bottom:solid 1px #eaeaea; clear:both}
.blocklist br{display:none;}
.blocklist li p{margin-bottom:0px;}
.blocklist li.last{border:0px !important; margin-bottom:0px !important; padding-bottom:0px !important;}
.blocklist h5{color:#0695d0; text-transform:uppercase;}

.inlinelist{list-style-type:none; margin:0px; padding:0px;}
.inlinelist li{list-style-type:none; margin:0 20px 0 0; display:inline}

.noborder{margin:0px !important; padding:0px !important; list-style-type:none !important;}
.noborder li{ text-align:right !important; clear:both; width:100% !important; border:0px !important; padding:0 !important}

.noborder .left{float:left;}
.noborder .right{}

/* Post */
.hentry {
	margin: 0 0 20px 0;
}
#searchresult .hentry{
	margin:0 0 20px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	font-size: 30px;
	line-height:32px;
	margin: 0 0 0px 0;
}
.page-title span {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
.entry-title {
	margin-bottom:12px; font-size:30px; line-height:32px;
}
#searchresult .entry-title{
	font-size:18px;
	line-height:18px;
	margin:0 ;
	}
.entry-title a:link,
.entry-title a:visited {
	text-decoration: none;
	color:#1c1b19
}
.entry-title a:active,
.entry-title a:hover {
}
.entry-meta {
	font-size: 11px;
	border:solid 1px #eaeaea; border-width:1px 0; padding:5px 0; display:none;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#searchresult .entry-summary{
	padding: 5px 0 8px 0;
}

.entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.page-link {
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
}
.page-link a:active,
.page-link a:hover {
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	clear: both;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
	border:solid 1px #eaeaea;
	border-width:1px 0px;
}
#entry-author-info #author-avatar {
	float: left;
	height: 60px;
	margin: 10px -104px 0 0;
	padding:0;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	font-size: 11px;
}
.entry-meta a,
.entry-utility a {
	color:#353535
}
.entry-meta a:hover,
.entry-utility a:hover {
}
.video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	float: left;
	display: inline;
	margin-right: 15px !important;
	margin-top: 4px !important;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px !important;
	margin-top: 4px !important;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}
.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	padding:0px;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 14px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 14px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color:black;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: black;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 18px 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */
#side{width:326px; float:left;}
#sideright{padding:0px 0px 10px 0px;}
#sideright .quote{padding:0px 0px 0px 0px;}
#sideright .quote-name{color:#353535;font-weight:normal; font-size:18px}
#sideright .quote-company{color:#1c1b19;font-weight:bold;}
.sidebox{background-image:url(images/bg-widget-container.gif); background-repeat:no-repeat; background-position:left bottom; padding:40px 40px 30px 40px;}

.widget-container:last-child .sidebox{background-image:none;}

.widget-area ul {
	list-style: none;
	margin: 0;
	padding:0;
	list-style-position:outside;
}
.widget-area ul ul {
	margin-left:0;
}
.widget-area  li li {border-bottom:solid 1px #eaeaea; padding:7px 0px 6px 0px}

.widget-area .children li, .widget-area .sub-menu li{border:0px; padding-left:10px; padding-bottom:0px;}

.widget-menu li a, .widget-container.widget-menu li a:visited{color:#0695d0 !important; text-transform:none; font-size:11px}

.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0;
	background-image:url(images/bg-widget-container-top.gif); background-repeat:no-repeat; background-position:left top; height:100%;
}
.widget-title {
	 text-transform:none; margin-bottom:18px !important; font-size:30px; line-height:32px;
}
#widget-bottom-area{ width:100%}
#widget-bottom-area ul{background-image:url(images/box-separator.gif); background-repeat:no-repeat; padding:77px 40px 0px 40px;}
#contentfull-box #widget-bottom-area ul{background-image:url(images/box-separator2.gif); background-repeat:no-repeat; padding:77px 40px 0px 40px; }
#widget-bottom-area ul ul, #contentfull-box #widget-bottom-area ul ul{background:none; padding:0px}
#widget-bottom-area .widget-container { background:none; margin-bottom:20px;}
#widget-bottom-area .widget-title {
	 text-transform:capitalize; margin-bottom:18px !important
}
#widget-bottom-area .widget-container li{border:0px !important;}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	color:#353535;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
}
.widget_rss a.rsswidget:hover {
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* TS Recent Post */
.latestpost-date, .latestpost-title{display:block;}
.latestpost-date{color:#ccc}
.latestpost li{ padding-bottom:15px !important; margin-bottom:10px !important}
.latestpost li:last-child{border:0 !important; margin-bottom:0 !important; padding-bottom:0 !important}

/* Search Widget */
#searchform{}
#searchform div{padding:0px 50px 0px 10px; border:solid 1px #eaeaea;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
 width:165px; background-image:url(images/iconsearch.gif); background-repeat:no-repeat; background-position:right;}
#searchform .inputbox{width:175px; background-image:none; background:transparent; border:0px; padding:5px 0px 5px 0px !important; color:#353535; margin:0 }

.social{padding-bottom:20px;}
.social li{display:inline; padding:0 5px 0 0 !important; border:0px !important;}


.widget-blocklist li{border:0 !important;}
.but-download{ background-image:url(images/but-download.gif); background-repeat:no-repeat; width:243px; height:48px; text-align:center; padding-top:15px;}
.buttext{font-size:24px;color:#888; text-transform:uppercase}
span.wdt-title a{display:block; font-weight:bold !important; padding:5px 0}

/* =Portfolio Page
-------------------------------------------------------------- */

.pf-type1{list-style-type:none; margin:0px; padding:0px;}
.pf-type1 li{margin:0px 0px 80px 0px; list-style-type:none;}
.pf-type1 h2{margin-bottom:4px;}
.pf-img-type1{width:420px; height:200px; float:left; background:url(images/hover-opacity1.png) no-repeat top left}
.pf-text-type1{width:414px; padding-left:30px; float:left}
.pf-text-type1 a{}
.pf-text-type1 a:hover{text-decoration:none}
.pf-text-type1 p{margin-bottom:10px;}

.pf-type2{list-style-type:none; margin:0px; padding:0px;}
.pf-type2 li{margin:0px 70px 30px 0px; float:left; width:390px; list-style-type:none;}
.pf-type2 h2{}
.pf-type2 h2 a, .pf-type2 h2 a:visited{color:#1c1b19 !important; text-decoration:none;}
.pf-img-type2{width:390px; height:200px; margin-bottom:20px; background:url(images/hover-opacity2.png) no-repeat top left}
.pf-text-type2{}
.pf-text-type2 a{text-decoration:underline}
.pf-text-type2 a:hover{text-decoration:none}

/* =News Page
-------------------------------------------------------------- */
.box-news{ float:left; clear:both; width:540px;}
.box-news h2, .box-news h2 a{ margin-bottom:0px !important; font-size:16px !important; color:#1c1b19;text-decoration:none; }
.box-news img{ float:left; margin:8px 15px 0px 0px !important; width:72px; height:72px;}
.box-news .news-txt{ float:left; width:450px}
.box-news .postdate{ text-align:left; color:#ccc!important; font-size:11px;}


/* =Column
-------------------------------------------------------------- */
.four_column{list-style-type:none; margin:0px; padding:0px;}
.four_column li{list-style-type:none;width:22%; margin-right:4%; float:left;}
.four_column p{margin-bottom:10px;}

.three_column{list-style-type:none; margin:0px; padding:0px;}
.three_column li{list-style-type:none;width:30.66%; margin-right:4%; float:left;}
.three_column p{margin-bottom:10px;}

.two_column{list-style-type:none; margin:0px; padding:0px;}
.two_column li{list-style-type:none;width:44%; margin-right:8%; float:left !important;}
.two_column p{margin-bottom:10px;}

.three_four_column{list-style-type:none; margin:0px; padding:0px;}
.three_four_column li{list-style-type:none;width:74%; margin-right:4%; float:left;}
.three_four_column p{margin-bottom:10px;}


.one_half{ width:48%; }
.one_third{ width:30.66%; }
.one_fourth{width:22%; }
.three_fourth{width:74%;}
.one_half,.one_third,.one_fourth, .three_fourth{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.nomargin{margin:0 !important;}


/* = Custom Sytle
-------------------------------------------------------------- */

/* Dropcaps */
.letercap{
	color:#1c1b19;
	display:block;
	float:left;
	font-size:40px;
	line-height:30px;
	margin:5px 8px 0 0;}
.bk-right{ float:right; width:30%; margin-left:20px;}
.bk-left{ float:left; width:30%;}

/* Highlight */
.highlight1{padding:1px 4px;background-color:yellow;color:#111;}	
.highlight2{padding:1px 4px;background-color:#111;color:#eee;}	


/* Tables */
table {border-collapse:separate;border-spacing:0;width:100%;border-top:1px solid #f2f2f2;margin-bottom:18px;}
table,td,th { text-align:center;}
th{padding:10px;color:#666;text-transform:uppercase;}
td{padding:10px;color:#888;}
tfoot td{border:0px;}
th,tr:hover{background-color:#ececec;}
table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
tr td {
	border-top: 1px solid #e7e7e7;
}
tr.odd td {
	background: #F2F7FC;
}



/* =Plugin Style
-------------------------------------------------------------- */

/* Easy Contact */
div.formcontainer{
	clear: both;
	overflow: hidden;
	width: 100%;
}

div.formcontainer span.required {
	color: #FF0000;
}
div.formcontainer p.error,
div.formcontainer p.important,
div.formcontainer p.information,
div.formcontainer p.success {
	line-height: 250%;
	width: 95%;
	font-size:11px;
	color:#ff0000;
}
div.formcontainer form.contact-form {
	clear: both;
	float: none;
}
div.formcontainer form.contact-form fieldset {
	color: #777;
	margin: 0.5em 0 1.5em 0;
}
div.formcontainer form.contact-form fieldset legend {
	text-transform:capitalize;
}
div.formcontainer form.contact-form fieldset div.form-label {
	display: block;
	float:none;
	line-height:150%;
	margin: 0.5em 0 0 0;
	padding:0;
	text-align:left;
	width:100%;
}
div.formcontainer form.contact-form fieldset div.form-label label,
div.formcontainer form.contact-form fieldset div.form-option label {
	cursor: pointer;
	line-height:100%;
}
div.formcontainer form.contact-form fieldset div.form-input,
div.formcontainer form.contact-form fieldset div.form-textarea {
	display: block;
	float:none;
	margin: 0.2em 0 0 0;
}
div.formcontainer form.contact-form fieldset div.form-input input,
div.formcontainer form.contact-form fieldset div.form-textarea textarea {
	border:solid 1px #ececec;
}
div.formcontainer form.contact-form fieldset div.form-input input,
div.formcontainer form.contact-form fieldset div.form-textarea textarea {
	padding: 0.3em;
	width:70%;
}
div.formcontainer form.contact-form fieldset div.form-input input{
	margin:4px 8px 4px 0px; width: 280px; height:15px; padding:5px 2px; 
}
div.formcontainer form.contact-form fieldset div.form-textarea textarea {
	overflow: auto;
	width:70%;
	margin:0px 8px 4px 0px; padding: 5px 2px;
}
div.formcontainer form.contact-form fieldset div.form-input input.error, div.formcontainer form.contact-form fieldset div.form-textarea textarea.error {
	background-color: #fff;
}
div.formcontainer form.contact-form fieldset div.form-input input.optional {
	margin-bottom: 0.2em;
}
div.formcontainer form.contact-form fieldset div.form-option,
div.formcontainer form.contact-form fieldset div.form-submit {
	display: block;
	float:none;
	margin: 1em 0 0 0;
	width:100%;
}
div.formcontainer form.contact-form fieldset div.form-submit input.button{ 
	display:block;
	background-repeat:repeat-x;
	background-color:#e4e4e4;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	border-radius: 4px; /* CSS3 */
	text-align:center;
	width:90px;
	padding:5px 10px 7px 10px;
	font-size:12px !important;
	color:#767778;
	border:0px;
	cursor:pointer;

}
div.formcontainer form.contact-form fieldset div.form-submit input {}
div.formcontainer fieldset { border:0px solid #ddd; padding:0px;}
div.formcontainer fieldset legend { padding:0px; font-weight:bold; padding:0px; color:#777; padding-left:1px; background-color:transparent; }
* html div.formcontainer fieldset legend, *+html div.formcontainer legend{margin-left:-6px;}

/* breadcrumb */
#breadcrumbs{padding:7px 0px 10px 0px;}


/* Flickr */
#flickr {text-align:center !important;}
#flickr img {
margin:4px 4px 0px 4px !important;
padding:1px;
border:1px solid #ccc;
width:70px;
height:70px;
}
.flickr_badge_image{ display:inline-block !important}
* html .flickr_badge_image, *+html .flickr_badge_image{display:inline !important}


/* WP-PageNavi plugin */
.wp-pagenavi{text-align:right}
.wp-pagenavi a {
	color:#353535;
	padding:4px 6px;
	margin-right:2px;
	border:0 !important;

}

.wp-pagenavi span.pages{
	color:#353535;
	padding:4px 6px;
	margin-right:2px;
	border:0 !important;

 }
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background-color:#0695d0;
	color:#fff;
	border:0 !important;
	}

.wp-pagenavi .extend {}


/* =Footer
-------------------------------------------------------------- */
#footer{padding:30px 0px 30px 40px; width:904px; background-image:url(images/line_dott.gif); background-repeat:repeat-x; clear:both}
#footer-text{font-size:12px; color:#353535}


