
/* top, right, bottom, left */

body, h1, h2, h3, h4, h5, h6, blockquote, p, form, ul, li {
  margin: 0;
  padding: 0;
}

body{
  font-family:  Arial, Helvetica, Georgia, Sans-serif;
  font-size: 12px;
  vertical-align: top;
  background-color: #F6DCDE;
  /*background-image: url(http://ugla.uj.is/wp/wp-content/themes/Ugla/images/bg_lina2.gif);*/
  color: #222;
}


h1{
  font-family: Arial, Helvetica, Georgia, Sans-serif;
  font-size: 28px;
  padding: 15px 0 10px 15px;
}

h3{
  padding: 15px 0 15px 0;
}

h4{
  padding: 0 0 0 15px;
}

a:link{
  text-decoration: none;
  /*color: #C61D26;*/
  color: black;
  font-weight: bold;
}

a:hover{
  text-decoration: none;
  font-weight: bold;
}

a:visited{
  text-decoration: none;
  /*color: #C61D26;*/
  color: black;
  font-weight: bold;
}

blockquote {
  font-style: italic;
  font-family: Arial, Helvetica, Georgia, Sans-serif;
  margin: 1.5em 30px 1.5em 30px;
  padding: 10px 10px 10px 10px;
  background: #EFEFEF;
  border-right: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  border: 0;
}

.post-image, .post-image-inner {
    margin:0 auto 10px auto; padding:0;
    width:auto; height:auto;
    display:block;
}

.post-image-text {
  background: #eee;
  padding: 3px;
  margin: auto;
  text-align: center;
  display: block;
  font-size: 85%;
}

.post-image-inner {
    margin:0 auto 10px 15px;
    float:right;
}

.post-image img, .post-image-inner img {
    margin:0 auto; padding:3px;
    background: #eee;
    text-align:center; display:block;
}

.post-image-archived {
    margin:0 0 0 auto;
    float:left;
    width:auto; height:auto;
}

.post-image-archived img {
    padding:3px;
    background: #eee;
    display:block;
    margin: 5px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


/*----HEADER----*/

#header{
  height: 115px;
  margin: 0;
  margin-right: 25px;
  padding: 0;
  padding-top: 10px;
  text-align: center;
}

#header_tbl {
  width: 755px;
  height: 137px;
  background: url(http://ugla.uj.is/wp/wp-content/themes/Ugla/images/banner.jpg) no-repeat;
}

#headerimg img {
  float: left;
  border: 0;
  padding: 10px 0px 10px 20px;
  margin: 0;
}


/*----PAGE----*/

#page{
  margin: 0px auto 0px auto;
  padding: 0px 30px 0px 30px;
  width: 680px;
  background-image: url(http://ugla.uj.is/wp/wp-content/themes/Ugla/images/background_ugla.jpg);
  background-repeat: repeat;
}

#page ul {
  margin-left: 10px;
}

#container{
  float: left;
  width: 400px;
  margin: 0 0 10px 10px;
}

#left-container {
  float: left;
  width: 400px;
  margin: 0 0 0 10px;
}



.colored_header {
  height: 22px;
  color: #fff;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 0px 0px 15px;
  margin: 0 0 15px 0;
  background-repeat: repeat;
  background-position: bottom;
}

.colored_header a {
  color: #fff;
}
.colored_header a:hover {
  color: #fff;
  text-decoration: none;
}
.colored_header a:visited {
  color: #fff;
}


#efst{
  margin-bottom: 10px;
  margin-right: 10px;
}

#efst .colored_header {
  background-image: url(http://ugla.uj.is/wp/wp-content/themes/Ugla/images/title_red.jpg);
}

#efst img {
  display: block;
  margin: 0 auto 0 auto;
  clear: both;
  width: 360px;
  max-height: 220px;
}
#efst .author_img_small {
  width: auto;
  height: 50px;
  float: right;
  padding: 3px;
  margin: 0 2px 0 0;
  background: #eee;
}

#efst .author_img_pagination {
  width: auto;
  height: 50px;
  float: none;
  margin: 0;
  padding: 5px;
  display: inline;
  clear: none;
}

#pistill {
  /*background-color: #FDEEDE;*/
  margin-bottom: 20px;
  margin-right: 10px;
}

#pistill .colored_header {
  background-image: url(http://ugla.uj.is/wp/wp-content/themes/Ugla/images/title_red.jpg);
}

#pistill li {
  border-bottom: 1px dashed gray;
}

.author_img {
  float: right;
  padding: 6px;
  margin: 0 0 0 15px;
  background: #eee;
  max-width: 90px;
}

.author_img_small {
  width: auto;
  height: 50px;
  float: right;
  padding: 3px;
  margin: 0 2px 0 0;
  background: #eee;
}


/*----POST----*/

.post{
  padding: 0 7px 10px 7px;
}

.post h2{
  font-size: 16px;
  padding: 0 0 0 0;
}

.entry {
  margin-top: 5px;
  line-height: 16px;
  text-align: justify;
}

.entry p {
  margin: 0 0 15px 0;
}

.entry li {
  list-style: disc;
}

.entry img {
  padding: 3px;
/*  margin: 0 0 0 0;*/
  background: #eee;
/*  display: inline;*/
  max-width: 370px;
}

.entry img.intro {
  padding: 3px;
  margin: 0 0 0 0;
  background: #eee;
  display: block;
  max-height: 230px;
  width: 370px;

}

.entry img.left {
  padding: 3px;
  margin: 0.5em 15px 0.5em 0;
  background: #eee;
  float: left;
  clear: left;
}

.entry img.right {
  padding: 3px;
  margin: 0.5em 0 0.5em 15px;
  border: 1px solid #ccc;
  background: #eee;
  float: right;
  clear: right;
}

.entry img.center {
  display: block;
  padding: 3px;
  margin: 0 auto 1.5em auto;
  border: 1px solid #ccc;
  background: #eee;
  float: none;
  clear: both;
}

.entry_archived img {
  float: left;
  clear: left;
/*  visibility: hidden;
  width: 0;
  height: 0; */
  padding: 3px;
  margin: 0 7px 0 0;
  background: #eee;
  max-height: 50px;
  height: auto;
  width: auto;
}


.post_archived {
  padding: 2px 20px 5px 15px;
}

.post_archived h2{
  font-family: Arial, Helvetica, Georgia, Sans-serif;
  font-size: 12px;
  padding: 5px 0 0 0;
}


.postinfo{
  font-size: 11px;
  color: #aaa;
  padding: 2px 0 20px 0;
}

.postinfo a{
  color: #aaa;
}

.postdate{ color: #aaa; }

p.postmetadata{
  font-size: 12px;
  color: #BFB8A1;
  margin: 0 0 0 0;
  padding: 5px 0 0 0;
}

p.postmetadata strong{
  float: right;
}

.subpages li {
  margin-left: 15px;
  list-style: disc;
  font-weight: bold;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.postnav{
  padding: 10px 20px 20px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}



/*----SIDEBAR STYLES----*/

.sidebar{
  float: right;
  width: 250px;
  padding-bottom: 15px;
  display: inline;
  overflow: hidden;
}

.sidebar #searchform input {
  width: 235px;
  font-family: Arial, Helvetica, Georgia, Sans-serif;
  font-size: 11px;
}

#search .leitarhnappur {
  width: 240px;
  background-image: url(http://ugla.uj.is/wp/wp-content/themes/Ugla/images/title_red.jpg);
  color: white;
  font-weight: bold;
  font-family: Arial, Helvetica, Georgia, Sans-serif;
  font-size: 11px;
}

#folkid{
  margin: 0 10px 30px 0;
}

#folkid .colored_header {
  background-image: url(http://ugla.uj.is/wp/wp-content/themes/Ugla/images/title_red.jpg);
}

#tilkynning {
  margin: 0 10px 30px 0;
  /*background-color: #DEF6EB*/
}

#tilkynning h2 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

#tilkynning ul {
  margin-left: 0;
}

#tilkynning li {
  border-bottom: 1px dashed gray;
}

#tilkynning .post {
  margin: 0;
  padding: 0;
  margin-left: 7px;
  margin-right: 7px;
  padding-bottom: 10px;
}

#tilkynning .colored_header {
  background-image: url(http://ugla.uj.is/wp/wp-content/themes/Ugla/images/title_red.jpg);
}

#alyktun {
  margin: 0 10px 30px 0;
}

#alyktun .colored_header {
  background-image: url(http://ugla.uj.is/wp/wp-content/themes/Ugla/images/title_red.jpg);
}


#UJ{
  margin: 0 10px 30px 0;
}

#UJ .colored_header {
  background-image: url(http://ugla.uj.is/wp/wp-content/themes/Ugla/images/title_red.jpg);
}

li.page_item {
  border-top: 1px dashed gray;
  list-style: none;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;

}

#samfelagid{
  margin: 0 10px 30px 0;
}

#samfelagid li {
  border-bottom: 1px dashed gray;
}

#samfelagid .title {
  border-bottom: 1px dashed gray;
}

#samfelagid a.rsswidget {
  font-weight: normal;
}

#samfelagid .title a {
  font-weight: bold;
}

#samfelagid .colored_header {
  background-image: url(http://ugla.uj.is/wp/wp-content/themes/Ugla/images/title_red.jpg);
}


/*----FOOTER----*/

#footer{
  display: block;
  clear: both;
  /*float: left;*/
  width: 670px;
  margin: 0;
  padding: 10px 5px 5px 10px;
  line-height: 18px;
  font-size: 80%;
  color: #C61D26;
  background: #FFF;
  border-top: 1px solid #CCC;
  border-bottom: none;
}

#footer a:link{
  text-decoration: none;
  color: #555;
}

#footer a:hover{
  text-decoration: underline;
  color: #333;
}

#footer a:visited{
  text-decoration: none;
  /*color: #C61D26;*/
  color: black;
}



