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

	You select styles from the K2 Options page in the
	'Appearance' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: HalfIranian
	Author Site	: http://halfiranian.com
	Style Name	: Halfiranian
	Style URI	:
	Version		: 0.001a
	Comments	: Let's see how this goes
	
*/

/* Colour Scheme

darkgreen(links) #4F8000
lightgreen(background) #F9FFEF



*/
body {
	background: url(/wp-content/themes/k2/styles/halfiranian/back.jpg) repeat 0px -1px !important;
	font-family: Helvetica, Verdana, Tahoma, Arial;
}

#page {
	/* The entire design is contained within the 'page' id */
	padding-top: 0;
	margin: 0 auto;
	border: none;
	background-color: #F9FFEF;
	}
	
#header {
	/* Contains the H1 and menu */
	background-image:url(/wp-content/themes/k2/styles/halfiranian/south-up.jpg) !important;
	height: 100px;
	}
	
#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	font-size: 1.3em;
	line-height: 1.1em;
	}

/* HTML elements general */

a {
	color: #4F8000;
}

h1, h2, h3 {
	font-family: Tahoma, Arial, Helvetica, Monospace;
}

strong, em, b, i {
	font-family: inherit;
}

ul.menu li a {
	background-color: #4F8000;
	font-size: 1.2em;
	padding: 4px 10px 2px;
}

ul.menu li.current_page_item a {
	background-color: #F9FFEF;
}

/* Entry Content*/

.entry-content {
	font-size: 1.5em;
	line-height: 1.8em;
}
	
/* Individual Elements */

.blog-title {
	padding: 5px 0 0 10px;
}

#header .blog-title a, #header .description {
	color: black !important;
}

#header .description {
	font-size: 1.3em;
}

#nav-above {
	display: none;
}

.secondary h4 {
	font-weight: normal;
	font-family: Georgia, Monospace, Courier New, Courier;
}

.entry-meta {
	margin-top: 5px;
	font-size: 1.2em;
}

.entry-title {
	font-weight: bold;
	font-size: 3em;
}

div#twitterbadge {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	background:#F9FFEF none repeat scroll 0 0;
	border:5px solid #4F8000;
	color:#333333;
	margin:1em 0;
	padding:15px;
	position:relative;
}
div#twitterbadge:before {
	border-color:#4F8000 transparent transparent;
	border-style:solid;
	border-width:20px;
	bottom:-40px;
	content:" ";
	display:block;
	height:0;
	left:40px;
	position:absolute;
	width:0;
}
div#twitterbadge:after {
	border-color:#F9FFEF transparent transparent;
	border-style:solid;
	border-width:13px;
	bottom:-26px;
	content:" ";
	display:block;
	height:0;
	left:47px;
	position:absolute;
	width:0;
}

div#twitterwrap {
	width: 380px;
	float: left;
}

div.tweet {
	font-size: 1.8em;
	line-height: 1.1em;
}

p.meta {
	text-align: right;
}

div#follow {
	margin: -8px 0 0 80px;
}
