/*
Theme Name: techfounder
Theme URI: http://techfounder.net
Version: 1.0
Author: Eran Galperin

*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/** Reset end **/
html,body,#container,.width {
	height:100%;
	
}
.clear {
	clear:left;
	height:0;
	line-height:0;
	overflow:hidden;
}
/* Begin Typography & Colors */
body {
	font-family: Verdana, Arial, Sans-Serif;
	background: url(images/bg.jpg) 0 0 repeat;
	color: #fff;
}
#container {
	background:url(images/header/bg.jpg) 0 0 repeat-x;
}

#footer, .push {
	height: 4em;

}
#footer {
	position:relative;
	z-index:1;
}
.width {
	padding-left:60px;
	width:900px;
	position:relative;
	margin:auto;
}
#content {
	width:600px;
	}

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
h1 {
	font-size:2.2em;
}

h2 {
	font-size: 1.2em;
}

#header {
	padding:30px 0;
	width:600px;
}
#header h1 {
	padding-left:20px;
}
* html #header h1 img {
	display:none;
}
* html #header h1 {
	width:460px;
	height:83px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/techfounder/images/header/logo.png', sizingMethod='image');
}
#header h2 {
	margin-top:-23px;
	margin-left:137px;
	font-family:'Myriad pro',Verdana;
	font-weight:normal;
	font-size:18pt;
	text-shadow:#4d71a2 1px 1px;
}
#header .nav {
	margin-top:25px;
}
#header .nav li {
	float:left; display:inline;
}
#header .nav a {
	float:left;
	width:116px;
	text-align:center;
	background:url(images/header/nav.png) 0 0 no-repeat;
	height:34px;
	line-height:32px;
	text-shadow:#25303c 1px 1px;
	color:#6487b0;
	margin-right:15px;
	font-size:13pt;
	text-decoration:none;
}
#header .nav .current_page_item a {
	background-position:0 -34px;
	color:#fff;
	text-shadow:#5985c5 1px 1px;
}
#header .nav a:hover {
	background-position:-116px 0;
	text-decoration:none;
}
#header .nav .current_page_item a:hover {
	background-position:-116px -34px;
}
#header .nav .lionite {
	color:#a3c37a;
}


/* Begin Sidebar */
#container .width {
	background:url(images/sidebar/bg.png) 100% 0 repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
#sidebar {
	float:right;
	width: 248px;
	padding:0 1px;

}
#sidebar a {
	color:#c4d3e8;
	font-size:9pt;
	text-decoration:underline;
}

.screen-reader-text {
	display:none;
}

#sidebar h2 {
	background:url(images/sidebar/title_bg.png) 0 0 repeat-y;
	padding:7px 20px;
	color:#fff;	
	font-size:13pt;
}
/* End Sidebar */
/** Content **/
.post h2 a,.post h2,#content h2,.post h3 a {
	font-family:tahoma,verdana,Arial;
	font-size:22pt;
	color:#fff;
	text-shadow:#354f6c 2px 2px;
	text-decoration:none;
	font-weight:normal;
}
.post {
	margin-bottom:20px;
}
.post h3 a {
	font-size:18pt;
}
.post h2 a:hover {
	text-decoration:underline;
}
.post h2,#content h2 {
	padding-bottom:15px;
}
.post small {
	font-size:11pt;
	color:#324457;
}
.post em.categories {
	display:block;
	margin-bottom:5px;
}
.post em.categories a {
	color:#324457;
	text-decoration:none;
}
.post em.categories a:hover {
	color:#3c5168;
	text-decoration:underline;
}
.post em.categories b {
	color:#7eb2ee;
	margin:0 7px;
}

.post .entry {
	margin:20px 0;
}
.post .entry p:first-child:first-line {
	font-weight:bold;
}
.post .entry p {
	line-height:1.35em;
	margin-bottom:15px;
}
.post .entry ul {
	list-style:disc outside;
	margin-bottom:10px;
	padding-left:20px;
}
.post .entry ol li {
	margin-bottom:5px;
	list-style:decimal inside;
	line-height:1.35em;
}
.post .entry ul li {
	margin-bottom:5px;
	line-height:1.35em;
}
.post .entry p img {
	border:6px solid #324457;
}
#content .post .entry h2 {
	font-size:17pt;
}
/** Comments, quotes **/
h3#comments {
	font-size: 18pt;
	margin-bottom:25px;
}
blockquote,ol.commentlist li {
	background:url(images/quote.png) 98.5% 12px no-repeat #212c37;
	border-right:1px solid #212c37;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0 40px 0 0;
	margin:0 auto 15px;
	width:85%;
}
blockquote {
	margin:15px auto;
}
blockquote cite {
	float:right;
	font-size:0.8em;
}
ol.commentlist,ol.commentlist li {
	list-style:none;
}
ol.commentlist li {
	background-image:none;
	width:auto;
	position:relative;
	padding-right:62px;
}
ol.commentlist em.number {
	position:absolute;
	right:10px;
	top:10px;
	color:#52667d;
	font-size:18pt;
	font-weight:bold;
	letter-spacing:-3px;
}
blockquote p,.post .entry blockquote p,ol.commentlist li .comment-body {
	background-color:#324457;
	border-left:1px solid #324457;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin:0;
	padding:15px 20px;
	font-size:12pt;
}
.post .entry blockquote p:first-child:first-line {
	font-weight:normal;
}
blockquote p:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow:hidden;
}

.comment-meta a {
	color:#91b5e0;
	text-decoration:none;
	font-size:11pt;
}
.comment-author .avatar {
	float:left; margin-right:5px;
}
.comment-body p {
	margin-top:15px;
	line-height:15pt;
}
hr {
	border-top:1px solid #3f5670;
	border-bottom:1px solid #88b4e7;
	margin:35px 0 30px;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #fff;
	font-size:9pt;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a {
	color: #fec085;
	}

a:hover {
	color: #dba673;
	text-decoration: underline;
	}

#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;
	}
/* End Typography & Colors */

#footer {
	width:900px;
	padding-left:60px;
	margin:auto;
}


#footer p {
	padding: 0;
	width: 600px;
	clear: left;
	font-size:10pt;
}

#footer p {
	margin: 0;
	padding: 20px 0 10px;
	text-align: center;
	}
/* End Structure */


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

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}
/* End Images */

#sidebar .share {
	text-align:center;
}
#sidebar .share a {
	font-size:11pt;
	text-decoration:none;
	line-height:15pt;
}
#sidebar .share a img {
	margin-bottom:-2px;
}
#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: 20px;
	font-size:10pt;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 20px;
	}

#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 */
#searchform {
	margin: 0 auto;
	width:193px;
}
#searchform div {
	background-color:#6b95c7;
	border-bottom:2px solid #1f2832;
	border-right:2px solid #1f2832;
	margin:20px 0;
	padding: 5px;
	
}
#searchform #s {
	width: 108px;
	padding: 3px;
	border:0;
}

#searchsubmit {
	border:0;
	color:#d4e3f1;
	background-color:#406692;	
	padding:3px 5px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;

	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	font-family:Verdana,Arial;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: left; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */
.navigation {
	height:40px;
}


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
form .text {
	border:2px solid #71aaeb;
	padding:3px;
}
form .button {
	color:#d4e3f1;
	background-color:#406692;
	border:2px solid #71aaeb;
	padding:3px 5px;
	cursor:pointer;
}
/* End Comments */
pre {
	margin:5px 0 15px 28px;
	white-space:pre-wrap;
	font-size:8.5pt;
	color:#000000;
}
pre ol {
	padding-left:20px;
}
.post .entry pre ol li {
	list-style:decimal outside;
	margin-bottom:1px;
}

/** Code highlighter **/
.post pre {
	background: rgba(255, 255, 255, 0.8);
	border:1px solid #D8D8D8;
	margin:0 10px 15px;
	padding:10px;
	line-height:1.3em;
	font-family:"Courier New",Arial;
}

table.data th,table.data td {
	text-align:center;
}
table.data th,table.data td{
	padding:4px 8px;
}
table.data th {
	background-color:#324457;
	font-weight:bold;
}
table.data .odd {
	background-color:#cecece;
}
table.data .even {
	background-color:#c1c1c1;
}