@charset "utf-8";

/*  
Theme Name: eLYK
Theme URI: http://www.elykinnovation.com
Description: Theme for eLYK Innovation a Jacksonville, Florida Web Design Firm.
Version: 1.0
Author: eLYK Innovation
Author URI: http://www.elykinnovation.com/
*/

body {
	background-image: url(images/background1.gif);
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #000;
}


.wrapper {
	width: 790px;
	margin: 0 auto;
}

.header {
	width: 780px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.nav {
	float: left;
	width: 780px;
}

.logo {
	float:left;
	width: 171px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.slideshow {
	float: left;
	width: 609px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #000000;
}

.return {
	display: block;
	padding: 10px 5px;
	margin: 0px;
	background-color: #EFEFEF;
}

.return a:link, .return a:visited {
	color: #006699;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.return a:hover, .return a:visited :hover {
	text-decoration: none;
}

.container {
	width: 780px;
	float:left;
	padding: 15px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
}

.body {
	width: 560px;
	float: left;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
}

h2 {
	font-size: 16px;
	color: #990000;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.footer {
	clear: both;
	float: left;
	width: 780px;
	font-size: 12px;
	text-align: center;
	color: #ccc;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

   ENTRY

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.entry {
	border-bottom: #ccc dashed 1px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 22px 0px;
	font-size: 12px;
}

.post {
	margin: 0 0 30px 0;
}

.post h2 a {
	font-weight: bold;
	text-decoration: none;
	color: #006699;
	font-size: 18px;
}

.post h2 a:hover {
	color: #666;
}

.postmetadata a:link, .postmetadata a:visited {
	color: #006699;
	font-size: 13px;
	text-decoration: underline;
}

.postmetadata a:hover, .postmetadata a:visited :hover {
	text-decoration: none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

   Sidebar

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.sidebar {
	width: 170px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 8px 0px 3px;
	
}

.sidebar ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.sidebar li {
	border-bottom: 1px solid #ccc;
	padding: 4px 0px 4px 8px;
	margin: 0px 0px 10px 0px;
}

.sidebar li ul li {	
	border-bottom: 0px solid #ccc;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.sidebar a:link, .sidebar a:visited {
	color: #006699;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.sidebar a:hover, .sidebar a:visited :hover {
	text-decoration: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

   Search

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.search {}

.search_input {
	width: 90px;
	float: left;
}
.search_button {
	width: 60px;
	float: right;
}

.search form {
	height: 30px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

   CALENDAR

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#wp-calendar {
	width: 100%;
}

#wp-calendar caption{
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: #333;
}

#wp-calendar th {
	padding: 5px;
	border-bottom: 1px solid #333;
}

#wp-calendar td {
	font-size: 13px;
}

#wp-calendar a {
	font-weight: bold;
	text-decoration: underline;
	color: #006699;
	font-size: 13px;
}

#wp-calendar a:hover {
	color: #0066FF;
	text-decoration: none;
}

.calendar {
	font-size: 13px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

   Categories

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.categories {}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

   Comments

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}


