/*
	CSS files kept in the 'styles' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 versions as well as debug any potential
	problems.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name		: 	Daniel Smith
	Author Site		: 	http://DanielSmith.info
	Style Name		: 	DanielSmith
	Style URI		:	http://getk2.com
	Version			:	0.1
	Header Height	:	200
	Comments		:	Started out as Vader...
*/
/*
body {
	background: #111;
	color: #bbb;
	margin: 0;
	}
*/
#header {
	background: white url('DS-09-05-04.jpg') center center no-repeat;
	height: 150px;
	}

#header .blog-title {
	padding: 0px 30px 0px;
	}

#header .description {
	margin: 5px 10px;
	}

#page {
	border: none;
	padding-top: 0px;
	}

.primary {
	padding-left: 25px;
	}
/*
#page, ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: black;
	}
	
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: white !important;
	text-decoration: none;
	}
	
ul.menu li a:hover {
	background: #111;
	}
	
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	color: #AC0E0F !important;
	}

h2 span a, 
h2 span a:visited,
h3 span a,
h3 span a:visited {
	color: #555 !important;
	font-weight: normal !important;
	}

.primary .entry-meta a, .primary .entry-meta a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */

/* Typography */

body {
    font-family: "Calibri", Verdana, Helvetica, Arial, sans-serif;
	}

strong, em, b, i {
    font-family: "Calibri", Verdana, Helvetica, Arial, sans-serif;
	}

h1, .blog-title, h2, h3 {
	font-family: "Palatino Linotype", "Calibri", Verdana, sans-serif;
	}

h4, h5, h6 {
	font-family: "Palatino Linotype", Verdana, sans-serif;
	}

ul.menu li a {
	color: #004;


/* Page Structure */

body {
	font-size: 75%; /* 62.5% Resets 1em to 10px */
	color: #004;
	background: #eee;
	text-align: center;
	}

body.lang-ar,
body.lang-fa,
body.lang-he,
body.lang-hi,
body.lang-km,
body.lang-ko,
body.lang-ja,
body.lang-th,
body.lang-zh {
	font-size: 75%; /* Resets 1em to 12px, for internationalized K2s */
	}
