/*
Theme Name: TALKTOME
Theme URI: www.talky.se
Description: Simple 2-column theme made for Talky.se
Author: Robert Lundberg
Author URI: www.talky.se
Version: 1.1
.
*/
html, body { padding: 0; margin: 0; }

html { overflow: -moz-scrollbars-vertical; overflow-x: auto; overflow-y: scroll; }


a:link { color: #0099ff; font-weight: bold; text-decoration:none; border: none; }
a:visited { color:#0099ff; font-weight: bold; text-decoration: none; }
a:hover, a:active { color: #373737;  text-decoration: none; }

#header a {  color: #000; text-decoration: none; }

a img { border-style:none; }

img.alignright {float:right; margin:0 0 0 1em}
img.alignleft {float:left; margin:0 1em 0 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 0 1em}
a img.alignleft {float:left; margin:0 1em 0 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

body {
 font-family: Helvetica, Arial, sans-serif;
 color:#000;
 font-size: 12px;
 line-height:1.5em;
 background-color:#535353;
}
p {
	margin: 0 0 5px 0;
	padding: 0;
	color: #000;
	background: #fff;
}

#wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	width: 980px;
	margin: 0 0 0 -490px;
	background: #fff;
	min-height: 100%;
}

#header {
	float: left;
	width: 900px;
	height: 75px;
	margin: 15px 0 0 40px;
	padding: 0;
	background: #fff url(images/hr_2x1.png) repeat-x bottom left;
}
#logo {
	float: left;
	width: 200px;
	height: 62px;
	background: url(images/talky_logo.png) no-repeat top left;
	margin: 0 0 0 5px;
}

#navigation-wrapper {
	float: right;
	width: 690px;
	margin: 23px 0 0 0;
	text-align: right;
}

#navigation {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

	#navigation li {
		display: inline;
		margin: 0;
		padding: 0;
	}
	
	#navigation li span {
		margin: 0 0 0 25px;
		padding: 0;
	}
	
		#navigation li span a:link {
			text-decoration: none;
			margin: 0;
			padding: 0;
		}
		
		#navigation li span a:hover {
			text-decoration: none;
			margin: 0;
			padding: 0;
		}
		
		#navigation li span a:visited {
			text-decoration: none;
			margin: 0;
			padding: 0;
		}

/* SEARCH */

#search-wrapper {
	float: right;
	margin: 5px 0 0 0;
	line-height: 0;
}

#search-wrapper fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#search-wrapper fieldset legend {
	display: none;
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}
input:focus {
  outline: 0 none;
}

.searchtext {
	border: none;
	height: 19px;
	background: url(images/search_input_text_bg.png) repeat-x top left;
	font-size: 12px;
	padding: 2px;
	color: #ccc;
}

.submitsearch {
	border: none;
	width: 19px;
	height: 19px;
	background: url(images/search_input_submit_bg.png) no-repeat top left;
}

.resetsearch {
	border: none;
	width: 19px;
	height: 19px;
	background: url(images/search_input_reset_bg.png) no-repeat top left;
}

.searchspan {
	float: left;
	margin: 0;
	padding: 0;
}
/*.search-result-highlight {
	color:#FFF;
	background: #000;
}
*/

/***************

***************/
#content {
	width: 560px;
	float: left;
	padding:10px;
	margin:0 0 0 40px;
	font-size: 12px;
 line-height:1.5em;
}
#content h1 {
 font-family:Helvetica, Arial, Sans-Serif;
 font-size: 30px;
 line-height:1.0em;
 letter-spacing:-1px;
 font-weight: bold;
 color: #252525;
}
#content li {
list-style:inside;
	
}
.postcontent {
border-bottom:1px solid #CCC;
margin-top:10px;
margin-bottom:40px;
text-align:justify;
}

.similar_posts {
list-style:inside;
list-style-type:none;
border-bottom:1px solid #CCC;
border-top:1px solid #CCC;
margin-bottom:10px;
padding-bottom:5px;
padding-top:5px;
}
.similar_posts h4 {
	font-family:Helvetica, Arial, Sans-Serif;
	font-size:14px;
	letter-spacing:-1px;
	text-transform:uppercase;
	font-weight:lighter;
}

/* SIDEBAR */

#sidebar {
	width: 290px;
	float: right;
	padding:10px;
	margin-right: 30px;
	text-align: left;
	
}
#sidebar ul {
margin: 0 auto;
display: inline;
}

#sidebar h3 {
	font-family:Helvetica, Arial, Sans-Serif;
	font-size: 20px;
	color:#27221f;
	letter-spacing:-1px;
	line-height:22px;
	text-transform:uppercase;
	font-weight:lighter;
}
.sideblockrecent {
font-size:13px;
line-height:1.0em;
text-align:left;
margin-bottom:20px;
}
.sideblockrecent ul {
margin-top:10px;
list-style:none;
list-style-position: outside;
}
.sideblockrecent li {
padding-top:10px;
padding-bottom:10px;
border-bottom:1px solid #CCC;
}
.sideblock {
text-align:justify;
margin-bottom:20px;
}
.sideblock ul {
margin-top:10px;
list-style:none;
list-style-image:none;
list-style-type:none;
}

#about {
margin:0 auto;
text-align:left;
margin-bottom:20px;
}

#both {
	clear: both;
}

#footer {
	width:900px;
	border-top: 1px solid #CCC;
	color:#333333;
	padding:10px 0;
	margin:10px 40px 10px 40px;
}
	#footer li {
		display: inline;
		float: left;
		padding-left: 10px;
	}
	
	#footer-left {
		float: left;
		padding-top: 10px;
	}
	
	#footer-right {
		float: right;
	}

	/* Comments Styling */

#commenticon {
	width: 100px;
	height: 16px;
	background-image: url("images/commentbg.png");
	background-repeat:no-repeat;
	color: #333333;
	font-size: 10px;
	float: right;
	text-align: center;
	font-style: normal;
	font-weight:lighter;
	padding-top:2px;
	}
	
#commentlist li, ol {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #CCC;
/*background-color:#FFFFFF;*/
}
.thecomments {
	margin-top: 1.5em;
padding-top: 1em;
border-top: 1px solid #CCC;
}

#commentform {
padding:20px 20px 20px 20px;
background: #FFFFFF;
width: 429px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}


.right {
float:right;
margin:0 auto;
font-size:11px;
}
.addbuttons {
margin-right:5px;
padding-top:3px;
padding-left:3px;
float:left;
}
.addbuttonslrg {
padding-top:3px;
float:left;
font-size:13px;
}

.smalltext {
font-size:10px;
line-height:1em;
margin-top:5px;
margin-bottom:5px;
}
