/* Author: Andrew Myers http://apathetic.atwebhosting.com
 * File: blue-steel.css
 * Description: Colour scheme and Font information for template. Change this file to create custom colour schemes.
 *				I have tried to include most elements that you may want to change, but i may have missed some...
 *				You can always make your own additions of course.
 */ 

body {
	color: #9F9F9F;
	border-color: #C0C0C0; /* Sometimes this has to be overridden...not sure why */
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #77AACC;
	font-family: Tahoma, Arial, sans, sans-serif;
	font-weight: bolder;
}

h1, h2, h3{
	/* Don't want these bold, they make enough impact as normal text */
	font-weight: normal;
}

#banner p {
	font-family: Tahoma, Arial, sans, sans-serif; 
	font-size: larger;
}

.box h3 {
	background-color: #C0C0C0;	
	color: #FFF; 
}

#footer {
	font-size: smaller;
}


/* Navigation Bar */
#navigation {
	color: #FFF;
	background-color: #C0C0C0;
	font-family: Tahoma, Arial, Helvetica, sans, sans-serif;
	font-weight: bolder;
}


/* Form widgets */
.button {
	background-color: #77AACC; 
	color: #FFF;
}

input {
	background-color: #E0E0E0;
	border-color: #C0C0C0;
}

/* Navigation Link Styles */
#navigation a, #navigation a:active, #navigation a:visited {
	color: #FFF;
	background-color: #C0C0C0;
	border-color: #C0C0C0;
	
}

#navigation a:hover, #navigation a:visited:hover {
	color: #CC3333;
	background-color: #E0E0E0;
	border-color: #757575;
}

/* Standard Link Styles */
a, a:active {
	color: #77AACC;
	text-decoration: underline;
}

a:hover, a:active:hover, a:visited:hover {
	color: #CC3333;
}

/* Author: Andrew Myers http://apathetic.atwebhosting.com
 * File: layout.css
 * Description: CSS Layout for template. Defines how/where elements should be placed.
 * 				Override colours and font information in another file. 
 */

/* Standard Font size and type */
body {
	width: 95%;
	margin: auto;
	margin-bottom: 50px;
	margin-top: 10px;
}


/* Page Banner Styles */
#banner {
	padding: 1.5%;
	clear: both;
}

#banner h1 {
	margin: 0px;
	margin-top: 5px;
}

/* Sidebar */

#sidebar {
	/* if you want this on the left change the float and clear attributes to left. 
		Also change the float and clear attributes to right on #content  */
	float: right;
	clear: right;
	padding: 5px;
	width: 19.5%;
	margin: 1px;
	margin-bottom: 1.5%;
	margin-top: 1.5%;
}

.box {
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}

.box h3 {
	text-align: center;
	margin: 0px;       
}

.box p {
	text-align: justify;
}	

/* Content */

#content {
	/* if you want this on the right change the float and clear attributes to right. 
		Also change the float and clear attributes to left on #sidebar  */
	float: left;
	clear: left;
	padding: 5px;       
	width: 77%;
	margin-bottom: 1.5%;
	margin-top: 1.5%;
	border-right-width: 1px;
	border-right-style: solid;
}

#content p {
	text-indent: 2pc;
	text-align: justify;
	padding: 2px;
	padding-right: 10px;
}

#content h3 {
	margin-top: 15px;
	margin-bottom: 5px;
}

/* Navigation Bar */
#navigation {
	clear: both;
	text-align: right;
	padding: 5px;
}

#navigation a, #navigation a:visited {
	text-decoration: none;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
}

#navigation a:hover, #navigation a:visited:hover {
	border-width: 1px;
	border-style: solid;
}

/* footer styles */
#footer {
	clear: both;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	text-align: right;
}

#footer p {
	margin: 0px;
}

/* Other styles */
.left {
	float: left;
	clear: left;
	padding: 5px;
}

.right {
	float: right;
	clear: right;
	padding: 5px;
}


.button {
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
}


input {
	border-width: 1px;
	border-style: solid;
}

a, a:active {
	cursor: pointer;
}

ul {
	margin-bottom: 5px;
	margin-top: 5px;
} 

acronym {
	cursor: help;
}

/* 123.is sérstaklega */
/* NavBar */
#NavBar
{
	margin-top:5px;
	margin-bottom:5px;			
	text-align:left;
	padding:0px;
	margin-left:0px;
}

#NavBar li
{
	display:inline;
	padding-left:25px;
	list-style:none;
	line-height:20px;	
	margin:0px;
	border-bottom:1px dotted white;
}

#NavBar li a
{
	font-family:verdana,arial;
	color:#0F1E66;
	font-weight:bold;	
	text-decoration:none;
}

#NavBar li a:hover
{
	color:blue;	
}

/* Blog stuff */
div.BlogPost
{
	border-bottom:4px double #efefef;	
	margin-bottom:10px;
	padding:5px;
}
div.BlogPost h4.BlogDate
{
	background-color:#F8F8F8;
	color:gray;
	padding:5px;
	margin:0px;
	margin-top:5px;
}	
div.BlogPost h3.BlogTitle
{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-weight:normal;	
	font-size:14pt;
	color: #77AACC;
}
div.BlogPost div.BlogBody
{
	padding:5px;
	border:1px solid #efefef;	
}
div.BlogPost p.BlogFooter
{
	color:gray;
	margin:0px;
	margin-left:15px;
	font-size:10px;
}

	/* LinkBar */
	ul#LinkBar
	{
		margin-left:10px;	
	}
	
	ul#LinkBar li a
	{		
		color:#0F1E66;
		text-decoration:none;
		border-bottom:1px dotted black;
	}
	
	ul#LinkBar li a:hover
	{
		color:red;
	}
	
	ul#LinkBar li.LinkItem
	{
		margin-left:20px;
	}
	
	ul#LinkBar li.LinkHeader
	{
		list-style:none;
		font-weight:bold;
		margin-top:10px;
		margin-left:0px;
		padding-left:0px;		
	}/* Automated CSS generated from OTT */
body{background-color:#3333FF;}
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;
}
