/*  
Theme Name: TSME
Theme URI: http://tsme.com/
Author: Solostream
Author URI: http://solostream.com/
*/

/* 

If you need to add additional styles for other elements such as plugins, you can do so by adding them to the custom.css - and they will automatically be pulled in for you

*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

html, body {
	height:100%;
}
* {
	margin:0; 
	padding:0;
}
p {
	line-height:150%;
	margin-bottom:15px;
}
img {
	border:0;
}

/* -------------------[ Main Container Elements Elements ]------------------- */

body {
	font-family: Calibri, sans-serif;
	font-size:11pt;
	line-height:1.5em;	
	color:#000;
	text-align:center; 
	background:#fff;
}
#front-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -131px;
	background:url(images/front-container.png) top repeat-x;
}
#inside-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -131px;
	background:url(images/inside-container.png) top repeat-x;
}
#wrapper {
	position:relative;
	width:985px;
	text-align:left;
	margin: 0 auto;
	display:block;
}

/* -------------------[ Header Elements ]------------------- */

#header {
	position:relative;
	float:left;
	width:985px;
	height:70px;
	display:block;
	background:url(images/number.png) center right no-repeat;
	z-index:9999;
}
#header2 {
	position:relative;
	float:left;
	width:985px;
	height:85px;
	display:block;
}
#headerinfo {
	position:relative;
	float:left;
	width:545px;
	height:85px;	
	display:block;
	background:url(images/logo.png) no-repeat;
}
#headerinfo .title {
	display:none;
	padding:0;
	margin:0;
}
#headerinfo .description {
	color:#666;
	padding: 0;
	margin:0;
	font-size:9pt;
	text-align:right;
	margin:60px 22px 0 0;
}

/* -------------------[ Page Navigation Elements ]------------------- */

#pagenav { 
	position:relative; 
	float:left;	
	width:774px; 
	height:35px; 
	padding:0; 
	margin:35px 0 0;
	z-index:99999;
}
#pagenav ul {
	position:relative; 
	width:800px;
	height:35px;
	text-align:left; 
	padding:0; 
	margin:0 auto; 
	list-style:none; 
	border:0;
}
#pagenav ul li { 
	float:left; 
	margin:0; 
	padding:0 5px 0 0; 
	border:0; 
	list-style:none; 
	display: inline;
}
#pagenav ul li a { 
	float:left; 
	margin:0; 
	padding:8px 0; 
	color:#fff;
	font-weight:bold; 
	text-decoration:none;
}
#pagenav ul li a span { 
	padding:13px 15px; 
	background:none; 
}
#pagenav ul li a:hover { 
	color:#ff8400; 
	background: url(images/r_menu.png) no-repeat right; 
}
#pagenav ul li a:hover span { 
	color:#ff8400; 
	background:url(images/l_menu.png) no-repeat left; 
}
#pagenav ul li a.active { 
	color:#ff8400;
	background:url(images/r_menu.png) no-repeat right; 
}
#pagenav ul li a.active span { 
	color:#ff8400; 
	background:url(images/l_menu.png) no-repeat left; 
}
#pagenav li ul {
	line-height:2em;
	z-index:9999;
	position: absolute;
	left: -999em;
	top:35px;
	width: 175px;
	margin:0;
	padding:0;
	clear:both;
}
#pagenav li li {
	padding:0;
	margin:0;
	border-left:1px solid #015c8b !important;
	border-right:1px solid #015c8b !important;
	border-bottom:1px solid #015c8b !important;	
}
#pagenav li ul a:active, #pagenav li ul a:link, #pagenav li ul a:visited, #pagenav li ul a span {
	line-height:2em;
	color:#fff;
	border:0;
	width:185px;
	padding: 5px;
	margin:0;
	color:#fff !important;
	background-color:#023b59 !important;
	background-image:none !important;	
	font-size:12px;		
}
#pagenav li ul a:hover, #pagenav li ul a:hover span, #pagenav li ul a:active, #pagenav li ul a:active span  {
	color:#ff8400 !important;
	text-decoration:none !important;
	background-color:#fff !important;
	background-image:none !important;
}
#pagenav li ul ul {
	line-height:2em;
	border-top:0;
	margin: 0 0 0 195px;
	background:none;
	border-left:1px solid #fff;			
}
#pagenav li:hover ul ul, #pagenav li:hover ul ul ul {
	left: -999em;
}
#pagenav li:hover ul, #pagenav li li:hover ul, #pagenav li li li:hover ul {
	left: auto;
}
#pagenav li.current_page_item a, #pagenav ul li.current-menu-ancestor a, #pagenav ul li.current-menu-item a, #pagenav ul li.current-menu-parent a {
	color:#ff8400; 
	background:url(images/r_menu.png) no-repeat right;
}
#pagenav li.current_page_item a span, #pagenav ul li.current-menu-ancestor a span, #pagenav ul li.current-menu-item a span, #pagenav ul li.current-menu-parent a span {
	color:#ff8400; 
	background:url(images/l_menu.png) no-repeat left;
}

/* -------------------[ Front Page Elements ]------------------- */

#featured {
	position:relative;
	float:left;
	width:985px;
	height:330px;	
	display:block;
	background:url(images/featured.png) top no-repeat;
	margin-bottom:45px;
	overflow:hidden;
}
.featured-img {
	position:relative;
	float:left;
	width:534px;
	height:307px;
	display:block;
	background:url(images/featured-img-back.png) bottom no-repeat;
}
.featured-txt {
	position:relative;
	float:right;
	width:365px;
	height:263px;
	display:block;
	margin-right:10px;
	color:#fff;
}
div.featured-txt h3 {
	margin-top:50px;
}
#slider {
	position:relative;
	float:left;
	width:925px;
	height:307px;
	margin:24px 0 0 30px;	
	display:block;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li, #slider2 li { /* define width and height of list item (slide) entire slider area will adjust according to the parameters provided here */ 
	width:925px;
	height:307px;
}	
#prevBtn, #nextBtn, #slider1next, #slider1prev { 
	display:block;
	width:18px;
	height:28px;
	position:absolute;
	left:0px;
	top:135px;
	z-index:1000;
}	
#nextBtn, #slider1next { 
	left:967px;
}														
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a {  
	display:block;
	position:relative;
	width:18px;
	height:28px;
	background: url(images/previous.png) no-repeat 0 0;	
}	
#nextBtn a, #slider1next a { 
	background: url(images/next.png) no-repeat 0 0;	
}
#top-boxes {
	position:relative;
	float:left;
	width:985px;	
	display:block;
	margin-bottom:25px;
}
#top-boxes a {
	color:#006ba2;
	float:right;
	font-size:10pt;
	font-weight:bold;
}
#top-boxes h4 {
	width:319px;
	font-weight:bold;
	margin-bottom:15px;
	padding-bottom:5px;
	text-indent:10px;
	border-bottom:1px solid #e8e8e8;
}
.box1 {
	position:relative;
	float:left;
	width:319px;	
	display:block;
}
.box2 {
	position:relative;
	float:left;
	width:319px;	
	display:block;
	margin-left:14px;
}
.box3 {
	position:relative;
	float:right;
	width:319px;	
	display:block;
}
.box-top {
	position:relative;
	float:left;
	width:319px;
	height:7px;	
	display:block;
	background: url(images/box-top.png) no-repeat;
}
.box-middle {
	position:relative;
	float:left;
	width:319px;
	display:block;
	background: url(images/box-middle.png) repeat-y;
}
.box-bottom {
	position:relative;
	float:left;
	width:319px;
	height:7px;	
	display:block;
	background: url(images/box-bottom.png) no-repeat;
}
.service-pic {
	position:relative;
	float:left;
	width:106px;
	height:80px;	
	display:block;
	margin-top:5px;
}
.service-txt {
	position:relative;
	float:left;
	width:195px;	
	display:block;
}
#bottom-boxes {
	position:relative;
	float:left;
	width:985px;	
	display:block;
	margin-bottom:35px;
	font-size:9pt
}
#bottom-boxes h5 {
	width:319px;
	font-weight:bold;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px solid #e8e8e8;
}
#bottom-boxes h6 {
	width:319px;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#006ba2
}
#bottom-boxes a {
	color:#006ba2
}
.bottom-box1 {
	position:relative;
	float:left;
	width:319px;	
	display:block;
}
.bottom-box2 {
	position:relative;
	float:left;
	width:319px;	
	display:block;
	margin-left:14px;
}
div.bottom-box2 ul {
	padding:0;
	margin:0 0 15px 15px;
}
div.bottom-box2 li {
	padding:5px 0 5px 17px;
	margin:0;
	list-style:none;
	background:url(images/service-bullet.png) left center no-repeat;
}
a.more-service {
	position:relative;
	float:left;
	width:89px;
	height:24px;
	display:block;
	background:url(images/more-service.png) no-repeat;
} 
.bottom-box3 {
	position:relative;
	float:right;
	width:319px;	
	display:block;
}
div.bottom-box3 ul {
	padding:0;
	margin:0;
}
div.bottom-box3 li {
	padding:3px 0;
	margin:0;
	list-style:none;
}
a.more-news {
	position:relative;
	float:left;
	width:89px;
	height:24px;
	display:block;
	background:url(images/more-news.png) no-repeat;
} 

/* -------------------[ Main Content Elements ]------------------- */

#main {
	position:relative;
	float:left;
	width:985px;
	padding:0;
	display:block;
	clear:both;
}
#front-main {
	position:relative;
	float:left;
	width:100%;
	padding:10px;
	display:block;
	clear:both;
}
#content {
	position:relative;
	float:left;
	width:640px;
	display:block;
}
#content-contact {
	position:relative;
	float:left;
	width:572px;
	display:block;
}
#full-content {
	position:relative;
	float:left;
	width:100%;
	display:block;
}
#front-content {
	position:relative;
	float:left;
	width:985px;
	display:block;
}

/* -------------------[ Sidebar Elements ]------------------- */

#sidebar {
	position:relative;
	float:right;
	width:300px;
	display:block;
}
#sidebar select  {
	border:solid 1px #ddd;
	padding:5px;
	overflow:auto;
	width:280px;
}
.inside {
	position:relative;
	float:left;
	width:280px;
	padding:10px;
	display:block;
}

/* -------------------[ Widgets ]------------------- */

#sidebar .widget {
	position:relative;
	float:left;
	width:300px;
	padding:0 0 10px;
	margin-bottom:20px;	
	display:block; 
	overflow:hidden;
}
#sidebar h4.widgettitle {
	position:relative;
	float:left;
	width:298px;
	height:43px;
	line-height:43px;
	list-style:none;
	text-indent:10px;
	margin:0 0 10px;
	color:#fff;
	font-size:18px;
	background:#015785;
	border:1px solid #023b59;
}

/* -------------------[ Search Form Elements ]------------------- */

#searchform {
	position:relative;
	float:right;
	width:254px;
	height:35px;
	display:block;
	margin:24px 10px 0 0;
}
#searchform #searchsubmit {
	margin: 0;
	position:relative;	
	float:right;
	width:41px;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#666;
	background: url(images/submit.png) no-repeat;	
	cursor:pointer;
	border:0;
}
#searchform #s {
	position:relative;
	float:left;
	width:203px;
	height:25px;
	line-height:25px;	
	padding:5px;
	margin:0;
	border:0;
	color:#666;
	background:url(images/search.png) no-repeat;
}

/* -------------------[ Subscribebox Widget ]------------------- */

.widget.subscribebox {
	margin: 0 0 20px;
	padding:5px 0 0;
	overflow:hidden;
	color:#222;
	width:280px;
}
.widget.subscribebox .intro {
	position:relative;
	float:left;
	width:280px;
	padding:0 10px;
	display: inline-block;
}
p.email-form {
	width:280px;
	height:44px;
	margin:0;
	padding:0;
}
p.email-form .sub {
	position:relative;
	float:left;
	width:190px;
	height:22px;
	line-height:22px;	
	padding:5px 0 5px 7px;
	margin:0;
	border:0;
	color:#666;
	border-top:1px solid #023b59;
	border-left:1px solid #023b59;
	border-bottom:1px solid #023b59;				
}
p.email-form .subbutton {
	margin: 0;
	position:relative;	
	float:right;
	width:82px;
	height:34px;
	line-height:34px;
	text-align:center;
	color:#fff;
	background:#015785;
	border:1px solid #023b59;	
	cursor:pointer;
}

/* -------------------[ YouTube Videos Widget ]------------------- */

#slideshowvids {
	border:1px solid #ddd;
	background:#eee;
	margin:0;
	padding:0;
}
#slideshowvids ul {
	padding:0;
	margin:0 !important;
}
#slideshowvids .slides {
	width:278px;
	height:230px;
	background:#eee;
	overflow:hidden;
}
#slideshowvids .slides li {
	padding:4px;
	width:270px;
	height:220px;
	background:#fff;
	border:1px solid #ddd;
	overflow:hidden;
}
#slideshowvids .slides-nav li {
	padding:5px 10px;
	border-top:1px solid #ddd;
	margin:0;
	background-image:none;
}
#slideshowvids .slides-nav li a.activeSlide {
	color:#000;
	font-weight:bold;
}
/* -------------------[ Sidebar Elements ]------------------- */

#contact-sidebar {
	position:relative;
	float:right;
	width:330px;
	display:block;
}
#contact-sidebar h3 {
	border-bottom:1px solid #e2e2e2;
	padding-bottom:10px;
}
#details {
	position:relative;
	float:left;
	width:330px;
	display:block;
	border-bottom:1px solid #e2e2e2;
	padding-bottom:10px;	
	margin-bottom:15px;
}
.address, .telephone, .fax, .sidemail {
	position:relative;
	float:left;
	width:330px;
	display:block;
}
.title {
	position:relative;
	float:left;
	width:75px;
	display:block;
	font-weight:bold;
}
.info {
	position:relative;
	float:right;
	width:240px;
	display:block;
	font-weight:bold;	
}
#map {
	position:relative;
	float:left;
	width:322px;
	display:block;
	padding:4px;
	background:#f9f9f9;
	border:1px solid #e2e2e2;
}

/* -------------------[ Footer Elements ]------------------- */

#footer-container {
	width:100%;
	height:131px;
	background:url(images/footer.png) repeat-x;
}
#footer {
	position:relative;
	margin:0 auto;	
	width:985px;
	height:131px;
	color:#fff;
	display:block;
	text-align:left;
}
.push {
	height:131px;
}
.ftxt1 {
	position:relative; 
	float:left;
	margin:25px 0 0;
	display:block; 
}
.ftxt2 {
	position:relative; 
	float:right;
	width:350px;
	margin:25px 0 0;
	display:block;	
}
.footlinks {
	position:relative;
	float:right;
	width:350px;
	text-align:right;		
}
.social {
	position:relative;
	float:right;
	width:350px;
	margin:10px 0 0;
	display:block;
	text-align:right;
	width:190px;
	height:32px;
	line-height:32px;		
}
.socialtxt {
	position:relative;
	float:left; 
	display:block;
}
a.facebook {
	position:relative;
	float:right;
	width:32px;
	height:32px;
	margin-right:7px;
	background:url(images/facebook2.png) no-repeat;
}
a.linkedin{
	position:relative;
	float:right;
	width:32px;
	height:32px;
	background:url(images/linkedin2.png) no-repeat;
}

/* -------------------[ Post Elements ]------------------- */

.bread {
	padding:5px 0;
	margin:0 0 25px;
	font-size:8pt;
}
#pagetitle-container {
	position:relative;
	float:left;
	width:985px;
	height:105px;
	line-height:105px;
	display:block;
	margin-bottom:20px;
	background:url(images/title.jpg) no-repeat;
}
.pagetitle {
	position:relative;
	float:left;
	height:105px;
	line-height:105px;	
	color:#fff;
	font-size:24pt;
	margin:0;
	padding:0;
}
.archive-title {
	color:#000;
	font-size:20pt;
	margin-bottom:25px;
}
.motto {
	position:relative;
	float:right;
	height:105px;
	line-height:105px;	
	color:#fff;
	font-size:18pt;
	margin:0;
	padding:0;
}
.meta {
	margin: 0 0 15px;
	padding:0 5px;
	border:1px solid #ddd;
	height:24px;
	line-height:24px;
	font-size:8pt;
	background:#eee;
	clear:both;
}
.metaleft {
	position:relative;
	float:left;
	display:block;
}
.metaright {
	position:relative;
	float:right;
	display:block;
}
div.post .meta a, div.single-post .meta a {
	color:#000;
	text-decoration:underline;
}
.post, .single-post, .page-post {
	margin: 0 0 20px;
	padding:0;
}
.entry {
	margin:0 0 15px;
	padding:0;
}
.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
	margin-bottom: 15px;
}
.postmetadata {
	border-top:1px solid #E5F2FF;
	padding-top:1px;
}
p.tags {
	margin-bottom:3px;  
	background:url(images/tag.gif) 0 3px no-repeat;
	padding-left:16px;
	clear:both;
}
p.cats {
	background:url(images/folder.gif) 0 3px no-repeat;
	padding-left:16px;
	clear:both;
}
#related {
	padding: 15px;
	margin: 0 0 15px;
	background:#eee;
	border: 1px solid #ddd; 
}
.navigation {
	position:relative; 
	float:left;
	display:block;
	padding:1px; 
	width:100%;
}
blockquote {
	margin: 0 0 15px;
	color: #666;
	background:#eee;
	padding: 15px 15px 1px;
	border:1px solid #ddd;
}

/* -------------------[ Link Elements ]------------------- */

a, a:active, a:visited {
	color:#023b59;
	text-decoration:none;
}
a:hover   {
	color:#023b59;
	text-decoration:underline;
}
#sidebar a {
	color:#023b59;
	text-decoration:none;
}
#sidebar a:hover {
	color:#023b59;
	text-decoration:underline;
}
.post a:hover, .post a:visited, .post a:link {
	color:#023b59;
}
.entry h1.posttitle a, h2.posttitle a, h3.posttitle a, h4.posttitle a {
	color:#023b59;
	font-size:26pt;
}
.ftxt1 a:link, .ftxt1 a:active, .ftxt1 a:visited {
	color:#fff;
	text-decoration:none;
}
.ftxt1 a:hover {
	color:#fff;
	text-decoration:underline;
}
.ftxt2 a:link, .ftxt2 a:active, .ftxt2 a:visited  {
	color:#fff;
	text-decoration:none; 
}
.ftxt2 a:hover {
	color:#fff;
	text-decoration:underline;
}
strong {
}

/* -------------------[ Comments ]------------------- */

.allcomments {
	padding: 15px 0 0;
	margin:0;
	border-top:2px solid #eee;
}
.commentlist {
	padding: 0;
	list-style-type:none;
	margin: 0 ;
}
.single-post ol.commentlist li {
	background: #eee;
	clear:both;
	margin: 0 0 15px;
	padding: 15px;
	border:1px solid #ddd;
	list-style-type:none;
}
.commentlist li ul.children li {
	background: #fff;
}
.commentlist li ul.children li.depth-3, .commentlist li ul.children li.depth-5, .commentlist li ul.children li.depth-7, .commentlist li ul.children li.depth-9 {
	background: #eee;
}
.commentlist li ul.children {
	margin: 0;
	padding: 0;
}
.commentlist li ul.children li {
	margin: 15px 0 0;
}
.commentlist li.alt { }
.commentmetadata {
	display: block;
	margin-bottom:10px;
	font-size: 8pt;
}
.commentlist cite {
	font-style:normal;
	font-weight:bold;
}
#commentform {
	padding: 0;
	margin-bottom:0;
}
#commentform label {
	padding: 0;
	margin: 0 0 0 5px;
	font-size:8pt;
	color:#666;
}
#commentform input#author, #commentform input#email, #commentform input#url, #commentform textarea {
	padding:7px;
	background:#f7f7f7;
	border-color: #ccc #ddd #ddd #ccc; 
	border-width:1px; 
	border-style:solid;
	width: 250px;
}
#commentform textarea {
	width:95%;
}
#commentform input#submit {
	cursor:pointer;
	font-family:arial,helvetica,sans-serif;
	clear:both;
	padding: 5px 20px;
	font-size:10pt;
	text-align:center;
	font-weight:bold;
	color:#fff;
	border:1px solid #000;
	background:#333;
}
p.button-submit {
	margin:0;
}
#commentform input#submit:hover {
	color:#ffcc00;
	background:#000;
}
.thread-alt {}	
.thread-even {}
#respond { 
	margin: 30px 0 15px;
	padding:0;
	clear:both; 
}
.commentlist #respond { 
}
.comments-navigation {
	display:block;
	margin: 0;
	padding:10px 0;
	font-weight:bold;
}
.comments-navigation .alignleft {
	float:left;
}
.comments-navigation .alignright {
	float:right;
}
.comments-number {
	font-size:8pt;
	font-weight:bold;
	margin-bottom:0;
	padding:0;
}
.commentlist img.avatar, 
.commentlist img.comment-grav {
	padding:2px;
	background:#fff;
	border:1px solid #ddd;
	float:right;
}
.reply {
	margin: 0;
}
a.comment-reply-link, a.comment-reply-link:link, a.comment-reply-link:visited, .reply a, .reply a:link, .reply a:visited {
	clear:both;
	padding: 3px 5px;
	font-weight:bold;
	font-size:8pt;
	text-transform:lowercase;
	color:#fff;
	background:#333;
	border:1px solid #000;
}
a.comment-reply-link:hover, a.comment-reply-link:active, .reply a:hover, .reply a:active {
	color:#ffcc00;
	background:#000;
}
.single-post ol.commentlist .comment-body ul {
	list-style-type:disc;
	margin:0 30px 15px;
	padding:0;
	border:none;
}
.single-post ol.commentlist .comment-body ul li {
	list-style-type:disc;
	margin:0;
	padding:0;
	border:none;
}
.single-post ol.commentlist .comment-body ol {
	list-style-type:decimal;
	margin:0 30px 15px;
	padding:0;
	border:none;
}
.single-post ol.commentlist .comment-body ol li {
	list-style-type:decimal;
	margin:0;
	padding:0;
	border:none;
}
.cancel-comment-reply {
	padding: 5px 0 10px;
}

/* -------------------[ Image Elements ]------------------- */

.entry img {
	border:1px solid #eee;
	padding:5px;
	background:#f9f9f9;
}
img.alignright, .wp-caption.alignright {
	float: right;
	clear: right;
	margin: 0 0 10px 10px;
}
img.alignleft, .wp-caption.alignleft {
	float: left;
	clear: left;
	margin: 0 10px 10px 0px;
 }
img.aligncenter, img.centered, img.center, .wp-caption.aligncenter { 
	display: block; 
	margin: 0 auto 15px;  
	float: none; 
	clear: both;
}
img.thumbnail {
	float:left;
	margin: 0 15px 15px 0;
	width:150px;
}
img.avatar, img.comment-grav, .singlepost .auth-bio img.avatar {
	border:1px solid #eee;
	padding:5px;
	background:#fff;
	float:right;
	margin:0 0 10px 10px;
}
img.attachment-thumbnail {
	border:1px solid #eee !important;
	padding:5px;
	background:#f9f9f9;
	width:100px;
	height:100px;
}
.wp-caption {
	border: 1px solid #eee;
	text-align: center;
	background-color: #f9f9f9;
	padding-top:5px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 9pt;
	padding: 5px;
	margin: 0;
}
img.wpcf7-captcha-captcha {
	margin: 10px 0 !important;
	padding: 0 !important;
	border: 0 none !important;
}

/* -------------------[ Heading Elements ]------------------- */

h1, h2, h3, h4, h5, h6, h7 {
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
	font-weight:normal;
	line-height: 1.2em;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.6em;
	letter-spacing:0;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.1em;
}

/* -------------------[ List Elements ]------------------- */

ol {
	margin-left: 40px;
	padding: 0;
}
ul {
	margin-left: 20px;
	padding: 0;
}
.post ul, .post ol {
	list-style-type: none;
}
.post ul li, .single-post ul li{
	list-style-type:none;
	padding: 0;
	margin: 0 0 2px;
	padding-left:18px;
	background: url(images/bullet.png) 0 1px no-repeat;
}
.post ul li li {
	padding-left:0;
	background:transparent;
}
.post ol li {
	list-style-type:decimal;
	margin-left: 0;
	padding-left: 0;
}
.post ul ul {
	margin-left:0;
}

/* -------------------[ Page Navi Elements ]------------------- */

.pagination {
	position:relative;
	float:left;
	display: block;
	margin:15px 0;
	font-size:11px;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	position:relative;
	float:left;
	padding: 5px 10px; 
	margin:0 2px;
	text-decoration: none;
	border: 1px solid #ddd;
	color: #000;
	background: #fff;
}
.wp-pagenavi a:visited {
	position:relative;
	float:left;	
	padding: 5px 10px; 
	margin:0 2px;
	text-decoration: none;
	border: 1px solid #ddd;
	color: #000;
	background: #fff;	
}
.wp-pagenavi a:hover {	
	color: #fff;
	border: 1px solid #023b59;	
	background: #015785;
}
.wp-pagenavi a:active {
	position:relative;
	float:left;	
	padding: 5px 10px; 
	margin:0 2px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #023b59;	
	background: #015785;	
}
.wp-pagenavi span.pages {
	position:relative;
	float:left;	
	padding: 5px 10px; 
	margin:0 2px;
	color: #000;
	border: 1px solid #ddd;
	background: #fff;
}
.wp-pagenavi span.current {
	position:relative;
	float:left;
	padding: 5px 10px; 
	margin:0 2px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #023b59;	
	background: #015785;
}
.wp-pagenavi span.extend {
	position:relative;
	float:left;
	padding: 5px 10px; 
	margin:0 2px;	
	color: #000;
	background: #fff;
	border: 1px solid #ddd;	
}

/* ---------------[ Tables Elements ]--------------- */

table {
	margin-bottom:15px;
	border:0;
}
tr, td, th {
	margin:auto; 
}
td, th {
	padding:5px;
	vertical-align:top;
}
th {
	font-weight:bold;
	background:#E5F2FF;
}
td {
	border:1px solid #E5F2FF;
}

/* -------------------[ Author Bio Info ]------------------- */

.auth-bio {
	padding: 0;
	margin: 0;
	border:0;
	padding: 15px;
	margin: 0 0 15px;
	background:#eee;
	border: 1px solid #ddd;
}
.auth-bio img.avatar {
	padding:1px;
	background:#fff;
	border:1px solid #ddd;
	float:right;
	margin:0 0 15px 15px;
}
p.auth-website {
	width:35%;
	float:left;
	margin: 0;
	padding:0;
	font-weight:bold;
	height:24px;
	line-height:24px;
}
p.auth-icons {
	width:60%;
	float:right;
	margin: 0;
	padding:0;
	text-align:right;
	height:24px;
	line-height:24px;
}
p.auth-icons img {
	margin: 0 0 0 2px;
	padding:0;
	border:0;
}
.singlepost .auth-bio {
	padding: 15px;
	margin: 0 0 15px;
	background:#eee;
	border: 1px solid #ddd; 
}
.auth-bio h3 span.profile {
	font-family:arial, helvetica, sans-serif;
	font-size:9pt;
	margin:0;
	padding:0 0 0 3px;
	font-weight:normal;
	letter-spacing:0;
}


/* -------------------[ Form Elements ]------------------- */

form textarea  {
	border:solid 1px #ccc;
	text-indent:3px;
	padding-top:3px; 
	width:99%;
	overflow:auto;
}
form input {
	width:auto;
	border:solid 1px #ccc;
	padding:5px;
	font-size:12px;	
	margin:0;
}
form select {
	width:100%;
	padding:2px;
	font-size:12px;	
	border: solid 1px #ccc;
	background:#fff;
}
form input[type=submit] {
	width:auto;
	border:solid 1px #ccc;
	padding:5px 10px;
	font-size:12px;	
	margin:0;
	cursor:pointer;
}
#wpstats {
	display:none;
}