/*
Theme Name: ikthus
Theme URI: http://www.jaymebros.com/
Description: A theme by <a href="http://wwww.jaymebros.com">Jayme Bros</a>.
Version: 2
Author: D Jayme
Author URI: http://www.jaymebros.com
*/

/*-----------------------------------CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,

q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-----------------------------------BODY*/
body {
	font-family: Georgia, "Lucida Grande", Arial, Helvetica, Sans-Serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px
}

a {
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	border: none;
}

a img{
	border: none;
}

.clear{
	clear: both;
}

.divider {
	width: auto;
	border-bottom: 2px solid #222;
}

.divider h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:30px 0 5px 0;
}

/*-----------------------------------HEADER*/
#container_header {
	float: left;
	width: 100%;
	background: url(images/pattern1.gif);
}

#header {
	font-size: 12px;
	height: auto;
	width: 950px;
	margin: 0px auto;
}



/*-----------------------------------TITLE*/
#header .title {
	float: left;
	margin-bottom: 20px;
}

#header .title h1{
	width: 60px;
	height: 60px;
	background: url(images/logo.gif) no-repeat;
	font-size: 30px;
	overflow: hidden;
}

#header .title h1 a {
	display: block;  
	width: 60px;
	height: 60px;
	text-indent: -100000px;  
}

/*-----------------------------------NAV*/
#menu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	margin: 0px auto;
	float: right;
	padding-top: 44px;
}

#menu ul.left { 
	list-style-type: none;
	padding: 0px;
}

#menu ul.left li {
	position: relative;
	float: left;	
}

#menu ul.left li a {
	float: left;
	overflow: hidden;
	color: #ccc;
	margin: 0 0 0 0;
	padding: 5px 10px 19px 10px;
	text-decoration: none;
}

#menu ul.left li a:hover {
	color: #5995C6;
	text-decoration: none;
}

/*--------------------------------DROP DOWN MENU*/
#menu ul.left li ul { /* second-level lists */
	z-index: 9999;
	overflow: hidden;
	position: absolute;
	background: #161616;
	width: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#menu ul.left li:hover ul, 
#menu ul.left li.sfhover ul { /* lists nested under hovered list items */
	top: 36px;
	left: 8px;
}

#menu ul.left li ul li a {
	font-style: normal;
	color: #ccc;
	font-size: 11px;
	width: 180px;
	padding: 8px 12px;
	background: #161616;
}

#menu ul.left li ul li a:hover {
	font-style: normal;
	color: #fff;
	background: #5995C6;
}

/*-----------------------------------FEED*/
#feedline {
	float: left;
	width: 100%;
	background: #0d0d0d;
	border-bottom: 2px solid #999;
}

#feedline950 {
	width: 950px;
	margin: 0px auto;
}

/*--------------------------------FEATURED*/

#featured650 {
	width: 645px;
	background: #0d0d0d;
	padding: 10px 0 10px 10px;
}

#featured650 #featuredcontent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*-----------------------------------CONTENT*/
#container_content {
	width: 100%;
	float: left; /*display whole box*/
}

#container {
	width: 950px;
	margin: 0px auto;
}

#content {
	color:#222;
	float:left;
	width: 650px;
	padding: 20px 0 0 0px;
}

#content h2 {
	color:#222;
	font-size:28px;
	font-weight:normal;
	margin:0 0 15px 0;
}

#content h2 a {
	color: #004D8D;
	text-decoration:none;
}

#content h2 a:hover {
	color: #5995C6;
	text-decoration:none;
}

#content #postnav {
	margin:0 0 35px 0;
}

.space {
	margin:0 0 20px 0;
}

#content #postnav a {
	color:#004276;
	text-decoration:underline;
}

#content #postnav a:hover {
	color:#2b9cce;
	text-decoration:underline;
}

#content .main a, 
#content .tags a {
	color:#004276;
	text-decoration:none;
	font-style: normal;
}

#content .main a:hover, 
#content .tags a:hover {
	color:#2b9cce;
	text-decoration:none;
	font-style: normal;
}

#content .main p {
	line-height:22px;
	margin:20px 0 10px 0;
}

#content .main ol {
	margin:0 0 0 30px;
}

#content .main ul {
	margin:0 0 0 30px;
}

#content .main li {
	margin:0 0 10px 0;
}

#content .meta {
	border-top-style: solid;
	border-top-color: #999;
	border-top-width: 1px;
	font-size:12px;
	color:#666;
	padding:10px 6px;
	margin:0 0 10px 0;
	font-style: italic;
}

#content .meta a {
	font-weight: bold;
	text-decoration:none;
}

#content .meta a:hover {
	text-decoration:none;
}

#content .tags {
	font-size:12px;
	margin:0 0 10px 0;
	color:#666;
	font-style: italic;
}

#content .comments {
	font-size:12px;
	line-height:22px;
	margin:0 0 50px 0;
	font-style: italic;
}

#content .comments a {
	color:#004276;
	text-decoration:none;
}

#content .comments a:hover {
	color:#2b9cce;
	text-decoration:none;
}


/*-----------------------------------WP-DEFINED CONTENT*/
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
margin: 0 10px 0 0;
}

.alignright {
float: right;
margin: 0 0 0 10px;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;

/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #000;
font-size: 12px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

/*-----------------------------------SIDEBAR*/

#sidebar {
	color:#222;
	float: right;
	width: 250px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 25px 0 25px 0;
	padding: 0 0 25px 20px;
	border-left: 1px solid #999;
}

.video {
	width: 250px;
}

#sidebar h3 {
	font-size:14px;
	margin:30px 0 5px 0;
}

#sidebar a {
	color:#222;
	text-decoration:none;
}

#sidebar a:hover {
	color:#fff;
	text-decoration: none;
	background: #5995C6;
}

#sidebar ul {
	list-style:none;
	margin: 5px 0 0 0;
}

#sidebar ul ul {
	margin: 5px 0 0 5px;
}

#sidebar ul ul ul {
	margin: 5px 0 0 10px;
}

#sidebar ul li {
	padding: 8px 0 0 0;
}

blockquote {
	font-style:italic;
	padding:0 40px 0 40px;
}

/*-----------------------------------SEARCH*/
#sidebar #search {
	float: left;
	margin-top: 15px;
	margin-bottom: 25px;
}

#sidebar #search #searchform {
	position: relative;
	width: 250px;
	height: 25px;
	border: 0;	
}

#sidebar #search #searchform .searchinput {
	position: absolute;
	top: 5px;
	left: 0px;
	color: #000;
	font-size: 12px;
	width: 200px;
	border: 1px solid #aaa;
	background: #f6f6f6;
}

#sidebar #search #searchform .button {
	position: absolute;
	top: 0px;
	left: 205px;
	background: url(images/mag.gif) no-repeat;
	height: 25px;
	width: 25px;
	border: 0;
	cursor: pointer;
}

/*-----------------------------------ICONS*/
.ikthuslogo {
	float: left;
	margin: 35px 50px 35px 0;
	width: 76px;
	height: 76px;
	background: url(images/ikthus_logo.jpg) no-repeat;
	overflow: hidden;
}

.feedicon {
	float: right;
	margin: 8px 0 8px 0;
}

.feedicon h1 {
	width: 14px;
	height: 14px;
	background: url(images/feedicon.png) no-repeat;
	overflow: hidden;
}

.feedicon h1 a {
	display: block;
	width: 14px;
	height: 14px;
	text-indent: -100000px; 
}

.jaymebros {
	float: right;
	margin: 0 20px 0 0;
}

.jaymebros h1 {
	width: 54px;
	height: 76px;
	background: url(images/jaymebros_logo.png) no-repeat;
	overflow: hidden;
}

.jaymebros h1 a {
	display: block;
	width: 54px;
	height: 76px;
	text-indent: -100000px; 
}

/*-----------------------------------FOOTER*/
#container_footer {
	float: left;
	width: 100%;
	border-top: 2px solid #999;
	background: url(images/pattern2.gif);
}

#footer {
	width: 950px;
	margin: 0px auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ccc;
	font-size: 11px;	
}

#footer p {
	line-height:17px;
}

#footer a {
	color:#ccc;
	text-decoration: none;
	font-style: italic;
	border-bottom:#ccc 1px dotted;
}

#footer a:hover {
	color:#fff;
	text-decoration: none;
	font-style: italic;
	border-bottom:0px;
}

.col1 {
	width: 200px;
	float: left;
	margin: 30px 35px 35px 0;
}

.col2 {
	width: 200px;
	float: left;
	margin: 48px 35px 35px 0;
}

.col3 {
	width: 200px;
	float: right;
	margin: 35px 0 35px 0;
}
