/*  
Theme Name: Consultant
Theme URI: http://www.templatesquare.com/
Description: Consultant is a beautifully clean and professional business wordpress theme to present your work in a professional manner with a timeless design. 
Version: 1.2
Author: templatesquare
Author URI: http://www.templatesquare.com/
License: GNU General Public License
License URI: license.txt
Tags: one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-menu, editor-style, theme-options, translation-ready
*/



/* Generated by Font Squirrel (http://www.fontsquirrel.com)*/
@font-face {
    font-family: 'DroidSansRegular';
    src: url('fonts/DroidSans-webfont.eot');
    src: url('fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSans-webfont.woff') format('woff'),
         url('fonts/DroidSans-webfont.ttf') format('truetype'),
         url('fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansBold';
    src: url('fonts/DroidSans-Bold-webfont.eot');
    src: url('fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'ACaslonProRegular';
    src: url('fonts/acaslonpro-regular-webfont.eot');
    src: url('fonts/acaslonpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/acaslonpro-regular-webfont.woff') format('woff'),
         url('fonts/acaslonpro-regular-webfont.ttf') format('truetype'),
         url('fonts/acaslonpro-regular-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* =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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
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 */
a img {
	border: none;
}

*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
/* Clearing

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.clearfix:after {
  clear: both; }
.clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:500;
	color:#333;
	margin:0 auto;
	padding:0;
	line-height:20px;
	 background:#d6d6d6 url(images/pattern.png);

}

/* links */
a, a:visited, .colortext {text-decoration:none; color:#f45b2a}
a:hover{text-decoration:underline;}
a img{border:none}



/* heading */
h1, h2{margin-bottom:15px;}
h3, h4, h5, h6{margin-bottom:10px;}
h1 {font-size:24px; line-height:35px;}
h2 {font-size:18px; line-height:20px;}
h3 {font-size:16px; line-height:18px;}
h4 {font-size:15px; line-height:17px;}
h5{font-size:14px; line-height:16px;}
h6 {font-size:13px; line-height:15px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; font-family:'DroidSansRegular', sans-serif, Arial, Helvetica; color:#3f3f3f;}
.pagetitle{font-size:20px; color:#fff; margin:0; font-style:normal; font-family:'DroidSansRegular', sans-serif, Arial, Helvetica;}
.pagedesc{font-size:14px; color:#fff;}
h5.colortext{ line-height:40px;}

/* Text elements */
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px !important;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
	color:#ededed;
	background:#ededed;
}

p {
	margin-bottom:20px;
}

body p:last-child{margin-bottom:0;}

ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 2.2em;
}
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;
	padding:0px 10px 0px 50px;
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
	font-size:16px;
	line-height:25px;
	font-family:'Ubuntu', Georgia, Arial;
	font-style:italic
}
	
blockquote p{ margin:0px;}
blockquote div{}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:solid 4px #ebebeb;
	padding:15px 10px;
}

pre {
	border-left:solid 4px #ebebeb;
	line-height: 18px;
	margin-bottom: 18px;
	padding:20px;
}
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;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* CONTAINER
-------------------------------------------------------------- */
#outer-container{width:100%;}
#container{
	width:1000px;
	margin:30px auto;
	padding:0 0 0 0;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px; /* for old Konqueror browsers */
	border-radius: 10px 10px 10px 10px; /* future proofing */
	background:#fff;
}




/* HEADER & MENU
-------------------------------------------------------------- */
#header{ height:87px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-khtml-border-radius: 10px 10px 0px 0px; /* for old Konqueror browsers */
	border-radius: 10px 10px 0px 0px; /* future proofing */
	border-bottom:solid 4px #242322;
}
#logo{float:left; height:87px; }
#logo h1{ font-size:40px; line-height:42px; margin-bottom:0}
#logo h1 a, #logo h1 a:visited{color:#3e3b38;}
#logo h1{margin:20px 0 0 35px; font-weight:bold}
#logo #logoimg{padding:10px 0 0 5px}
#logo .desc{margin-left:5px;}
#sn{padding:0 30px 10px 0; text-align:right}
#sn ul{list-style-type:none; margin:0 0 0 0; padding:0;} 
#sn li{list-style-type:none; margin:0; padding:0 0 0 3px; display:inline} 
.sn span{height:21px; width:21px; display:inline;display:inline-block}
.icon-img{background-position:0 0;}
.icon-img:hover{background-position:0 -21px;}

#nav{ position:relative; z-index:200; float:right; margin:0; padding:20px 0 0 0}
#nav.nosn{padding:46px 0 0 0}

#topnav{
	margin:0 20px 0px 0;
	padding:0;
	list-style-type:none;
	overflow:visible;
	position:relative;
	float:left;
	font-family:'DroidSansRegular', sans-serif, Arial, Helvetica;
}

#topnav li a.current:hover{ background:transparent!important; }
#topnav > li{ margin:0px 5px;}
#topnav > li:first-child{ margin-left:0px;}

.sf-menu a {
	text-decoration:none!important;
	display:		block;
	position:		relative;
	padding: 		0 8px 10px 8px !important;
	text-decoration:none;
	font-weight:normal;
	font-size:15px;
}

#topnav a, .sf-menu a, .sf-menu a:visited {color:#666666;}
#topnav a:hover{color:#444444;}
#topnav li a:hover,
#topnav .current_page_item > a, #topnav  .current_page_item > a:hover,
#topnav .current_page_parent > a, #topnav .current_page_parent > a:hover,
#topnav .current-menu-parent > a, #topnav .current-menu-parent > a:hover,
#topnav .current-menu-item > a, #topnav .current-menu-item > a:hover
{color:#444444;}


#topnav li li a, .sf-menu li li a, .sf-menu li li a:visited {color:#909090; font-size:13px}
#topnav li li a:hover{color:#ffffff;}
#topnav li li a:hover,
#topnav li li.current_page_item > a, #topnav li li.current_page_item > a:hover,
#topnav li li.current_page_parent > a, #topnav li li.current_page_parent > a:hover,
#topnav li li.current-menu-parent > a, #topnav li li.current-menu-parent > a:hover,
#topnav li li.current-menu-item > a, #topnav li li.current-menu-item > a:hover
{color:#fff;}


/* Drop down menu */
.sf-menu ul a:hover {}
.sf-menu li li {
	text-align:left;
	line-height:20px;
	margin:0;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	
	
}
.sf-menu {
	line-height:100%;
	position:absolute;
	right:0;
	bottom:0;
	float:left;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			27em; /* left offset of submenus need to match (see below) */
	
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	margin:0;
}

.sf-menu li li{margin:0px 0px;}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			-2px;
	top:			2.6em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			-1px;
	margin-left:	0px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			-1px;
	
}
.sf-menu ul li a{
	padding:8px 0px 8px 20px!important;
}

.sf-menu ul li:hover{}

.sf-menu li ul {
	padding:0px;
}
.sf-menu a.sf-with-ul {
	padding-right: 	0px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}



.sf-menu li li {background:url(images/sub-menu-line.gif) repeat-x left bottom;}
.sf-menu li li:last-child{ background:transparent}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background:#242322;
	color:#909090;
}



/* SLIDER
-------------------------------------------------------------- */
#slider-container{position:relative; clear:both; background:#f45b2a; }
#top-opacity-slider{height:2px; width:100%; position:absolute; top:0; left:0; background:url(images/top-opacity-slider.png) repeat-x; z-index:30;}
.box_skitter_large {width:1000px; height:340px; background:#000}
.label_skitter{
	bottom:30px !important;
	right:30px !important; 
	padding:0; background:url(images/opacity-slider-text.png) repeat;
	font-size:14px;
	color:#e9e9e9;
	padding:10px 25px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px; /* for old Konqueror browsers */
	border-radius: 5px 5px 5px 5px; /* future proofing */
}
.label_skitter h3{margin-bottom:10px;}
.label_skitter a, .label_skitter a:visited{color:#fff;}

/* Ticker */
#news-ticker{ display:block; color:#fff; height:41px; background:url(images/line-shadow.png) repeat-x top #f45b2a;  }
#news-ticker .cycle{ padding:12px 30px 0px 30px; width:100%;}
#news-ticker h2, #news-ticker h2 a{ color:#fff; font-size:13px; }
#news-ticker h2 .date{ font-size:12px;}


/*** BEFORE CONTENT ***/
#before-content{position:relative; background:#f45b2a; }
#before-content .title-and-desc{ padding:12px 30px 10px 30px;}
#before-content .title-and-desc.nodesc{ padding:12px 30px 8px 30px;}
#before-content .pagetitle{font-size:16px; margin-bottom:0px; line-height:20px;}
#before-content .pagedesc{font-size:12px;}

#before-content.useimage{height:182px;}
#before-content.useimage .title-and-desc{
	position:absolute; 
	bottom:30px; 
	right:30px; 
	background:url(images/opacity-slider-text.png) repeat; 
	padding:15px 20px 15px 20px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px; /* for old Konqueror browsers */
	border-radius: 5px 5px 5px 5px; /* future proofing */
}

#before-content.useimage .title-and-desc.nodesc{padding:12px 30px 10px 30px;}
#before-content.useimage .pagetitle{font-size:16px; margin-bottom:0px; line-height:20px;}
#before-content.useimage .pagedesc{font-size:12px;}

.line-shadow{background:url(images/line-shadow.png) repeat-x; height:1px; position:absolute; top:0; z-index:10; width:100%}
.line-shadow-bottom{background:url(images/line-shadow.png) repeat-x; height:1px; position:absolute; bottom:3px; z-index:10; width:100%}


/* CONTENT
-------------------------------------------------------------- */
#content{clear:both; padding:0 0; background:url(images/bg-content.gif) repeat-x top left; border-top:2px solid #f45b2a;}
#content.innerpage{margin:4px 0 0 0}
#content.innerpage #main{padding:30px 40px 40px 40px;}

#main{padding:35px 30px 45px 30px; clear:both;}
#maincontent{width:670px; float:left}
#maincontent.positionright{float:right; padding:0 0 0 30px}
#maincontent.positionleft{ float:left; padding:0 30px 0 0;}
#maincontent.full{ width:940px;}


.titlecenter{font-size:14px; text-align:center; padding:10px 0 0 0; margin-bottom:6px; clear:both;}
.textcenter{text-align:center; display:block; clear:both}

.archives-list ul{list-style-type:none; padding:0; margin:0;}
.archives-list ul li{ background:url(images/arrow-list.gif) no-repeat 0 7px;  padding:0 10px 5px 20px}

/* Image Frame */
.imgframe{
	background:#f0efec;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:6px;
}
.imgframe.alignnone{margin-bottom:20px !important;}
.imgframe:hover{background:#f45b2a;}
.imgframe img{
	display:block;
	border:solid 3px #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#main-footer .imgframe{
	background:#505050;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:3px;
}
#main-footer .imgframe img{
	display:block;
	border:0px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}


/* Separator */
.separator {
	display:block;
	height:30px;
	padding:10px 0;
	text-align:center;
	width:100%;
	clear:both;
}

.separator.line {
	display:block;
	text-align:center;
	width:100%;
	clear:both;
	padding:0;
	height:auto;
	margin-bottom:20px
}


.separator.line div{
 	height:30px; display:block; clear:both; padding:10px 0;
	background:url(images/hr.gif) repeat-x left center
}


/* form & button */
form{margin:0; padding:0;}
input[type="text"],
textarea, input[type="password"], select{
	border:solid 1px #ededed;
	font-size:11px;
	padding:8px 5px;
	border-radius:4px;
	-moz-border-radius:4px;		
	-webkit-border-radius:4px;
}

select {
	font-size:11px;
	padding:4px 5px;
}


.button,
.button:visited,
input[type="submit"],
input[type="reset"],
button{
	color:#555555;
	outline:0px;
	font-size:12px;
	font-family:"Ubuntu", Arial;
	text-transform:capitalize;
	display:block;
	display:inline-block;
	border:solid 1px #d5d5d5;
	border-radius:4px;
	-moz-border-radius:4px;		
	-webkit-border-radius:4px;
	height:28px;
	line-height:28px;
	padding:0 15px;
	background:#f2f2f2 url(images/bg-button.gif) repeat-x left top;
}

input[type="submit"],
input[type="reset"],
button{
	height:30px;
}

.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover{text-decoration:none; color:#f45b2a; cursor:pointer}


/* Column Layouts */
.one_half, .one_third, .two_third, 
.three_fourth, .one_fourth, .one_fifth, 
.two_fifth, .three_fifth, .four_fifth, 
.one_sixth, .five_sixth{margin-right: 2%; margin-left:2%; position:relative; float:left;}

.one_half									{ width:48%; }
.one_third									{ width:30.6666%;}
.one_fourth								{ width:22%; }
.one_fifth									{ width: 16.8%;}
.one_sixth 								{ width: 13.3333%;}

.two_third									{ width: 65.3332%;}
.two_fourth 								{ width: 48%;}
.two_fifth 									{ width: 37.6%;}
.two_sixth 								{ width: 30.6666%;}

.three_fourth							{ width:74%;}
.three_fifth 								{ width: 58.4%;}
.three_sixth 								{ width: 47.9998%;}

.four_fifth 								{ width: 79.2%;}
.four_sixth 								{ width: 65.3332%;}

.five_sixth 								{ width: 82.6665%;}
.firstcols										{ margin-left:0px !important; }
.last, .lastcols							{ margin-right:0px !important; clear:right; }


/* Tables */
table {border-collapse:separate;border-spacing:0;width:100%; margin-bottom:18px;}
table,td,th { text-align:center;}
th{padding:10px;text-transform:uppercase; border-bottom: 1px solid #f1f1f1;}
td{padding:10px;}
tfoot td{border:0px;}
th,tr:hover{}
table {
	border: 1px solid #f1f1f1;
	border-bottom:0;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	border-bottom: 1px solid #f1f1f1;
	padding: 6px 24px;
}
tr.odd td {
	background: #F2F7FC;
}



/* CONTACT */
.wpcf7 p{margin-bottom:10px;}
.wpcf7 label{display:block; width:80px; float:left;}
.wpcf7 input[type="text"]{
	margin-bottom:6px;
	font-size:11px;
}
.wpcf7 textarea{
	margin-bottom:7px;
	padding:8px 5px;
	font-size:11px;
	width:90%
}

/* BLOG STYLE
-------------------------------------------------------------- */
.sticky{}
.post{clear:both; margin-bottom:50px;}
.posttitle{font-size:20px; color:#555555; margin-bottom:10px}
.posttitle a, .posttitle a:visited{color:#555555}
.posttitle a:hover{text-decoration:none; color:#f45b2a}
.post .imgframe{
	background:#f0efec;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float:left;
	padding:6px;
	margin-right:30px;
}
.post .imgframe:hover{background:#f45b2a;}
.post .imgframe img{
	display:block;
	border:solid 3px #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#postcontent.entry-content{}
#postcontent.entry-content p{margin:0 0 20px 0;}
.entry-utility{overflow:hidden;border:solid 1px #eaeaea; border-width:1px 0; padding:5px 0; font-size:11px; color:#bababa}

#singlepost .imgframe{float:none; margin:0}
#singlepost .entry-content{padding:0 0 0 0;}
#singlepost .posttitle{margin-bottom:15px;}

#searchresult .hentry{padding-bottom:15px; margin-bottom:0px; background:transparent}
#searchresult .entry-content{padding:0;}
#searchresult h2{font-size:14px; margin-bottom:8px}

#postattachment .entry-utility{width:100%; float:none; padding:0 10px 20px 0}
.entry-attachment{margin-bottom:20px;}


/* author */
h2.title-author{ font-size:16px}
#entry-author-info {
	clear: both;
	padding:10px 10px 30px 10px;
	margin-bottom:30px;
	position:relative;
	border:solid 1px #f1f1f1;
}
#entry-author-info #author-avatar {
	margin: 0 0 0 0;
	position:absolute;
	top:10px;
}
.avatar{display:block}
#entry-author-info #author-description {
	margin: 0 0 10px 85px; vertical-align:top;
}
#entry-author-info #author-description  h2{font-size:15px; margin-bottom:0}
#author-description span.author{ font-weight:bold; display:block}

/* attachment pages wordpress */

.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 */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:15px;
}
.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	margin-bottom:15px;
}
img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 11px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#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: 11px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
.tag-links{padding:10px 0; display:block}


/* navigation  */
.navigation {
	line-height: 20px;
	overflow: hidden;
}
.navigation .button{text-transform:capitalize;}
.navigation a:link,
.navigation a:visited {
	text-decoration: none;
	color:#666
}
.navigation a:active,
.navigation a:hover {
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
	text-align: right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 20px 0 10px 0;
}


/* Comments */
#comments{
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title{
	line-height:24px;
	padding:0px 0px;
	margin:0 0 20px 0;
	font-size:18px;

}

h3#reply-title {
	line-height:24px;
	margin:0 0 15px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
	margin-bottom:0px;
}
.commentlist li.comment {
	margin: 0 0 0px 0px;
	padding: 0 0 0px 0px;
	position: relative !important;
}
.commentlist li.comment ul.children{margin:0 0 0 0; margin-left:13%; padding:0px 0 0 0;}
.commentlist li.comment ul.children li{border-bottom:0 !important; margin:0; padding:0}
#comments .comment-body ul,#comments .comment-body ol {
	margin-bottom: 0;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	padding:0px;
	background-color:transparent;
}
.comment-body cite {
	font-size:14px;
	line-height:14px;
	font-style:normal;
}

.comment-body cite  a, .comment-body cite  a:visited{}
.comment-body cite  a:hover{text-decoration:none}
.comment-author .says {	font-style: normal;}
.comment-meta {	font-size: 11px;	margin: 0 0 18px 0;}
.comment-meta a:link,
.comment-meta a:visited {
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	
}
.commentlist .even {}
.commentlist .bypostauthor {}
.reply {
	padding: 0 0 0px 0px;
	 
}
.reply a.comment-reply-link{padding-right:12px; }
.edit-link{float:right;}
a.comment-edit-link {
	
}
a.comment-edit-link:hover {
	text-decoration:none
}
.commentlist .children {
	list-style: none;
}
.commentlist .children li {}
.nopassword, .nocomments {display: none;}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	display: block;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 12px;
}
.con-comment{padding:0 0 0 0}
.commentlist .comment-author{ float:left; margin-top:0px;}
.commentlist .comment-body{width:auto; margin-bottom:30px !important; margin-left:80px; background:#f8f8f8; padding:20px}
.commenttext{margin:0; padding:10px 0 0 0;}
.commentlist .comment-body p{margin-bottom:10px !important}
.commentlist ul.children .comment-author{}
.commentlist ul.children .comment-body{}
*+html .commentlist .comment-body{margin-top:-15px}
.comment-body .time{font-size:10px; padding-left:10px }
.comment-body .time a, .comment-body .time a:visited{color:#969696;}
.commentlist .comment-body .reply a, .commentlist .comment-body .reply a:visited{font-size:10px; color:#969696;}
.comment-body .boldtext{font-weight:normal; font-size:22px}

/* Comments form */
#commentform{padding:0; }
#commentform label{margin-top:0px; padding:5px 0; display:inline-block;}
#commentform .required{}
#commentform code{padding:0; margin:10px 0; border:0}

#commentform input[type=text]{ 
	margin-bottom:3px;
	padding:8px 5px;
	vertical-align:middle;
	width:50%;
	font-size:12px;
	font-family:arial;
	display:block;
	page-break-after:always
	
	}

#commentform textarea{ 
	height:150px;
	width:70%;
	margin-bottom:12px;
	padding:8px 5px;
	vertical-align:top;
	font-size:12px;
	font-family:arial;
	display:block;
	}
	
#respond .comment-reply{
	font-size: 20px;
	line-height:24px;
	padding:0px 0px;
	margin:0 0 10px 0;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 0px 0 0;
}
.cancel-comment-reply{ font-size:12px;}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
	padding:0;
}
#cancel-comment-reply-link {
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
}
#respond label {
}
#respond input {
}
#respond textarea {
}
#respond .form-allowed-tags {
}
#respond .form-allowed-tags code {
}
#respond .form-submit {
	margin: 12px 0;
	clear:both;
}
#respond .form-submit input {
}

.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-comment{}
.comment-form-comment{ width:100%;}
.form-submit{ clear:both;}

/* Calendar */
.widget_calendar #wp-calendar {
	width: 98%;
	text-align:left;
	border: 0px !important;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
	padding:3px !important;
	border: 0px !important;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 800;
	padding: 5px 0 3px 0 !important;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	font-weight: bold;
	padding:3px !important
}
.widget_calendar #wp-calendar tfoot td {
}
#today{font-weight:bold}

/* AFTER CONTENT */
#after-content{
	 border-top:1px solid #eeede8;
	 background:#fdfcf9;
	 clear:both;
	 width:960px;
	 padding:20px;
}
#twitter_update_list{list-style-type:none; padding:0 15px; margin:0; text-align:center}
#twitter_update_list li{font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; font-style:italic; font-weight:bold; background:url(images/tweet.png) no-repeat left top; padding:0 0 0 25px}



/*** SIDEBAR ***/
#sidebar{width:240px; padding-left:0px; float:left;}
#sidebar.positionleft{float:left}
#sidebar.positionright{float:right}

#sidebar .widget-title{
	text-align:center;
	font-size:16px;
	padding:0;
	margin-bottom:10px;
	padding-bottom:18px;
	background:url(images/line-title.png) bottom no-repeat;
}

#sidebar ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}

#sidebar ul li{
	list-style-type:none;
	margin:0;
	padding:0;
	
}
#sidebar .widget-container{margin-bottom:30px; padding:15px 15px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px; /* for old Konqueror browsers */
	border-radius: 10px 10px 10px 10px; /* future proofing */
	border:1px solid #ededed;
}

#sidebar li li{
	list-style-type:none;
	margin:0 0 5px 0;
	padding:5px 0 0px 20px;
	border-top:1px solid #ededed;
}

#sidebar li li:first-child{ border:0px;}
#sidebar li li{background:url(images/icon-arrow.png) no-repeat 0px 12px; }
#sidebar li li:hover{background:url(images/icon-arrow-hover.png) no-repeat 0px 12px; }
#sidebar li li a{color:#666666; }
#sidebar li li a:hover{text-decoration:none; color:#f45b2a;}

/* list second level */
#sidebar ul.sub-menu, #sidebar ul.children, #sidebar ul ul ul{margin:9px 0 0 15px; }
#sidebar ul.sub-menu li, #sidebar ul.children li, #sidebar ul ul ul li{margin-bottom:5px; padding-bottom:4px}
#sidebar ul.sub-menu li:last-child, #sidebar ul.children li:last-child, #sidebar ul ul ul li:last-child{padding-bottom:0px; margin-bottom:0; border-bottom:0; }

#sidebar #searchform input#s{width:65%;}
#sidebar img.alignleft{margin-top:0;}


/* TS Recent Posts */
.latestpost{margin:0; padding:0; list-style-type:none;}
.latestpost li{padding:10px 0 10px 0 !important; margin:0 !important; background:transparent !important; clear:both;}
.latestpost li:first-child{padding:0 0 10px 0 !important;}
.latestpost .post-date{color:#bababa; font-size:11px; display:block}
#sidebar .latestpost li a{color:#f45b2a}
#sidebar .latestpost li a:hover{text-decoration:underline;}

/* PLUGIN
-------------------------------------------------------------- */

/* WP-PageNavi  Plugin  */
.wp-pagenavi {clear:both; padding:20px 0px 20px 0px;}
.wp-pagenavi a, .wp-pagenavi a:visited{
	padding:0px 10px !important;
	margin:0 5px 0 0 !important;
	color:#555 !important;
	display:inline-block;
	border:solid 1px #d5d5d5 !important;
	border-radius:4px;
	-moz-border-radius:4px;		
	-webkit-border-radius:4px;
	height:28px;
	line-height:28px;
	padding:0 15px;
	background:#f2f2f2 url(images/bg-button.gif) repeat-x left top;
}

.wp-pagenavi a:hover{
	padding:0px 10px !important;
	margin:0 5px 0 0 !important;
	color:#f45b2a !important;
	display:inline-block;
	border:solid 1px #d5d5d5 !important;
	border-radius:4px;
	-moz-border-radius:4px;		
	-webkit-border-radius:4px;
	height:28px;
	line-height:28px;
	padding:0 15px;
	background:#f2f2f2 url(images/bg-button.gif) repeat-x left top;
}
.wp-pagenavi .current{
	padding:0px 10px !important;
	margin:0 5px 0 0 !important;
	color:#f45b2a !important;
	display:inline-block;
	border:solid 1px #d5d5d5 !important;
	border-radius:4px;
	-moz-border-radius:4px;		
	-webkit-border-radius:4px;
	height:28px;
	line-height:28px;
	padding:0 15px;
	background:#f2f2f2 url(images/bg-button.gif) repeat-x left top;
}
.wp-pagenavi .pages{
	padding:0px 10px !important;
	margin:0 5px 0 0 !important;
	color:#555 !important;
	display:inline-block;
	border:solid 1px #d5d5d5 !important;
	border-radius:4px;
	-moz-border-radius:4px;		
	-webkit-border-radius:4px;
	height:28px;
	line-height:28px;
	padding:0 15px;
	background:#f2f2f2 url(images/bg-button.gif) repeat-x left top;
}
/* Flickr Plugin  */
#flickr {text-align:left !important; padding:0}
#flickr img {
	margin:0!important;
	padding:0!important;
	width:42px;
	height:42px;
	border:0 !important;
	display:block;
}
.flickr_badge_image{ display:inline-block !important;
	background:#505050;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:3px;
	margin:0 7px 10px 0;
	height:42px
}
* html .flickr_badge_image, *+html .flickr_badge_image{display:inline !important}
.flickr_badge_image:hover{background:#f45b2a;}


/* SHORTCODE
-------------------------------------------------------------- */
/* Dropcaps */
.dropcap1{
	text-shadow:1px 1px 0 #ededed;
	display:block;
	float:left;
	font-size:35px;
	line-height:35px;
	margin:2px 8px 0 0;
	color:#f45b2a
}
.dropcap2{
	display: block;
	float:left;
	font-size:35px;
	line-height:45px;
	width: 47px;
	-moz-border-radius: 47px;
	-webkit-border-radius: 47px;
	-khtml-border-radius: 47px;
	border-radius: 47px;
	float:left;
	text-align: center;
	margin:8px 15px 0 0;
	padding-top:3px;
	background:#f45b2a; color:#fff;
}
.dropcap3{
	background:#f45b2a; color:#fff;
	display:block;
	float:left;
	font-size:35px;
	line-height:40px;
	width:47px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
	padding:5px 0
}

/* Highlight */
.highlight1{padding:2px 5px; background-color:#f7f7f7; border:solid 1px #ebebeb}	
.highlight2{padding:2px 5px; background-color:#ebebeb;  border:solid 1px #f7f7f7}

/* Bulleted List */
.bullet-none ul{
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
}	
.bullet-none li{
	margin:0 0 3px 0;
	padding:0 0 3px 0px;
	list-style-type:none;
	line-height:25px;
	border-bottom:1px solid #ededed;
}		

/* Pullquotes */
.pullquote-right,.pullquote-left{
	padding:0px 10px 0px 50px;
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:right;
	font-family:'Ubuntu', Georgia, Arial;
	font-style:italic;
	font-size:16px;
	letter-spacing:0px;
	line-height:22px;
	margin:0px 2px 20px 20px;
	width:50%;
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}

/* Tabs */
.tabcontainer{margin:0;}
ul.tabs {
	margin: 0;
	padding: 0 0 2px 0;
	list-style: none;
	height: 25px;
	width: 100%;

}
ul.tabs li {
	float: left;
	margin: 0 0;
	padding: 0 15px;
	line-height:25px;
	height:25px;
	overflow: hidden;
	position: relative;
	font-size:12px;
	background:#fbfbfb;
	border:solid 1px #ededed;
	border-width:2px 1px 0 0;
	border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
}

ul.tabs li:first-child{border-left:solid 1px #ededed;}

ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 0px;
	outline: none;
	color:#666;
}

.tab-content {padding: 20px 0; }
	
ul.tabs li:hover{}
ul.tabs li.active{background:transparent; border-bottom:solid 1px #fff}
html ul.tabs li.active a{ color:#f45b2a; }
#tab-body{padding:0 20px; border:solid 1px #ededed;
	border-radius:0 8px 8px 8px;
	-moz-border-radius:0 8px 8px 8px;	
	-webkit-border-radius:0 8px 8px 8px;
}


/* jQuery Toggle */
#toggle{border: 1px solid #ededed; border-width:0 0 1px 0;
	border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
}
h2.trigger {
	padding: 14px 20px;
	margin: 0 0 0 0;
	font-size:14px;
	font-weight: normal;
	border: 1px solid #ededed;
	border-width:1px 1px 0 1px;
	background:#fbfbfb;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
h2.trigger span {
	text-decoration: none;
	display: block;
	color:#666;
	height:9px;
	background: url(images/arrow-left.gif) no-repeat 0 2px;
	padding-left:20px;
	cursor:pointer;
	line-height:12px;
}
h2.active span{ background:url(images/arrow-down.gif) no-repeat 0 3px; color:#f45b2a}
h2.trigger a:hover {
	color: #454545;
}
h2.active { background:transparent; border-bottom:0;
	border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
}
.toggle_container {
	margin: 0 0 0 0;
	padding: 10px 25px;
	overflow: hidden;
	clear: both;
	border: 1px solid #ededed;
	border-width:0 1px 1px 1px;
	border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
}
.toggle_container .block {
	padding: 0px;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}

/*  TESTIMONIAL  */
.ts-testimonial{padding:0 0 30px 0; margin-bottom:20px; border-bottom:solid 1px #ededed}
.testi-desc{margin:0; font-size:12px; font-style:italic}
	
/* PORTFOLIO */
#filter{line-height:22px; list-style-type:none; padding:0; margin:20px 0 30px 0; float:left; border-bottom:solid 1px #ededed; width:940px }
#filter li{list-style-type:none; float:left; margin-right:0; padding-bottom:6px}
#filter li a, #filter li a:visited{
	display:block;
	display:inline-block;
	color:#666;
}
#filter li a:hover, #filter li.selected-1 a{text-decoration:none; color:#f45b2a}

#ts-display-pf-filterable{list-style-type:none; padding:0; margin:0; }
#ts-display-pf-filterable li{width:220px; float:left;}
#ts-display-pf-filterable .ts-display-pf-img{position:relative;}
#ts-display-pf-filterable .ts-display-pf-img a.image{
	display:block;
	position:relative;
	overflow:inherit;
	display:block;
	position:relative;
	display:block;
	border:solid 3px #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width:202px;
	height:82px;
}
#ts-display-pf-filterable .ts-display-pf-img a .rollover{
	background:url(images/hover-zoom.png);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	display:block;
    position:absolute;
	z-index:10;
	display:none;
	cursor:pointer;
	width:202px;
	height:82px;
}
#ts-display-pf-filterable .ts-display-pf-img a .rollover.gotolink{
	background:url(images/hover-link.png);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
}
#ts-display-pf-filterable .ts-display-pf-img a .rollover.gotopost{
	background:url(images/hover-doc.png);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
}

#ts-display-pf-filterable .ts-display-pf-img{
	width:208px;
	background:#f0efec;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:6px;
}
#ts-display-pf-filterable .ts-display-pf-img:hover{background:#f45b2a;}
.image-grid {width: 940px; float:left;}
.image-grid li{width:220px;height:210px; margin: 0 20px 0 0;}
.image-grid li.nopfdesc{height:160px;}
.image-grid li.nopftitle{height:180px;}
.image-grid li.nopftitle.nopfdesc{height:140px;}

.image-grid:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	margin:0;
	padding:0;
	list-style-type:none;
}
.image-grid li {
  float: left;
  overflow: hidden;
}

.image-grid li.nomargin{margin-right:0px !important;}

#ts-display-pf-filterable .ts-display-pf-text{text-align:center; padding:10px 0 0 0}
#ts-display-pf-filterable .ts-display-pf-text h3{ font-size:14px; font-weight:normal; color:#777}
#ts-display-pf-filterable .ts-display-pf-text h3 a, #ts-display-pf-filterable .ts-display-pf-text h3 a:visited{color:#777;}
#ts-display-pf-filterable .ts-display-pf-text h3 a:hover{color:#f45b2a; text-decoration:none}

/* jCarousel Portfolio Slider*/
#recentproject{ position:relative;}
.pf-slider h2{ margin-bottom:0px; font-size:16px;}
#recentproject .ts-display-pf-img{
	width:208px;
	background:#f0efec;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:6px;
}
#recentproject .ts-display-pf-img:hover{background:#f45b2a;}
#recentproject .ts-display-pf-img .cover{
	display:block;
	position:relative;
	overflow:inherit;
	display:block;
	position:relative;
	display:block;
	border:solid 3px #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width:202px;
	height:82px;
}

#tscarousel .text_slide{ text-align:center; clear:both; padding-top:10px;}
#tscarousel .text_slide h3{ font-size:14px;}
#tscarousel .more-link{
	font-family:"DroidSansRegular";
	font-size:14px;
	display:inline-block;
	color:#101010;
	text-transform:uppercase;
	float:left;
	padding:0 0 0 0px;
}


#tscarousel .more-link span.moretext{float:left; line-height:34px; padding-right:10px}
#tscarousel .more-link span.moresep{ width:33px; height:32px; float:right}

#tscarousel .more-link:hover{repeat-x; color:#101010}
#tscarousel .more-link:hover span.moretext{color:#101010}
#tscarousel .more-link:hover span.moresep{ background:url(images/morelink-span-hover.gif) no-repeat right top;}

#tscarousel li:hover .more-link{background:url(images/bg-button-hover.gif) repeat-x !important;}
#tscarousel li:hover .more-link span.moresep{ background:url(images/morelink-span-hover.gif) no-repeat right top !important;}

#tscarousel-button{ position:absolute; top:0px; right:0px;}
#tscarousel-button a{ width:22px; height:22px; text-indent:-9999px; float:left; display:block; cursor:pointer;}
#tscarousel-prev{background:url(images/pf-prev.png) no-repeat; margin-right:5px}
#tscarousel-prev:hover{background:url(images/pf-prev-hover.png) no-repeat;}
#tscarousel-next{ background:url(images/pf-next.png) no-repeat;}
#tscarousel-next:hover{ background:url(images/pf-next-hover.png) no-repeat;}

/* FOOTER */
#footer{background:#242322;}
#main-footer{padding:40px 30px 0px 30px; color:#555;}
#main-footer .footcol1, #main-footer .footcol2, #main-footer .footcol3, #main-footer .footcol4{float:left; width:220px; margin-right:20px}
#main-footer .footcol4{margin-right:0px;}
#main-footer ul{list-style-type:none; margin:0; padding:0;}
#main-footer li.widget-container{list-style-type:none; margin:0 0 40px 0 !important; padding:0; border:0px; clear:both}
#main-footer .widget-title{font-size:16px; padding:0; line-height:18px; margin-bottom:15px !important; text-align:left; background:none; color:#fff}
#main-footer li li{ border-bottom:1px solid #2d2c2b; padding:0 0 5px 0px; margin:0 0 5px 0; }
#main-footer li li:first-child{ border-top:1px solid #2d2c2b; padding:5px 0;}
#main-footer li a{color:#ccc; padding:0px; margin:0px; font-weight:bold;}
#main-footer li a:hover{ text-decoration:none; color:#f45b2a}

#main-footer ul.sub-menu, #main-footer ul.children, #main-footer ul ul ul{margin:0px 0 0 15px; }
#main-footer ul.sub-menu li, #main-footer ul.children li, #main-footer ul ul ul li{margin-bottom:5px; padding-bottom:2px; border:0}
#main-footer ul.sub-menu li:last-child, #main-footer ul.children li:last-child, #main-footer ul ul ul li:last-child{padding-bottom:0px; margin-bottom:0; border-bottom:0; }



/*** AFTER FOOTER ***/
#after-footer{
	background:#1a1919;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-khtml-border-radius: 0px 0px 10px 10px; /* for old Konqueror browsers */
	border-radius: 0px 0px 10px 10px; /* future proofing */
	padding:20px 30px;
}
#copyright{font-size:11px; color:#505050; text-align:center}
#copyright a, #copyright a:visited{color:#958d8d;}

