/*
Theme Name: Forkd K2
Theme URI: 
Description: Forkd blog theme based on K2.
Author: Ben Tappin
Author URI: 
Template: k2
*/

/*
    Colour Theme
    ============
    
    Light Green:    #D6E0C1
    Medium Green:   #7B8E50
    Dark Green:     #546D1C
    
*/

/* ---- Begin: General ---- */
body {
	background: #FFF;
}

body, p, li,
h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.5em;
}

h1.entry-title a,
h1.entry-title a:visited,
h3.entry-title a,
h3.entry-title a:visited
{
    color: #546D1C;
}

h1, h2, h3, h4 {
	color: #546D1C;
}

a {
    color: #C66C00;
    text-decoration: underline;
}

a:hover {
	color: #f00;
}

.tupperware {
	width: 815px;
	margin: auto;
	clear: both;
}

#page {	
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding-top: 0;
	border: 0;
}

.columns-two #page {
	width: 730px;
}

.secondary {
	width: 150px;
}

.entry-meta a {
	color: #C66C00;
}

.entry-meta a:hover {
	color: #f00;
}

/* ---- End: General ---- */

/* ---- Begin: Header ---- */
#header {
	width: 100%;
    height: 71px;
    background-color: #7B8E50;
}

.logo {
	width: 935px;
    margin: 23px auto 20px auto;
}

.logo a {
	float: left;
}

.page_top_hr {
	width: 100%;
	border-top: 20px solid #D6E0C1;
	border-bottom: 2px solid #668207;
	margin: 0;
	clear: both;
}

.page_top_hr hr {
	display: none;
}

div.hr hr {
	display:none;
}

/* ---- End: Header ---- */

/* ---- Begin: To do list ---- */

#todo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#todo li {
	border-top: 1px solid #F2F2F2;
	margin: 0;
	padding: 5px 0;
}

#todo li:first-child {
	border: 0 none;
}

#todo .completed {
	color: #c0db54;
	text-decoration: line-through;
	padding-left: 15px;
	background: url("images/icon_check.gif") left center no-repeat;
}
/* ---- End: To do list ---- */

/* ---- Begin: Archives side bar --- */

#archives-3 a {
	text-decoration: none;
}

#archives-3 a:hover {
	text-decoration: underline;
}

/* ---- End: Archives side bar --- */

/* ---- Begin: Footer ---- */

#footer {
    padding: 12px;
    font-weight: normal;
    line-height: 1em;
    color: #546D1C;
    background-color: #D6E0C1;
    border-top: 2px solid #668207;
    border-bottom: 20px solid #7B8E50;
}

#footer a {
    color: #546D1C;
    text-decoration: none;
}

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

#footermenu {
    margin-top: -0.55em;
}

#footer ul {
    margin: 0;
    padding: 0;
}

#footer ul li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    position: relative;
    padding-left: 6px;
    padding-right: 6px;
    border-left: 1px solid #546D1C;
}

#footer ul li.first {
    padding-left: 0;
    border-left: 0;
}

#copyright {
    float: right;
}
/* ---- End: Footer ---- */

