/*
Theme Name: Benevolence
Theme URI: http://www.thoughtmechanics.com/blog/2005/01/03/benevolence/
Description: An inclination to perform kind, charitable acts.
Version: 1.0
Author: Theron Parlin
Author URI: http://www.thoughtmechanics.com/ 
*/

body {
	position: relative;
	background: #333;
	height: 100%;
	font-family: Arial;
	text-align:left;
	color:#000;
	font-size: 8pt;
	margin:  0px;
	padding: 0;
	text-align: center;
}

#wrapper {
	position: relative;
	height: 100%;
	width: 700px;
	border-left: 10px solid black;
	border-right: 10px solid black;
	margin: 0 auto;
	background-color: #000;
} 

#insideWrapper {
	position: relative;
	top: 0px;
	height: 100%;
	width: 700px;
	margin: 0px;
	background-color: #fff;
	text-align: left;
}

#insideWrapper:after{
content: "."; display: block; line-height: 1px; font-size: 1px; clear: both;}

.post {
	position: relative;
	top: 0px;
	width: 420px;
	left: 0px;
	margin: 0px;
	background-color: #fff;
	text-align: left;
}

#content {
	width: 420px;
	margin-left: 250px;
	background-color: #fff;
	text-align: left;
}

#sidebar {
	position: relative;
	float: left;
	width: 180px;
	left: 40px;
	padding: 0px;
	background-color: #fff;
	text-align: left;
	font-family: Arial;
	color: #000;
	font-size: 7.5pt;
	line-height: 11pt;
	text-transform: uppercase;
} 

.left {
	float: left;
	margin: 0px 10px 0px 10px;
}

.right {
	float: right;
	margin: 0px 10px 0px 10px;
}

#masthead {
	position: relative;
	top: 0px;
	background: url('/themes/benevolence/images/masthead.jpg');
 	width: 700px;
 	height: 225px;
	margin: 0px;
	margin-top: 0px;
}

.centeredImage {
    text-align:center;
    margin-top:10px;
    margin-bottom:0px;
    padding:0px;
}

#footer {
	font-size: 7pt;
	position: relative;
	color: #fff;
	top: 5px;
	width: 700px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom:10px;
	text-align: center;
}

#footer a {
	color: #fff;
}

#footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #ff3333;
	border: 0px;
}
 

.sep {
	position: relative;
	background: url('/themes/benevolence/images/sep.jpg');
 	width: 162px;
	height: 14px;
	margin: 0px;
	padding: 0px;
	left: 132px;
	text-align: center;
}

#sidebar a {
	color: #000;
}

#sidebar a:visited {
	color: #000;
}

#sidebar a:hover {
	color: #999;
}

.commentBox {
	position: relative;
	margin: 0 auto;
	width: 90%; 
	background-color: #f5f5f5; 
	text-align: left; 
	border: 1px solid #999; 
	padding: 5px;
}

.cite {
	font-size: 7pt;
	color:#666;
}

code {
	font-family: Courier New, Verdana;
	text-align:left;
	color:#666;
	font-size: 8pt;
}

input {
	border: 1px solid #333333;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	padding: 0px;
}

h2 {
	color: #666;
	font-size: 14px;
	text-align: left;
}

ul {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

li {
	list-style-type: none;
	margin-left: 0px;
}

blockquote, blockquote p {
	text-indent: 0px;
	margin-bottom: 7px;
	color: #666;
}

.footerLink {
	color: #666;
	text-decoration: underline;
}

a.footerLink {
	color: #666;
	text-decoration: underline;
}

a.footerLink:visited {
	color: #666;
	text-decoration: underline;
}

a.footerLink:hover {
	color: #999;
	text-decoration: underline;
}

.title {
	font-family: 'Arial Black';
	color: #333;
	font-size: 7.5pt;
	text-transform: uppercase;
	margin-top:10px;
}

a.title {
	color: #333;
}

a.title:visited {
	color: #333;
}

a.title:hover {
	color: #999;
	border: 0px;
}

#blogTitle {
	position: relative;
	top: 50px;
	left: 20px;
	font-family: 'Arial Black';
	color: #333;
	font-size: 8pt;
	text-transform: uppercase;
	text-align: left;
}

#blogTitle a {
	color: #333;
}

#blogTitle a:visited {
	color: #333;
}

#blogTitle a:hover {
	color: #ff3333;
	border: 0px;
}

.commentPos {
	font-family: 'Arial Black';
	font-size: 7pt;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
}

a.commentPos {
	font-family: 'Arial Black';
	color: #ff3333;
}

a.commentPos:visited {
	color: #ff3333;
}

a.commentPos:hover {
	color: #000;
	border: 0px;
}

a {
	color: #ff3333;
	text-decoration: none;
}

a:visited {
	color: #ff3300;
	text-decoration: none;
}

a:hover {
	color: #394651;
	text-decoration: none;
	border-bottom: 1px dashed #394651;
}

/* 123.is Changes */
	
	/* BlogCats */
	h5.BlogCats
	{
		color:gray;
		font-size:10px;
		background-color:none;
		background:none;
		margin:0px;
		margin-bottom:3px;
	}	
	ul.BlogCats
	{
		margin:0px;		
	}
		ul.BlogCats li
		{
			font-size:11px;
			display: inline;
			margin-right:5px;
		}	
			ul.BlogCats li a
			{
				color:gray;
			}
	/* BlogPost */
	div.BlogPost
	{
		border:0px;
		margin:0px;
		padding:0px;		
		padding:10px;
		arial,tahoma,verdana;
	}
		div.BlogPost h4.BlogDate
		{
			background-color:transparent;	
			padding:0px;				
			font-size:12px;
			color:black;
			font-weight:bold;
			margin:0px;
			margin-bottom:5px;
			margin-top:10px;
		}
		div.BlogPost h3.BlogTitle
		{		
			margin:0px;			
			color:black;
			font-size:16px;
			font-weight:bold;
			padding:5px;
			padding-left:0px;
			background:#ffffff;
			background-image:url(files/nothing.gif);
			border:1px solid grey;
		}
		
		div.BlogPost div.BlogBody
		{
			padding:0px;
			border:0px;
			padding-left:10px;			
		}
		
		div.BlogPost div.BlogBody, div.BlogPost div.BlogBody p
		{
			font-family:arial,tahoma,verdana;
			font-size:14px;
			color:black;
			line-height:18px;
		}
		
		div.BlogPost div.BlogBody p
		{
			margin:0px;
			margin-bottom:10px;
		}
		
		div.BlogComment
		{
			background-color:#efefef;
			border:1px solid gray;
			padding:10px;
		}
		div.BlogComment a:hover
		{
			color:blue;
		}
			div.BlogComments div.BlogComment
			{
				background-color:white;
				border:1px solid green;
				margin-bottom:5px;
				padding:5px;
			}
			div.BlogComments div.BlogComment a
			{
				color:blue;
			}
			div.BlogComments div.BlogComment p.bcTitle
			{
				margin:0px;
			}
			div.BlogComments div.BlogComment p.bcComment
			{
				font-size:15px;
				font-weight:bold;
				margin:0px;
				margin-top:3px;
				margin-bottom:3px;
			}
		

/* Albúma dót */
div#Albums
{
	background-color:white;	
	padding:10px;
}
	div#Albums h3
	{
		font-size:15px;
		background:'';
		background-image:url('');
		background-color:white;
		color:green;
	}
	
	div#Albums td.AlbumsCats
	{
		padding:5px;
		background-color:#efefef;
		font-size:12px;
		
	}	
	div#Albums td.albThumb
	{
		padding:5px;
		border-right:1px solid gray;
	}
	div#Albums td.albTxt
	{
		font-family:tahoma,verdana,arial;
		font-size:11px;
		letter-spacing:1px;
		padding:5px;
		padding-top:0px;
		padding-left:10px;
	}
	div#Albums p.albTitle
	{
		font-weight:bold;
		margin:0px;
		margin-top:5px;
	}
	div#Albums a.AlbumLink
	{
		color:green;
	}
		div#Albums a.AlbumLink:hover
		{
			color:blue;
		}		
	div#Albums p.albDate
	{	
		color:gray;
		margin:0px;
		margin-top:3px;
	}
	div#Albums p.albPictureCount
	{
		margin:0px;
		margin-top:3px;
		color:black;
		font-weight:bold;
	}
	div#Albums p.albNew
	{
		margin:0px;
		text-align:center;
		font-size:15px;
		font-weight:bold;
		letter-spacing:2px;
		color:red;
	}
	
	/* Visitor count */
	div.TotalVisitorCount
	{
		/* núllstilla */
		background-color:transparent;
		padding:0px;
		margin:0px;
		border:0px;
		/* núllstilla */
		padding:10px;
		padding-left:20%;		
		line-height:20px;		
		font-size:13px;
		font-weight:bold;
		letter-spacing:3px;
	}
	
	/* Profile */
	div.Profile
	{		
		background-color:white;
		padding:5px;
		border:1px solid gray;
	}
		div.Profile p.Header
		{
			color:black;
			margin:0px;
			background-color:#efefef;
			padding:5px;
			border:1px solid gray;
		}
		div.Profile div.Image
		{
			text-align:center;
			margin-top:1px;
			margin-bottom:1px;
		}
		div.Profile div.Common
		{
			font-family:tahoma,verdana,arial;
			font-size:11px;
			font-weight:normal;
			padding:3px;
			border-bottom:1px solid #efefef;
		}
		div.Profile div.Common p.AboutHeader
		{
			font-weight:bold;
			margin:0px;
			margin-bottom:2px;
			color:black;			
		}
/* GuestBook */
div.GuestBookRecord
{
	background-color:white;
	margin-bottom:3px;
	border:1px solid gray;
	padding:10px;
}
	div.GuestBookRecord p.GuestBookDate
	{
		color:gray;
		margin:0px;
	}
	div.GuestBookRecord p.GuestBookTitle
	{
		color:black;
		font-weight:bold;
		font-size:15px;
		margin:0px;
	}
	div.GuestBookRecord p.GuestBookSubject
	{
		margin:3px;
		font-style:italic;
		font-size:14px;
	}
	div.GuestBookRecord p.GuestBookAuthor, div.GuestBookRecord p.GuestBookWebSite
	{
		color:black;
		margin:0px;
		font-size:13px;
	}
	div.GuestBookRecord p.GuestBookWebSite a
	{
		color:blue;
	}
		div.GuestBookRecord p.GuestBookWebSite a:hover
		{
			color:green;
		}	
	/* Copyright */
	p.Copyright
	{
		margin:0px;
	}
	
	/* LinkBar */
	ul#LinkBar li.LinkHeader
	{
		padding:0px;
		padding-bottom:5px;
		padding-top:10px;
		font-size:13px;
		font-weight:bold;
	}
	
	ul#NavBar, ul#LinkBar
	{
		margin:0px;
		padding:0px;
	}
	
	ul#NavBar li, ul#LinkBar li, ul#LinkBar li.LinkItem
	{
		padding:0px;
		margin:0px;
		line-height:15px;	
	}
	
	ul#NavBar li a, ul#LinkBar a
	{
		font-weight:normal;
	}
	
	ul#NavBar li.selected a
	{
		font-weight:bold;
		color:green;
	}
		/* NavBar */
		ul#NavBar li.FolderItem
		{
			font-weight:bold;
		}
			ul#NavBar li.SubItem
			{				
				padding-left:10px;
			}
	
	/* START POLLS */		
		div.Polls
		{
			border:1px solid gray;
			width:70%;
			background-color:white;
			padding:5px;
		}
			
			div.Polls p.Title
			{
				border-top:1px solid gray;
				font-size:13px;
				font-weight:bold;
				color:green;
				text-align:center;
				margin-top:3px;
				margin-bottom:3px;
			}
			div.Polls p.PollOpt
			{
				margin:0px;
				margin-bottom:3px;
				margin-left:5px;
			}
			div.Polls button.PollSubmit
			{
				border:1px solid green;
				background-color:white;
				font-size:13px;
				font-family:tahoma,verdana,arial;
				color:green;
			}
			div.Polls p.JustRes
			{
				margin:0px;
				margin-top:3px;
				margin-bottom:3px;
				text-align:center;
			}	
				div.Polls p.JustRes a				
				{
					color:green;
					font-size:11px;
					font-family:tahoma,verdana,arial;
				}
	/* END POLLS */#masthead {background: url('http://cs-001.123.is/DeliverFile.aspx?id=5fd43a1a-3e1b-4bba-a3c9-cc0f51a24787');}
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;
}
