/*   
Theme Name: touchAholics
Theme URI: http://bthaxor.com
Description: Theme for touchAholics.
Author: Delian Entchev
Author URI: http://bthaxor.com
Version: 1.0
*/

blockquote,body,caption,div,dl,dt,dd,form,fieldset,h1,h2,h3,h4,h5,h6,html,li,ul,ol,p,pre,span,textarea,table,td,th {
	margin: 0;
	padding: 0;
}

html {
	background: #000000 url('img/bg.gif') repeat;
	background-attachment: fixed;
}

body {
	width: 57em;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	font: 90%/1.4 Arial, Helvetica, sans-serif;
	color: #ffffff;
}

img {
	outline: none;
	border: 0;
}

#wrap {
	position: relative;
	margin-top: -12px;
	padding: 12px;
	background: transparent;
}

#content {
	margin: 12px 0;
	padding: 12px;
	background: transparent url('img/bodybg.png	') repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#header {
	display: block;
	zoom: 1;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #dddddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1));
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1);
}

#headimg, #footmain {
	float: left;
	width: 61%;
}

#headnav, #footside {
	float: right;
	width: 38%;
}

#main {
	margin: 20px auto 0 auto;
	width: 100%;
}

#footer {
	padding-top: 2px;
	margin-bottom: -12px;
	clear: both;
	height: 60px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #dddddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#a1a1a1), to(#ebebeb));
	background: -moz-linear-gradient(top,  #a1a1a1,  #ebebeb);
}

#footcontent {
	padding-left: 10px;
	margin-right: -10px;
	float: left;
}

#footone {
	color: #777777;
	text-transform: uppercase;
	font-size: 1em;
	text-shadow: 1px 1px 1px #ffffff;
}

#foottwo {
	margin-top: 7px;
}

#foottop {
	width: 43px;
	height: 16px;
	float: right;
	margin-top: 7px;
	margin-right: 15px;
	background: transparent url('img/top.png') no-repeat top left;
}

#foottop:hover {
	background: transparent url('img/top.png') no-repeat bottom left;
	-webkit-transition: 0.1s ease-in;  
   -moz-transition: 0.1s ease-in;  
   -o-transition: 0.1s ease-in;  
   transition: 0.1s ease-in;  
}

#foottop a {
	display: block;
	width: 43px;
	height: 16px;
}

#headimg {
	height: 80px;
}

#logo {
	background: transparent url('img/logo.png') no-repeat top left;
	width: 450px;
	height: 60px;
	padding: 0;
	margin: 10px 0 0 5px;
	float: left;
}

#logo:hover {
	background-position: bottom left;
}

#adheadimg {
	width: 150px;
	height: 100%;
	float: right;
}

#menu, #footmenu, #footcontent {
	padding-top: 4px;
}

#ulmenu, #ulfootmenu {
	float: right;
	list-style-type:none;
	padding-right: 5px;
}

#ulmenu li, #ulfootmenu li {
	float: left;
	text-transform: uppercase;
	padding: 0 10px;
	font-size: 1em;
	text-align: center;
}

#ulmenu li:first-child, #ulfootmenu li:first-child {
	padding: 0 3px 0 0;
}

#ulmenu li a, #ulfootmenu li a {
	color: #777777;
	text-decoration: none;
	text-shadow: 1px 1px 1px #ffffff;
}

#ulmenu li a:hover, #ulfootmenu li a:hover {
	color: #2E9DE2;
	-webkit-transition:color 0.5s ease-in;  
   -moz-transition:color 0.5s ease-in;  
   -o-transition:color 0.5s ease-in;  
   transition:color 0.5s ease-in;  
}

#secondnav {
	float: right;
	padding: 18px 6px 6px 6px;
}

#navicon {
	padding-top: 9px;
	float: right;
}

#navicon div a {
	display: block;
	width: 16px;
	height: 16px;
}

#navicon div {
	padding: 0 16px 0 0;
	float: right;
	width: 16px;
	height: 16px;
}

#search {
	float: right;
	padding-right: 2px;
	width: 180px;
}

#navfeed {
	background: transparent url('img/feed.png') no-repeat top left;
}

#navfeed:hover {
	background: transparent url('img/feed.png') no-repeat bottom left;
	-webkit-transition: 0.1s ease-in;  
   -moz-transition: 0.1s ease-in;  
   -o-transition: 0.1s ease-in;  
   transition: 0.1s ease-in;  
}

#navemail {
	background: transparent url('img/email.png') no-repeat top left;
}

#navemail:hover {
	background: transparent url('img/email.png') no-repeat bottom left;
	-webkit-transition: 0.1s ease-in;  
   -moz-transition: 0.1s ease-in;  
   -o-transition: 0.1s ease-in;  
   transition: 0.1s ease-in;  
}

#navtwitter {
	background: transparent url('img/twitter.png') no-repeat top left;
}

#navtwitter:hover {
	background: transparent url('img/twitter.png') no-repeat bottom left;
	-webkit-transition: 0.1s ease-in;  
   -moz-transition: 0.1s ease-in;  
   -o-transition: 0.1s ease-in;  
   transition: 0.1s ease-in;  
}

#searchform input {
	width: 150px;
	height: 19px;
	background: transparent url('img/search.gif') no-repeat left center;
}

p {
	text-align: justify;
}

.clear {
	clear: both;
}

.screen-reader-text, #searchsubmit {
	left: -9999px;
	margin: 0;
	position: absolute;
}

#searchform {
	width: 155px;
	background: url('img/search.png') right -53px no-repeat;
	padding: 7px 20px 8px 5px;
}
#searchform label {
	background: url('img/search.png') 0 0 no-repeat;
	display: block;
	height: 17px;
	padding-bottom: 2px;
}
#searchform input {
	width: 132px;
	font-size: 10px;
	background: transparent;
	border: 0;
	color: #a9a9a9;
	height: 16px;
	margin-left: 25px;
	-webkit-appearance: none;
}
#searchform input:focus {
	border: 0;
	outline: none;
}
#searchform.focus {
	background-position: right -83px;
	padding: 3px 20px 2px 5px;
}
#searchform.focus label {
	background-position: 0 -26px;
	height: 27px;
	padding-top: 4px;
	margin-bottom: -4px;
}

#bthaxorpreload {
	width: 1px;
	height: 1px;
	background: transparent url('img/iconlinkblack.png') no-repeat left center;
}

#bthaxor {
	width: 93px;
	height: 16px;
	background: transparent url('img/iconlinkgrey.png') no-repeat left center;
}

#bthaxor:hover {
	background: transparent url('img/iconlinkblack.png') no-repeat left center;
}

.featuredcontent_wrap {
	margin-left: 20px;
	margin-bottom: -60px;
	position: relative;
	padding: 20px 0 37px 49px;
	width: 66%;
	height: 300px;
	overflow: hidden;
}

.bxslider_container {
	width: 100%;
	height: 300px;
}

.featuredcontent_wrap .prev {
	background: transparent url('img/featuredleft.png') top left no-repeat;
	height: 53px;
	width: 45px;
	position: absolute;
	left: -6px;
	top: 150px;
	outline: 0;
}

.featuredcontent_wrap .prev:hover {
	background: transparent url('img/featuredleft.png') bottom left no-repeat;
}

.featuredcontent_wrap .next {
	background: transparent url('img/featuredright.png') top left no-repeat;
	height: 53px;
	width: 45px;
	position: absolute;
	right: 90px;
	top: 150px;
	outline: 0;
}

.featuredcontent_wrap .next:hover {
	background: transparent url('img/featuredright.png') bottom left no-repeat;
}

#featuredcontent {
	height: 300px;
	overflow: hidden;
	width: 100%;
	margin-bottom: -40px;
}

#featuredcontent li {
	list-style-type: none;
	list-style-position:inside;
	width: 48em;
	height: 300px;
	overflow: hidden;
}

#featuredcontent li img, .homethumb {
	float: left;
	-moz-box-shadow: 3px 3px 3px #555555;
	-webkit-box-shadow: 3px 3px 3px #555555;
    box-shadow: 3px 3px 3px #555555;
}

#featuredcontent li img {
	margin: 0 auto;
	text-align: center;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-border-radius: 0;
}

#featuredcontent li img:hover, .homethumb:hover {
	-moz-box-shadow: 3px 3px 3px #2E9DE2;
	-webkit-box-shadow: 3px 3px 3px #2E9DE2;
    box-shadow: 3px 3px 5px #2E9DE2;
}

.featuredmain {
	padding-right: 55px;
	font-size: 0.8em;
	float: left;
	width: 35em;
	height: 300px;
	display: block;
	padding-left: 25px;
	color: #333333;
	text-shadow: 1px 1px 1px #cccccc;
}

.featuredmain a, .homemeta a, .homecontent a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #d2d2d2;
	color: #222222;
	text-shadow: 1px 1px 1px #cccccc;
}

.featuredmain a:hover, .homemeta a:hover, .homecontent a:hover {
	-webkit-transition: 0.3s ease-in;  
   -moz-transition: 0.3s ease-in;  
   -o-transition: 0.3s ease-in;  
   transition: 0.3s ease-in;
	background: #3D8CB7;
	color: #ffffff;
	text-shadow: 1px 1px 1px #777777;
}

.featuredmain p {
	text-align: justify !important;
	line-height: 1.5em;
}

#featuredcontent h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 20px;
	width: 50%;
}

#featuredcontent h3 a, .hometitle a {
	color: #2B6280;
	text-shadow: 1px 1px 1px #ffffff;
}

#featuredcontent h3 a:hover, .hometitle a:hover {
	-webkit-transition: 0.3s ease-in;  
   -moz-transition: 0.3s ease-in;  
   -o-transition: 0.3s ease-in;  
   transition: 0.3s ease-in;
	color: #3D8CB7;
}

#featuredsmallthumb {
	margin-top: 70px;
	padding-left: 70px;
}

#featuredsmallthumb li {
	width: 60px;
	height: 60px;
	overflow: hidden;
	z-index: 9;
	float: left;
	list-style-type: none;
	list-style-position:inside;
	padding-right: 15px;
}

.ratings {
	margin-bottom: 10px;
}

#main .truepost p + p, #main .homepost p + p {
	margin-top: 1.4em;
}

.wp-pagenavi a, .wp-pagenavi .current {
	float: left;
	background: url('img/featuredpager.png') no-repeat 0 -21px;
	width: 14px;
	height: 17px;
	color: #333333;
	font-size: 11px;
	margin-right: 6px;
	padding: 4px 0 0 7px;
	text-decoration: none;
	outline: none;
}

.bx_pager {
	z-index: 10;
	padding-top: 100px;
}

.wp-pagenavi a, .wp-pagenavi .current {
	width: 19px;
	text-align: center;
	padding: 4px 0 0 1px;
}

.bx_pager a:hover, .bx_pager a.active, .wp-pagenavi a:hover, .wp-pagenavi .current {
	background-position: 0 0;
	text-decoration: none;
	color: #ffffff;
}

.bx_pager a {
	margin-top: 0px;
	width: 60px;
	height: 60px;
	margin-right: 15px;
	display: block;
	background: #000000;
	font-size: 0;
	float: left;
}

a {
	outline: none;
	text-decoration: none;
}

.more-link {
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #ffffff;
}

.more-link:hover {
	text-shadow: 1px 1px 1px #000000;
}

#featuredtoggle {
	outline: none;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 0.8em;
	width: 17px;
	height: 17px;
	background: transparent url('img/featuredtoggle.png') no-repeat top left;
}

.paginationing a {
	text-transform: uppercase;
	color: #333333;
	text-shadow: 1px 1px 1px #ffffff;
	font-size: 0.8em;
}

.paginationing a:hover {
	color: #3D8CB7;
	text-shadow: 1px 1px 1px #dddddd;
}

#featuredtoggle a {
	padding: 1px 0 0 22px;
	color: #333333;
	text-shadow: 1px 1px 1px #ffffff;
	display: block;
	width: 200px;
	height: 17px;
}

#browsearticles {
	float: right;
	text-align: right;
	color: #333333;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #ffffff;
	font-size: 0.8em;
}

#browsearticles {
	list-style-type: none;
}

#browsearticles a {
	color: #2B6280;
}

#featuredtoggle a:hover, #browsearticles a:hover {
	color: #3D8CB7;
	text-shadow: 1px 1px 1px #dddddd;
}

#featuredtoggle:hover {
	background-position: bottom left;
}

#featuredtoggle.active {
	background-position: top right;
}

#featuredtoggle.active:hover {
	background-position: bottom right;
}

#midad {
	height: 150px;
	width: 700px;
	margin: 28px auto 0 auto;
	background: transparent url('img/admid.jpg') no-repeat top left;
}

#midad a {
	display: block;
	height: 150px;
	width: 700px;
}

.separator {
	width: 100%;
	height: 0;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #999999;
}

.homepost {
	padding: 30px 20px;
	float: left;
}

.homethumb {
	z-index: 10;
	float: left;
	width: 150px;
	height: 150px;
	overflow: hidden;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-border-radius: 0;
}

.homethumb img {
	z-index: 1;
}

.hometitle {
	font-size: 1.65em;
}

.homedescr {
	position: relative;
	padding: 0 0 0 20px;
	float: right;
	width: 38em;
	height: 150px;
	border-left: 3px solid #3D8CB7;
}

.homedescr:hover {
	border-left: 3px solid #ffffff;
}

.homemeta {
	margin-top: 5px;
	margin-bottom: -5px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #777777;
}

.homecat {
	text-transform: lowercase;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 18px;
	margin-bottom: -10px;
	font-size: 2em;
}

.homecat a {
	color: #3D8CB7;
}

#toptitle h2 {
	margin-top: 20px;
	margin-left: 10px;
	color: #333333;
	text-shadow: 1px 1px 1px #777777;
	font-size: 2em;
}

.homecat a:hover {
	color: #8CBED9;
	-webkit-transition: 0.3s ease-in;  
   -moz-transition: 0.3s ease-in;  
   -o-transition: 0.3s ease-in;  
   transition: 0.3s ease-in;
}

.homecat a:nth-child(1) {
	color: #3D8CB7;
}

.homecat a:nth-child(2) {
	color: #60A5CA;
}

.homecat a:nth-child(3) {
	color: #999999;
}

.homecat a:nth-child(1):hover {
	color: #60A5CA;
}

.homecat a:nth-child(2):hover {
	color: #999999;
}

.homecat a:nth-child(3):hover {
	color: #ffffff;
}

.homecontent {
	margin-top: 20px;
	float: left;
	width: 100%;
	text-align: justify;
	font-size: 1em;
	color: #333333;
	text-shadow: 1px 1px 1px #cccccc;
}

.homepost:nth-child(even) {
	float: right;
}

.homepost:nth-child(even) .homethumb {
	float: right;
	margin-left: 10px;
}

.homepost:nth-child(even) .homedescr {
	padding: 0 20px 0 0;
	float: right;
	border-right: 3px solid #3D8CB7;
	border-left: 0;
	text-align: right;
}

.homepost:nth-child(even) .homedescr:hover {
	border-right: 3px solid #ffffff;
	border-left: 0;
}

.homepost:nth-child(even) .homemeta {
	text-align: right;
}

.homepost:nth-child(even) .homecat {
	bottom: 0;
	right: 0;
	margin-right: 18px;
	float: right;
	margin-bottom: -10px;
	text-align: right;
}

.homepost:nth-child(even) .homecontent {
	float: right;
}

#footad {
	background: transparent url('img/adfoot.jpg') no-repeat top center;
	width: 700px;
	height: 150px;
	margin: 20px auto 0 auto;
}

#footad {
	display: block;
	width: 700px;
	height: 150px;
}

.wp-pagenavi {
	float: left;
	margin: 20px auto 0 17em;
}

img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

a img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#nojs {
	width: 100%;
	height: 20px;
	overflow: hidden;
	position: fixed;
	z-index: 101;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #ffffff;
	text-shadow: #cccccc;
	background: #3D8CB7;
	padding: 5px 0;
	top: 0;
	left: 0;
	margin-bottom: 20px;
}