/*
Theme Name: rmondello.com
Theme URI: http://rmondello.com/
Description: K2 child theme for rmondello.com
Author: Ricky Mondello
Author URI: http://rmondello.com/
Template: k2
*/

/* All pages. */

body {
	background: #89AE65;
	font-size: .75em;
}

#page {
    margin-bottom: 1em;
    border: 4px solid #111111;
    padding-top: 0;
}

.columns-one #page {
	width: 700px;
}

.primary {
	width: 660px;
}

.entry-content {
	line-height: 1.75em; /* Size of post content - originally 1.8 */
	text-align: justify;
}

a {
    color: #607A47;
}

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover,
.entry-content a, .entry-content a:visited {
	color: #607A47;
	font-weight: bold;
}
	
h2 a:hover, h2 span a:hover {
	color: #607A47;
}



/* Banner, header, whatever it's called. */

#header {
    background: #000;
    background-image: url('/blog/wp-content/themes/richardmondello/images/headers/banner.jpg') !important;
	height: 160px;
}

#site-title {
    padding: 1em 0 0 1em;
    font-size: 3.2em;
}
    #site-title a:hover {
        text-decoration: none;
    }

#site-description {
    font-size: 1.6em;
    margin: 0 0 0 39px;
}



/* Menu. */

ul.menu li {
    margin: 0 2px;
}
    ul.menu li a {
        padding: 6px 12px;
    }
    ul.menu li > a { /* Blog, Who? ... */
    	font-size: 1.3em;
    	margin: 0;
    	text-decoration: bold;
    }
    ul.menu > li > a {
        color: #fff;
    }

.headermenu > ul > li:hover > a, .headermenu > ul > li.sfHover > a {
    background: #C3F991;
	color: #111111 !important;
	text-decoration: bold;
}

.headermenu > ul > li.has_children:hover > a:after,
.headermenu > ul > li.has_children.sfHover > a:after {
	background: url('images/arrows.png') no-repeat left top; /* Black arrow on hover. */
	}

ul.sub-menu {
    margin-left: 0px !important;
}
    ul.sub-menu li, ul.sub-menu li a {
        color: #111;
    }



/* Blog. */

#rollingarchivesbg, #rollingarchives {
    width: 640px;
    background: #fff; /* #F8F8F8 */
}

body.smartposition #rollingarchivesbg {
    background: #fff;
}

#pagetrackwrap {
    width: 380px;
}



/* Pages. */

.page {
    padding-left: 10px;
    padding-right: 10px;
}
    .page .entry-header .entry-title {
    	display: none;
    }
    .page .primary {
        width: 660px;
    }
    .page .entry-content {
        margin-top: -20px;
    }
    body.page .entry-content h3 {
    	padding: 0;
    }
.page h3 a, .page h3 a:visited {
    color: #607A47;
    font-weight: bold;
}



/* Things at the bottom. */

#footer {
    display: none;
}

.clear{
	clear: both;
	display: block;
}



/* Comments. */

.comments input[type="text"], .comments textarea{
	font-size: 13pt;
}

.comments {
    padding: 0 10px;
}

/* Comments: Post author is special. */

.bypostauthor {
    background: #D6EBC2 !important;
    border: 1px solid #89AE65;
}



/* Archive pages. */
.archive-list li {
    width: 190px;
}

#tag-cloud a {
    font-weight: normal;
}

.livesearch #s {
    width: 610px;
}



/* Custom Blockquote */
.awesome blockquote,
blockquote.awesome {
	margin: 12px 0 0px;
	padding: 14px 20px 14px 20px;
	color: #333;
	background: #D6EBC2;
	border: 1px solid #89AE65;
	clear: both;
}

.awesome blockquote p {
    margin: 0;
}

.awesome blockquote .entry-content ol,
.awesome blockquote .entry-content ul,
blockquote.awesome .entry-content ol,
blockquote.awesome .entry-content ul {
	margin-left: 15px;
	padding-left: 0px;
}

.awesome h3.right {
	float: right;
	color: #555;
}

.awesome .note {
	color: #888;
}

img {
    max-width: 100%;
}
.content {
    margin-bottom: 1.5em;
}


