html
{
	height: 100.1%;
}

body
{
	min-height: 100%;
	background: #222222 url(img/grass.jpg) repeat-x scroll;
	background-position: bottom;
	background-attachment: fixed;
}

input
{
	background-color: #FFFFFF;
	border: #000000 solid 1px;
}

input[type='file']
{
	background-color: #FFFFFF;
	border: #000000 solid 1px;
}

select
{
	background-color: #FFFFFF;
	border: #000000 solid 1px;
	display: inline;
}

textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	background-color: #FFF; 
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

#headerContainer
{
	height: 168px;
	width: 981px;
	background: #000000 url(img/gaurinn.jpg) no-repeat;
}

#container
{
	background-color: #000000;
	width: 981px;
	margin: 1em auto;
	padding: 0 5px;
}

#contentContainer
{
	background-color: #D1D1D1;
}

#mainContent
{
	width: 100%;
	margin: 0;
	background-color: #D1D1D1;
}

/* Menu stuff begins */
#menu
{
	width: 100%;
	height: 55px;
	background: #D1D1D1 url(img/mainMenuBG.gif) repeat-x;
	margin: 0;
	float: left;
}

#menu ul
{
	width: 100%;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

ul#mainMenu
{
	margin-left: 15px;
	height: 35px;
}

#mainMenu li a 
{
	display: block;
	line-height: 35px;
	color: #AAAAAA;
	font-size: 11px;
	font-family: arial, verdana, sans-serif; 
	font-weight:bold; 
	padding: 0 0 0 8px;
	text-decoration: none; 
}

#mainMenu a span
{
	display: block;
	padding: 0 16px 0 8px;
}

#chosen a
{
	background: url(img/chosenMenuItem.gif);
}

#chosen a span
{
	color: #FFFFFF;
	background: url(img/chosenMenuItem.gif) no-repeat right top;
}

#mainMenu li a:hover
{
	background: url(img/hoverMenuItem.gif);
}

#mainMenu li a:hover span
{
	background: url(img/hoverMenuItem.gif) no-repeat right top;
}

#mainMenu li#chosen a:hover
{
	background: url(img/chosenMenuItem.gif);
}

#mainMenu li#chosen a:hover span
{
	display: block;
	background: url(img/chosenMenuItem.gif) no-repeat right top;
}

#subMenu
{
	margin: 0;
	padding: 0 0 0 5px;
	height: 20px;
}

#subMenu li
{
	border-right: 1px solid #CCCCCC;
}

#subMenu li a
{
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	font-size:11px; 
	font-family:arial, verdana, sans-serif; 
	font-weight:bold;
	padding: 0 8px;
}

#subMenu li.lastMenuItem
{
	border-right: none;
}

#subMenu li a:hover
{
	text-decoration: underline;
}

#menu li
{
	display: block;
	float: left;
}
/* Menu stuff ends */

/* Content begins */
#contentTitle
{
	width: 98.2%;
	min-height: 18px;
	margin: 3px;
	background: transparent url(img/contentTitleBG.gif) repeat-x;
	border: solid 1px #B3B2B2;
	overflow: hidden;
	float: left;
	padding: 0 5px;
}

#contentTitle h1
{
	color: #E3E2E2;
	font-size: 18px;
	font-family: Arial;
	margin: 0;
	margin-left: 2px;
	padding: 3px;
}

#centerContent
{
	background-color: #FFFFFF;
	width: 66.5%;
	float: left;
	margin: 0 0 5px 3px;
	border: solid 1px #B3B2B2;
	padding: 5px;
}

#centerContent h1
{
	margin: 5px 0 0 0;
	font-size: 18px;
}

#centerContent h2
{
	margin: 0 0 0 0px;
	font-size: 10px;
	font-weight: normal; 
}

#centerContent .mainText
{
	margin-top: 10px;
}

#centerContent input[type='checkbox']
{
	display: inline;
}


#centerContent input[type='submit']
{
	display: block;
	margin-top: 0.5em;
}

#centerContent form h4
{
	display: block;
	margin: 0;
	margin-top: 1em;
}

#centerContent form span
{
	font-size: 0.8em;
}

#centerContent p
{
	margin: 0;
	margin-top: 5px;
}

.oneComment h1
{
	font-weight: bold;
	font-size: 50%;
	margin-bottom: 0.1em;
}

.oneComment h2
{
	font-size: 10px;
	margin-bottom: 0.5em;
}

.oneComment
{
	padding-bottom: 10px;
}

#centerContent div
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#sideContent
{
	background-color: #FFFFFF;
	width: 30%;
	float: right;
	margin: 0 4px 5px 0px;
	border: solid 1px #B3B2B2;
	padding: 5px;
}

#sideContent h1
{
	margin: 5px 0 0 0;
	font-size: 14px;
}

#sideContent h2
{
	margin: 0 0 0 0px;	
	font-size: 11px;
	font-weight: normal; 
}
/*
#sideContent h1
{
	float: right;
	font-size: 1.2em;
	margin-top: 0;
}*/

#sideContent ul
{
	text-align: right;
	width: 100%;
	margin-top: 0;
	float: right;
	list-style: none;
}

.albumContainer
{
	width: 45%;
	float: left;
}

 /*ATH virkar ekki sem skyldi*/
/*photoAndComments commenntsContainer
{
	float: right;
	background-color:green;
}

.photoAndComments img
{
	float: left;
}*/
/* Content ends */

/* Login box begins */
#loginContainer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}

#loginContainer span
{
	float: left;
}

#loginContainer span p
{
	margin: 0;
}

#loginContainer .error
{
	font-size: 8px;
	clear: both;
}

#loginContainer img
{
	vertical-align: middle;
	border: 0;
/*	margin: -2px;
*/}
#loginContainer a
{
	text-decoration: none;
	color: #FFFFFF;
}

#loginContainer a span
{
	float: none;
	text-decoration: underline;
}
/* Login box ends */

/* Header+Footer begins */
#headerContent
{
	float: left;
	color: white;
	background-color: blue;
}

#footer
{
	min-height: 1em;
	color: #FFFFFF;
	clear: both;
}
/* Header+Footer ends */

/* Utilities begins */
.clear
{
	clear: both;
	visibility: hidden;
}

.notVisible
{
	visibility: hidden;
}

.hidden
{
	display: none;
}
/* Utilities ends */

hr {
height: 0;
width: 100%;
border-style: solid;
border-color: #777;
border-width: 1px 0 0 0;
}