/*

Theme Name: forpub

Theme URI: http://martinmckenna.eu/

Version: 1.5

Description: A custom style two-column Wordpress theme.

Author: martinmckenna

Author URI: http://martinmckenna.eu/

*/

/* standard elements */
html { min-height: 100%; }

*
{
	margin: 0;
	padding: 0;
}

a { color: #cc0000; }
a:hover { text-decoration: underline; }

body
{
	background: #FFF url('img/body.jpg') no-repeat;
	/*  url(img/bg.jpg) repeat-x; */
	color: #000;
	font: normal 62.5% Georgia, Times New Roman, Times, serif;
	padding-left: 90px;
}

p,code,ul,ol { padding: 5px 10px 5px 5px; }

h1
{
	color: #FFF;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #000;
}

h1 a
{
	text-decoration: none;
	color: #FFF;
	font-family: Georgia, Times New Roman, Times, serif;
	font-variant: small-caps;
	background-color: #000;
}

h1 a:hover { }

h2
{
	text-decoration: none;
	color: #000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-variant: small-caps;
}

h1,h2,h3,h4 { padding: 2px 10px 2px 10px; }

blockquote
{
	color: #333;
	display: block;
	padding: 0 28px 0 28px;
	line-height: 12px;
}

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 0px 5px 0px 5px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 0px 5px 0px 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright
{
	padding: 0px 5px 0px 5px;
	float: right;
}

.alignleft
{
	padding: 0px 5px 0px 5px;
	float: left;
}

/* End Images */
img
{
	border: none;
	padding: 0px 5px 0px 5px;
}

img.right { margin: 5px 0 5px 12px; }
img.left { margin: 5px 12px 5px 0; }

img.border
{
	background: #555;
	display: block;
	padding: 3px;
}

.entry { padding: 0 0 0 10px; }

/* misc */
.clearer
{
	clear: both;
	font-size: 0;
}

.left { float: left; }
.right { float: right; }

.decay
{
	clear: both;  
	letter-spacing: 1px;
	padding: 0px 0px 0px 0px;
/*	height: 30px;   */
}

h1.decay
{
/*	background: url('img/large.gif') no-repeat left center;  */
        padding: 8px 10px 8px 10px; 
	margin-left: 5px;
	margin-right: 5px;
	line-height: 20px;
}

h2.decay
{
	padding: 0px 0 0 0px;
/*	visibility: hidden; */
}

p.postinfo
{
	border-top: 1px dashed #333;
	color: #666;
	font: bold 0.9em monospace;
	margin-bottom: 24px;
	padding: 8px;
}

p.postinfo a { color: #888; }
p.postinfo a:hover { color: #CCC; }

.descr
{
	color: #8DC63F;
	margin-bottom: 6px;
	padding: 10px;
}

/* structure */
#container { font-size: 12px; }

/* title */
#site-title { font: normal 3em Georgia, Times New Roman, Times, serif; }

#site-title a
{
	color: #DDD;
	text-decoration: line-through;
}

#site-title a:hover
{
	color: #000;
	text-decoration: none;
}

#site-description { color: #CCC; }

/* content */
#content
{
	left: 328px;
	position: absolute;
	top: 186px;
	width: 654px;
}

#content li { margin-left: 18px; }

/* navigation */
#navigation
{
	left: 75px;
	position: absolute;
	top: 301px;
	width: 220px;
}

#navigation h2
{
	text-decoration: none;
	color: #000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-variant: normal;
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}

#navigation ul
{
	text-align: right;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
}

#navigation li
{
	margin: 0 20px 5px 0;
	list-style: none;
}

#navigation li ul
{
	text-align: right;
	font-weight: normal;
	padding: 2px 0px 2px 0px;
}


#navigation li a
{
	color: #000;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	letter-spacing: -1px;
}
#navigation li li a
{
	color: #000;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
}
#navigation li a:hover { text-decoration: underline; }

/* archives */
.post h1 a { color: #FFF; }

.post h1 a:hover
{
	color: #CCC;
	text-decoration: underline;
}

.post .descr { color: #AAA; }
.post .descr a { color: #CCC; }
.post .descr a:hover { color: #FFF; }

/* footer */
#footer
{
	border-top: 1px dashed #333;
	color: #666;
	font: normal 10px Georgia, Times New Roman, Times, serif;
	margin-top: 12px;
	position: absolute;
	top: 100%;
	padding: 0 0 0 10px;
}

hr
{
	border-color: #999 transparent transparent transparent;
	border-width: 1px 0px 0px 0px;
	border-style: dashed;
}

#footer a
{
	color: #999;
	text-decoration: none;
}

#footer a:hover
{
	color: #000;
	text-decoration: underline;
}

#footer .left, #footer .right { padding: 10px 0; }
#footer .right a { color: #777; }

/* comments */
.content ol li { background: none; }

.commentlist
{
	margin: 0;
	padding: 0;
}

.commentlist li
{
	margin-bottom: 1.2em;
	list-style: decimal;
}

#commentform
{
	margin: 1em 0;
	width: 360px;
}

.commentmetadata
{
	color: #666;
	padding: 2px 0 4px;
}

.commentmetadata a
{
	color: #CCC;
	text-decoration: none;
}

.commentmetadata a:hover { text-decoration: underline; }

/* forms */
textarea.styled { width: 280px; }

.styled
{
	background: #DDD;
	border: 1px solid #CCC;
	font: normal 1em Georgia, Times New Roman, Times, serif;
	padding: 2px;
}

.styled:hover { background: #EEE; }
.styled:focus { background: #FFF; }
#commentform input { margin-bottom: 3px; }

/* calendar */
#wp-calendar { color: #acaf91; }
#navigation table caption { border-bottom-color: #000; }

#navigation table thead tr
{
	border-bottom-color: #000;
	color: #cbceab;
}

#navigation table th { border-bottom-color: #000; }

#navigation table td#today
{
	border-color: #000;
	color: #cbceab;
}

#navigation table td a
{
	border-bottom-color: #000;
	background-color: #EDF3DE;
}

#navigation table tfoot { border-top-color: #000; }
#navigation table tfoot a { background: none; }

#wp-calendar
{
	/* display: inline-table; */
	border-collapse: collapse;
	width: 185px;
	margin: 0px 10px 0 10px;
	text-align: center;
}

#navigation table caption
{
	margin: -5px 10px 0 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid;
	letter-spacing: 0.1em;
}

#navigation table thead tr { border-bottom: 1px solid; }
#navigation table th { border-bottom: 1px solid; }

#navigation table td
{
	width: 225px;
	/* maximize width; honestly, I don't know much about tables... */
	padding: 1px;
	font-size: 0.9em;
}

#navigation table td#today
{
	padding: 0;
	border: 1px solid;
	font-size: 1em;
	font-weight: bold;
}

#navigation table td a
{
	display: block;
	border-bottom: 1px solid;
	font-weight: bold;
	font-size: 1.15em;
}

#navigation table tfoot { border-top: 1px solid; }

#navigation table tfoot a
{
	border: none;
	font-weight: bold;
}

#navigation table tfoot #prev a { text-align: left; }
#navigation table tfoot #next a { text-align: center; }

/* search form */
#searchform { padding: 0 10px; }

#searchform input.sfield
{
	border: 1px solid #CCC;
	padding: 2px;
	width: 120px;
}


/* Page Horizontal Links-bar  */
#navh 
{
	padding: 0px 0px 0px 3px;
	width: 657px;
}

#navh table tr td
{
	background:black;
}

#navh table tr td li
{
	list-style: none;
	margin-left: 0em;
	padding-left: 0em;
	text-indent: 0em;
}

#navh table tr td li a
{
	display: inline;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color:#fff;
	letter-spacing:-.5px;
/*	text-transform: uppercase; */
	text-decoration: none;
	text-align: center;
}

#navh table tr td li a:hover
{
	color:#cc0;
}

#linkstop
{
	text-align: right;
	width: 875px;
	margin-top: 150px;
}