/*
Title:		Master styles for screen media
Author:		justine@gentlecode.net
*/


body {	
	font: 13px/22px Arial, Verdana, Helvetica;
	/*color: #454545;
	background: #eee url(../img/bg-body.png) repeat-x;*/
}

/* Links 
********************************************************/

a:link, a:visited {
	color: #2A5DB0;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 0px;
	margin: 5px 0;
	/*line-height:160%;*/
}

strong {
	color: #000;
}

blockquote {
	color:#7b7b7b;
	padding:0 8px;
	margin:15px 25px;
	border-left:3px solid #CCC;
	font:italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:.03em;
	}
	
h1 {
    font-size:22px;
    padding:3px 0px;
}
	
h2 {
    font-size:20px;
    padding:3px 0px;
}

h3 {
    font-size:14px;
    font-weight:normal;
    padding:5px 0px;
}

h4 {
    font-size:12px;
    font-weight:normal;
    padding:0px 0px;
}
h5 {
    font-size:12px;
    font-weight:normal;
    padding:5px 0px;
}
h6 {
    font-size:12px;
    font-weight:normal;
    padding:5px 0px;
}



/* PAGE STRUCTURE
------------------------------------------------------------- */

.container {
	width: 1000px;
	margin: 0 auto;
	/*background: url(../img/bg-container.png) 0 60px no-repeat;*/
}

.main {
	width: 700px;
	float: left;
}

.sidebar {
	width: 300px;
	float: right;
	margin-top: 50px;
}

/* HEADER
------------------------------------------------------------- */

/* Logo 
************************************************************/

.logo {
	margin: 5px 0px 0px 0px;
	border-top: 0px solid #ddd;
}
.logo a {
	display: block;
	width: 213px;
	height: 73px;
	text-indent: -9999px;
	background: url(../img/bg-logo.png) no-repeat;
}

/* Navigation 
***********************************************************/
ul#nav {
	width: 1000px;
	overflow: hidden;	
	background: url('../img/corner-white.gif') no-repeat #9cf;
	margin: 0 0 5px 0;
}

ul#nav li {
	/*height: 54px;*/
	float: left;
	/*border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;*/
}

ul#nav li a {
	display: block;
	/*height: 44px;*/
	padding: 5px 20px 0 3px;
	color: #2A5DB0; /* color of the text of menu in the top */
	font-size: 14px;
	-webkit-transition: color 0.2s linear;
}

ul#nav li:last-child {
	/*border-right: 1px solid #000;*/
}

ul#nav li:last-child a {
	padding-right: 0;
}

ul#nav li a:hover, ul#nav li.current a, ul#nav li.current-cat a {
	text-decoration: none;
	color: #212121;
	background: url(../img/bg-nav-hover.png) 50% 100% no-repeat;
}

ul#nav li.current a, ul#nav li.current-cat a {
	color: #2A5DB0;
}

ul#nav li a span {
	display: block;
	font-size: 10px;
	font-weight: normal;
}

/* Search 
**************************************************************************/
.search {
	padding: 0;
	float: right;
	position: relative;
	background: none;
	height: 35px;
	width: 290px;
	margin-right: -300px;
	margin-top: -30px;
}
.search form fieldset {
	overflow: hidden;
}
.search form input[type=text] {
	width: 222px;
	padding: 7px 15px;
	border-right: 1px solid #dfdfdf!important;
	font: bold 12px Arial, sans-serif;
	color: #232323;
	background-position: 20px 0 !important;
	/*border: none!important;*/	
}

.search form input[type=submit] {
	font: bold 10px Arial, sans-serif;
	color: #212121;
	text-transform: uppercase;
	border: none;
	border: 1px solid #eee;
	margin: 0;
	width: 50px;
	height: 20px;
	/*float: right;*/
	background-color: #9df;
	cursor: pointer;
}

.search form img {
margin-top: 10px;
}



/* SLIDER
------------------------------------------------------------- */

#slider {
	position: relative;
}

#slider .slider-nav {
	overflow: hidden;
	width: 605px;
	position: absolute;
	top: 150px;
	z-index: 10000;
	display: none;
}

.slider-nav a {
	display: block;
	width: 48px;
	height: 48px;
	text-indent: -9999px;
	opacity: 0.8;
}

.slider-nav a:hover {
	opacity: 1;
}

.slider-nav a.prev {
	float: left;
	background: url(../img/prev.png);
	margin: 0 0 0 20px;
}

.slider-nav a.next {
	float: right;
	background: url(../img/next.png);
	margin: 0 24px 0 0;
}

.slider-wrap {
	background: url(../img/bg-slider.png) 50% 100% no-repeat;
	padding: 0 0 19px 0;
	position: relative;
	height: 375px;
}

.slider {
	background: #000;
	overflow: hidden;
	position: relative;
	height: 375px;
	width: 605px;
}

.slider img {
	position: absolute;
	top: 12px; left: 12px;
}

.slider .caption {
	position: absolute;
	padding: 10px 25px 0 25px;
	opacity: 0.95;
	width: 575px;
	background-color: #181819;
	font-size: 11px;
	color: #fff;
}

.captionfull .caption {
	bottom: -200px;
	left: 0;
}

.slider .caption h2 {
	font-size: 22px;
	margin: 0 0 4px 0;
}

.slider .caption h2 a {
	color: #fff;
}

.slider .caption p a {
	text-transform: uppercase;
}

/* INSPIRATION STYLES
------------------------------------------------------------- */

ul.inspiration {
	padding-bottom: 10px;
}

ul.inspiration li{
	border-bottom: 1px solid #ddd;
	padding-top: 5px;
}

ul.inspiration li:last-child {
	border-bottom: none;
}

ul.inspiration a{
	color:#303030;
}

ul.inspiration h5{
	font-size: 13px;
}

ul.inspiration p{
	font-size: 10px;
}

/* MAIN STYLES
------------------------------------------------------------- */

.articles {
	background-color: #fff;
	padding: 10px 20px 0px 0px;
	overflow: hidden;
}

.articles .post {
	padding: 0 0 0px 0;
	margin: 10px 0 10px 0;
	border-bottom: 0px solid #e4e4e4;
}

.articles .post.single {
	border-bottom: none;
	padding-bottom: 0;
}

.articles .post:nth-last-child(2) {
	border: 0 !important;
}

.post h2.posttitle, .post h2.posttitle a {
	font-size: 20px;
	color: #2A5DB0;
	margin: 10px 0 10px 0;
	padding: 0;
}
.post h2.posttitle {
	/*background: url('../img/corner-white.gif') no-repeat #9cf;*/
	border-bottom: 1px dotted #CCD2E6;	
	padding: 3px 0 3px 10px;
}

.post p.meta {
	font-size: 10px;
	overflow: hidden;
	color: #727272;
	margin: -7px 0 7px 0;
	text-align: center;
}

.post p.meta span {
	display: block;
	float: left;
	line-height: 12px;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #727272;
}

.post p.meta span:last-child {
	border: none;
}

.post div.thumb {
	background: url(../img/bg-postshadow.png) 50% 100% no-repeat;
	padding: 0 0 5px 0;
	margin: 20px 0 5px 0;
}

.post div.thumb div {	
	background: url('../img/corner-white.gif') no-repeat #9cf;
	padding: 12px 10px 8px 11px;
}

.post div.thumb div a {
	display: block;
}

.post div.thumb div img {
	opacity: 1;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}

.post div.thumb img:hover {
	opacity: .35;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}

.post div.social {
	overflow: hidden;
	margin: 5px 0 5px 0;
	
}

.follow {
	padding: 0;
	float: right;
	position: relative;
	background: none;
	margin-right: -300px;
	margin-top: -80px;
}

.post div.social a.more {
	display: block;
	width: 100px;
	height: 30px;
	line-height: 27px;
	background: url(../img/btn-readmore.png) no-repeat;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	color: #333;
	text-shadow: 1px 1px 1px #fff;
	float: right;
	margin: 5px 0 0 0;
}

.post div.social ul {
	float: right;
	height: 46px;
	line-height: 46px;
	background: url(../img/bg-social.png) 100% 50% no-repeat;
	margin: 0 16px 0 0;
	padding: 0 3px 0 0;
}

.post div.social ul li {
	float: left;
	height: 18px;
	line-height: 18px;
	margin: 16px 22px 0 0;
	padding: 0 0 0 20px;
	background: url(../img/icon-social.png) no-repeat;
	list-style: none!important;
}

.post ul { 
	list-style-type: square;
	margin: 1em 0 1em; 
	padding: 0; 
	padding-left: 2em; 
}

.post div.social ul li.tweet {
	background-position: 0 -15px;
}

.post div.social ul li.digg {
	background-position: 0 -30px;
}

.post div.social ul li.bookmark {
	background-position: 0 -50px;
}

.post div.social ul li a {
	display: block;
	font-size: 11px;
	font-style: italic;
	color: #666;
}

.post div.social ul li a:hover {
	color: #00aeff;
}

/* POST INFO STUFF */

.post p.info {
	font-size: 10px;
	text-align: left;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	padding: 0px 0;
}

.post div.share {
	margin: 10px 0 10px 0;
	text-align: left;
	color: #434343;
	font-size: 11px;
}

.post div.share h4 {
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 0px 0;
}

.post div.share ul {
	overflow: hidden;
	list-style: none;
}

.post div.share ul li {
	float: left;
	height: 18px;
	line-height: 16px;
	margin: 0 22px 0 0;
	padding: 0 0 0 20px;
	background: url(../img/icon-social.png) no-repeat;
	list-style: none!important;
}

.post div.share ul li:last-child {
	margin-right: 0;
}

.post div.share ul li.tweet {
	background-position: 0 -15px;
}

.post div.share ul li.digg {
	background-position: 0 -30px;
}

.post div.share ul li.bookmark {
	background-position: 0 -50px;
}

.post div.share ul li.stumble {
	background-position: 0 -65px;
}

.post div.share ul li.follow {
	background-position: 0 -82px;
}

.post div.share ul li.rss {
	background-position: 0 -99px;
}

.post div.share ul li a {
	display: block;
	font-size: 11px;
	font-style: italic;
	color: #666;
}

.post div.share ul li a:hover {
	color: #005fa6;
}

.post div.demo {
	overflow: hidden;
	margin: 20px 0 0 0;
}

.post div.demo a {
	display: block;
	float: left;
	width: 292px;
	height: 77px;
	text-indent: -9999px;
	border-top: 0px solid #e4e4e4;
}

.post div.demo a:hover {
	background-position: 100% 100% !important;
}

.post div.demo a.demo {
	background: url(../img/btn-livedemo.png) 0% 0% no-repeat;
	border-right: 1px solid #e4e4e4;
}

.post div.demo a.download {
	background: url(../img/btn-download.png) 0% 0% no-repeat;
}

.post div.demo a.big {
	background: url(../img/btn-download-big.png) 0 0 no-repeat;
	width: 585px;
}

.post div.stuff {
	margin: 0;
	padding: 20px 0 0;
	color: #434343;
	font-size: 11px;
	border-top: 1px solid #e4e4e4;
}

.post div.related {
	width: 280px;
	float: left;
}

.post div.related h4 {
	padding: 0;
	margin: 0px 0 0;
	font-weight: bold;
	font-size: 14px;
}

.post div.related ul {
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}

.post div.related ul li {
	float: left;
	margin: 0 5px 5px 0;
}

.post div.related ul li img {
	border: 1px solid #eee;
	background-color: #fff;
	padding: 3px;
}

.post div.googlead {
	float: right;
}

.post div.authorinfo {
	clear: both;
	padding: 5px 0 0 0;
	overflow: hidden;
}

.post div.authorinfo .avatar {
	float: right;
	margin: 0 8px 15px 20px;
}

.post div.authorinfo p {
	margin: 0px 0 0 0px;
}

.post div.authorinfo h6 {
	clear: both;
	line-height: 36px;
	font-size: 12px;
	color: #434343;
	padding: 0 15px;
	background: url(../img/bg-authorinfo.png) no-repeat;
	overflow: hidden;
}

.post div.authorinfo h6 span {
	float: right;
}



/* PAGINATION 
************************************************************/

div.pagination {
	margin: 5px 0 0 0px;
	width: 626px;
	overflow: hidden;
	border-top: 0px solid #e4e4e4;
}

div.pagination a {
	display: block;
	width: 139px;
	height: 30px;
	line-height: 30px;
	font-size: 11px;
	text-align: center;
	color: #9a9a9a;
	background-color: #fff;
}

div.pagination a:hover {
	background-color: #121212;
	color: #fff;
	text-decoration: none;
}

div.pagination a:first-child {
	float: left !important;
	border-right: 1px solid #e4e4e4;
}

div.pagination a:last-child {
	float: right;
	border-left: 1px solid #e4e4e4;
}

/* SIDEBAR STYLES
------------------------------------------------------------- */

.sidebar .widget {
	background-color: #fff;
	margin: 15px 0 15px 0;
	/*-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.25);*/
}


.sidebar .widget h3 {
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	color: #2A5DB0;
	margin: 5px 0 5px 0px;
	padding: 5px 0 5px 5px;
	font-weight: bold;
	/*background: url(../img/bg-sidebarh3.png) no-repeat;
	background: url('../img/corner-white.gif') no-repeat #9cf;*/
	border-bottom: 1px dotted #CCD2E6;

}

.sidebar .widget ul {
	margin: 0 20px;
}

.sidebar .widget ul li {
	border-bottom: 1px solid #e4e4e4;
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
}

.sidebar .widget ul li:last-child {
	border: 0;
}

/* Tools */

.sidebar .tools {
	padding: 0;
}

.sidebar .tools ul {
	overflow: hidden;
	margin: 0;
}

.tools ul li {
	width: 33%;
	height: 36px;
	float: left;
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
	margin: 0 !important;
	padding: 0 !important;
}

.tools ul li:last-child {
	width: 33%;
	border-right: none;
	border-bottom: 1px solid #ededed !important;
	
}

.tools ul li a {
	display: block;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.tools h5 {
	font-size: 13px;
	font-weight: normal;
	padding: 0 22px 0 65px;
	margin: 10px 0;
	height: 20px;
	line-height: 28px;
}

.tools h5 a {
	color: #2A5DB0;
}

.tools h5.rss {
	background: url(../img/icon-rss.png) 20px 50% no-repeat;
}

.tools h5.tweet {
	background: url(../img/icon-twitter.png) 20px 50% no-repeat;
}

.tools h5 span {
	float: right;
}

.tools p {
	font-size: 12px;
	padding: 0 20px;
}

.tools p.subscribe {
	padding: 0;
	overflow: hidden;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.tools a.button {
	display: block;
	float: left;
	width: 49.5%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #aaa;
}

.tools a.button:hover {
	background: url(../img/btn-subscribe.png) right top no-repeat;
	text-decoration: none;
}

.tools a.button:first-child {
	border-right: 1px solid #ededed;
}

.tools a.button img {
	margin: 0 7px 0 0;
	position: relative;
	top: 3px;
}

/* Ads */

.sidebar .bigad {
	padding: 0px 0px 0px;
}

.sidebar .bigad a {
	margin-bottom: 0px !important;
}

.sidebar .ads {
	padding: 15px 0 0 25px;
}

.sidebar .ads a {
	float: left;
	margin: 0 20px 10px 0;
}

/* Popular & Daily inspiration */

.sidebar .popular {
	padding: 0;
}

.popular ul {
	margin: 0 10px;
}

.popular ul li {
	border-bottom: 1px solid #e4e4e4;
	margin: 0 0 10px 0;
	padding: 0 !important;
}

.popular ul li:last-child {
	border: 0;
}

.popular ul li img {
	float: left;
	background-color: #fafafa;
	padding: 5px;
	border: 1px solid #eee;
	margin: 0 15px 0 0;
}

.popular ul li h5 a {
	color: #9cf;
	line-height: 15px;
}

.popular ul li p {
	overflow: hidden;
}

.popular ul li span {
	font-size: 10px;
	line-height: 12px;
	color: #727272;
	display: block;
	float: left;
	margin: 5px 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #727272;
}

.popular ul li p span:last-child {
	border: 0;
}

.popular p.submit {
	margin: 0 5px;
	border-top: 1px solid #e4e4e4;
	padding: 5px 0;
}

.popular p.submit a {
	display: block;
	/*height: 40px;
	line-height: 40px;*/
	color: #6a6a6a;
	font-size: 12px;
	float: right;
}

.popular p.submit a.submit {
	background: url(../img/icon-plus.png) 100% 50% no-repeat;
	padding: 0 25px 0 15px;
	border-left: 1px solid #e4e4e4;
}

.popular p.submit a.seemore {
	background: url(../img/icon-arrow.png) 100% 50% no-repeat;
	padding: 0 25px 0 15px;
	margin: 0 15px 0 0;
}

/* Get paid - text widget */

.sidebar .text {
	padding: 0;
	font-size: 12px;
	color: #767676;
}

.text p {
	line-height: 18px;
	margin: 0 15px 15px;
}

.text a.getpaid {
	display: block;
	width: 102px;
	height: 44px;
	float: right;
	background: url(../img/btn-getpaid.png) no-repeat;
	text-indent: -9999px;
	margin: 20px 35px 20px 20px;
}

/* BOTTOM WIDGETS 
------------------------------------------------------------- */

#bottom {
	/*background-color: #121212;*/
	padding: 5px 0;
	color: #666;
	font-size: 11px;
	line-height: 20px;
	margin: 5px 0 0;
	float: left;
}

#bottom .inner {
	width: 925px;
	margin: 0 auto;
}

#bottom a {
	/*color: #fff;*/
	-webkit-transition: color 0.2s linear;
}

#bottom a:hover {
	color: #bbb;
	text-decoration: none;
}

#bottom h4 {
	/*color: #fff;*/
	font-size: 12px;
	margin: 0 0 0px 0;
	padding: 0;
	font-weight: bold;
}

#bottom .widget {
	float: left;
}

/* About TT */

#bottom .about {
	width: 365px;
	padding: 0 30px 0 0;
	margin: 0 45px 0 0;
	background: url(../img/div-vert.png) 100% 0 no-repeat;
}

#bottom .about img {
	float: right;
	margin: 0 0 5px 15px;
}

/* Social 
*****************************************************************/

#bottom .social {
	width: 140px;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	min-height: 100%;
	background: url(../img/div-vert.png) 100% 0 no-repeat;
}

#bottom .social ul li {
	margin: 0 0 15px 0;
	padding: 0 0 0 22px;
	line-height: 14px;
	background: url(../img/icon-social2.png) no-repeat;
}

#bottom .social ul li.del {
	background-position: 0 -30px;
}

#bottom .social ul li.tweet {
	background-position: 0 -61px;
}

#bottom .social ul li.rss {
	background-position: 0 -91px;
}

#bottom .social ul li.mail {
	background-position: 0 -121px;
}

/* Comments */

#bottom .comments {
	width: 280px;
}

#bottom .comments ul li {
	padding: 0px 0;
	border-bottom: 1px solid #363636;
	font-weight: bold;
}

#bottom .comments ul li:first-child {
	padding-top: 0;
}

#bottom .comments ul li:last-child {
	border: none;
}

#bottom .comments ul li span { 
	display: block;
	font-weight: normal;
	line-height: 16px; 
}

/* COMMENTS
------------------------------------------------------------- */

#author,#email,#comment,#url,#searchfield {
background:#FFF !important;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-color:#6d6d6d #bfbfbf #bfbfbf #6d6d6d;
border-style:solid;
border-width:1px;
padding:5px;
}

#author,#email,#url {
width:220px;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

#commentform textarea {
width:98%;
height:100px;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

#commentform label {
font:12px Arial, sans-serif;
}

.reply {
	overflow: hidden;
}

.reply a,.reply a:visited {
	color:#303030;
	display:block;
	text-align:right;
	text-decoration:none !important;
	font: 11px Arial, sans-serif;
	position:relative;
	float:right;
	padding: 1px !important;
	margin-bottom: 0px;
}

.reply a:hover {
	text-decoration:none;
	color:#777;
}

.commentlist li {
	font:13px Arial, sans-serif;
	line-height:160%;
	background:#fff;
	border-bottom:1px solid #DDD;
	list-style:none;
	margin:0;
	padding:5px 15px 5px;
}

.commentlist li.byuser {
	background-color: #eee;
	text-shadow: 1px 1px 1px #fff;
}

.commentlist li.bypostauthor {
	background: #444 !important;
	text-shadow: 1px 1px 1px #333;
	color: #fff;
	padding-bottom:10px;
	margin-top:20px;
}

.commentlist li.bypostauthor a{
	text-shadow: 1px 1px 1px #333;
	color: #fff;
}

.commentlist li.bypostauthor p.love {
font:12px Arial, sans-serif;
color:#aaa;
line-height:160%;
padding:10px 0;
}

.commentlist li.bypostauthor p.love strong{
color:#fff;
}

.commentlist li.bypostauthor h3.commentform {
	font:13px Arial, sans-serif;
	font-weight:bold;
	border-bottom:2px solid #fff;
	color:#fff;
}

.commentlist li h3 {
font:16px Arial, sans-serif;
font-weight:700;
line-height:24px;
border-bottom:2px solid #303030;
color:#303030;
}

h3#comments {
	font:13px Arial, sans-serif;
	font-weight:700;
	color:#303030;
}

h3.commentform {
	font:13px Arial, sans-serif;
	font-weight:700;
	border-bottom:2px solid #303030;
	color:#303030;
}

.commentlist li li {
	border-bottom:none;
	border-left:1px solid #CCC;
	padding-left:25px;
	padding-bottom:0px;
	padding-top:5px;
	margin:0 0 5px 5px;
}

.commentlist code {
background:#fff;
color:#777;
margin:10px;
padding:6px;
}

.avatar {
float:left;
border:none;
margin:0 10px 20px 0;
padding:2px;
}

#trackbacklist li {
margin: 2px 0 2px 20px;
}

#trackbacklist {
margin:2px 0 2px;
}

#trackbacklist cite {
font-style:normal;
}

cite.fn {
	font:12px Arial, sans-serif;
	font-weight:700;
	letter-spacing:-0.05em;
	display:block;
	padding:3px 0 0;
}

.says {
display:none;
}

.comment-author {
overflow:hidden;
}

.commentmetadata {
float:left;
}

.comment-date a,.comment-date a:visited {
color:#9f9f9f;
font-size:10px;
text-decoration:none;
}

.commentmetadata a:hover,.commentmetadata a:active {
text-decoration:underline;
color:#333;
}

#respond {
	padding-top:5px;
}

#respond #submit {
	border: 1px solid #ddd;
	background-color: #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 25px;
	cursor: pointer;
	font: 13px Arial, sans-serif;
	color: #454545;
}

#respond #submit:hover {
	color: #005fa6;
}

p#cancel-comment-reply {
font:10px Arial, sans-serif;
font-weight:700;
text-decoration:none;
float:right;
background:#c61818;
-webkit-border-radius:2px;
-moz-border-radius:2px;
color:#fff;
line-height:22px;
margin-top:-25px;
padding:0 10px;
}

p#cancel-comment-reply a {
color:#fff;
text-decoration:none;
text-shadow: none!important;
}

p.love {
font:12px Arial, sans-serif;
color:#777;
line-height:160%;
padding:10px 0;
}
	
/* IMAGES
------------------------------------------------------------- */
	
.entry img {
	display:block;
	border:1px solid #999;
	padding:2px;
	margin:15px 0;
	}

.wp-caption {
	background:#f2f2f2;
	text-align:center;
	padding:10px 5px 10px 10px;
	}

img.alignleft {
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
	}

.wp-caption.alignleft {
	float:left;
	margin:20px 22px 10px 0;
	}
	
.wp-caption.alignright {
	float:right;
	margin:20px 0 10px 22px;
	}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom:15px;
	margin-top:15px;
	float:none
   	}
		
p.wp-caption-text {
	margin:0;
	text-align:center;
	padding:5px 0;
	}	

.wp-caption img {
	float:none;
	margin:0;
	}	

.gallery {
	margin:15px 0;
	display:block;
	}
	
.gallery img {
	border:1px solid #999 !important;
	padding:2px;
	margin:0 auto
	}

.gallery-item {
	padding:12px 0;
	text-align:center
	}

.gallery-caption {
	padding:10px 0;
	}
	
	
/* SHORTCODES 
------------------------------------------------------------- */

.goodlist ul li {
	list-style: none;
	padding: 0 0 0 16px;
	background: url(../img/bullet-good.png) 0 50% no-repeat;
}

.badlist ul li {
	list-style: none;
	padding: 0 0 0 16px;
	background: url(../img/bullet-bad.png) 0 50% no-repeat;
}

a.buttonlink {
	display: inline-block;
	background: url(../img/bg-buttonlink.png) no-repeat;
	color: #fff;
	text-shadow: -1px 1px 1px rgba(0,0,0,.2) ;
	margin: 0 0 15px 0;
}

a.buttonlink:hover {
	text-decoration: underline;
}

a.buttonlink span {
	display: block;
	padding: 0 15px;
	line-height: 33px;
	text-align: center;
	background: transparent url(../img/bg-buttonlink.png) bottom right no-repeat;
}

.download_box {
	display: inline-block;
	padding: 8px 25px 8px 55px;
	border: 1px solid #dddfa4;
	color: #737624;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #eff1b9 url(../img/icons-boxstyles.png) 20px 0 no-repeat;
	margin: 0 0 15px 0;
}

.info_box {
	display: inline-block;
	padding: 8px 25px 8px 55px;
	border: 1px solid #9acbef;
	color: #0468b0;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #caecff url(../img/icons-boxstyles.png) 20px -86px no-repeat;
	margin: 0 0 15px 0;
}

.warning_box {
	display: inline-block;
	padding: 8px 25px 8px 55px;
	border: 1px solid #f28f8b;
	color: #e10000;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffcfcd url(../img/icons-boxstyles.png) 20px -43px no-repeat;
	margin: 0 0 15px 0;
}

.dropcap {
	float: left;
	font-size: 40px;
	margin: 0 8px 0 0;
	line-height: 40px !important;
}

.highlightblue {
	background-color: #0062a9;
	padding: 1px 4px;
	color: #fff;
}

.highlightdark {
	background-color: #303030;
	padding: 1px 4px;
	color: #fff;
}

.pullquote_right {
	float: right;
	margin: 15px 0 15px 15px;
	width: 33%;
	border-left: 4px solid #eee;
	padding: 0 0 0 15px;
	color: #888;
}

.pullquote_left {
	float: left;
	margin: 15px 15px 15px 0px;
	width: 33%;
	border-right: 4px solid #eee;
	padding: 0 15px 0 0;
	color: #888;
}

/* FOOTER 
------------------------------------------------------------- */

#footer {
	border-top: 1px solid #2b2b2b;
	background-color: #191919;
	font-size: 11px;
	color: #fff;
	padding: 0 10px 0 10px;
	float: left;
}

#footer .inner {
	width: 905px;
	margin: 0 auto;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #0b7ccb;
	text-decoration: none;
}

#footer p.copy {
	width: 50%;
	float: left;
	margin-top: 8px;
}

#footer p.powered {
	width: 50%;
	float: right;
	text-align: right;
}

#footer p.powered a img {
	position: relative;
	top: 7px;
	margin: 0 3px;
}

/* MISC.
------------------------------------------------------------- */

.hide {
	display: none;
}

.group:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.old-ad {
float: left;
padding-right: 10px;
padding-bottom: 10px;
}
.AdSenseAdTop {
	width: 680px;
	text-align:left;
	padding-top: 0px;
	padding-bottom: 0px;		
	margin: 10px 0 15px 0;
}
.AdSenseAd {	
	text-align:left;
 	float:left;
	padding-top: 0px;
	padding-left: 0px;
	margin-right: 7px;
}
.AdSenseAdRight {	 	
	padding-top: 0px;
	padding-right: 0px;	
}


.wpcf7-form input{
background:#FFF !important;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-color:#6d6d6d #bfbfbf #bfbfbf #6d6d6d;
border-style:solid;
border-width:1px;
padding:5px;
margin-top: 5px;
}
.wpcf7-form textarea {
width:98%;
height:200px;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
padding:5px;
margin-top: 5px;
border-color:#6d6d6d #bfbfbf #bfbfbf #6d6d6d;
border-style:solid;
border-width:1px;
}

.single-ad {
	background-color: #F4F4F4;
	border: 1px solid #DDD;
	font-size: 11px;
	/*font-style: italic;*/
	margin-bottom: 5px;
	overflow: hidden;
	padding-bottom: 15px;
	padding-bottom: 15px;
	padding: 10px 10px 10px;
	text-align: center;
}

.ads-top1 {
	float: right;
	margin-top: -65px;
	width: 728px;
	height: 15px;
}
.ads-top {
	float: right;
	margin-top: -70px;
	margin-bottom: 0px;
	border-bottom: 0px solid #DDD;
	width: 728px;
	height: 150px;
}