@charset "utf-8";
/* CSS Document */

/*    
Theme Name: IkaInk
Theme URI: http://www.ikaink.net/ 
Description: A theme for my blog. It's mainly for photography so it's designed to be wide. 
Author: Julian Wearne 
Author URI: http://www.ikaink.net/ 
Version: 1.0 
. 
Licenced Under a Creative Commons Licence. 
. 
*/ 


/** Common Elements **/

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}

body {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
}

a:link, a:visited, a:active {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 3em;
	color: #88D7F0;
	font: Helvetica, Verdana, sans-serif
}

h2 {
	font-size: 1.3em;
	color: #F977AE;
	margin-top: 1.2em;
	margin-bottom: .2em;
}

h3 {
	font-size: 1.2em;
	color: #C6E875;
	margin: .2em 0;
}

h4 {
	font-size: 1.1em;
	color: #AEFFCE;
	margin-top: .2em;
	margin-bottom: .2em;
}

h5 {
	font-size: .9em;
	color:#F977AE;
	font-weight: bold;
}

p {
	color: #F5F5F5;
}

a:link img, a:visited img, a:active img {
	border: none;
}

table {
font-weight: bold;
color: #fff;
}

table td {
padding-right: 2em;
}

#about, #content, #footer-container {
	width: 1050px;
	margin: 0 auto;
}


/** Branding **/

.TRIS {
	text-align: center;
	font-size: 3em;
}

#branding { 
	border-bottom: dotted #88d7f0 1px;
	padding: .5em;
	text-align: center;
}

#branding h1, #branding h2 {
	display: inline;
}

#branding h2 {
	padding-left: .3em;
}

/** About **/

#about {
	text-align: center;
	padding-top: 2px;
}

#about a:link, #about a:visited, #about a:active {
	color: #F5F5F5;
	font-weight: bold;
	text-decoration: none;
}

#about a:hover {
	text-decoration: underline;
}

#about h2, #about p {
	display:inline;
}


/** Content **/

#content {

}

#content h2 {
	margin-top: 30px;
	font-size: 1.9em;
}

#content img {
	border: 1px solid #333;
	padding: 5px;
}

#content hr {
  border: 0;
  color: #000;
  background-color: #000;
  height: 1px;
  border-bottom: dotted #88d7f0 1px;
}

blockquote {
	border: #88d7f0 solid 1px;
	padding-left: 10px;
}

ul, ol {
	color:#FFF;
}

rightimage {
	float: right;
}

/** Footer **/
#footer {
	border-top: dotted #88d7f0 1px;
}

#footer-container {
	text-align: center;
}

#categories {
	float: left;
	width: 490px;
	text-align: left;
}

#search {
	float: right;
	width: 490px;
	text-align: right;
}

#search ul {
	list-style: none;
}

.floatclear {
	clear: both;
	margin-bottom: 20px;
}

#footer ul {
	color: #AEFFCE;
}


/** POSTS **/
.floatleft {
	float:left;
}

.clear {
	clear: both;
}
