/*
Theme Name: K9 Ventures Theme
Theme URI: http://www.k9ventures.com
Description: K9 Ventures custom theme
Version: 0.3
Author: Justin Richard, Manu Kumar
Tags: K9 Ventures, K9V, K9
*/

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>> YUI RESET: start >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt version: 2.5.2
*/
html{color:#999999;background:#303030;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{}
/* li{list-style:none;} */
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>> YUI RESET: end >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>> YUI FONTS: start >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt version: 2.5.2
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/** Bump up IE to get to 13px equivalent */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>> YUI FONTS: end   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* Thanks to Kubrick theme for being a swell reference */
/* Props to Dan Cederholm for his books and simplebits.com reference markup */

.clear {
	clear: both;
}

body {
	font-size: 62.5%; /* magic number to make 1em == 10px */
	font-family: Arial, Helvetica, sans-serif;
	background: #303030;
	color: #999999;
	text-align: center;
        margin: 0;
	padding: 0;
}

p {
  margin: 1em 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
	margin-top: 1em;
	margin:bottom: 0.5em;
}

h1, h1 a, h1 a:visited,
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited {
	text-decoration: none;
	color: grey;
}

h1 a:hover,
h2 a:hover,
h3 a:hover {
	color: #f6901e;
	text-decoration: none;
}

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 0.4em;
	margin: 0 0 0.2em 0.7em;
	display: inline;
}

img.alignleft {
	padding: 0.4em;
	margin: 0 0.7em 0.2em 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

blockquote {
	margin: 1.5em 3em 1em 1.5em;
	padding-left: 2em;
}

blockquote cite {
	margin: 0.5em 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
}

acronym, abbr {
	border-bottom: 0.1em dashed #999;
}

a {
	color: #f6901e;
	text-decoration: none;
}

a:hover {
	color: #F6901E;
	text-decoration: underline;
}

ol li {
	list-style: decimal outside;
}

select {
	width: 13em;
}


#page {
	background-color: #303030;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 70em;
}


/*** HEADER *********************************/
#header {
  font-size: 1.4em;
	background-color: #303030;
	margin: 0;
	padding: 0.5em 0 0 0; 
}

#header-inner {
  position:relative;
  
}

#logo {
  margin: 0;
  padding-bottom: 0.1em;
}

#logo a, #logo img {
  display: block;
  height: 100px;
  width: 90px;
}

#nav {
  position: absolute;
  right:0em;
  top:3.75em;
  padding-right:0.5em;
  width: 42em;
  border-bottom: 0.1em solid #626465;
}

#nav ul {
  list-style-image:none;
  list-style-position:inside;
  list-style-type:none;
  margin:0;
  overflow:hidden;
  padding-bottom:0.1em;
}

#nav ul li {
  float:right;
  margin:0;
  padding:0;
}

#nav ul li.current_page_item a, #nav ul li a:hover {
  color:#f6901e;
}

#nav ul li a {
  color:#dddddd;
  display:block;
  float:left;
  margin:0;
  padding:1em 0 0 1.5em;
  text-decoration:none;
}


/*** MAIN *********************************/

#main {
	padding: 3em 0 2em 0;
	margin: 0;
}

#content.content-wide {
  width:66em;
}

#content.content-narrow {
  width:45em;
}
 
#content {
    float: left;
	padding: 0 1em 0 3em;
	margin: 0;
}

#content-inner {
   font-size: 1.3em;
  }


/*** MAIN - sidebar *********************************/
#sidebar {
	padding: 0 0 1em 1em;
	float: right;
	width: 18em;
}

#sidebar-inner {
  font-size: 1.2em;
}

#sidebar form {
	margin: 0;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	margin: 0.5em 0 0;
	padding: 0;
}

#sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

#sidebar #searchform #s {
	width: 8em;
	padding: 0.2em;
}

#sidebar #searchsubmit {
	padding: 0.1em;
}

#sidebar ul ul li, #sidebar ul ol li {
  color : #777;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 1.53em;
}

#sidebar ul p, #sidebar ul select {
	margin: 0.5em 0 0.8em;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 0.5em 0 0 1em;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 1em;
}

#sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0.3em 0 0;
	padding: 0;
}

#sidebar ul ul li:before {
	content: "\00BB \0020"; /* fancy bullet */
}


/*** FOOTER *********************************/
#footer {
	border-top: 0.1em solid #F69240;
	color: #626465;
    padding: 0 0.5em;
	margin: 0 auto;
	width: 69em;
}

#footer-inner {
  font-size: 0.9em;
  line-height: 1.4em;
}

#footer-inner span{
  float: right;
}


/*** PAGE TEMPLATE STYLES ************************/
div.big-quote {
  /* border: 0.1em solid #626465; */
  text-align: center;
  margin-bottom: 2.5em;
  background-color:#303030;
}

div.big-quote dl dt{
  text-align: left;
  font-size: 1.5em;
  font-family:"Times New Roman", Times, serif;
  padding: 0.2em;
  margin-left: 0.5em;
  margin-right:0.5em;
  color: #626465;
}

div.big-quote dl dd{
  text-align: right;
  font-size: 0.7em;
  padding: 0.2em 0.2em 0.2em 0.2em;
  color: #626465;
}

div.big-quote div.quote {
  text-align: center;
  font-size: 2.3em;
  padding: 0.2em;
}

div.big-quote div.quoted {
  text-align: right;
  font-size: 1.0em;
  padding: 0.2em 0.2em 0.2em 0.2em;
  color: #626465;
}

div.section {
  margin-bottom: 2.5em;
}

div.section p{
  margin: 1em 0 0 0;
}

div.person {
  margin-bottom: 2.5em;
}

div.person div.head-shot {
  float: right;
  margin: 2em;
}

div.head-shot img {
	border: 0.3em solid #606060;
	margin: 0em;
}

div.photo-credit {
	font-size: 0.7em;
	text-align: right;
}

div.person div.person-contact-info {
  float: left;
}

div.person div.name {
  font-size: 1.5em;
}

div.person div.email {
  font-color: #dddddd;
  font-size: 1.0em;
}

div.person div.linkedin {
  margin-top: 1.0em;
}

div.linkedin {
	text-align: center;
}

div.linkedin img {
	border: none;
}

div.company-contact {
  padding-bottom: 2.5em;
}

div.company-contact div.company-contact-info {
  font-size: 1.2em;
  float: left;
}

div.company-contact div.map {
  float: right;
}

div.card {
	text-align: left;
	float:right;
	width: 23em;
	margin: 2.5em;
	border: 0.2em solid #626465;
}

/*** BLOG *********************************/

.entry {
	line-height: 1.4em;
}


.entry a, .entry a:visited {
	color: #f6901e;
	text-decoration: none;
}

.entry a:hover {
	color: #F6901E;
	text-decoration: underline;
}

html>body .entry ul {
	margin-left: 0;
	padding: 0 0 0 3em;
	/* list-style: none; */
	padding-left: 1em;
	text-indent: -1em;
}

html>body .entry li {
	margin: 0.3em 0 0.3em 1.5em;
}

.entry ul li:before {
	content: "\00BB \0020"; /* fancy bullet */
}

.entry ol {
	padding: 0 0 0 3.5em;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.post {
	margin-bottom: 3em;
	text-align: justify;
}

.post .date {
	height: 50px;
	width: 45px;
	background: url(images/calendar.gif) no-repeat;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
}
.post .date span {
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
}


.post hr {
	display: block;
}

.post h1, .post h1 a, .post h1 a:visited,
.post h2, .post h2 a, .post h2 a:visited,
.post h3, .post h3 a, .post h3 a:visited {
	text-decoration: none;
	color: #999999;
}

.post h1 a:hover
.post h2 a:hover
.post h3 a:hover{
	color: #F6901E;
}

.postmetadata {
	padding-top: 0.5em;
}

.postmetadata {
	clear: both;
}

.postmetadata {
	text-align: center;
}

.alt {
	border-top: 0.1em solid #ddd;
	border-bottom: 0.1em solid #ddd;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 0.1em solid #eee;
	padding: 0.2em;
	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;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

.nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

#commentform input {
	width: 17em;
	padding: 0.2em;
	margin: 0.5em 0.5em 0.1em 0;
}

#commentform textarea {
	width: 100%;
	padding: 0.2em;
}

#commentform #submit {
	margin: 0;
	float: right;
}


/* Begin Form Elements */
#searchform {
	margin: 0 auto;
	padding: 0 0 0.53em 0;
}



/* Begin Comments*/
h3.comments {
	padding: 0;
	margin: 3em 0 1em 0;
}

h3.respond {
  margin-top: 1.5em;
}	

.alt {
	margin: 0;
	padding: 1em;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 1.5em 0 0.3em;
	padding: 0.5em 1em 0.3em;
	list-style: none;
}

.commentlist p {
	margin: 1em 0.5em 1em 0;
}

#commentform p {
	margin: 0.5em 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

.blog-navigation {
	display: block;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}
/* End Comments */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 0.1em solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 0.4em;
	margin: 1em;
	-moz-border-radius: 0.3em;
	-khtml-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 1.1em;
	line-height: 1.7em;
	padding: 0 0.4em 0.5em;
	margin: 0;
}
/* End captions */
