
/******** Basic Body ********/
	body {
		background-color: #a5a7b0;
		background: url(images/bg1.gif);
		}
	
	h1 {
		margin: 0;
		color: #FFFFFF;
		font-family: "Comic Sans MS";
		font-size: 40px;
		padding-left: 50px;
		padding-top: 50px;
		}
	
	h2 {
		margin: 0;
		color: #000000;
		font-family: "Comic Sans MS";
		font-size: 22px;
		font-variant: small-caps;
		border-bottom: 1px solid #000000;
		}
	
	h3 {
		margin: 0;
		color: #000000;
		font-family: "Verdana";
		font-size: 12px;
		font-weight: bold;
		font-variant: small-caps;
		}

/* h4 er notað í sögu kórsins*/	
	h4 {
		margin: 0;
		color: #FF0000;
		font-family: "Verdana";
		font-size: 14px;
		font-weight: bold;
		font-variant: small-caps;
		}
		
	img {
		border: 0;
		}
		
	#container {
		width: 760px;
		margin: 0 auto;
		padding: 0px;
		}
		
/******** Header ********/		
	#header {
		width: 760px;
		height: 155px;
		background: url(images/header.gif) top no-repeat;
		}
		
	.button {
		padding: 2px;
		background: #88ac0b url('images/menu-background.png') top left repeat-x;
		color: #FFFFFF;
		border: 0;
		font-size: 11px;
		}

/******** Menu ********/	
	#menu_container {
		width: 748px;
		_width: 750;
		background: #FFFFFF;
		height: 30px;
		padding-left: 5px;
		padding-right: 7px;
		_padding-right: 5px;
		}
	
	#menu {
		width: 100%;
		background: #889AFC url('images/menu-background.png') top left repeat-x;
		float: left;
		font-size: 90%;
		white-space: nowrap;
		padding-right: 2px;
		margin-top: 0;
		margin-bottom: 0;
		font-family: "Comic Sans MS";
		}
	
	* html #menu {
		padding-right: 0;
		}
	
	#menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
		border-left: 1px solid #5F6BB0;
		border-right: 1px solid #889AFC;
		width: 100%;
		}
	
	#menu li {
		display: inline;
		}
	
	#menu a:link, #menu a:visited {
		padding: 0.25em 1em;
		background: transparent;
		color: #FFFFFF;
		text-decoration: none;
		float: left;
		border-right: 1px solid #515EA9;
		}
	
	#menu a:hover {
		background: #5F6BB0 url('images/menu-hover.png') repeat-x;
		color: #000000;
		}

/******** Main Content ********/

/******** Repertoir ********/		
	#repertoir td {
		font: 10px "Verdana";
		color: #000000;
		}
		
	#repertoir td p {
		font: 14px "Comic Sans MS";
		font-weight: bold;
		text-align: center;
		}
		
	#repertoir a {
		color: #5F6BB0;
		text-decoration: none;
		}
		
	#repertoir a:visited {
		color: #566FFB;
		text-decoration: underline;
		}
		
	#repertoir a:hover {
		color: #889AFC;
		text-decoration: underline;
		}
		

/******** Tenglar ********/		
	#tenglar {
		width: 540px;
		background: #FFFFFF;
		margin-right: 15px
		}
		
	#tenglar a {
		font: 12px "Verdana";
		color: #5F6BB0;
		text-decoration: none;
		}
		
	#tenglar a:visited {
		color: #566FFB;
		text-decoration: none;
		}
		
	#tenglar a:hover {
		color: #889AFC;
		text-decoration: none;
		}
		
/******** Aðrar síður ********/
		
	#posts td {
		font: 12px "Verdana";
		color: #000000;
		}
	
	#content {
		width: 750px;
		background: #FFFFFF;
		padding: 5px;
		}
	
	#posts {
		width: 540px;
		background: #FFFFFF;
		margin-right: 15px
		}
		
	#posts p {
		text-align: left;
		font: 12px "Verdana";
		color: #000000;
		}
		
	#posts a {
		color: #5F6BB0;
		text-decoration: none;
		}
		
	#posts a:visited {
		color: #566FFB;
		text-decoration: underline;
		}
		
	#posts a:hover {
		color: #889AFC;
		text-decoration: underline;
		}
		
	.dropcap {
		float: left;
		width: .67em;
		font-size: 3.1em;
		line-height: 95%;
		}
	
	.blockquote {
		border: 2px dotted #FF0000;
		background-color: #ffffff;
		margin: 30px;
		padding: 5px;
		overflow: hidden;
		text-align: left;
		color: #000000;
		font: 18px "Comic Sans MS";
		}

/******** Sidebar ********/		
	#sidebar {
		width: 195px;
		float: right;
		padding-top: 5px;
		}
		
	.sidebar_content{
		display: block
		}
		
	.sidebar_content *{
		display: block;
		height: 1px;
		overflow: hidden;
		background: #B0B0B0
		}
		
	.sidebar_content1{
		border-right: 1px solid #B0B0B0;
		padding-right: 1px;
		margin-right: 3px;
		border-left: 1px solid #B0B0B0;
		padding-left: 1px;
		margin-left: 3px;
		background: #b0b0b0;
		}
		
	.sidebar_content2{
		border-right: 1px solid #B0B0B0;
		border-left: 1px solid #B0B0B0;
		padding: 0px 1px;
		background: #acacac;
		margin: 0px 1px;
		}
		
	.sidebar_content3{
		border-right: 1px solid #B0B0B0;
		border-left: 1px solid #B0B0B0;
		margin: 0px 1px;
		}
		
	.sidebar_content4{
		border-right: 1px solid #B0B0B0;
		border-left: 1px solid #B0B0B0;
		}
		
	.sidebar_content5{
		border-right: 1px solid #B0B0B0;
		border-left: 1px solid #B0B0B0;
		}
		
	.sidebar_content_content{
		padding: 0px 5px;
		background: #B0B0B0;
		color: #EFEFEF;
		text-align: left;
		font: .8em "Verdana";
		line-height: 130%;
		}
	
	.sidebar_content_content a {
		color: #FFFFFF;
		text-decoration: none;
		}
		
	.sidebar_content_content a:visited {
		color: #FFFFFF;
		text-decoration: none;
		}
		
	.sidebar_content_content a:hover {
		color: #FFFFFF;
		text-decoration: underline;
		}
	
	.side_content_header {
		margin: 0;
		color: #FFFFFF;
		font-family: "Comic Sans MS";
		font-size: 20px;
		font-variant: small-caps;
		}

/******** Footer ********/	
	#footer {
		width: 750px;
		height: 73px;
		background: url(images/footer.gif) top no-repeat;
		margin-top: 0px;
		padding: 5px;
		font-family: "Verdana";
		}
		
	#footer p {
		padding: 25px;
		text-align: center;
		font-size: 9px;
		color: #999999;
		}
		
	#footer p a {
		color: #000000;
		font-weight: 100;
		text-decoration: none;
		border-bottom: 1px dotted #000000;
		}
		
	#footer p a:visited {
		color: #000000;
		font-weight: 100;
		text-decoration: none;
		border-bottom: 1px dotted #000000;
		}
			
	#footer p a:hover {
		color: #000000;
		text-decoration: none;
		}
