/* @override 
	http://www.reachably.com/wp-content/themes/reachably/style.css
	http://reachably.com/wptesting/wp-content/themes/reachably/style.css
*/

/* 
Theme Name: Reachably 0.99 beta
Theme URI: http://reachably.com/
Description: reachably 0.99 (in beta)
Author: Me
Author URI: http://reachably.com
Tags: reachably

	Reachably 0.99 beta
	 http://reachably.com

	This theme was created by reachably for reachably
	and so to keep its uniqueness do not copy any code
	directly!
	

*/

/*

Change Log

0.1 - Base design

0.15 - Added Atom Feed Link

0.2 - Search Javascript

0.25 - Colours for title and RSS / Atom and Bokmark Us

0.26 - Fixed image border problem caused browser differences

0.27 - Changed get_footer to wp_footer

0.4 - AddThis heart icon added

0.42 - Unordered list styling

0.8 - Second Column

0.85 - Addthis script in seperate file (include used)

0.9 - Change font to Gerogia, reduce width of column 2 by 1px and float right column

0.99 - Rearrange sharing and add search icon. General maintainance.

*/

/* 

Previous Fonts

font-family: "Palatino Linotype", Palatino;

 */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

form {
	display: inline;
}

.holder {
	width: 715px;
	margin: 0px auto 10px auto;
}

.header {
	margin-bottom: 30px;
	border-bottom: 1px solid #dbdbdb;
	float: left;
	width: 715px;
}

.header_logo {
	float: left;
	position: relative;
	top: 10px;
	left: 20px;
}

.header h1 {
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 3em;
	line-height: 2em;
	font-family: "Palatino Linotype", Palatino;
	color: #f82e45;
	display: inline;
	float: left;
}

.header h1 a {
	color: #3F3F3F;
	text-decoration: none;
}

.tweettweet {
	position: static;
	top: 0;
	right: 0;
	float: right;
	color: #8f8f8f;
	font-size: 11px;
	background: url(birdicon3.png) no-repeat 0 -1px;
	padding-left: 20px;
	padding-top: 1px;
	height: 17px;
	font-style: italic;
	display: none;
}

.tweettweet a{
	text-decoration: none;
	color: #8f8f8f;
}

.navigation-bar {
	padding-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	text-align: right;
	color: #7e7e7e;
	display: inline;
	float: right;
	margin: 4em 0 0 0;
}

.navigation-bar input {
	border-width: 0px;
	color: #7a7a7a;
	border-bottom: 1px solid #dfdfdf;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding: 0 0 2px 0;
	width: 174px;
}

.navigation-bar input:focus {
	border-width: 0px;
	border-bottom: 1px solid #C0C0C0;
}

.column1 {
	width: 500px;
	padding: 0;
	margin: 0;
	font-size: .7em;
	color: #666666;
	float: left;
}

img {
	border: 0 none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 3px;
}

img a {
	border: 0 none;
}

.entry {
	border-bottom: 1px solid #C0C0C0;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
	margin-bottom: 28px;
}

.entry-text {
	color: #535353;
	line-height: 1.55em;
}

.entry-text ol li{
	margin: 5px 0;
}


.entry-text ol {
	padding: 0;
	margin: 0;
	margin-bottom: 4px;
	list-style-position: inside;
}

.entry-text a {
	text-decoration: none;
	color: #dd0033;
	font-style: italic;
}

.entry h3 {
	margin: 0;
	color: #404040;
	margin-bottom: 4px;
	display: inline;
	font-weight: lighter;
	font-size: 1.3em;
}

.entry h3 a {
	text-decoration: none;
	color: #404040;
}

.entry-single {
	border-bottom: 1px solid #C0C0C0;
	margin-bottom: 20px;
	padding: 0 0 15px 0;
}

.entry-single h3 {
	margin: 0;
	color: #404040;
	margin-bottom: 4px;
	display: inline;
	font-weight: lighter;
	font-size: 1.3em;
}

.entry-single h3 a {
	text-decoration: none;
	color: #404040;
}

.sharethis {
	display: inline;
	margin-left: 12px;
}

.counts {
	display: inline;
	text-align: right;
}

.bookmark {
	display: inline;
	float: right;
	/*background: #dc1212 url('bookmark_white.png') no-repeat 3px 4px;*/
	background: #757575 url('bookmark_white.png') no-repeat 3px 4px;
	padding: 3px 5px 5px 15px;
	color: white;
	margin: 0 0 0 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.comment_count {
	display: inline;
	float: right;
	/*background: #dc1212 url('comment_white.png') no-repeat 3px 4px;*/
	background: #757575 url('comment_white.png') no-repeat 3px 4px;
	padding: 3px 5px 5px 15px;
	color: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


.entry-text ul {
	list-style-type: square;
	padding: 0;
	margin: 0;
	margin-bottom: 4px;
	list-style-position: inside;
}

.entry-text li {
	margin: 0;
}

.entry-info {
	font-style: italic;
	font-size: .9em;
	color: #666666;
	margin: 0 0 15px 0;
}

.entry-info a {
	color: #dd3c3e;
	text-decoration: none;
}

/*ul.similar-posts li {
	list-style-type: none;
	display: inline;
}*/

.article-share {
	padding: 14px 0;
	border-top: 1px solid #C0C0C0;
	color: #535353;
	border-bottom: 1px solid #C0C0C0;
}

.article-share  a {
	text-decoration: none;
	color: #dd0033;
}

.article-share img {
	margin-right: 4px;
}

.similar-pages {
	margin: 17px 0 0 0;
	padding: 0;
}

.similar-pages ul {
	list-style-type: square;
	padding: 0;
	margin: 5px 0 0 0;
	list-style-position: inside;
}

.similar-pages ul li {
	margin: 0 0 0 2px;
}

.similar-pages h3 {
	margin: 0;
	color: #404040;
	margin-bottom: 4px;
	display: inline;
	font-weight: lighter;
	font-size: 1.1em;
}

.similar-pages p {
	margin: 0;
	padding: 0;
	display: none;
}

.page {
	margin: 0;
	padding: 0;
	border: 0;
}

.page li.cat-item{
	padding: 0 13px 10px 0;
	font-style: italic;
	display: inline-block;
}

.page li.cat-item a{
	font-style: normal;
}

.page input .wpcf7-form {
	color: #7a7a7a;
	border: 1px solid #dfdfdf;
	font-family: Georgia, "Times New Roman", Times, serif;
	height:  1.55em;
	font-size: 1em;
	
}

.page-text {
	line-height: 1.55em;
}

.page a {
	color: #404040;
	text-decoration: none;
}

.page h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 1.8em;
	color: #404040;
	margin-bottom: 4px;
	font-weight: normal;
}

.page h3 a {
	text-decoration: none;
	color: #404040;
}

.page li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pagechanger {
	margin-bottom: 40px;
	min-height: 24px;
	font-size: .9em;
}

.pagechanger a {
	color: #666666;
	text-decoration: none;
}

#smart-archives-block {
	margin: 17px 0 0 0;
	padding: 0;
	font-size: 1.1em;
	word-spacing: 12px;
}

#smart-archives-block li {
	margin: 0 0 13px 0;
}

#smart-archives-block li a {
	color: #404040;
	text-decoration: underline;
}

#smart-archives-block li strong {
	visibility: hidden;
}

#smart-archives-block li strong a {
	visibility: visible;
	text-decoration: none;
	font-weight: lighter;
	font-size: 1.5em;
	color: #898989;
}

.pagechanger-left {
	float: left;
}

.pagechanger-right {
	float: right;
}

.column2 {
	width: 174px;
	padding: 0;
	margin: 0 0 0 40px;
	color: #7e7e7e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	line-height: 1.3;
	float: left;
	clear: none;
}

.column2 a {
	color: #4b4b4b;
	text-decoration: none;
}

.column2 h3 {
	color: #4b4b4b;
	text-decoration: none;
	font-size: 1em;
	font-weight: lighter;
	padding: 0;
	margin: 0 0 9px 0;
}

.column2 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 4px;
}

.column2 li {
	margin: 0;
	padding: 0 0 3px 0;
}

.column2 .sidebarad {
	text-align: center;
	margin-bottom: 9px;
	font-size: 0.85em;
}

.column2 .sidebarad img{
	border: 1px solid silver;
}

#elsewhere a {
	text-decoration: none;
	color: #555;
}

#elsewhere p {
	margin: 5px 0 9px 0;
	color: #777;
}

#rss a {
	color: red;
	font-style: italic;
}

.break {
	border-bottom: 1px solid;
	margin: 0 0 9px 0;
	border-color: #e6e6e6;
}

.footer {
	text-align: center;
	font-size: .7em;
	color: #666666;
}

.fs_powered_by {
	visibility: hidden;
}

#wpstats {
	visibility: hidden;
}

.wp-polls {
	font-size: .95em;
	color: #4f4f4f;
	font-weight: lighter;
	font-style: italic;
}

.wp-polls ul{
	font-size: .95em;
	color: #4f4f4f;
	font-style: normal;
}

.wp-polls ul li{
	padding: 0 0 4px 0;
}

.wp-polls input{
	height: 1em;
}

.wp-polls input.Buttons{
	height: 18px;
	font-size: 11px;
	line-height: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	font-style: italic;
	text-transform: lowercase;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	background-color: #727272;
	border: 0 none;
}

.wp-polls .wp-polls-ans a {
	color: #808080;
}
