/* CSS for kennealyandocallaghan.com */

body { font:.80em Arial, Helvetica, sans-serif; background:url(../img/bg.jpg) repeat top left fixed; color:#E2C092;}

h1 { font-size:24px; color:#669900;}

h2{ font-size:18px; color:#004276; }

h3 { font-size:14px; color:#ff671c; font:"Times New Roman", Times, serif; }

h4, h5, h6 { font-size:12px; color:#ff671c; }

#outerWrapper { position: relative; margin: 30px auto; width: 900px; text-align: left; background:#1a1a1a;}

#header_Wrapper{ width:100%;}

#top_header { padding-left: 40px; height:95px;}

#bottom_header { padding-left: 600px; height: 450px;}

#navmenu { padding: 0 30px 0 20px; height: 450px; background:url(../img/menu2-bg.png) repeat;}

#navmenu ul { position: absolute; top: 230px; left: 620px; list-style: none; border-top: 1px solid #343434;}

#navmenu ul li { width: 250px; }

#navmenu ul li a {
    display: block;
    height: 40px;
    padding-left: 20px;
    font-weight: normal;
    font-size: 20px;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    color: #E2C092;
    border-bottom: 1px solid #343434;
}

#navmenu ul li a:hover, #navmenu ul li a.active {
    text-decoration: none;
    color:#fff;
    background:#6C6;
}

#mainContentWrapper { }

.koc_logo { color:#360; text-shadow:0 0 0 .2em #f90; -moz-text-shadow:0 0 0 .2em #f90; -webkit-text-shadow:0 0 0 .2em #f90;}

#mainContent { float: left; padding: 0 40px 20px 40px; width: 520px; background:#fff; border:#fff solid 0px; border-bottom-right-radius:30px; -webkit-border-bottom-right-radius:30px; -moz-border-bottom-right-radius:30px; -khtml-border-bottom-right-radius:30px; }

.box p{ color:#000;}

.box a:link { color:#f60; text-decoration:none;}
.box a:hover { color:#13d839; text-decoration:none;}
.box a:visited { color:#f60; text-decoration:underline;}

.box li { padding:5px; }

#sidebar { padding:20px 50px 0 40px; float:right; width:210px; background:#1a1a1a; }

#sidebar p a {
    color: #FF461C;
}

#sidebar p a:visited {
    color: #13d839;
	text-decoration:none;
}

#sidebar p a:hover {
	color:#13d839;
	text-decoration:none;
}

.clearflt { clear: both; height:0; line-height:0; font-size:1px;}

#footer {
	margin:0 auto;
    clear: both;
    padding:15px 10px;
}

#footer p {
    padding:4px 0;
    color:#fff;
}

.copyrightText {
	color:#fff;
	font-size:.50em;
	text-align:center;
}

.copyrightText a:link {
	color:#F60;
	text-decoration:none;
}

.copyrightText a:visited {
	color:#F60;
}

.copyrightText a:hover {
	color:#13D839;
	text-decoration:none;
}


