/* CSS fyrir leturgeršir. Byrjar į almennum stillingum sem eru svo teknar yfir eftir žörfum*/

/* Almennar stillingar */
* { 
font-family: Arial, Verdana, Helvetica, sans-serif;
margin: 0;
padding: 0; 
} 
html {
font-size: 76.1%;
}
html > body {
font-size: 12px;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address,.componentheading,.contentheading,.contentpagetitle,.sectiontableheader,.newsfeedheading{
margin: 1em 0;
padding: 0;
}
li, dd, blockquote {
/* margin-left: 1em; */
}
fieldset {
border: none;
}
input, select, textarea {
font-size: 1em;
}
/* Endi almennra stillinga */


/* Base typography SET ANY FONT SIZE IN EM's */

/* Main titles for various pages. Mix and match hX tags with Joomla titles */
h1,.componentheading {
color:black;
font-weight:bold;
font-size:1.3em;
/*margin:1em 0; /*fyrir ofan/nešan*/
padding: 0.5em 0 0; /*vinstri/hęgri*/
}
h2,.contentheading,a.contentheading:link,a.contentheading:visited,.contentpagetitle,a.contentpagetitle:link,a.contentpagetitle:visited {
color:black;
font-weight:bold;
font-size:1.3em;
/*margin:1em 0; /*fyrir ofan/nešan*/
padding: 0.5em 0 0; /*vinstri/hęgri*/
}
h3,table.moduletable th {
font-size:1.3em;
margin:1em 0; /*fyrir ofan/nešan*/
padding:0 0em; /*vinstri/hęgri*/
}
h4 {
font-size:1.2em;
margin:1em 0; /*fyrir ofan/nešan*/
padding:0 0em; /*vinstri/hęgri*/
}
h5 {
font-size:1.2em;
margin:1em 0; /*fyrir ofan/nešan*/
padding:0 0em; /*vinstri/hęgri*/
}
h6 {
font-size:1.2em;
margin:1em 0; /*fyrir ofan/nešan*/
padding:0 0em; /*vinstri/hęgri*/
}
img {
border: 0;
}

/* Non-title text */
p, td, tr, div {
font-size:1em;
/*margin:1em 0; /*fyrir ofan/nešan*/
padding:0 0em; /*vinstri/hęgri*/
}
p {
margin:1em 0; /*fyrir ofan/nešan*/
padding:0 0em; /*vinstri/hęgri*/
}
li > p {
margin-top: 0.2em;
}
pre {
font-family: monospace;
font-size: 1.0em;
}
strong, b {
font-weight: bold;
}
td {
margin:1em 0; /*fyrir ofan/nešan*/
padding:0 0em; /*vinstri/hęgri*/
}
tr {
margin:1em 0; /*fyrir ofan/nešan*/
padding:0 0em; /*vinstri/hęgri*/
}
abbr acronym {
}
/* ----- LISTS ----- */
ol, ul, li {
list-style: none;
font-size:1em;
}
ul,ol {
}
li{
}
#efni ol, #efni ul, #efni li {
list-style-type: disc;
list-style-position: inside;
padding: 0.1em 0;
margin: 0;
margin-left: 5px;
}
/********* LINK STYLES *********/

/*Catch all for all link styles */
a:link,a:visited,a:hover {
}
/*Individual link styles */
a:link {
color:black;
font-weight: bold;
text-decoration:none;
}
a:visited {
color:#333333;
font-weight: bold;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
#efni a:link,#efni a:visited,#efni a:hover {
color:#436fa8;
}
#uppival a {
font-weight: bold !important;
font-size: 1em !important;
}


/* horizontal line in your template*/
hr {} 
hr.separator {}

/* FORMS SETTINGS */ 
.button {}
.inputbox {}
.search {} /*formatting the <div> which holds search items: inputbox, search button...*/


/* NAVIGATION/MENU SETTINGS */

a.mainlevel{} /* this styling is for the MAIN items in the menu */
a.mainlevel:link {}
a.mainlevel:visited {}
a.mainlevel:hover {}

#active_menu {} /* this styling is for the menu item when it is active, even in main/sub position*/

ul#mainlevel-nav {}
ul#mainlevel-nav li{}
#mainlevel-nav a:link {}
#mainlevel-nav a:visited{}
#mainlevel-nav a:hover {}

a.sublevel{} /* this styling is for menu items that HAS A PARENT */
a.sublevel:link {}
a.sublevel:visited {}
a.sublevel:hover {}


/* as the name implies, this is for formatting texts for those "<< Start < Previous 1 Next > End >>" links */ 
.pagenav,.pagenavbar {
} 
.pagenav a,.pagenav_prev a,.pagenav_next a,.pagenavbar:visited,.pagenavbar:link {
text-decoration:none;
}
a.pagenav:hover {
}
/*Style for the "Read More" link that is displayed for large content items*/
a.readon:link,a.readon:visited {
} 
a.readon:hover {
}
/*Style for the "BACK" button.*/
.back_button a {
text-decoration:none;
}
.back_button a:hover
{
} 

/* You get the idea, style as above */
.pagenav_prev {} /*Style for the PRE button*/
.pagenav_next {} /*Style for the NEXT button*/

/*Style for latest news list - by default, latest news is user1 module*/
.latestnews ul {
} 
.latestnews li {
}
/*Style for most popular list - by default, most popular is user2 module*/
.mostread ul{
} 
.mostread li{
}

/* CONTENT PAGE SETTINGS */
a.category:link {}
a.category:hover {}
a.category:visited {}

.blogsection {} /* Formatting the links in Blog section */
.blog_more {} /*The "More" text in blog section*/
a.blogsection:link {} /* set the link format */
a.blogsection:visited {} /* same as above, but to set the visited link format */
a.blogsection:hover {} /* same as above, but for links with mouse pointer over it */


.contentpane {} /* Table that holds all non-article information (components, category lists, contact forms, etc).*/
table.contentpaneopen {
margin:0;
padding:0;
border:0;
} /* Table that holds the actual text for an article.*/

a.contentpagetitle:hover {} /*Title of articles when appeare as links */

.contentdescription {} /* Formating the "DESCRIPTION" of sections, categories (News/Weblinks/Latest news...) */
table.contenttoc {} /* Formating the table of the Tables of Contents for multiple pages content or article */
table.contenttoc td {} /* same as above, used to format the td and able cells */
table.contenttoc th {} /* same as above, used to format the th of "Tables of Content" ( normally Article Index)*/
table.contenttoc td.toclink {} /* same as above, used to format toc link texts*/
a.toclink:link {} /* same as above, used to format toc link text status*/
a.toclink:visited {} 
a.toclink:hover {} 


/* SECTIONS LISTINGS */
.sectiontableheader {} /* This is for styling the section table headers on a SECTION's page.
Example: table header of "Date", "Item Title", "Author" and "Hits"? */
.sectiontableentry1 {} 
.sectiontableentry2 {}


/* MODULES FORMATTING */
.module {} /* Formatting the module table if using -3 suffix */
div.moduletable {
	margin-bottom: 10px;
} /* Formatting the module table if using 0,1,-2 suffix */
div.moduletable img{
	display: inline;
} /* Formatting the module table if using 0,1,-2 suffix */
table.moduletable td {} /* Formatting the table cells of the module table */

/* Rounded div corners if using -3 suffix. Images go in /template/images folder
div.module {
background: url(../images/topleftofbox.png) 0 0 no-repeat;
margin: 0;
padding: 0;
margin-bottom: 20px;
}
div.module div {
background: url(../images/toprightofbox.png) 100% 0 no-repeat;
}
div.module div div{
background: url(../images/bottomleftofbox.png) 0 100% no-repeat;
}
div.module div div div {
background: url(../images/bottomrightofbox.png) 100% 100% no-repeat;
padding: 8px;
width: auto !important;
width: 100%;
}*/

/* MISCELLANEOUS */

/* For styling the date the content/articles are created under contents title */
.createdate {
color:#888;
font-size:0.8em;
}
/* Formating "Last updated on" text at the end of articles/contents */
.modifydate {
color:#888;
font-size:0.8em;
} 
/* Formating "Written by:...." text. You can also use for any 'fine print' on your site by defining it in the html while adding content*/
.small {
color:#888;
font-size:0.8em;
}
/*Found in poll result page, for " Number of Voters".. text */
.smalldark {
font-size:0.8em;
}

/* Polls */
.poll {} /* format the td of poll table */
.pollstableborder {} /* set the border properties of the polls voting table */


/* Weblinks */
.weblinks{} /* well.. to format the link's titles under the "Weblinks" 
section on the frontend */
a.weblinks:hover {} /* same as above, but for link with mouseover */

/* Newsfeeds */
.newsfeedheading {} /* The newsfeed title. NOTE: This will not affect the newsfeed's news title! */
.newsfeeddate {} /* yeah.. the date on the newsfeed */
.fase4rdf {} /* this is the body text of the newsfeed */

/* Search page */
table.searchintro {} /* This is for formatting the box with "Search Keyword: test returned 4 matches" box
that appears after you have entered a search value. It appears on the mainbody
with the search results */