/*/////////////////////////////////////////////////////////////////////////////
// RESET CSS
////////////////////////////////////////////////////////////////////////////*/
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
/*/////////////////////////////////////////////////////////////////////////////
// GLOBAL CSS
////////////////////////////////////////////////////////////////////////////*/
body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background: #fff;
	color: #333;
}
h1,h2,h3,h4,h5,h6,.header-title,#navigation, #featured #featured-title, #cf .tinput, .post-more a, #wp-calendar caption,.flex-caption,#portfolio-filter li {
	font-weight: normal;
	letter-spacing: -1px;
	}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Helvetica-Bold', Helvetica, Arial, sans-serif;
}
#wp-calendar caption {margin: 0 0 10px;}
.sticky{}
.gallery-caption{}

.flex-control-nav {display:none;}
.clearfix {
	clear: both;
}

a:link, a:visited {
	text-decoration: none;
	color: #167fc0;
}
a:hover, a:active {
	text-decoration: none;
	color: #1A98E3;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
ol, ul {
	list-style: none;
	}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
    margin: 1em 0 2em 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
.widget table {
  clear: both;
}
ul.the-icons {
  list-style: none;
  margin: 0 0 0 1em !important;
}
.post-content .btn {
  padding: 5px 12px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  color: #444;
  -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
.post-content .btn:hover {

  background: #f5f5f5;
  border: 1px solid #aaa;
  color: #222;
}
img {border: 0 none;}

iframe.fb {
	margin: 0px;
	padding: 8px 0px;
	float: left;
	height: 30px;
	width: 100%;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin: 0 0 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 0em;
    padding: 0;
}

ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
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: 0 0 0 1em;
    padding: 0;
}
.post-content ul ul, .post-content ol ol, .post-content ul ol, .post-content ol ul {
	margin-bottom: 0;
	font-size: 92%;
}
.post-content ul li, .post-content ol li {
      margin: 0 0 0.2em;
}
.post-content ul li ul li, .post-content ol li ol li {
      margin: 0.2em 0 0;
}
.post-content ul, .post-content ol  {
   margin: 0 0 1.6em 3em;
}
.post-content ul ul, .post-content ol ol {
   margin: 0 0 0em 2em;
}
/* IE 7 BIG FIX */
* {
	zoom: 1;
}
.post-content h1 {font-size: 1.6em; margin: 0 0 1em; }
.post-content h2 {font-size: 1.5em;margin: 0 0 1em;}
.post-content h3 {font-size: 1.3em;margin: 0 0 1em;}
.post-content h4 {font-size: 1.25em;margin: 0 0 1em;}
.post-content h5 {font-size: 1.15em;margin: 0 0 1em;}
.post-content h6 {font-size: 1em;margin: 0 0 1em;}

dl {

}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
    font-size: 1.2em;
	font-weight: normal;
	margin: 0 3em 1.25em 3em;
	border-left: 5px solid #eee;
	padding-left: 1em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 85%;
}
pre {
	background: #f4f4f4;
	font-family: "Courier New", Courier, monospace;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
	width: 80%;
	display: block;
	clear: both;
     white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 90%;
}
code, kbd {
	font-size: 90%;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
address {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 80%;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
i {
  margin: 0 7px 0 0;
}
ul.the-icons {
  margin: 0 0 1.4em 1em !important;
}

/* Images */
.post-content img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
    height: auto;
    width: auto;
}

.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
    height:auto;
}

img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 95%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-size: 90%;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption p {
  margin: 0px;
}

.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 1.125em;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
.content .gallery {
	margin: 0 auto 1.625em;
}
.content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
.content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
.content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
.content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	padding: 0px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
.content .gallery .gallery-icon a:focus img,
.content .gallery .gallery-icon a:hover img,
.content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 0.9em;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.post-content table {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
}
.post-content th {
    background: none repeat scroll 0 0 #EDEFF0;
}
.post-content th, .post-content td {
    border: 1px solid #CCCCCC;
    padding: 3px 10px;
    text-align: left;
    vertical-align: top;
}
#post-entry #searchform input[type='text'] {
	padding: 0.35em;
	width: 40%;
}
.widget #searchform input[type='text'] {
	padding: 0.35em;
	width: 70%;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
video {
	max-width: 100%;
	height: auto;
}
.video-wrapper {
	width: 100%;
	max-width: 95%;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*/////////////////////////////////////////////////////////////////////////////
// FRAME CSS
////////////////////////////////////////////////////////////////////////////*/
#wrapper-main, footer .innerwrap {
margin: 0px auto;
padding: 0px;
max-width: 1120px;
width:auto;
}

#wrapper {
	width:100%;
	float:left;
	background: #ffffff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNmNGZiZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmZkZWVmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #ffffff 99%, #f4fbff 99%, #bfdeef 100%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(99%,#ffffff), color-stop(99%,#f4fbff), color-stop(100%,#bfdeef), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top,  #ffffff 99%,#f4fbff 99%,#bfdeef 100%,#ffffff 100%);
background: -o-linear-gradient(top,  #ffffff 99%,#f4fbff 99%,#bfdeef 100%,#ffffff 100%);
background: -ms-linear-gradient(top,  #ffffff 99%,#f4fbff 99%,#bfdeef 100%,#ffffff 100%);
background: linear-gradient(top,  #ffffff 99%,#f4fbff 99%,#bfdeef 100%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );

	}

footer,#wrapper-main {
  font-size: 0.785em;
}

.innerwrap {
   width:100%;
   margin: 0 auto;
   padding: 0;
}


#header {
	margin: 0px;
	width: 100%;
	padding: 2em 0;
	float: left;
}
#header .header-inner {
	margin: 0px;
	float: left;
	width: 100%;
	padding: 0px;
}
#navigation {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	background: #167fc0 url(images/textures/body-bg6.png);
}
#container {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 1em;
}
.content {
    margin: 0 315px 0 180px;
	overflow: hidden;
}
.content.wide-content {
    margin: 0 380px 0 0 !important;
	overflow: hidden;
}
.content.full-width {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
.content-inner {
width:100%;
float:left;
}

#post-entry {
  	margin: 0px;
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}

.post-entry-inner {
	width: 100%;
	float:left;
	padding: 0%;
}


/*sidebar*/
#sidebar {
   	margin: 0 0 0 -360px;
	padding-bottom: 25px;
	position: relative;
	float: right;
}
.portfolio-sidebar {
  padding: 4em 0 0 !important;
}

#sidebar.sidebar {
	width: 330px;
	padding: 25px 10px 0px;
	float: left;
	overflow: hidden;
}

#left-sidebar {
	margin: 0 0 0 -100%;
	position: relative;
	float: left;
}

* html #sidebar, * html #left-sidebar, * html #right-sidebar {
	position: relative;
}


#right-sidebar {
	margin: 0 0 0 -290px;
	padding-bottom: 25px;
	position: relative;
	float: right;
}

.sidebar {
	width: 290px;
	padding: 0px;
	float: left;
	overflow: hidden;
}
#left-sidebar.sidebar {
  width: 160px;
}

.sidebar-inner {}


footer {
	width: 100%;
	float: left;
	margin:0; padding: 2em 0;
}


/*/////////////////////////////////////////////////////////////////////////////
// LAYOUT CSS
////////////////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////////////////////////////////
// BREADCRUMBS CSS
////////////////////////////////////////////////////////////////////////////*/

#breadcrumbs {
	width: 100%;
	font-size: 0.75em;
	text-transform: uppercase;
	text-align: left;
	font-style: normal;
	margin: 0px;
	padding: 2em 0px;
	float: left;
}
#breadcrumbs a {
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: none;
}



/*/////////////////////////////////////////////////////////////////////////////
// Header css
////////////////////////////////////////////////////////////////////////////*/

#siteinfo {
	margin: 0px;
	float: left;
	text-align: left;
	padding: 0;
}
#siteinfo a {
    color: #000;
	text-decoration: none;
}
#siteinfo a:hover {
	text-decoration: none;
}
#siteinfo img {
	border: 0 none;
}

#siteinfo h1 {
	font-size: 2.85em;
	margin: 0px 0px 6px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	font-weight: bold;
	text-transform: capitalize;
}
p#site-description {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}


#topbanner {
	margin: 0px;
	float: right;
	padding: 0px;
}
#topbanner img {
	border: 0 none;
}
#custom-img-header {
	margin: 1em 0 0;
	padding: 0px;
	float: left;
	width: 100%;
	overflow: hidden;
}


/*/////////////////////////////////////////////////////////////////////////////
// Post and Page css
////////////////////////////////////////////////////////////////////////////*/
#post-entry article {
	float: left;
	width: 100%;
	padding: 0px !important;
	margin: 0px;
}

.separator {
	display: block;
	border-bottom: 1px solid #DFDFDF;
	-moz-box-shadow: 0 3px 0 0 rgba(135,135,135,0.1);
	-khtml-box-shadow: 0 3px 0 0 rgba(135,135,135,0.1);
	-webkit-box-shadow: 0 3px 0 0 rgba(135, 135, 135, 0.1);
	box-shadow: 0 3px 0 0 rgba(135, 135, 135, 0.1);
	padding: 5px 0;
	margin: 0px 0px 2em;
	float: left;
	width: 100%;
}

#post-entry article.post-single {
	border-bottom: 0 none;
}
#post-entry article a {
	text-decoration: none;
}
#post-entry article a:hover {
	text-decoration: none;
}

#post-entry article.home-post {
	width: 47%;
	float:left;
	height: 320px;
	overflow: hidden;
}

#post-entry article.home-post.alt-post {
  margin: 0 30px 18px 0;
}

.post-thumb-alt {
   width: 100%;
   height: 150px;
   margin: 0 0 8px 0;
   overflow:hidden;
   float:left;
   position:relative;
 }

.home-post .slidecaption {
	float: left;
	position: absolute;
	background: #000 url(images/link.png) no-repeat center center;
	height: 100%;
    text-align:center;
	width: 100%;
	opacity: .5;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	top: -999em;
}


.home-post .slidecaption h1 {
   color:white;
   font-size: 1.25em;
   position: absolute;
   bottom: 50px;
   width:100%;
    text-align:center;
}



#post-entry div.post-thumb {
	padding: 5px;
	margin: 0px;
	overflow: hidden;
	float: left;
	background: #FFF;
	height: auto;
	width: 150px;
	border: 1px solid #CCC;
}

#post-entry div.post-thumb a:hover img {}
#post-entry div.post-thumb .aligncenter {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#post-entry div.post-thumb:hover {
	-webkit-box-shadow: 0 0 4px #aaa;
	box-shadow: 0 0 4px #aaa;
}


#post-entry article .post-more a { color: #fff; }
#post-entry article .post-right {
	margin: 0px 0px 0px 210px;
	padding: 0px;
	width:auto;
}
#post-entry article h1.post-title {
	padding: 0px;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0;
	float: left;
	width: 100%;
text-shadow: 0 2px 0 #FCF9EE, 0 4px 0 rgba(0, 0, 0, .15);
}
#post-entry article h1.post-title a {
	color: #000;
	text-decoration: none;
}
#post-entry article h1.post-title a:hover {
	color: #167fc0;
	text-decoration: none;
}
#post-entry article div.post-meta {
	font-size: 0.89em;
	color: #575757;
	text-transform: none;
	margin: 15px 0px 5px;
	padding: 0px;
	line-height: 1.6em;
}
#post-entry article .post-meta a {

	text-decoration: underline;
}
#post-entry article .post-meta span {
	margin-right: 10px;
}
span.post-author{

}
span.post-time{

}
span.post-category{

	}
span.post-tags{

	}
span.post-edit{

}
span.post-comment{

	}

#post-entry article .post-content {
	padding: 0px;
	width: 100%;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0px;
	float: left;
}
#post-entry article .post-more {
	text-shadow: 0 0 0 transparent;
	font-weight: bold;
	display: block;
	clear: both;
}
#post-entry article .post-more a {
	color: #FFF;
	text-decoration: none;
	background: #21880F;
	display: block;
	margin: 8px 0px 0px;
	padding: 4px 12px;
	float: left;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-size: 11px;
	border-right: 2px solid #18640B;
	border-bottom: 2px solid #18640B;
}
#post-entry article .post-more a:hover {
	color: #FFF;
	text-decoration: none;
	background: #0C5023;
}
.post-content a {
	text-decoration: underline !important;
}
#post-entry div.social {
	margin-bottom: 5px;
	display: block;
	clear: both;
	margin-top: 5px;
}

#post-entry article.post-single h1.post-title, h1.folio  {
	font-size: 3em;
}
#post-entry article.post-single .post-content {
	font-size: 1.125em;
	line-height: 1.5em;
}


/*/////////////////////////////////////////////////////////////////////////////
// Adsense css
////////////////////////////////////////////////////////////////////////////*/
.adsense-loop, .adsense-post {
	width: 100%;
	padding: 0px !important;
	overflow: hidden;
	text-align: center;
	clear: both;
	margin: 0px;
}
.adsense-single {
	border-width: 0px;
	border-style: none;
}

/*/////////////////////////////////////////////////////////////////////////////
// sharebox
////////////////////////////////////////////////////////////////////////////*/
.share_box {
	margin: 0px;
	padding: 0.4em 0;
    width:100%;
    clear:both;
	float: left;
}
.share_box .share_btn {
	margin: 0px;
	width:auto;
	padding: 0px;
	float: left;
}
.share_box #twitter_share {
  width: 85px !important;
  overflow:hidden;
}

/*/////////////////////////////////////////////////////////////////////////////
// Related Post css
////////////////////////////////////////////////////////////////////////////*/
#post-related {
	margin: 0px;
	padding: 2em 0px 0px;
	float: left;
	width: 100%;
}
#post-related h4 {
	font-size: 1.4em;
	margin: 0px 0px 0.5em;
	padding: 0px;
}
#post-related h2 {
	font-size: 1.25em;
	margin: 0 0 5px;
	font-weight: bold;
	letter-spacing: normal;
}
#post-related .feat-cat-meta {
	margin: 0px 0px 0.5em;
	padding: 2%;
	float: left;
	width: 96%;
	background: #E9F8FE;
	border: 1px solid #CEF0FD;
}
 #post-related .feat-cat-date {
	margin: 0px 0px 0.25em;
	padding: 0px 0px 0.5em;
    color: #aaa;
}
#post-related .post-small-thumb {
	margin: 0px;
	padding: 5px 0 0;
	float: left;
}
#post-related .post-small-right {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	float: left;
	width: 450px;
}
#post-related .feat-cat-meta p {
   margin: 0.5em 0 0;
}
#post-related img.alignleft {
	padding: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
}

/*/////////////////////////////////////////////////////////////////////////////
// Post Navigation css
////////////////////////////////////////////////////////////////////////////*/
#post-navigator {
	width: 100%;
	margin: 0px 0px 2em;
	padding: 0px;
	float: left;
}

.wp-pagenavi {
	margin: 0em;
	text-align: center;
	padding: 1em 0em;
	width: 100%;
	font-size: 0.85em;
}
.wp-pagenavi .pages {
	width: auto;
	position: relative;
	height: auto;
	color: #000;
	margin: 0px 0.5em 0px 0px;
	padding: 0.5em 1em;
	background: #eee;
	border: 1px solid #999;
}
.wp-pagenavi .current {
	width: auto;
	position: relative;
	height: auto;
	margin: 0px;
	text-decoration: none;
	color: #333;
	background: #eee;
	padding: 0.5em 1em;
	border: 1px solid #999;
}
.wp-pagenavi a {
	text-decoration: none;
	height: auto;
	width: auto;
	margin: 0px;
	display: inline;
	padding: 0.5em 1em;
	color: #666;
	background: #FFF;
	border: 1px solid #999;
}
.wp-pagenavi a:hover {
	text-decoration: none;
	color: #FFF;
	background: #167fc0;
	border: 1px solid #116293;
}
#post-navigator .alignleft a, #post-navigator .alignright a {
	margin: 0px;
	text-decoration: none;
	display: block;
	border:0 none;
	padding: 3px 8px;
	font-weight: bold;
}
#post-navigator .alignleft a:hover, #post-navigator .alignright a:hover {
	text-decoration: none;
}

#post-navigator-single {
	width: 100%;
	font-size: 1em;
	display: block;
	margin: 0px;
	padding: 0em;
	float: left;
}
#post-navigator-single.post-nav-archive {
	width: 100%;
	font-size: 1em;
	display: block;
	margin: 0px;
	padding: 0em 0em 2em;
	float: left;
}
#post-navigator-single .alignleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 45%;
	overflow: hidden;
	text-align: left;
	height: auto;
}
#post-navigator-single .alignright {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 45%;
	overflow: hidden;
	text-align: right;
	height: auto;
}
#post-navigator-single a {
	text-decoration: none;
}
#post-navigator-single a:hover {
	text-decoration: underline;
}

/*/////////////////////////////////////////////////////////////////////////////
// Social Box css
////////////////////////////////////////////////////////////////////////////*/
#socialbox {
	margin: 0px;
	padding: 6px 18px 0px 0px;
	float: right;
}
 #socialbox p {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
}
##socialbox p.sto {
	padding-top: 8px;
}

#socialbox p a {
	width:24px;
	height:24px;
	display:block;
	font-size:0px;
	color:transparent;
}
#socialbox p.rss {
	background: url(images/rss.png) no-repeat center center;
}
 #socialbox p.twitter {
	background: url(images/twitter.png) no-repeat center center;
}
#socialbox p.facebook {
	background: url(images/facebook.png) no-repeat center center;
	width:25px;
	height:25px;
}
#socialbox p.linkedin {
	background: url(images/linkedin.png) no-repeat center center;
}


/*/////////////////////////////////////////////////////////////////////////////
// Sidebar css
////////////////////////////////////////////////////////////////////////////*/
.sidebar #searchform {
	background: #FFF;
	padding: 2%;
	border: 1px solid #CCC;
	float: left;
	width: 95%;
	margin: 0px;
}
.sidebar #searchform label {
	display: none;
}
.sidebar #searchform input[type='text'] {
	width: 60%;
	border-top: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #999;
	padding: 0.25em;
	float: left;
	margin: 0px 8px 0px 0px;
}
.sidebar #searchform input[type='submit'] {
	font-size: 1em;
	color: #333;
	padding: 0em;
	font-weight: bold;
	margin: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
.preinput {
	background: #eee;
	padding: 0.25em 1em 0.25em 0.5em;
	border: 1px solid #999;
	margin: 0px;
	float: left;
}
.preinput .icon-search {
	margin: 0px;
	padding: 0px;
}

.widget-area {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.widget-area img {
	margin-bottom: 0.3em;
}

.widget-area aside {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0px 0px 1.25em;
	padding: 0px;
}
.widget-area aside ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.widget-area aside ul li {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0px 0px 0.5em;
	padding: 0px;
}
.widget-area aside ul li ul li {
	float: left;
	width: 90%;
	list-style: none;
	margin: 0.5em 0px 0px;
	padding: 3px 0px 3px 15px;
	font-size: 90%;
	background: url(images/children.png) no-repeat left 3px;
}
footer .widget-area aside ul li ul li {
	background: url(images/children_alt.png) no-repeat left 3px;
}
.widget-area aside .textwidget p {
  line-height: 1.4;
}

.widget-area aside h2, .widget-area aside h3 {
	float: left;
	width: 100%;
    font-size: 1.4em;
    margin: 0 0 0.55em 0;
}
.widget-area aside h2 a, .widget-area aside h3 a {
	color: #FC0;
	text-decoration: none;
}
.widget-area table {
	clear: both;
}
.widget-area #sponsor-links { width:100%; float:left;}
.widget-area #sponsor-links img { width:auto; float:left; margin:0 15px 15px 0 !important;}
#right-sidebar h3.widget-title {
	color: #FFF;
	background: #167fc0 url(images/textures/body-bg6.png) repeat;
	padding: 3%;
	float: left;
	width: 94%;
	font-size: 1.125em;
	font-weight: bold;
	margin: 0px;
}
#right-sidebar aside > ul, #right-sidebar aside div.tagcloud, #right-sidebar aside #sponsor-links, #right-sidebar #flickr-widget,
#right-sidebar .ctwidget {
	padding: 5% !important;
	float: left;
	width: 90%;
	background: #eee;
}

#right-sidebar .ctwidget {font-size: 1em;line-height: 1.4em;}
#right-sidebar .ctwidget a {
	font-weight:normal;
	color: #000;
	text-decoration: none;
}
#right-sidebar .ctwidget a:hover {
	font-weight:normal;
	color: #167fc0;
	text-decoration: none;
}
footer aside > ul, footer aside div.tagcloud, footer aside #sponsor-links {
	padding: 0;
	margin:0;
	float: left;
	width: 100%;
	background: transparent none !important;
}

#right-sidebar aside {
	-webkit-box-shadow: 0 4px 8px #aaa;
	box-shadow: 0 4px 8px #aaa;
	}
	
#right-sidebar aside li a, #right-sidebar aside div a {
	color: #333;
	text-decoration: none;
}
#right-sidebar aside li a:hover, #right-sidebar aside div a:hover {
	color: #167fc0;
	text-decoration: underline;
}
/*/////////////////////////////////////////////////////////////////////////////
// Featured category css
////////////////////////////////////////////////////////////////////////////*/
div.featured-category {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 31%;
	font-size: 1em;
	line-height: 1.4em;
}
div.featured-category.wider-cat {
	width: 31%;
	padding-right: 4%;
	padding-left: 3%;
}
div.featured-category h6 {
	margin: 0px 0px 1em;
	padding: 2% 3%;
	float: left;
	width: 95%;
	font-size: 1em;
	color: #444;
	text-decoration: none;
	background: #d9d9d9;
	font-weight: bold;
	-webkit-text-shadow: 0 0 1px #fff;
	text-shadow: 0 0 1px #fff;
}

div.featured-category #sidebar h6 {
	margin: 0px !important;
	padding: 2% 3%;
	float: left;
	width: 95%;
	font-size: 1em;
	color: #444;
	text-decoration: none;
	background: #d9d9d9;
	font-weight: bold;
	-webkit-text-shadow: 0 0 1px #fff;
	text-shadow: 0 0 1px #fff;
}

div.featured-category h2 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: 1em;
	color: #444;
	text-decoration: none;
	font-weight: bold !important;
	-webkit-text-shadow: 0 0 1px #fff;
	text-shadow: 0 0 1px #fff;
	line-height: 18px;
}
div.featured-category .feat-cat-meta {
	margin: 0px 0px 10px;
	padding: 0px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ededed;
}

div.featured-category .postmeta {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div.featured-category .smallmeta {
	float: left;
	width: 200px !important;
	margin: 0px;
	padding: 0px 0px 0px 12px;
}
div.featured-category .thumb {
	margin: 0px 0px 11px;
	padding: 0px;
	float: left;
	width: 285px !important;
	border-width: 0px;
	border-style: none;
	overflow: hidden !important;
	height: 130px;
}
div.featured-category .smallthumb {
	margin: 0px 0px 11px;
	padding: 0px;
	float: left;
	width: 48px !important;
	border-width: 0px;
	border-style: none;
	overflow: hidden !important;
	height: 48px;
}
div.featured-category .thumb img {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	float: left;
	max-width: 100%;
	height: auto;
}

/*/////////////////////////////////////////////////////////////////////////////
// Sidebar Feat css
////////////////////////////////////////////////////////////////////////////*/
.sidefeat h4 {font-size: 1.25em; font-weight:bold !important; margin: 0;}
.sidefeat li {margin:0 0 8px; padding: 0 0 8px !important; border-bottom: 1px solid #ccc;}
.sidefeat img.alignleft { width:65px; height:auto; float:left; margin: 0 8px 8px 0;}
.sidefeat span {font-size: 0.85em;}

/*/////////////////////////////////////////////////////////////////////////////
// Footer css
////////////////////////////////////////////////////////////////////////////*/
footer a {}
footer a:hover {}

footer #devlink {
	font-size: 0.85em;
	color: #999;
	margin: 0.5em 0 0;
	padding: 0px;
	float: left;
	width: 100%;
}
footer #devlink a {color: #999;}

div.fbox {
	float: left;
	width: 30%;
}
div.fbox.wider-cat {
	width: 30%;
	padding-right: 4%;
	padding-left: 4%;
}
.footer-top {
	margin: 0px;
	float: left;
	width: 100%;
	background: #167fc0 url(images/textures/body-bg6.png) repeat;
	padding: 0px;
}
.footer-bottom {
	float: left;
	width: 100%;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background: #ffffff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjYmZkZWVmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZjRmYmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTclIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  #ffffff 1%, #bfdeef 5%, #f4fbff 25%, #ffffff 57%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(5%,#bfdeef), color-stop(25%,#f4fbff), color-stop(57%,#ffffff));
background: -webkit-linear-gradient(top,  #ffffff 1%,#bfdeef 5%,#f4fbff 25%,#ffffff 57%);
background: -o-linear-gradient(top,  #ffffff 1%,#bfdeef 5%,#f4fbff 25%,#ffffff 57%);
background: -ms-linear-gradient(top,  #ffffff 1%,#bfdeef 5%,#f4fbff 25%,#ffffff 57%);
background: linear-gradient(top,  #ffffff 1%,#bfdeef 5%,#f4fbff 25%,#ffffff 57%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );

}

.footer-left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 49%;
	text-align: left;
}
.footer-right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 49%;
	text-align: right;
}
.ftop {
	width: 100%;
	padding: 2% 0%;
	float:left;
	color: #FFF;
}
footer .ftop a {
	color: #DDF1FF;
	text-decoration: none;
}
footer .ftop h3 a {
	color: #FC0;
	text-decoration: none;
}
footer .ftop a:hover {
	color: #FFF;
	text-decoration: none;
}

.ftop h3.widget-title {
	margin-bottom: 0.6em;
}

.footer-right ul {
	margin: 0px;
	padding: 0px 0px 8px;
	width: auto;
	list-style: none;
	display: block;
	float: right;
}
.footer-right ul li  {
	font-size: 1.125em;
	display: inline-block;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
}
.footer-right li a { color: #333; text-decoration:none; }
.footer-right p {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 0.85em;
	list-style: none;
	display: block;
	float: right;
}
/*/////////////////////////////////////////////////////////////////////////////
// Comments css
////////////////////////////////////////////////////////////////////////////*/
#commentpost {
	margin: 0px 0px 2em;
	padding: 2% 0%;
	float: left;
	width: 100%;


}
#commentpost #rssfeed {
	float: left;
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
}

#commentpost #rssfeed a {
	background: url(images/rss2.png) no-repeat left center;
	padding-left: 22px;
	font-size: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
}
#commentpost #rssfeed a:hover {
	color: #222;
	text-decoration: underline;
}

#commentpost h4, h3#reply-title{
	font-size: 1.5em;
	margin: 1.25em 0px 0px;
	padding: 0px 0px 5px;
	float: left;
	width: 100%;
}
.comment h3#reply-title {
	margin: 0px;
	padding: 0px;
}

#rss-com {
  margin: 0px;
  padding: 0px 0px 25px;
  float: left;
  width: 100%;
}

#rss-com p {
  margin: 0px;
  padding: 0px;
  float: left;
}

#rss-com p a {
  display: inline-block;
  margin: 0px 20px 0px 0px;
  padding: 4px 10px;
  float: left;
  font-size:1em;
  text-decoration: underline;
}


ol.commentlist {
  list-style: none;
  margin: 0;
  padding: 2em 0;
  text-indent: 0;
  float: left;
  width: 100%;
}

#commentpost blockquote {
	margin-bottom: 1em;
}

#commentpost blockquote blockquote {
  margin: 8px 0px;
  padding: 6px;
}

ol.commentlist blockquote p {
  margin: 0px !important;
  padding: 0px !important;
}

#respond {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

ol.commentlist li {
	height: 1%;
	display: inline;
	margin: 0 0 15px;
	padding: 0px 5% 25px 0px;
	position: relative;
	float:left;
	width: ;
	width: 95%;
}

ol.commentlist li li {
	padding: 0px 5% 15px !important;
	margin: 15px 0px 0px !important;
	background: transparent none;
	width: 90% !important;
	border-bottom: 2px solid #ccc;
	border-left: 1px solid #ccc;
}
ol.commentlist li li img.avatar {
	width: 32px;
	height: 32px;

}
ol.commentlist li.alt {}

ol.commentlist li.bypostauthor {}

ol.commentlist li.byuser {}

ol.commentlist li.comment-author-admin {}

#commentpost ol.commentlist li.comment {
	background: url(images/inline-com.png) repeat-x left bottom;
	}
#commentpost ol.commentlist li.comment ul li {
	background: transparent none;
}

ol.commentlist li div.comment-author {
  padding: 10px 0px 0 0;
}
ol.commentlist li div.comment-author small a {
	color: #999;
	text-decoration: none;
}

li.depth-2, li.depth-3, li.depth-4, li.depth-5, ol.commentlist ul.children { padding-bottom: 0px !important; margin-bottom: 0px !important;  }

ol.commentlist li div.vcard {
	padding-left: 75px;
	padding-top: 0px;
	margin-top: 0px !important;
}
#commentpost ol.commentlist li ul li .vcard {
	padding-left: 55px !important;
}
ol.commentlist li div.vcard p {
}
.comment-body #respond {
	width: 100%;
	float:left;
	position: relative;
	margin-bottom: 1em;
}
.fn a {
}

ol.commentlist li div.vcard cite.fn {
  font-style: normal;
}

ol.commentlist li div.vcard cite.fn a.url {
  text-decoration: underline;
}

ol.commentlist li div.vcard cite.fn a.url:hover {
}

ol.commentlist li img.avatar {
  border: 1px solid #d5d5d5;
  float:left;
  padding: 5px;
  background: #FFFFFF;
}

ol.commentlist li div.vcard img.avatar-32 {}

ol.commentlist li li div.vcard img.photo {
  height: 32px;
  width: 32px;
}

ol.commentlist li div.vcard span.says {}

ol.commentlist li div.commentmetadata {}

ol.commentlist li div.comment-meta {
  position: absolute;
  right: 21px;
  text-align: right;
  top: 25px;
  margin-bottom: 25px;
}

ol.commentlist li div.comment-post-meta {
  font-weight: bold;
  margin: 0 0 0.5em;
}

ol.commentlist li div.comment-meta a {

}

ol.commentlist li div.comment-meta a:hover {
  color: #000000;
}

ol.commentlist li p {
}

ol.commentlist li p a {
}

ol.commentlist li ul {
  list-style: square;
  margin: 0 0 1em;
  padding: 0;
  text-indent: 0;
  font-weight: normal;
  font-variant: normal;
}

ol.commentlist li div.reply {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
    font-size: 0.85em;
}

ol.commentlist li div.reply a {
	background: #ddd;
	padding: 2px 6px;
	color: #555 !important;
	border: 1px solid #B6B6B6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
}

ol.commentlist li div.reply a:hover {
background: #ddd;
color: #222 !important;
   border: 1px solid #ccc;
   -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}


ol.commentlist li ul.children {
  list-style: none;
  margin: 1em 0 0;
  text-indent: 0;
}

ol.commentlist li ul.children li {}

ol.commentlist li ul.children li.alt {}

ol.commentlist li ul.children li.bypostauthor {}

ol.commentlist li ul.children li.byuser {}

ol.commentlist li ul.children li.comment {}

ol.commentlist li ul.children li.comment-author-admin {}


li.depth-2, li.depth-3, li.depth-4, li.depth-5, commentlist ul.children {
	display: inline;
}
ol.commentlist li ul.children li.depth-2 {
  margin: 0 0 0 45px;

}

ol.commentlist li ul.children li.depth-3 {
	margin: 0 0 0 25px;

}

ol.commentlist li ul.children li.depth-4 {
	margin: 0 0 0 25px;
}

ol.commentlist li ul.children li.depth-5 {
	margin: 0 0 0 25px;
	}

ol.commentlist li ul.children li.odd {}

#commentpost .comment_text {
	word-wrap: break-word;
}

#commentpost .comment_text ul {
  margin-bottom: 24px;
  width: 100%;
  margin-left: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  list-style: none;
}

#commentpost .comment_text ul ul, #commentpost .comment_text ol ol {
  margin: 0px;
  list-style: none;
}

#commentpost .comment_text ul li {
	margin: 0px 0px 5px 25px !important;
	list-style: square;
	background: transparent none !important;
	border: 0px none !important;
	padding: 0px !important;
	line-height: 20px;
}

#commentpost .comment_text ul li ul li {
  margin-bottom: 0px;
  margin-top: 1px;
  margin-left: 0px;
  list-style: none;
  padding-left: 0px;
}

#commentpost .comment_text ol {
  list-style: decimal;
  margin-bottom: 24px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
}

#commentpost .comment_text ol li {
	list-style: decimal;
	margin: 0px 0px 5px 25px !important;
	background: transparent none !important;
	border: 0px none !important;
	padding: 0px !important;
	line-height: 20px;
}

#commentpost .comment_text ol li ol li {
  margin-bottom: 0px;
  margin-top: 1px;
  padding-left: 0px;
  list-style: square;
  margin-left: 15px;
}


ol.commentlist li.even {
}

ol.commentlist li.odd {
}

ol.commentlist li.parent {}

ol.commentlist li.pingback {}

ol.commentlist li.pingback .parent {}

ol.commentlist li.pingback div.vcard {
  padding: 0 170px 0 0;
}

ol.commentlist li.thread-alt {}

ol.commentlist li.thread-even {}

ol.commentlist li.thread-odd {}

ol.pinglist {
	margin: 0px;
	padding: 0px;
}

ol.pinglist li {
	margin: 0px 0px 8px;
	padding: 0px 0px 8px;
	float: left;
	width: 100%;
	background: url(images/inline-com.png) repeat-x bottom;
	list-style: none;
}

ol.pinglist li a{
	color: #204C6E;
	text-decoration: none;
}

ol.pinglist li a:hover {
  color: #000000;
}
p.logged-in-as {
	margin: 0px 0px 1em;
	padding: 0px;
	float: left;
	width: 100%;
}

.cancel-comment-reply {
    bottom: 45px;
    margin-bottom: 10px;
    position: absolute;
    right: 80px;
    z-index: 1000;
}
.comment-author #respond{ margin: 1.5em 0; }
.comment-author #respond h3 { font-size: 1.125em; margin: 0 0 1em; }
.comment-author #respond h3 small { font-size: 0.7em;  }

#respond a {}

#linking li {
  margin: 0px 0px 8px;
  padding: 0px;
  float: left;
  width: 100%;
}

#linking li a {
}

#commentform {
	background: none repeat scroll 0 0 #EEEEEE;
	border: 1px solid #ddd;
	clear: both;
	float: left;
	margin: 0;
	padding: 3%;
	width: 93%;
	-webkit-box-shadow: 0 4px 8px #aaa;
	box-shadow: 0 4px 8px #aaa;
}
#commentform p {
	margin: 0px 0px 1.125em;
	padding: 0px;
	float: left;
	width: 100%;
}

#commentform input[type="text"] {
padding: 0.5em;
margin: 0px 1em 0px 0px;
border: 1px solid #ccc;
display:block;
width: 50% !important;
float:left;
color: #777;
}


#commentform input[type="text"]:focus, #commentform textarea:focus {
	border: 1px solid #0066CC !important;
    color: #333;

}
#commentform p span.required, .comment-notes {}
#commentform p span.required {
  color: #D61111;
}

p.comment-form-comment label {
  margin: 0px;
  display: block;
}

#commentform label {
	font-weight:bold;

}
#commentform textarea#comment {
	margin: 0px;
	padding: 7px;
	width: 94%;
    clear:both;
	height: 5em;
	border: 1px solid #ccc;
    overflow: auto;
}
#commentform textarea#comment:focus {
	height: 14em;
}
.form-submit #submit {
	color: #444 !important;
	text-decoration: none;
	background: #ccc;
	display: block;
	margin: 0px;
	padding: 4px 12px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-weight: bold;
	border: 1px solid #bbb;
}


.form-submit #submit:hover {
	border: 1px solid #aaa;
	cursor: pointer;
}

p.form-allowed-tags {
}
#respond p.must-log-in {
display:block;
width:100%; float:left;
  clear:both;
  margin: 1em 0;
}

/*//////////////////////////////////////////////////////////////////////////////
// portfolio filter
/////////////////////////////////////////////////////////////////////////////*/
#portfolio-filter {
  width: 100%;
  float:left;
  list-style: none;
}
#portfolio-filter li{
display:inline;
margin: 0;
padding: 0;
float:left;
}

#portfolio-filter li a{
display:inline-block;
margin: 0 10px 0 0 !important;
padding: 0.65em 2em;
background: #ddd;
color: #333;
float:left;
-webkit-border-radius: 5px;
border-radius: 5px;
}

#portfolio-filter li a:hover {
background: #ccc;
color: #222;
}

#portfolio-list {
	width: 96%;
    padding:2%;
	float:left;
    background: #fff;
}
#portfolio-list h1.folio {
	margin: 0px 0px 0.4em;
	padding: 0px;
	float: left;
	width: 100%;
}
#portfolio-list h1 span {
	color: #aaa;
    font-size:0.65em;
}


#portfolio-list article.one-col {
  width: 100% !important;
  float:left;
  padding:0 !important;
  border: 0 none;
  margin: 0;
  position:relative;
  overflow:hidden;
}
#portfolio-list article.two-col {
  width: 50% !important;
  float:left;
  padding:0 !important;
  border: 0 none;
  margin: 0;
  position:relative;
  overflow:hidden;
}
#portfolio-list article.three-col {
  width: 33% !important;
  float:left;
  padding:0 !important;
  border: 0 none;
  margin: 0;
  position:relative;
  overflow:hidden;
}

#portfolio-list article.four-col {
  width: 25% !important;
  float:left;
  padding: 0 !important;
  margin: 0;
  border: 0 none;
  position:relative;
  overflow:hidden;
}

#portfolio-list .folio-post img {
  max-width: 100%;
  width:auto;
  height: auto;
  float:left;
  margin: 0; padding: 0;
}


.folio-post .slidecaption {
	float: left;
	position: absolute;
	background: #000 url(images/link.png) no-repeat center center;
	height: 100%;
    text-align:center;
	width: 100%;
	opacity: .5;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	top: -999em;
}


.folio-post .slidecaption h1 {
   color:white;
   position: absolute;
   bottom: 50px;
   width:100%;
    text-align:center;
}

/*//////////////////////////////////////////////////////////////////////////////
// mobile css
/////////////////////////////////////////////////////////////////////////////*/


@media only screen and (min-width :768px) and (max-width :1024px){/* ipad 1024px */
#post-entry article.home-post {width:45%;height: 400px;}
#custom-img-header img {
  max-width:100%;width:auto;height:auto;
}
#wrapper-main, footer .innerwrap {margin: 0px 1.25em;}
} 

@media only screen and (min-width :480px) and (max-width :770px){/* ipad 780px */
#custom-img-header img {
  max-width:100%;width:auto;height:auto;
}
#topbanner { width:100%; margin: 1em 0 0; float:left;}
#socialbox { float:left;width: 90%; display:block; padding: 0em 1em !important; margin: 1em 0; }
#post-entry article.home-post {width:100%;height: auto;padding: 0 0 2em !important;}
#wrapper-main, footer .innerwrap {margin: 0px 1.25em;}
.content {margin: 0 0 0 180px;}
#right-sidebar {
margin: 0 0 0 180px;
padding-bottom: 25px;
position: relative;
float: left;
}
#right-sidebar.sidebar {width:auto !important;}
} 


@media only screen and (min-width :230px) and (max-width :490px){/* mobile/iphone 480px */
body {font-size: 85%; }
#custom-img-header img {
  max-width:100%;width:auto;height:auto;
}

#post-entry article.home-post {width:100%;height: auto;margin:0 !important;padding: 0 0 2em !important;}
#wrapper-main, footer .innerwrap {margin: 0px 1.25em;}

#siteinfo {
width:100%;
text-align:center;
}

.content {margin: 0 !important;}
#post-entry article .post-right {
margin: 0px;
padding: 0px;
width: 100%;
}

#right-sidebar {
margin: 0;
padding-bottom: 25px;
position: relative;
float: left;
}
#right-sidebar.sidebar {width:100% !important;}
.footer-left, .footer-right {width:100% !important; padding: 1em 0; text-align:center;}
.footer-right {margin:0; padding:0;}
.footer-right ul {
	text-align:center;
	width:auto !important;
margin: 0 auto !important;
float: none !important;
padding: 1em 0 !important;
}
.footer-right ul li {float: none !important;}
.ftop {padding: 2em 0 0;}
#socialbox { width: 90%; display:block: padding: 0em 1em !important; margin: 1em 0; }
div.fbox,div.fbox.wider-cat {width:100% !important; padding:0; }
#left-sidebar,#topbanner  {display:none;}
} 