/*  
Theme Name: Ísland-Israel
Theme URI: http://www.island-israel.is
Description: A custom Wordpress theme
Version: 0.8.2
Author: Bjarni Sævarsson
Tags: Custom theme, theme, css, framework, clean, minimalistic 
Author URI: http://www.bjarni.net/

Credits:
*/


body, p {
	font-size: 14px;
}


a {
	font-family: arial verdana sans;
	color: #000099;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	color: #000066;
}

#toc {
	padding: 20px 0px 0px 38px;
}

#toc ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#toc ul li {
	list-style: none;
}

#toc a {
	font-size: 12px;
	text-transform: uppercase;
}



/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
	margin-left: 5px;
	margin-right: 5px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

