body
{
	background-color:tan;	/* setti nýjan lit í bakgrunninn */
	background-image:url('http://www.123.is/netalbum/templates/backgrounds/default.gif');
}

a
{
	color:blue;
}

a:hover
{
	color:red;
}

form
{
	margin:0px;
	padding:0px;
}

table,td,input,textarea
{
	font-family:arial,tahoma,verdana,helvetica;
	font-size:12px;
}

/* Links stjórnkerfishlekkurinn er hérna*/
div.adminHolder
{
	background-color:#D1C8BE;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid black;
	border-bottom:1px solid black;
}
h3.adminLink
{
	border:1px dotted black;	/* breytti um lit á línunni */
	margin-bottom:5px;
	height:20px;
}

a.adminLink
{
	color:black;	
	font-weight:bold;
	font-size:15px;
}

/* Tables hér er hægt að stjórna aðalbakgrunninum og rammanum í kringum allan gluggan*/
Table.MainContentTable
{
	border:1px solid black;	/* breytti um lit hérna */
	margin:0px;        
	margin-top:20px;
	margin-bottom:10px;
	background-color:white;	/* breytti um lit hérna */
}

/* Tds */
Td.ContentCell
{
	padding:30px;
	border-right:1px solid black;	/* línan á milli aðalvalmyndar og tengla */
}


td.AlbumsCats
{
	background-color:#F0F0F0;
	padding-left:3px;
	padding-bottom:5px;
}



/* Headings */
h3
{
	font-size:14px;
	margin-top:3px;
	margin-bottom:3px;	
}

/* Header */
td.HeaderCell
{
	width:700px;		/* breyta headernum */
	height:200px;
	background-image:url('/themes/smiley/images/himmel.jpg');
	vertical-align:top;
	text-align:left;
	border-bottom:1px solid #bfbfbf;	/* minkaði bilið úr 5 í 1 */
}
P.Title
{
	color:black;
	font-weight:bold;
	font-size:20px;
	font-family:georgia,times new roman,arial;	
	margin-top:25px;
	margin-left:20px;	
	margin-bottom:0px;
}

P.Description
{
	margin-top:2px;
	margin-bottom:0px;
	margin-left:25px;			
	color:white;
}


td.RightCell
{
	background-image:url('../myndir/stika2.jpg');
	border-left:2px solid #efefef;
		
}

td.RightCell h3
{	
	background-color:transparent;	/* liturinn á bak við hausana hægra megin */
	border-bottom:4px double tan;
	margin-left:15px;
	margin-right:15px;
	padding-left:15px;
	padding-top:5px;
}

/* NavBar */
#NavBar
{
	margin-top:5px;
	margin-bottom:5px;			
	text-align:left;
	padding:0px;
	margin-left:0px;
}

#NavBar li
{
	padding-left:25px;
	list-style:none;
	line-height:20px;	
	margin:0px;
	border-bottom:1px dotted white;
}

#NavBar li a
{
	font-family:verdana,arial;
	color:black;
	font-weight:bold;	
	text-decoration:none;
}

#NavBar li a:hover
{
	color:tan;	
}

	/* LinkBar */
	ul#LinkBar
	{
		margin-left:10px;	
	}
	
	ul#LinkBar li
	{		
		list-style:none;
		line-height:20px;	
		margin:0px;
		border-bottom:1px dotted white;
	}
	
	ul#LinkBar li a
	{		
		font-family:verdana,arial;
	color:black;
	font-weight:bold;	
	text-decoration:none;
	}
	
	ul#LinkBar li a:hover
	{
		color:red;
	}
	
	ul#LinkBar li.LinkItem
	{
		margin-left:20px;
	}
	
	ul#LinkBar li.LinkHeader
	{
		font-size:16px;
		color:#675849;
		list-style:none;
		font-weight:bold;
		margin-top:10px;
		margin-left:15px;
		padding-left:0px;		
	}

/* BLOG Records */
div.BlogPost
{
	border-bottom:4px double tan;	/* bætti við fyrir ofan færsluna líka */
	margin-bottom:10px;
	margin-top:15px;			/* setti smá pláss á milli færslna.. */
	padding:5px;
}
div.BlogPost h3.BlogTitle
{
	font-weight:bold;	
	color:black;	/* titil litur */	
}
div.BlogPost div.BlogBody
{
	padding:5px;
	border:1px solid black;	/* rammin í kringum bloggið */
}
div.BlogPost p.BlogFooter
{
	color:black;	/* neðanmálið í blogginu, skrifað af árna... */
	margin:0px;
	margin-left:15px;
	font-size:10px;
}

/* GuestBook Records */
#AddGuestBookRecord
{
	border:1px solid gray;
	background-color:#E3EDFB;	
	padding:5px;
}

#AddGuestBookRecord table.GuestBookTable
{	
	width:100%;	
	border:1px solid black;
	background-color:white;
}

#AddGuestBookRecord table.GuestBookTable td.gbTitle
{
	font-size:15px;
	font-weight:bold;
	color:blue;
	padding:5px;
	border-bottom:4px double gray;
}
#AddGuestBookRecord td.gbHeiti
{
	padding-right:5px;
	text-align:right;
	font-weight:bold;
	color:black;
	border-right:1px solid black;
}
#AddGuestBookRecord td.gbGildi
{
	padding:5px;
}

#AddGuestBookRecord input.gbText
{
	width:200px;
}

#AddGuestBookRecord textarea.gbSubject
{
	width:200px;
	height:100px;
}

#AddGuestBookRecord td.gbSubmit
{
	background-color:#f0f0f0;
}

#AddGuestBookRecord input.gbSubmit
{
	background-color:#efefef;
	margin:15px;
	font-family:tahoma,verdana,arial;
	font-size:15px;
}

/* GuestBook Records */
div.GuestBookRecord
{
	margin-bottom:10px;
	border:1px solid gray;
	padding:5px;
	background-color:#FBFBFB;
}
div.GuestBookRecord p.GuestBookDate
{
	font-size:10px;
	color:gray;
	margin:0px;
	border-bottom:1px solid gray;
	margin-bottom:3px;
}
div.GuestBookRecord p.GuestBookTitle
{
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	color:blue;
	margin:0px;
	margin-left:15px;	
	margin-right:15px;
	margin-bottom:5px;
}
div.GuestBookRecord p.GuestBookSubject
{
	font-size:11px;
	font-weight:normal;
	margin:0px;
	margin-left:20px;
	margin-right:20px;	
	margin-bottom:10px;
}

div.GuestBookRecord p.GuestBookAuthor,div.GuestBookRecord p.GuestBookWebSite
{
	font-weight:bold;
	font-style:italic;
	margin:0px;
	margin-left:15px;
	margin-right:15px;	
	border:1px solid #efefef;	
	background-color:white;
}

/* Album Records */
	table.AlbumListTable
	{	
		border:1px solid gray;
	}
	
	a.AlbumLink
	{
		color:blue;
		border-bottom:1px dotted blue;
		text-decoration:none;
	}
	
	a.AlbumLink:hover
	{
		color:red;
	}
	
	td.albThumb
	{
		border-bottom:1px solid #efefef;
	}
	
	td.albTxt
	{
		vertical-align:top;
		padding:3px;
		border-bottom:1px solid #efefef;
	}
	
	td.AlbumsCats
	{
		background-color:black;
		color:white;
		font-weight:bold;
		padding:3px;
	}
	
	table.AlbumListTable P
	{
		font-family:verdana,arial,tahoma;
	}
	
	P.albTitle
	{
		
		font-size:11px;
		font-weight:bold;
		color:blue;
		margin:0px;
	}
	
	P.albDate
	{
		font-size:10px;
		margin:0px;
	}
	
	P.albNew
	{
		margin:0px;
		font-size:11px;
		font-weight:bold;
		color:red;
		letter-spacing:3px;		
		padding-left:5px;
	}
	
	/* COPYRIGHT */
	p.copyright
	{
		font-family:arial,tahoma,verdana;
		font-size:11px;
		color:gray;
	}
	p.copyright a
	{
		color:black;
	}
	
	/* Blog Comments */
	div.BlogComment a
	{
		color:black;		/* breytti litunum hérna */
		border:0px solid brown;  /* ramminn í kringum commentin */
		font-size:10px;
		padding:5px;
	}
	div.AddBlogComment
	{
		border:1px solid gray;
		background-color:#E3EDFB;	
		padding:5px;
		display:none;
	}
	
	div.AddBlogComment table.AddCommentTable
	{	
		width:100%;	
		border:1px solid black;
		background-color:white;
	}
	
	div.AddBlogComment table.AddCommentTable td.blTitle
	{
		font-size:15px;
		font-weight:bold;
		color:blue;
		padding:5px;
		border-bottom:4px double gray;
	}
	div.AddBlogComment td.blHeiti
	{
		padding-right:5px;
		text-align:right;
		font-weight:bold;
		color:black;
		border-right:1px solid black;
	}
	div.AddBlogComment td.blGildi
	{
		padding:5px;
	}
	
	div.AddBlogComment input.blText
	{
		width:200px;
	}
	
	div.AddBlogComment textarea.blSubject
	{
		width:200px;
		height:100px;
	}
	
	div.AddBlogComment td.blSubmit
	{
		background-color:#f0f0f0;
	}
	
	div.AddBlogComment		 input.blSubmit
	{
		background-color:#efefef;
		margin:15px;
		font-family:tahoma,verdana,arial;
		font-size:15px;
	}
	
	/* Comments */
	div.BlogComments
	{
		border:1px dotted blue;
	}
	
	div.BlogComment p.bcTitle
	{
		font-weight:bold;
		background-color:#efefef;
		margin:3px;
		padding:3px;
	}
	
	div.BlogComment p.bcComment
	{
		font-style:italic;
		padding-left:10px;
		padding-righr:10px;
		margin:0px;
	}
	
	b.bcDate
	{
		color:gray;
		font-weight:normal;
	}


ul.navbar
{	
	margin:0px;
	padding:0px;	
	margin-top:5px;
}

ul.navbar li
{
	padding-left:10px;
	list-style:none;
	margin-bottom:3px;
	text-align:left;
}
	ul.navbar li a
	{
		font-family:verdana,arial;
		color:#0F1E66;
		font-weight:bold;	
		text-decoration:none;	
	}

		ul.navbar ul
        {           
	        display:none;	        
	        left:0;	        
	        z-index:99999;
	        list-style:none;
	        margin:0px;
	        padding:0px;	        
        }
        	ul.navbar ul li
        	{

        	}

        ul.navbar li:hover > a,ul.navbar ul:hover > a
        {	        
	        text-decoration:underline;	        
        }
        ul.navbar li:hover > ul
        {
	        display:block;
        }
td.HeaderCell{background-image:url('http://cs-001.123.is/DeliverFile.aspx?id=96badfca-1874-43cf-ac89-dff811286cf1');}/* Automated CSS generated from OTT */
body{background-image:url('http://cs-001.123.is/DeliverFile.aspx?id=41250005-ba4e-4352-ac29-bb945210b436');}
td
{
    text-align:left;
}

body
{
    line-height:normal;
}

table.ottTable
{
    border: 1px solid #DDD;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom:20px;
}
table.ottTable th, table.ottTable td
{
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid;
}
