/*
Author Name : Dave Benz
Author Site : http://www.davidbenz.com
Style Name : timeandplace
Version : 1
*/

/*- Typography */

body {
	}

strong  {
        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	font-weight: bold !important;
	}

b       {
	font-family: Georgia, Garamond, 'Garamond Premier', Times, Serif;
        font-weight: bold !important;
	}

h1	{
        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	}

h2	{
        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	}

h3 { /* H3 is entry headlines. H4 is 
comments and replyform headlines */
        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
        font-size: 2.4em;
        font-weight: bold !important;
        letter-spacing: +0px !important;
        }

h4, .single .k2-asides h3 { /* H4 is comments and replyform headlines */
        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
        font-size: 2.4em;
        font-weight: normal;
        letter-spacing: +0px !important;
        }

/*- Page Structure */


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

#page {
	padding-top: 0px !important;
	border: 10px solid #ddd !important;
	}

#primary {
        /* Contains the main column */
        }

.hentry {
	padding-top: 8px;
        /* Each entry is contained within the 'hentry' class */
        }

/* The meat and potatoes of every entry */
.entry-content {
	font-family: Georgia, Garamond, 'Garamond Premier', Times, Serif;
	font-size: 1.5em !important;
	line-height: 1.5em !important;
        }

	/*font-size: 145%;*/

#sidebar-1 {
        background: #eeeefc;
        }

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

.secondary {
        /* Contains both sidebars */
        }

#wp-calendar #today { /* highlights the current day */
background:#f6ba04;
font-weight:bold;
color:#fff;
}
#wp-calendar a {
color:#3388CC;
text-decoration:underline;
}
#wp-calendar a:hover {
background:#f6ba04;
color:#fff;
text-decoration:none;
}

/* these are menu tabs */
ul.menu li a {
color: #ffffff;
background: #2d274d;
font-weight: normal;
}

ul.menu {
color: #ffffff;
}

ul.menu li a:hover{
background: #f6ba04 !important; /* hover background menu item color */
color: #2d274d !important; /* text color when hovered */
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
color: #2d274d !important; /* active tab hover text color */
background: #ffffff !important; /* active tab background color */
}

.entry-meta { /* Time and category for blog entries */
        text-align: center !important;
        }

.meta-start {
        padding: 2px 0 2px 0px ;
	background: none !important;
        }

.commentslink {
        padding: 2px 0 2px 0px;
        background: none !important;
        margin-right: 10px;
        }

.entry-edit a {
        padding-left: 0px;
        background: none !important;
        }

.comment-edit a {
        padding-left: 0px;
        background: none !important;
        }

