/*
Theme Name:   Bloggertone
Theme URI:    http://bloggertone.com
Description:  Bloggertone's Theme
Author:       Channelship
Author URI:   http://www.channelship.ie
Version:      1.1
*/



/* RESET */

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, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 ´´{
	font-weight:normal;
}



/* MAIN STYLES */

html {
	background: #f0f0f0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
}

p {
	color:#333;
	font-size:14px;
	line-height:20px;
	margin:5px 0 5px 0;
	
}


.entry p {
	color:#333;
	font-size:14px;
	line-height:24px;
	margin:10px 0 10px 0;
	
}

.entry ul, .entry ol {
	font-size:14px;
	color:#333;
	line-height:20px;
	margin:10px 0 10px 10px;
	
}


.entry ol li {
	
	list-style: inside decimal;
	line-height:20px;
	margin-bottom:10px;
}

.entry ul li {
	
	list-style:inside inherit;
	line-height:20px;
	margin-bottom:10px;
}

.entry h2 {
	font-size:26px;
	padding:15px 0 5px 0;
	font-weight:bold;
}

.entry h3 {
	font-size:16px;
	padding:15px 0 5px 0;
	font-weight:bold;
}

.entry h4 {
	font-size:14px;
	padding:15px 0 5px 0;
}

blockquote p {
	margin: 15px;
	font-size:14px;
	color:#666;
	line-height:22px;
	}

a {
	color:#0059bf;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h2 {
	font-size:26px;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:14px;
}

.clearer {
	clear: both;	
	}


/* CONTAINER */

#container {
	background:#FFF;
	width: 950px;
	margin:auto;
	padding:15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	min-height:500px;
	
	}
	
	
	

/* HEADER */


#header ul#top-nav {
	float:left;
	margin-bottom:25px;
	color: #CCC;
	}

#header ul#top-nav li {
	display:inline;
	font-size:12px;
	}
	
#header ul#user-login {
	float:right;
	color: #CCC;
	margin-bottom:25px;
	}
	
#header ul#user-login li {
	display:inline;
	font-size:12px;
	}

#header h1.logo {
	background: url(images/bloggertone-logo.jpg) no-repeat;
	width:360px;
	height:78px;
	text-indent: -9999px;
	float:left;
	margin-left:15px;
}

#header h1.logo a {
	width: 360px; 
	height: 78px;
	display:block;
}

#search {
	margin:15px 15px 0 0;
	float:right;
	padding:7px;
	background:#4dc9ff; 
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	/* box shadow */
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.25);
}

#search .input{
	width:370px;
	font-size:16px;
	font-weight:bold;
	color: #999;
	padding:3px;
}

#search .button{
	color:#FFF;
	background:#4dc9ff;
	border:0;
	height:30px;
	font-size:14px;
	font-weight:bold;
}



#header ul#nav {
	list-style: none;
	float: left;
	width: 950px;
	margin: 15px 0 0 0;
	padding: 0;
	background: #0059BF url(images/nav-bg.png) repeat; 
	border: 1px solid #0059BF;
	border-bottom:none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px; 
}
#header ul#nav li {
	float: left;
	margin: 0 0 1px 0; padding: 0;
	border-right: 1px solid #0059BF;
}
#header ul#nav li.last {
	border-right: none;
}

#header ul#nav li a {
	float: left;
	display: block;
	padding:8px 21px 7px 21px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
}
#header ul#nav li a:hover {
	background: #fff;
	color:#0059bf;
}




/* HOMEPAGE */





.homepage_posts {
	background: url(images/e8e8e8.png) 407px repeat-y;
	margin-bottom:10px;
	
	}



.homepage_posts .post{
	margin: 0 0 7px 0;
	padding:0 0 2px 0;
	border-bottom:1px #e8e8e8 solid;
	float:right;
	width:220px;
	clear:right;
	}

.post p.blogname{
	text-transform: uppercase;
	font-size:11px;
	font-weight:bold;
	color:#4dc9ff;
	margin:0;
	padding:0;
	}

.homepage_posts .post h2{
	font-size:16px;
	}

.homepage_posts .post p{
	font-size:12px;
	line-height:16px;
	}
	

	

	
.homepage_posts .featured  {
	padding:0;
	float:left;
	width:400px;
	border-bottom:none;
	}
	

	

.homepage_posts .featured h2{
	font-size:24px;
	
	}
	

.homepage_posts .featured p{
	font-size:14px;
	line-height:18px;
	
	}
	
	
.homepage_posts .nodisplay {

	display:none;
	
	}
	
	
	
	

	
	
	
	

/* CONTENT */

#content{
	margin-top:20px;
	width: 635px;
	float:left;
	}

#content.widepage{
	width: 950px;
	}



#left_column{
	float:left;
	width: 400px;
	}	
	
#right_column {
	float:right;
	width: 220px;
	}	
	
	
	
#left_column .widget, #right_column .widget{
	color:#1e9121;
	padding:14px;
	background:#fafafa;
	border:#ccc 1px dotted;
	overflow:hidden;
	margin-bottom:15px;
	}

#left_column .widget h3, #right_column .widget h3.widgettitle, .updatedblogstitle{
	font-size:17px;
	font-weight:bold;
	margin-bottom:6px;
	}

	
#left_column .widget ol, #right_column .widget ol{
	list-style:decimal inside;
	line-height:17px;
	}


#left_column .widget li, #right_column .widget li{
	font-size:14px;
	list-style: square inside;
	}
	

.featuredblogger img {
	padding:4px; 
	border: 1px solid #e8e8e8;
	float:left;
	margin:0 10px 10px 0;
	}

.featuredblogger p { 
	font-size: 12px;
	}
	

#bottom{
	padding-top:10px;
	margin-top:10px;
}

#bottom .widget{
	margin-bottom:10px;
	
	}
	
#bottom h3.widgettitle {
	font-size:20px;
	font-weight:bold;
	color: #333;
	margin-bottom:5px;
}


#dsq-combo-tab-people, #dsq-combo-people, {
	display: none;
	}
	

	
#dsq-combo-logo {
	display:none;
	}


	

#ffactivity {
}


#ff-activity {
	background:#F4FFEA;
	padding:10px;
}


#ff-activity .ff-meta a{
	font-size:11px;
	color:#999;
}

div.ff-event {
	background-position: 4px 15px;comment
	background-repeat:no-repeat;
	border-bottom:#e8e8e8 1px dotted;
	padding:20px;
}

div:hover.ff-event{
	background-color:#D7EDCE;
}


#ff-activity p.ff-account{
	display:none;
	
}



div.ff-event p{
	font-size:14px;
	margin-left:20px;
}







/* VARIOS !! */


	


.homebuttons {
	float:left; 
	padding-right:10px;
	}

.badge {
	clear:both;
	padding:10px 0 10px 0;
	margin: 10px 0 10px 0;
	border-bottom:1px solid #e8e8e8;
	overflow:hidden;
	}
	
.badge img {
	float:left;
	margin:0;
	padding:0;
	}
	
.badge textarea {
	width:280px;
	height:120px;
	margin:10px 0 0 20px;
	padding:0;
	}
	
p.textbadge {
	padding:10px;
	background: #FFFFCC;
	border: 1px solid #e8e8e8;
	font-size:11px;
	line-height:14px;
	margin:10px 0 0 20px;
	float:right;
	font-family:"Courier New", Courier, monospace;
	}
	

#wp-calendar {
	font-size:14px;
	}
	
#wp-calendar caption {
	background: #e8e8e8;
	padding:2px;
	margin:0 0 5px 0;
	font-size:12px;
	
	}
	
#wp-calendar a.eventday {
	background:#1e9121;
	font-size:14px;
	color:#FFF;
	padding:3px;
	width:100%
	}
	
#wp-calendar span.ec3_ec {
	display:none;
	}
	

	
	
.dsq-h3-addcomment {
	display:none;
	}
	

	
#comments {
	margin-top:20px;
	}
	
#comments h2 {
	margin-bottom:10px;
	color:#0059bf;
	font-weight:bold;
	}
	

	
.pagetitle{
	margin-bottom:10px;
	}
	

.authorpage{
	color:#1e9121;
	padding:14px;
	background:#fafafa;
	border:#ccc 1px dotted;
	overflow:hidden;
	margin-bottom:15px;
	}

.authorpage img {
	padding:4px; 
	border: 1px solid #e8e8e8;
	float:left;
	margin:0 10px 10px 0;
	}

.authorpage p { 
	font-size: 13px;
	font-weight:normal;
	}

.authorpage .authorlinks ul {
	clear:both;
	}
	
.authorpage .authorlinks li { 
	display:inline;
	margin-right:12px;
	
	}

.authorpage .authorlinks a { 
	font-size:12px;
	padding:3px 6px 3px 6px;
	background:#e8e8e8;
	color:#333;
	}

.authorpage .authorlinks a:hover { 
	background:#1e9121;
	color:#FFF;
	text-decoration:none;
	}
	
.authorpage a.postauthorlink  {
	color:#1e9121
	}
	
	

.post-ratings {
	font-size:12px;
	color:#666;
	}

.highest_rated li {
	font-size:12px;
	color:#666;
	}

.more-link {
	float:right;
	margin-right:5px;
	padding:2px 10px 2px 10px; 
	background:#1e9121;
	color:#FFF;
	border:none;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	/* box shadow */
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.25);
	}
	
.more-link a {
	color:#FFF;
	font-size:11px;
	}


#terms {
	overflow: auto;
	width:330px;
	padding:0 5px 5px 5px;
	height:105px;
	background:#FFFDEC;
	}
	




	
#content h1 {
	font-size: 38px;
	margin-bottom:25px;
	font-weight:bold;
	}


#content .post {
	border-bottom:1px solid #e8e8e8; 
	margin-bottom:15px;
	padding-bottom:15px;
	}



	
#content .post div.title {
	clear:left; 
	margin:0; 
	padding:0
	}
	
#content .post div.title h2{
	margin-bottom:5px;
	color:#0059bf;
	font-weight:bold;
	}

#content .post div.postmetadata{
	margin-top:1px;
	}

#content .post div.postmetadata .avatar{
	margin:0 6px 0 0;
	}
	
#content .post .postmetadata p {
	font-size:11px;
	padding:0;
	margin:0;
	color:#808080;
	line-height:16px;
	
	}

#content .post .postmetadata a {
	color:#1e9121; 
	
	}


#content .post .postmetadata a:hover {
	background:#1e9121;
	color:#FFF;
	text-decoration:none;
	}


#content .post .postmetadata span.author {
	font-weight:bold;
	}
	
#content .post img.avatar {
	border:1px solid #e8e8e8;
	background:#fff;
	padding:2px;
	margin:0;
	float:left;
	}
	
#content .post .postmetadata-bottom {
	margin-top:15px;
	padding:10px;
	border:solid 1px #e8e8e8
	}
	
.tweetmeme_button {
	clear:both;
	float:left; 
	margin:4px 10px 10px 3px;
	}
	

bizsugar_button {
	clear:both;
	float:left; 
	margin:3px 10px 10px 0;
	}


.stbutton {
	margin-bottom:10px;
	padding-bottom:10px;
	}
	
.post-ratings {
	margin-top: 20px;
	margin-bottom:10px;
	}
	

	

.rating ol{
	list-style: decimal inside;
	
	}
	
.rating li{
	margin-bottom:10px;
	list-style: decimal inside;
	
	}
	
h4.breadcumb {
	margin-bottom:20px;
	}
	
	
textarea #comment {
	width:615px;
	}

.item-avatar {
	float: left;
	padding: 0 10px 15px 0;
	}



	

.vcard {
	clear:both;
	}
	
#content .similar_posts  {
	background:#ECEFF2;
	padding:15px;
	margin:20px 0 20px 0;
	}
	
#content .similar_posts li {
	list-style:inside;
	}

#content .similar_posts h3 {
	font-weight:bold;
	margin-bottom:10px;
	}
	

#content .navigation  {
	padding:0 0 15px 0;
	clear:both;
	}

#content .alignleft  {
	
	clear:both;
	}
	
#content .alignright  {
	
	clear:both;
	}
	

	
	
#comment {
	width:600px;
	}



/* SIDEBAR */

#sidebar{
	margin-top:20px;
	float:right;
	width: 300px;
	padding-left:7px;
	border-left:1px #e8e8e8 solid;
	}
	
#sidebar .add300x250{
	width:300px;
	height:250px;
	margin-bottom:15px;
	}
	

#sidebar .add145x120{
	width:145px;
	height:120px;
	margin-bottom:10px;
	float:left;
	}
	

	

	
#sidebar .popular h4{
	margin-bottom:10px;
	}
	
#sidebar .popular ol{
	list-style:decimal inside;
	font-size:12px;
	}

#sidebar .popular li{
	padding-top:3px;
	padding-bottom:3px;
	}
	
	
#sidebar .widget{
	clear:both;
	background: #fff url(images/widget-bg.png) repeat-x; 
	margin-bottom:15px;
	overflow:hidden;
	padding:10px;
	border: 1px solid #C1D1E9;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.25);
	}
	
#sidebar .widget h3.widgettitle {
	color: #fff;
	font-size: 12px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:-0.2px;
	margin:3px 0 20px 0;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	}
	
#sidebar .widget li {
	line-height:14px;
	}

#sidebar .widget a {
	font-size:14px;
	}
	
	
#sidebar .widget ul{
	list-style:inside;
	}

#sidebar .widget ol{
	list-style:inside decimal;
	}
	
#sidebar .widget li{
	font-size:14px;
	line-height:16px;
	margin-bottom:5px;
	list-style: square inside;
	}
	
#sidebar .widget a{
	font-size:12px;
	line-height:14px;
	}
	


#sidebar .widget_execphp{
	padding:0;
	margin:0;
	margin-bottom:15px;
	background:none;
	overflow:visible;
	border:none;
	-moz-border-radius:none;
	-khtml-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	-moz-box-shadow: none;
	}

#sidebar .widget_execphp h3.widgettitle {
	display:none;
	}

#sidebar .widget_execphp ul, #sidebar .widget_execphp ol, #sidebar .widget_execphp li {
	padding:0;
	margin:0;
	}
	
#sidebar .highest_rated h3.widgettitle {
	display:block;
	color: #fff;
	font-size: 12px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:-0.2px;
	margin:3px 0 20px 0;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	}



#sidebar .socialmedia ul{
	padding:15px 3px 10px 3px;
	margin-bottom:10px;
	}
	
#sidebar .socialmedia li{
	list-style: none;
	margin:5px;
	padding-bottom:10px;
	margin-bottom:20px;
	display:inline;
	}

#sidebar .socialmedia li a{
	margin-bottom:15px;
	}

#sidebar .socialmedia a{
	font-size:14px;
	}
	
#sidebar .socialmedia h4 {
	margin:5px 0 5px 0;
	font-size:12px;
	}
	
#sidebar .socialmedia div.email {
	padding:4px 10px 4px 10px;
	margin-top:10px;
	background:#ECEFF2;
	font-weight:bold;
	}
	
#sidebar .socialmedia .email input.submit {
	padding:3px 4px 4px 4px; 
	background:#0059bf;
	color:#FFF;
	border:none;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	/* box shadow */
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.25);
	}
	





/* FOOTER */

#footer {
	width: 980px;
	margin:auto;
	font-size:12px;
	
	}
	
#footer #selectblog{
	float:left;
	}
	
	
	
#footer #footer-left {
	float:left;
	margin:10px 0 20px 0;
	}
	

#footer #footer-left ul {
	float:left;
	margin-left:10px;
	
	}
	
#footer #footer-left li {
	display:inline;
	line-height:20px;
	}
	
	

#footer #footer-right {
	float:right;
	margin:10px 0 20px 0;
	
	}
	
#footer #footer-right li {
	display:inline;
	line-height:20px;
	}











/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background:#e8e8e8;
	}

img.alignright {
	padding: 4px;
	margin: 16px 0 2px 10px;
	display: inline;
	background:#e8e8e8;
	}

img.alignleft {
	padding: 4px;
	margin: 16px 10px 2px 0;
	display: inline;
	background:#e8e8e8;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.alignnone {
	padding: 4px;
	margin: 5px 0 5px;
	
	background:#e8e8e8;
	}
/* End Images */




.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

*html #sidebar {
	position: absolute;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}



select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */