/*
Theme Name: OpenSourceEditor
Theme URI: http://www.open-source-editor.com
Description: Them for OpenSourceEditor.com.
Version: 1.0
Author: Mattias Wirf
Author URI: http://www.xoda.se
Tags: blue, custom header, fixed width, two columns, widgets
*/

/** Page **/
 body {
	background: #efefef url(images/backlines.png) repeat;
	font-size: 62.5%;
	font-family: Verdana, Arial, Sans-Serif;
	color: #222;
	text-align: center;
	margin: 0;
	padding: 0;
 }
 #page {
	background: #fff;
	border: 0;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 960px;
 }


/** Header **/
 #header {
	background: #fff url(images/headerimage.jpg) no-repeat;
	margin: 0;
	padding: 0;
	height: 100px;
	width: 960px;
	text-align: left;
 }
 #headerimg {
	margin: 0;
	height: 100px;
	width: 100%;	
 }
 #headerimg a#logo{
        display: block;
	font-size: 3em;
	padding: 20px 0 0 0;
	margin: 0 0 0 40px;
 }
 #headerimg .description {
	text-decoration: none;
	color: #000;
	font-size: 1.2em;
	margin: 1px 0 0 55px;
	color: #fff;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
 }
 
 
/** Menu **/
 #menu {
	width: 960px;
 	background: #eee url(images/menuback.png) repeat-x;
	border-top: 1px solid #fff;
	padding: 0;
 }
 #menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
 }
 #menu ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 2px 16px 4px 16px;
	text-align: center;
	border-right: 1px solid #aaa;
	border-left: 1px solid #fff;
 }
 #menu ul li a {
	font-size: 13px;
	color: #396B2E;
	text-transform: uppercase;
 }
 #menu ul li a:hover {
	color: #459933;
 }
 #menu ul li a {
	margin: 0; 
 }
 #menu ul li.current_page_item {
	background: #fff; 
 }
 #menu ul li.current_page_item a {
	/*color: #459933;*/
	color: #ccc;
 }
 #menu ul li.home {
	 padding: 1px 5px 1px 10px;
	 overflow: hidden;
	 height: 20px;
 }
 #menu .feeds {
	float: right;
	height: 20px;
	width: 26px;
	margin: 0 0 0 20px;
	padding: 2px 0 0 20px;
 }
 #menu .form {
	float: right; 
 }
 #menu .form form {
	margin: 1px 0 0 0;
	padding: 0;
	font-size: 10px;
 }
 #menu .form input {
	font-size: 9px;
	height: 12px;
 }
 #menu .form input[type="submit"] {
	height: 18px; 
 }
 #breadcrumbs {
	display: block;
	margin: 0;
	text-align: left;
	padding: 2px 5px 2px 20px;
	background: #fff;
	color: #3E5A17;
	border-bottom: 1px solid #eee;
 }
 
 
/** Content **/
 #content {
	font-size: 1.2em;
	text-align: left;
 }
 .widecolumn {
	line-height: 150%;
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
 }
 .narrowcolumn {
	float: left;
	padding: 0 0 20px 30px;
	margin: 0px 0 0;
	width: 470px;
 }
 .narrowcolumn.double {
	width: 650px;
 }
 
 
/** Sidebar **/
 #sidebar-one {
	padding: 20px 0 10px 0;
	width: 200px;
	float: right;
 }
 #sidebar-two {
	padding: 20px 0 10px 0;
 	width: 200px;
	float: right;
	margin-right: 22px;
 }
 #sidebar-one form, #sidebar-two form {
	margin: 0;
 }
 
 
/** Links **/
 a, a.external, h1 a:hover, h2 a:hover, h3 a:hover {
	color: #459933;
	text-decoration: none;
 }
 a:hover {
	color: #396B2E;
	text-decoration: underline;
 }
 a:visited, a.external:visited {
	color: #27631a;
 }
 a.external {
	background-image: url('images/external.gif');	
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 12px;
 }
 
 
/** Misc structure **/
 .narrowcolumn .postmetadata {
	text-align: left;
	padding-top: 5px;
	width: 80%;
	margin: 0 auto;
	font-size: 10px;
 }
 .postmetdata small {
	 font-size: 9px;
 }
 .widecolumn .entry p {
	font-size: 1.05em;
 }
 .narrowcolumn .entry, .widecolumn .entry {
	line-height: 150%;
 }
 .thread-alt {
	background-color: #f8f8f8;
 }
 .thread-even {
	background-color: white;
 }
 .depth-1 {
	border: 1px solid #ddd;
 }
 .even, .alt {
	border-left: 1px solid #ddd;
 }
 small {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
 }
 
 
/** Headers **/
 h1, h2, h3 {
	font-family: Georgia, Garamond, Times, serif;
	font-weight: bold;
 }
 h1, h2 {
	font-size: 1.6em;
	margin: 30px 0 0;
 }
 h2.pagetitle, h1.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;
 }
 #sidebar-one h2, #sidebar-two h2 {
	margin: 5px 0 0;
	padding: 0;
 }
 h3 {
	padding: 0;
 	margin: 30px 0 0;
 }
 h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
 }
 #sidebar-one h2,  #sidebar-two h2 {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 1.2em;
 }
 h3 {
	font-size: 1.2em;
 }
 h3#comments {
	 background: #fff url(images/internet-group-chat.png) no-repeat;
	 padding-left: 26px;
	 min-height: 22px;
	 font-style: italic;
	 font-weight: normal;
 }
 h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
 }
 h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar-one h2, #sidebar-two h2, #wp-calendar caption, cite {
	text-decoration: none;
 }
 h2 a:hover {
	color: #396B2E;	 
 }
 .commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
 }
 .commentlist li ul li {
	font-size: 1em;
 }
 .commentlist li {
	font-weight: bold;
 } 
 .commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
 }
 .commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
 }
 .commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
 }
 .commentmetadata {
	font-weight: normal;
 }
 small, #sidebar-one ul ul li, #sidebar-one ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
 }
 code {
	font: 1.1em 'Courier New', Courier, Fixed;
 }
 acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
 }
 .more-link {
	display: block;
	width: 100%;
	text-align: right;
	font-style: italic;
	text-decoration: underline;
 }
 
 
/** Structure **/
 .post {
	margin: 0 0 40px;
	text-align: left;
 }
 .post hr {
	display: block;
 }
 .widecolumn .post {
	margin: 0;
 }
 .widecolumn .postmetadata {
	margin: 30px 0;
 }
 .postmetadata {
	clear: both;
 }
 .widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
 }
 .widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
 }
 .clear {
	clear: both;
 }
 
 
/** Footer **/
 #footer {
	background: #ccc url(images/footerback.png) repeat-y;
	width: 960px;
	min-height: 200px;
	padding: 20px 0;
	margin: 0 auto;
	clear: both;
	border: none;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #666;
 }
 #footer #left_foot, #footer #middle_foot, #footer #right_foot {
	 width: 316px;
	 float: left;
 }
 #footer p {
	margin: 0;
	padding: 0 20px 10px 20px;
	text-align: left;
 }
 #footer a {
	color: #999;
	text-decoration: none;
 }
 #footer a:hover {
	color: #333;
	text-decoration: underline
 }


/** Images **/
 p img {
	padding: 0;
	max-width: 100%;
 }
 img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
 }
 img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
 }
 img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
 }
 .alignright {
	float: right;
 }
 .alignleft {
	float: left
 }


/** Lists **/
 .entry ol {
	padding: 0 0 0 35px;
	margin: 0;
 }
 .entry ol li {
	margin: 0;
	padding: 0;
 }
 .postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
 }
 #sidebar-one ul, #sidebar-one ul ol, #sidebar-two ul, #sidebar-two ul ol {
	margin: 0;
	padding: 0;
 }
 #sidebar-one ul li,  #sidebar-two ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
 }
 #sidebar-one ul p, #sidebar-one ul select, #sidebar-two ul p,  #sidebar-two ul select {
	margin: 5px 0 8px;
 }
 #sidebar-one ul ul, #sidebar-one ul ol, #sidebar-two ul ul, #sidebar-two ul ol {
	margin: 5px 0 0 10px;
 }
 #sidebar-one ul ul ul, #sidebar-one ul ol, #sidebar-two ul ul ul, #sidebar-two ul ol {
	margin: 0 0 0 10px;
 }
 ol li, #sidebar-one ul ol li, #sidebar-two ol li {
	list-style: decimal outside;
 }
 #sidebar-one ul ul li, #sidebar-one ul ol li, #sidebar-two ul ul li, #sidebar-two ul ol li {
	margin: 3px 0 0;
	padding: 0;
 }
 li.twitter {
	background: transparent url(http://www.open-source-editor.com/wp-content/uploads/2010/01/twitter-t-white.png) no-repeat;
	padding-left: 35px;
 }
 li.pusha {
	background: transparent url(http://www.open-source-editor.com/wp-content/uploads/2010/01/pusha_16_16.png) no-repeat;
	padding-left: 35px;
 }
 li.digg {
	background: transparent url(http://www.open-source-editor.com/wp-content/uploads/2010/01/16x16-digg-guy.png) no-repeat;
	padding-left: 35px;
 }
 li.deli {
	background: transparent url(http://www.open-source-editor.com/wp-content/uploads/2010/01/delicious.small_.gif) no-repeat 2px 4px;
	padding-left: 35px;
 }
 li.jaiku {
	background: transparent url(http://www.open-source-editor.com/wp-content/uploads/2010/01/jaiku.jpg) no-repeat; 
	padding-left: 35px;
 }
 li.facebook {
	background: transparent url(http://www.open-source-editor.com/wp-content/uploads/2010/01/facebook.png) no-repeat; 
	padding-left: 35px;
 }
 li.flickr {
	background: transparent url(http://www.open-source-editor.com/wp-content/uploads/2010/01/flickr.png) no-repeat; 
	padding-left: 35px;
 }
 
	
/** Forms **/
 #searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
 }
 .entry form {
	text-align:center;
 }
 select {
	width: 130px;
 }
 #commentform {
	margin: 5px 10px 0 0;
 }
 #commentform input, #commentform textarea {	 
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	line-height: 140%;
	padding: 2px;
 }
 #commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
 }
 #commentform textarea {
	width: 100%;
 }
 #respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 #commentform #submit {
	margin: 0 0 5px auto;
	float: right;
 }
 #commentform .allowed_tags {
	background: #f5f5f5;
	border: 1px solid #eee;
	padding: 8px;
 }
 

/** Comments **/
 .alt {
	margin: 0;
	padding: 10px;
 }
 .commentlist {
	padding: 0;
	text-align: justify;
 }
 .commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
 }
 .commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
 }
 .commentlist p {
	margin: 10px 5px 10px 0;
 }
 .children {
	padding: 0;
 }
 #commentform p {
	margin: 5px 0;
 }
 .nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
 }
 .commentmetadata {
	margin: 0;
	display: block;
 }
 
 
/** Author **/
 #authorinfo {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
 }
 #authorbio {
	float: left;
	width: 550px;
 }
 #authorsites {
	float: left;
	width: 230px;
 } 
 #authorsocial {
	float: right;
	width: 230px;
	margin-right: 70px;
 }
 #authorsocial ul {
	list-style-type: none;
 }
 #authorsocial ul li {
	 margin-bottom: 5px;
 }
 
/** Editorpages **/
 ul#osx-editors, ul#linux-editors, ul#win-editors {
	margin: 5px 0 0 0;
	padding: 0;
	text-indent: 0;
 }
 ul#osx-editors li, ul#linux-editors li, ul#win-editors li {
	display: block;
	width: 380px;
	height: 110px;
	clear: both; 
	margin: 6px 0 10px 10px;
	padding: 0;
 }
 ul#osx-editors li .appicon, ul#linux-editors li .appicon, ul#win-editors li .appicon {
	float: left;
	margin: 0 0 0 10px;
	width: 100px;
 }
 ul#osx-editors li .apptext, ul#linux-editors li .apptext, ul#win-editors li .apptext {
	float: right;
	width: 260px;
	margin: 0 0 0 10px; 
 }
 ul#osx-editors li .apptext h3, ul#linux-editors li .apptext h3, ul#win-editors .apptext h3 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #3E5A17;
 }
 ul#osx-editors li .apptext p, ul#linux-editors li .apptext p, ul#win-editors li .apptext p {
	font-size: 10px;
	color: #444;
	margin-top: 2px;
 }


/** Calendar **/
 #wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
 }
 #wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
 }
 #wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
 }
 #wp-calendar a {
	display: block;
 }
 #wp-calendar caption {
	text-align: center;
 	width: 100%;
 }
 #wp-calendar td {
	padding: 3px 0;
	text-align: center;
 }
 #wp-calendar td.pad:hover {
	background-color: #fff;
 }
 #wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
 }
 #wp-calendar a {
	text-decoration: none;
 }
 #wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
 }
 #wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
 }


/** Misc **/
 .bypostauthor {
	background: #ffc;	
 }
 acronym, abbr, span.caps {
	cursor: help;
 }
 acronym, abbr {
	border-bottom: 1px dashed #999;
 }
 blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
 }
 blockquote cite {
	margin: 5px 0 0;
	display: block;
 }
 .center {
	text-align: center;
 }
 .hidden {
	display: none;
 }
 hr {
	display: none;
 }
 a img {
	border: none;
 }
 .navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
 }
 .padding-20 {
	padding: 0 20px; 
 }
 .linkpost {
	clear: both;
	width: 550px;
	margin: 5px auto;
 }
 .clr, .clear {
	clear: both; 
 }
	
	
/** Captions **/
 .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
 } 
 .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
 }
 .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
 }
 .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
 }
 .wp-caption.alignleft { 
	margin: 0 14px 8px 0;
 }
 
 
/** Main contact form **/
 .wpcf7, #wpcf7-f1-p22-o1, .wpcf7-form {
	text-align: left !important;
 }
 
 
/** Linkslist **/
 .linkcolumn {
	width: 900px;
	margin: 0 auto;
 }
 .linklist_cat {
	float: left;
	width: 23%;
	padding: 0 1%;
 }
 .linkcolumn h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
 }
 .linklist_cat ul {
	list-style-type: none; 
	margin-left: 10px;
	padding: 0;
 }
 .linklist_cat ul li {
	margin-bottom: 4px; 
 }


/** WIDGETS **/
 .widget_rss {
	padding: 4px;
	border: 3px double #ccc;
 }
 .widget_rss h2 {
	font-size: 10px !important;
 }
 .widget_rss ul li {
	padding: 2px 0 3px 0 !important;	
	border-top: 1px dashed #ccc;
 }
 .widget_recent_comments h2 {
	line-height: 16px;
	padding-left: 20px !important;
	background: transparent url(images/internet-group-chat.png) no-repeat;
 }
 .widget_tag_cloud h2 {
	line-height: 16px;
	padding-left: 20px !important;
	background: transparent url(images/label.gif) no-repeat;	
 }
 /* Textwidget with links to editorpages */
 #text-4 {
	display: block;
	background: #333 url(images/editorback.png) no-repeat;
	witdh: 190px;
	height: 200px;
	padding: 10px 0 4px 10px;
 }
 #text-4, #text-4 h2, #text-4 a {
	 color: #fff;
 }
 #text-4.widget h2 {
	padding-left: 8px; 
 }
 #text-4.widget ul li {
	display: block;
	padding: 2px 0 0 22px; 
	height: 20px;
 }
 #text-4.widget ul li.mac {
	background: transparent url(images/mac.png) no-repeat 2px 0;
 }
 #text-4.widget ul li.linux {
	background: transparent url(images/linux.png) no-repeat 2px 0;
 }
 #text-4.widget ul li.windows {
	background: transparent url(images/windows.png) no-repeat;
 }


/** PLUGINS **/
 /* SOCIABLE */
 div.sociable {
	margin: 0 20px;
 }
 .sociable_tagline {
	position: relative;
 }
 .sociable_tagline strong {
	padding-bottom: 2px;
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
 }
 .sociable_tagline span {
	display: none;
	width: 14em;
 }
 .sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
 }
 .sociable span {
	display: block;
 }
 .sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
 }
 .sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px 5px;
 }
 .sociable ul li:before {
	 content: "";
 }
 .sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
 }
 .sociable-hovers {
	opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
 }
 .sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
 }
