 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,  ul ul,  ul ul ul,  li,  li li,  li li li,  fieldset,  form,  label,  legend,  table,  caption,  tbody,  tfoot,  thead,  tr,  th,  td {
	margin: 0; padding: 0; border: 0; outline: 0;
	vertical-align: baseline; 
}
 body { line-height: 1.3;font-size: 13px; font-family: arial, sans-serif;}
 ol,  ul { list-style: none;}
 blockquote,  q { quotes: none;}
 blockquote:before,  blockquote:after,  q:before,  q:after { content: '';	content: none;}
 :focus { outline: 0;}
 ins {	text-decoration: none;}
 del {	text-decoration: line-through;}
 table { border-collapse: collapse; border-spacing: 0;}

body {margin:0;padding:0}

	
#fullheader {
	background: #fff;
}

#thfrlogonew4png-link {
	position: absolute;
	top: 35px;
	left: -10px;
}
#thfr-ata-n1 {
	position: absolute;
	top: 40px;
	left: 480px;
}

#fullmenu {
	background: #8dc641;
    padding: 10px 0;
}
#fullwidgets {
	background: #444 url("images/shadow8.png") no-repeat scroll center -24px;
	padding: 30px 10px;
	border-top: solid 10px #333;
	border-bottom: solid 10px #222;
}
#fullfooter {
	padding-top: 15px;
	background: #333 url("images/shadow8.png") no-repeat scroll center -24px;
}

#rssbutton {
	position: absolute;
	top: 2px;
	right:40px;
	background: url("images/rss5.png") no-repeat scroll top left;
	display:block;
	width: 29px;
	height: 28px;
}


#wrapper, .wrapper {
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;
	width:960px;
}

#menuwrapper {
	position:relative;
}

/* add these to themeframe */
.tagcloud, .textwidget {
padding:18px;
}

#div-header {
height: 150px;
text-align:left;
position: relative;
}


 .alignleft {	float:left; }
 .alignright { float: right }
 
 .aligncenter,  div.aligncenter {
	display: block;
	margin: 15px auto;
}

.alignnone {
	margin: 15px 0;
}

 img.alignleft,  div.alignleft {
	/* display:inline; */
	margin: 8px 10px 5px 0;
}

 img.alignright,  div.alignright {
	/* display:inline; */
	margin: 8px 0 5px 10px;
}

.sticky {
}

.bypostauthor {
}

 p img {
	max-width: 100%;
	padding: 0;
	height: auto; /* Since RC2b */
	width: auto; /* Since RC2b */
}

 #container {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* resetting the "text-align: center" of "div#wrapper" */
padding: 5px;
}

/* Since RC2 */
 .col {
	display:table-cell;
	vertical-align: top;
	box-sizing: border-box; /* IE8+, Opera7+? */
	-webkit-box-sizing: border-box; /* Chrome & Safari. Needed? Issues? */
	-moz-box-sizing: border-box; /* Firefox. Check 4 and 3.x */
}
.table {
	display:table;
	border-collapse: separate;
	/*table-layout:fixed;*/ /* Issues in IE. Enough to set only the parent #layout. */
	border-spacing: 0px;
	box-sizing: border-box !important; /* IE8+, Opera7+? */
	-webkit-box-sizing: border-box !important; /* Chrome & Safari. Needed? Issues? */
	-moz-box-sizing: border-box !important; /* Firefox. Check 4 and 3.x */
	width:100%;
}
.row {
	display: table-row;
}


/*-------------------- LAYOUT  -----*/
	
 #layout {
	font-size: 100%;
	width: 100%;
	table-layout: fixed;
}



/* layout column widths controlled by "COL" items, not by "TD" items */
.col-left { width: 360px} 
.col-left-left { width: 200px}
.col-left-right { width: 160px}
.col-center {width: 100%} 
.col-right { width: 460px} 
.col-right-left { width: 160px}
.col-right-right { width: 300px}


/* Horiz. Menus Uncomment : */


ul#nav, ul#nav2 {
	/* float: left; */
	list-style: none;
	margin: 0; 
	padding: 0;
	text-align:left;
}

ul#nav a, ul#nav2 a { 
	display: block; 
	width: auto; 
	text-decoration: none; 
}

ul#nav li, ul#nav2 li { 
	float: left; 
	padding: 0; 
	width: auto; 
}

ul#nav ul li, ul#nav2 ul li { 
	width: 100%; 
	float: none; 
}


ul#nav ul, ul#nav2 ul {
	position: absolute;
		left: -999em;
		height: auto;
	/*border-width: 1px;*/
	margin: 0;
}

ul#nav li:hover ul ul, ul#nav li:hover ul ul ul, 
ul#nav li.sfhover ul ul, ul#nav li.sfhover ul ul ul,
ul#nav2 li:hover ul ul, ul#nav2 li:hover ul ul ul, 
ul#nav2 li.sfhover ul ul, ul#nav2 li.sfhover ul ul ul {
	left: -999em;
}

ul#nav li:hover ul, ul#nav li li:hover ul, ul#nav li li li:hover ul, 
ul#nav li.sfhover ul, ul#nav li li.sfhover ul, ul#nav li li li.sfhover ul,
ul#nav2 li:hover ul, ul#nav2 li li:hover ul, ul#nav2 li li li:hover ul, 
ul#nav2 li.sfhover ul, ul#nav2 li li.sfhover ul, ul#nav2 li li li.sfhover ul {
	left: auto;
	z-index: 100000; /* Since RC2b */
}

/* Horiz. Menus Uncomment : */

ul#nav, ul#nav2 { 
	line-height: 33px; 
}

ul#nav ul a, ul#nav2 ul a { 
	width: 150px; 
}

ul#nav a, ul#nav2 a { 
	padding-left: 10px; 
	padding-right: 10px; 
}

ul#nav ul ul, ul#nav2 ul ul { 
	margin-left: 170px; 
	margin-top: -33px; 
}




body {
	font-size:15px;
	line-height:20px;
	font-family: corbel,arial,sans-serif;
}
h1 {
	font-weight:bold;
	font-size:25px;
	margin-bottom:10px;
}
h2 {
	font-size:21px;
	margin-bottom:9px;
}
h3 {
	font-size:17px;
	margin-bottom:8px;
}
h4 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:7px;
}
h5 {
	font-size:11px;
	margin-bottom:5px;
}
h6 {
	font-size:10px;
	margin-bottom:4px;
}
body p {
	margin-bottom:10px;
}
body a {
	/*color:#2076a8;*/
	color: #2598c7;
	font-weight: bold;
	text-decoration:none;
}
body a:hover {
	text-decoration:underline;
}
p.wp-caption-text {
	color:#636363;
	font-size:11px;
	font-style:italic;
}
.post ol {
	list-style-type:none;
	margin-top:10px;margin-bottom:10px;
}
.post ul {
	list-style-position:outside;
	list-style-type:disc;
	margin-top:10px;margin-bottom:10px;margin-left:20px;
}
.post ul ul {
	list-style-position:outside;
	list-style-type:circle;
	margin-top:2px;margin-bottom:3px;margin-left:25px;
}
.post ul ul ul comment{
	list-style-position:outside;
	list-style-type:square;
	margin-top:2px;margin-bottom:3px;margin-left:25px;
}
.post ul li {
	margin-bottom:2px;
}
.post table {
	border-bottom: solid 1px #e0e0e0;border-left: solid 1px #e0e0e0;
}
.post table caption {
	color:#707070;
	font-size:14px;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:4px;
}
.post table th {
	color:#ffffff;
	font-weight:normal;
	padding: 6px 8px 6px 9px;
	background: #5e5e5e;
}
.post table td {
	border-right: solid 1px #dbdbdb;
	padding: 5px 8px;
}
.post table tr.even td {
	background: #e3e3e3;
}
blockquote {
	color:#777777;
	border-left: solid 5px #dddddd;
	margin:15px 30px 0px 10px;
	padding-left: 20px;
}
#container {
	position:relative;
	padding: 0 10px;
}

.headerimage {
	clear:both;
	background: #ababab;
	width:auto;
	height:150px;
}
h1#sitetitle {
	font-size:36px;
	line-height:36px;
	margin-top:5px;margin-bottom:5px;
	width:600px;
}
h1#sitetitle a {
	text-decoration:none;
	color:#556fad;
}
h1#sitetitle a:hover {
	color:#688cd4;
}
p#tagline {
	font-size:16px;
	letter-spacing:1px;
	color:#4f4f4f;
	margin-top:5px;margin-bottom:17px;
	width:500px;
}
a.rsslink {
	float:right;
	margin-right:15px;margin-bottom:8px;
}
a.rsscommentslink {
	float:right;
	margin-top:5px;margin-right:8px;
}
#td-left2 {
	padding-right: 10px;
}
#td-left3 {
	padding-right: 10px;
}
h3.pagetitle {
	font-weight:normal;
	font-size:13px;
	color:#737373;
	letter-spacing:2px;
	padding: 7px 10px;
	background: #f4f4f4;
}
#div-right1 {
	padding-left: 25px;
}
#td-right2 {
	padding-left: 10px;
}
#td-right3 {
	padding-left: 10px;
}




#div-footer {
	text-align:center;
	padding:15px 15px 50px 15px;
	color: #777;
	font-size:12px;
}
#div-footer a {
	color: #999;
}

.breadcrumbs {
	clear:both;
	color:#7a7a7a;
	margin-top: 10px;
	margin-bottom:10px;
	padding:7px 0;
}
.breadcrumbhome {
	background: url("images/themeframe-premium-wordpress-themes.png") no-repeat scroll top left;
	padding-left: 16px;
	margin-right: 5px;
}
.searchform {
	position: absolute;
	right: 0;
	top: 60px;
	
}
.searchform form input.searchfield {
	border: solid 1px #eeeeee;
	padding:4px;
	width:187px;
}
.searchform form input.searchbutton {
	color:#ffffff;
	overflow:hidden;
	border: solid 1px #29abe0;
	margin-left:5px;
	padding: 4px 8px 4px 7px;
	background: #29abe0;
	width:60px;
}
.multinav {
	border-top: solid 5px #f4f4f4;border-bottom: solid 5px #f4f4f4;
	margin-bottom:15px;
	padding: 5px 0px;
}
.multinav .older {
	float:left;
}
.multinav .newer {
	float:right;
}
#multinav2 {
	border-top: none;
	margin-bottom:15px;
	border-bottom: none;
	padding-top: 0px;
}
.singlenav .older {
	float:left;
}
.singlenav .newer {
	float:right;
}
img.postthumb {
	margin-top:0px;margin-right:15px;
}

.post {
	margin-top:30px;
	margin-bottom:20px;
	padding-bottom: 30px;
		border-bottom: solid 7px #eee;
}
.post-headline h2 {
	margin-bottom:7px;
	font-size: 28px;
	float:left;
	line-height: 30px;
}
.post-headline h2 a {
	/*color: #29abe0;*/
	/*color: #8dc641;*/
	color: #86bc3e;
}
.page .post-headline h2 {
	margin-bottom:7px;
	font-size: 28px;
	float:none;
	line-height: 30px;
}
.commentbubble {
	float:left;
	background: url("images/speechbubble3.png") no-repeat scroll top left;
	width: 43px;
	height: 29px;
	text-align: center;
	font-size: 22px;
	margin: 0px 0 0 10px;
	padding-top: 1px;
}
.commentbubble a:link {
	color: #666;
	display:block;
}
.post-byline {
	clear:both;
	color:#999;
	font-size:13px;
	letter-spacing:2px;
	margin-bottom:10px;

}
.post-footer {
	margin-top: 5px;
	color:#999;
	font-size:12px;
	letter-spacing:1px;
	background: #fff; /* cover shadow */
	line-height: 18px;
}
.post-footer a {
	color: #666;
	font-weight: normal;
	border: solid 1px #eee;
	background: #fafafa;
	
	padding: 1px 4px 2px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.iconcategories {
	background: url("images/iconcategories.png") no-repeat scroll 2px 1px;
	padding-left: 20px;
	padding-top: 2px;

	margin-right: 5px;
	vertical-align: 2px;
	
	/*border: solid 1px #eee;*/

	padding: 0 3px 5px 17px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.icontags {
	background: #fff url("images/icontags.png") no-repeat scroll 2px 2px;

	margin-left: 30px;
	margin-right: 5px;
	vertical-align: 2px;

	/*border: solid 1px #eee;*/

	padding: 0 2px 5px 17px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.continuereading {
	font-weight: bold;
	color: #666;
}

.post ul {
	list-style-type:none;
	margin-top:0px;margin-bottom:0px;margin-left:0px;
	padding: 17px 17px 19px 17px;
}
.post ul ul {
	border-top: none  ;
	padding:0px;
}
.post ul li {
	padding-left: 15px;
	margin-bottom: 5px;
	background: transparent url("images/gray-arrow.gif") no-repeat scroll 1px 6px;
}
.post ul li li {
	background: transparent url("images/round-gray.gif") no-repeat scroll 3px 7px;
}
.post ol {
	list-style-type: decimal;
	padding-left: 20px;
	}
.post ol li {
	margin-bottom: 5px;

}


.widget {
	color: #111111;
	font-size: 14px;
	margin-bottom: 15px;
	background: #f4f4f4;
}

.widget h3 {
	color: #666;
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: -0px;
	padding: 7px 6px 6px 15px;
	background: #eeeeee;
	border-bottom: solid 1px #e5e5e5;
}
.widget ul {
	list-style-type:none;
	margin-top:0px;margin-bottom:0px;margin-left:0px;
	padding: 17px 17px 19px 17px;

}
.widget ul ul {
	border-top: none  ;
	padding:0px;
}
.widget ul li {
	padding-left: 15px;
	background: transparent url("images/gray-arrow.gif") no-repeat scroll 1px 6px;
}
.widget ul li li {
	background: transparent url("images/round-gray.gif") no-repeat scroll 3px 7px;
}
#hormenu {
	clear:both;
	background: #8dc641;
}

#menushadow {
	background: url("images/shadow2.png") no-repeat scroll center bottom;
	padding-bottom: 29px;
	height:49px;
}

ul#nav {
	/*float:left;*/
	list-style-type:none;
	line-height:33px;
	background: #b8d5e6;
}
ul#nav li {
	float:left;
	width:auto;
}
ul#nav li a {
	color:#ffffff;
	text-decoration:none;
	display:block;
	padding-right: 10px;padding-left: 10px;
	background: #8dc641;
	width:auto;
}
ul#nav li a:hover, ul#nav li.current_page_item a {
	background:#cccccc;
	color:#f7f7f7;
	background: #29abe0;
}
#hormenu2 {
	clear:both;
	background: #000000;
}
ul#nav2 {
	line-height:33px;
	float:left;
	list-style-type:none;
}
ul#nav2 li {
	float:left;
	width:auto;
}
ul#nav2 li a {
	color:#ffffff;
	text-decoration:none;
	display:block;
	padding-right: 10px;padding-left: 10px;
	background: #000000;
	width:auto;
}
ul#nav2 li a:hover {
	background:#444444;
	background: #707070;
}
#widgetarea2 .td1 {
	padding-right: 6px;
}
#widgetarea2-2 .td1 {
	padding-right: 6px;
}

#widgetarea3 .widget {
	color:#ababab;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: solid 0px #000000;
	-moz-box-shadow: 0px 0px 0px #000000;
	-webkit-box-shadow: 0px 0px 0px #000000;
	box-shadow: 0px 0px 0px #000000;
	margin-bottom:0px;
	background:none;
	text-align: left;
}
#widgetarea3 .widget h3 {
	color:#aaa;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: none;
	border-bottom: 0;
}
#widgetarea3 .widget a {
	color:#ccc;
}
#widgetarea3 .widget ul {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;

}
#widgetarea3 .widget ul ul {
	border-top: none  ;
}
#widgetarea3 .td1 {
	border-right: solid 1px #222;
}
#widgetarea3 .td2 {
	border-left: solid 1px #666;
	border-right: solid 1px #222;
}
#widgetarea3 .td3 {
	border-left: solid 1px #666;
}

img#thfrlogogif {
	float:left;
	margin-bottom:13px;
}

.single .searchform form input.searchfield {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.single .singlenav {
	border-top: solid 5px #f4f4f4;border-bottom: solid 5px #f4f4f4;
	margin-bottom:15px;
	padding-top: 5px;padding-bottom: 5px;
}
#singlenav2 {
	margin-top:18px;
	padding-top:15px;
	border-bottom: none;
}
.page .post {
	border-bottom: dashed 0px #ccc;
	padding-top: 10px;
}
.page .post-headline h2 {
	margin-bottom:15px;
}
div.page {margin-top: 10px;}

ul#nav ul ul {
	margin-top:-33px;margin-left:170px;
}
ul#nav ul li {
	float:none;
	width:100%;
}
ul#nav ul li a {
	width:150px;
}
ul#nav2 ul ul {
	margin-top:-33px;margin-left:170px;
}
ul#nav2 ul li {
	float:none;
	width:100%;
}
ul#nav2 ul li a {
	width:150px;
}

div#respond {
	/* border-top: solid 5px #eee; */
	padding: 0px 0 15px 0;
}

.onecomment {
	margin-left: 65px;

	padding-bottom: 10px;
}

.commentnav {
	margin-bottom:21px;
}

.comment-author-name {
	font-size:15px;
	font-weight: bold;
	float: left;
}
.commentmetaline {
	height: 26px;
}
.commentmeta {
	float: right;
	font-size:12px;
	text-align:right;
}
.commenttext {
	font-size: 14px;
	line-height: 16px;
}
.wp-smiley {
	margin-bottom: -3px;
}
.commenttext p {
	margin-bottom: 6px;
}
.commentsto {
	float:left;
	color: #fff;
	background: url("images/speechbubble7.png") no-repeat scroll top left;
	width: 50px;
	height: 34px;
	text-align: center;
	font-size: 24px;
	margin: 2px 10px 0 0px;
	font-weight: bold;
	padding-top: 3px;
}
.greenfont {
	/*color: #8dc641;*/
	color: #86bc3e;
}
#reply-title {
	color: #86bc3e;
}
h3#comments {
	margin: 20px 0 10px 0;
	line-height: 18px;
}

#commentnav2 {
	margin-top:11px;margin-bottom:28px;
}
ul.commentlist {
	margin: 20px 0 30px 0;
	padding-left: 5px;
	border-bottom: solid 3px #eee;
	border-top: solid 3px #eee;
}
ul.commentlist li {
	padding-top: 15px;
	border-top: dashed 1px #ccc;
}
ul.commentlist li:first-child {
	border-top: none;
}
ul.commentlist li li {
	border: none;
	padding:0;
}
textarea#comment {
	width: 99%;
}
	
p.xhtml-tags {
	font-size:12px;
}

#commenttags {
	outline: 0;
}
	
img.avatar {
	display:block;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#cancel-comment-reply {
	margin-bottom:10px;
}


/* Clearfix fixes some floating issues */
.clearfix:after 	{
  	content: "."; 
  	display: block; 
  	height: 0; 
  	clear: both; 
  	visibility: hidden;
	}
	
.clearfix {
	min-width: 0;		/* trigger hasLayout for IE7 */
	display: inline-block;
	/* \*/	display: block;	/* Hide from IE Mac */
	}
	
* html .clearfix {
	/* \*/  height: 1%;	/* Hide from IE Mac */ 
	}


.slider-wrapper { 
	background: white; 
	height: 320px;
	margin-top: 30px;
}

/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

#slider {
    position:relative;
    width:960px; /* Change this to your images width */
    height:300px; /* Change this to your images height */
    background:url("images/loading.gif") no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}


.post .screenshottable, .post .screenshottable td {
 border:none !important;
}

.screenshottable img {
    border: solid 5px #000;
}