/*
Theme Name: Pinky and Brain
Theme URI: http://www.imediatech.biz/
Description: The custom theme for <a href="http://www.imediatech.biz/">imedia technology</a>.
Author: Scott La Plant
Author URI: http://imediatech.biz/
*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #72B34B url('/themes/green/images/bg_main.gif') repeat-y 50% 0;
	color: #000;
	font: 0.75em/160% "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	text-align: center; /* be nice to IE */
}
a {
    color: #72B34B;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    border: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/*** Main Positioning Elements **********************************************/

#wrapper {
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
	text-align: left; /* be nice to IE */
	width: 959px;
}
#body {
    margin-top: 1px;
    float: left;
    width: 100%;
    padding-bottom: 2em;
    position: relative;
}
#content {
    background: transparent url('/themes/green/images/bg_sidebar.gif') no-repeat 100% 0;
    float: left;
    width: 730px;
    padding: 0;
	min-height: 493px;
	padding:10px;
}
#sidebar {
    clear: none;
    float: right;
    width: 209px;
}

/* ONE column */
#content.content-onecolumn
{
	width:939px;
	background:transparent;
	float:initial;
}

/* TWO columns */
#sidebar.sidebar-twocolumns-left
{
	float:left;
}
#content.content-twocolumns-left
{
	background-position-x: -1%;
}

/* Three columns */
.sidebar-threecolumns
{
	width:150px;
	float:left;
	clear:none;
}

#content.content-threecolumns
{
	width:639px;
}

/*** Header Elements ********************************************************/

#header {
	background: #72B34B url('/themes/green/images/bg_header.jpg') no-repeat 0 0;
	min-height: 161px;
	float: left;
	position: relative;
	width: 100%;
}
/* min-height hack for IE6- */
* html #header {
height: 161px;
}

#header h1 {
	position: absolute;
	top:40px;
	left:30px;
	color:white;
	display:block;
	padding:10px;
	}
	#header h1 a
	{
		color:white;
		text-decoration:none;
	}
#header h2
{
	position: absolute;
	top:80px;
	left:40px;
	color:white;
	font-size:14px;
	font-weight:normal;
}

/*** Navigation Elements ****************************************************/

	ul.navbar
   {    
   		margin:0px;                 
   		background: #151c24 url('/themes/green/images/bg_nav.gif') repeat-x 0 0;        
   		float:left;
        list-style:none;        
        margin-top: 127px;
		width: 100%;		
    }    

    ul.navbar a
    {
		color: #fff;
		float: left;
		height: 34px;
		line-height: 35px;  
		padding-left:10px;
		padding-right:10px;     
    }
    ul.navbar li a:hover 
    {
	    background: transparent url('/themes/green/images/bg_nav_hover.gif') no-repeat 50% 1px;
	    text-decoration: none;
	    color:white;
	}
        ul.navbar ul
        {
            box-shadow:0px 3px 3px rgba(0,0,0,0.2);
	        -moz-box-shadow:0px 3px 3px rgba(0,0,0,0.2);
	        -webkit-box-shadow:0px 3px 3px rgba(0,0,0,0.2);
	        display:none;
	        position:absolute;
	        top:30px;
	        left:0;
	        float:left;
	        width:180px;
	        z-index:99999;
	        list-style:none;
			margin:0px;
        }
        ul.navbar li
        {            
            float:left;
            position:relative;
            margin:0px;
            margin-left:10px;
        }        
        ul.navbar ul li
        {
            min-width:180px;
            margin:0px;
        }
        ul.navbar ul ul
        {
            left:100%;
            top:0;
            border-left:1px solid gray;
        }
        ul.navbar ul a
        {
            background:#333;
	        line-height:1em;
	        padding:10px;
	        width:160px;
	        height:auto;

        }
        
        ul.navbar li:hover > a,ul.navbar ul:hover > a
        {
	        background:#333;color:#fff;
	        text-decoration:underline;	        
        }
        ul.navbar li:hover > ul,ul.navbar li.showSubmenu > ul
        {
	        display:block;
        }

/*** Search Elements ********************************************************/

#wrapper #search {
	background: transparent;
	border: none;
	clear: none;
	float: right;
	margin: 0;
	margin-top: -2.3em;
	padding: 0;
	padding-right: 20px;
position: relative;
}
#search label {
    position: absolute;
    visibility: hidden;
}
#search #query {
/*    background: #fff url('/themes/green/images/bg_input.gif') repeat-x 0 0;
    border: 1px solid #0c131a;
    padding: 0.1em 0.2em;
    width: 225px; */
position: absolute;
right: 33px;

	width: 195px;
	height: 18px;
	background: transparent url(/themes/green/images/navbar-image.jpg) no-repeat;
	border: none;
	padding: 1px 5px 0 25px;
	color: #8D8D8D;
	margin-top: 1px;

}
#wrapper #search .button {
display: none;
    background: transparent url('/themes/green/images/button_search.gif') no-repeat 0 0;
    border: none;
    height: 21px;
	line-height: 200px;
    overflow: hidden;
    text-indent: 100px;
    width: 39px;
}

html > body #wrapper #search .button {
position: relative;
top: 13px;
}

* html #wrapper #search .button {
position: relative;
top: 11px;
}

#indicator {
width: 16px;
height: 16px;
overflow: hidden;
/*float: left;*/
margin-left: 5px;
margin-right: 18px;
margin-top: 2px;
position: absolute;
right: -5px;
}

#search p {
    margin: 0;
}

#searchresults {
width: 100%;
float: left;
clear: both;
/*background: #151C24;*/
background: #2E3A42;
position: relative;
border-top: 1px solid #4E595F;
border-bottom: 2px solid white;
}

#searchresults ul {
list-style: none;
}

#searchresults li {
display: block;
background: #2E3A42;
padding: 5px;
color: #CAD3D4;
}

#searchresults a {
margin-left: 20px;
color: #CAD3D4;
}

#closeresults {
position: absolute;
bottom: 0;
right: 5px;
background: white url(/themes/green/images/close.png) 4px 3px no-repeat;
padding: 3px;
width: 17px;
height: 16px;
text-indent: -3000px;
overflow: hidden;
}

/*** Teaser Elements ********************************************************/

#teaser h2 {
    font-size: 150%;
    margin-bottom: 1em;
}
#teaser {
    background: #000 url('/themes/green/images/bg_teaser.gif') no-repeat 0 0;
    height: 14.5em;
    padding: 25px;
}
#teaser ul {
    list-style: none;
    font-size: 120%;
}
#teaser li {
    background: transparent url('/themes/green/images/icons/icon_list_teaser.gif') no-repeat 0 50%;
    padding: 0.3em 0;
    padding-left: 30px;
}

/*** Section Elements *******************************************************/

.section {
    background: transparent url('/themes/green/images/bg_separator.gif') no-repeat 0 0;
    clear: both;
    padding: 20px 25px;
}
.section.firstchild {
    background: transparent;
    padding-top: 5px;
}
.section h3 {
    font-size: 180%;
    margin-bottom: 0.2em;
}
.section h3 a {
    color: #d83385;
}
.section p { margin-bottom: 0.77em; }
.meta,
.meta a {
    color: #000;
    margin: 0;
}
.meta .print {
	padding: 0 0 0 20px;
	background: url('../../plugins/print//themes/green/images/print.gif') no-repeat center left;
}
.meta .email {
	padding: 0 0 0 20px;
	background: url('../../plugins/email//themes/green/images/email.gif') no-repeat center left;
	margin-left: 10px;
}
.section .more {
    background: transparent url('/themes/green/images/icons/icon_more.gif') no-repeat 100% 50%;
    color: #72B34B;
    padding-right: 10px;
    text-decoration: underline;
}
.date,
.comments {
    background: transparent url('/themes/green/images/icons/icon_date.gif') no-repeat center left ;
    margin-right: 0.5em;
    padding-left: 15px;
}
.comments {
    background-image: url('/themes/green/images/icons/icon_comment.gif');
}

.section.mailform input {
	margin-top: 0;
    width: auto;
}

.section.mailform label {
	margin-bottom: 1px; 
}

.section.mailform form .button {
    border-color: #363f49;
    width: auto;
}

/*** Error Elements *****************************************************/

span#error {
display: block;
width: 100%;
padding: 5px 5px 5px 0;
}

#error {
	float: left;
}

#error h4 a {
	color: #354657;
	font-weight: bold;
	font-size: 103%;
	text-indent: .5em ! important; 
}

#error em {
	font-style: normal;
	color: #697E99;
	text-indent: .5em ! important; 
}

#error p {
	padding-top: 1em;
	text-indent: .5em ! important;
}

/*** Sidenotes Elements *****************************************************/
    
#sidebar h2 {
    margin-top: 20px;
    padding: 10px 10px 10px 25px;
}

#sidenote h2 a {
    color: #354657;
}
.sidenote {
    clear: both;
    padding: 10px 20px 10px 25px;
}
.sidenote h3 {
    font-size: 100%;
    font-weight: bold;
}
.sidenote h3 a {
    color: #72B34B;
}
.sidenote .meta {
    color: #000;
    background: transparent url('/themes/green/images/icons/icon_date.gif') no-repeat 0 0.4em;
    margin-right: 0.5em;
    padding-left: 16px;
}

#previousnotes {
background: transparent url('/themes/green/images/icons/icon_more.gif') no-repeat 100% 50%;
font-weight: normal;
padding-left: 25px;
padding-right: 10px;
} 

#sidebar li {
	list-style: none;
    padding-left: 25px;
}

#sidebar form {
    background: transparent;
    border: none;
    margin-top: 5px;
    padding: 0 25px 10px 25px;
}

/*** Separator Elements *****************************************************/

.separator {
	clear: both;
	background: transparent url('/themes/green/images/bg_separator.gif') no-repeat 0 0;
	width: 347px;
    float: left;
    padding: 30px 10px 25px 25px;
}
.separator a {
	color: #000;
}

/*** RSS Elements ***********************************************************/

#formcontainer .rss a {
clear: both;
}

.rss a {
    background: transparent url('/themes/green/images/icons/icon_rss.gif') no-repeat 100% 50%;
	color: #000;
	padding: 0.2em 0;
    padding-right: 20px;
}
form .rss a {
    color: #ff5baf;
}

/*** Contact Elements *******************************************************/

}
#contact {
	background: #eaeeef url('/themes/green/images/bg_contact.gif') no-repeat 0 0;
    height: 14.5em;
    padding: 25px;
    padding-left: 70px;
}
#contact h2 {
    margin-left: -40px;
    margin-bottom: 1em;
    padding: 0;
}
* html #contact h2 {
    margin-left: -20px;
    margin-bottom: 0em;
}
#contact h3 {
    background: #eaeeef url('/themes/green/images/icons/icon_vcard.gif') no-repeat 0 50%;
    clear: both;
    margin: 0;
    margin-left: -40px;
    float: none;
    padding-left: 40px;
    font-size: 100%;
    font-weight: bold;
}
#contact h3 strong {
    display: block;
    font-weight: normal;
}
#contact address {
    font-style: normal;
}
.check {
	padding-left: 28px;
	background: url('/themes/green/images/icons/icon_list_teaser2.gif') no-repeat 0 50%;
	
/*** Contact Elements - Used on Contact Us Page *******************************************************/
	
}
#contact2 {
	background: #fff;
    height: 14.5em;
    padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
    padding-left: 70px;
}
#contact2 h2 {
    margin-left: -40px;
    margin-bottom: 1em;
    padding: 0;
}
* html #contact2 h2 {
    margin-left: -40px;
    margin-bottom: 1em;
}
#contact2 h3 {
    background: #fff url('/themes/green/images/icons/icon_vcard.gif') no-repeat 0 50%;
    clear: both;
    margin: 0;
    margin-left: -40px;
    float: none;
    padding-left: 40px;
    font-size: 100%;
    font-weight: bold;
}
#contact2 h3 strong {
    display: block;
    font-weight: normal;
}
#contact2 address {
    font-style: normal;
}

#emailmeresults {
padding: 25px;
background: #EAEEEF;
color: #272F34;
font-size: 14px;
font-style: italic;
text-align: center;
border-top: 3px solid #272F34;
border-bottom: 3px solid #272F34;
}

#busy {
margin-left: 3px;
}

/***Download Links ********************************************************/

a.dnld {
	padding-left: 12px;
	background: url('/themes/green/images/icon-dnld.gif') no-repeat 0 3px;
	color: #354657;
}
/*** End Download Links ********************************************************/

/*** Footer Elements ********************************************************/

#footer {
    background: #141d25 url('/themes/green/images/bg_footer.gif') repeat-x 0 -1px;
    clear: both;
    color: #fff;
    /*float: left;*/
    height: 70px;
    padding: 17px 0;
    position: relative;
    width: 100%;
}
#footer p {
    margin-left: 25px;
}
#footer em {
    color: #889aab;
    font-style: normal;
}
#footer ul {
    list-style: none;
    position: absolute;
    right: 25px;
    top: 17px;
}
#footer li,
#footer li a {
    color: #fff;
    float: left;
}
#footer li a {
    background: transparent url('/themes/green/images/icons/icon_standards.gif') no-repeat 0 50%;
    padding-left: 25px;
    margin-right: 20px;
}

/*** Infoarea Components ******************************************************/

#infoarea {
    background: #404a54 url('/themes/green/images/bg_infoarea.gif') repeat-x 0 0;
    border-bottom: 1px solid #212e35;
	padding-bottom: 3.5em;
    clear: both;
    color: #cdd3d4;
    float: left;
    width: 100%;
}
#infoarea .content {
    padding: 30px 25px;
}

#infoarea form {
    background: transparent;
	border: none; 
	margin-top: 1em;
	padding: 0.2em 0.3em;
	width: 200px;
}

#wrapper #infoarea form input {
	
}
#wrapper #infoarea form .button {
    border-color: #363f49;
    width: auto;
}

/*** Code below cribbed from Wolfgang Bartelme ***/

#infoarea .column {
  float: left;
  margin: 0;
  padding: 0 25px 25px 0;
  width: 210px;
}

#infoarea .column h4 {
  color: #fff;
  font-size: 160%;
  margin: 1em 0;
}
#infoarea h4 em {
  color: #889AAB;
  font-style: normal;
}
#infoarea .column ul {
  list-style: none;
  float: left;
  padding: 0;
  width: 100%;
}
#infoarea .column li {
  background: transparent;
  width: 100%;
}
#infoarea .column li a {
  background: transparent;
  border-top: 1px solid #4d5760;
  border-bottom: 1px solid #4d5760;
  color: #fff;
  margin-top: -1px;
  display: block;
  padding: 0.2em 0.3em;
  padding-right: 4em;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
#infoarea .column li a:hover {
  background-color: #363f49;
}
#infoarea .column li a:active {
  background-color: #151D25;
}

/*** End cribbed code ***/

#toggleinfoarea {
    background: transparent url('/themes/green/images/button_infoarea.gif') no-repeat 0 0;
    clear: both;
    color: #cdd3d4;
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    width: 213px;
    position: absolute;
    bottom: -1px;
    left: 0px;
    padding-left: 25px;
}
#toggleinfoarea:hover {
    background-position: 0 -25px;
    color: #fff;
    text-decoration: none;
}

/*** Maincontent Elements ***************************************************/

#maincontent {
    background: transparent url('') no-repeat 0 0;
    float: left;
    padding: 20px 20px 20px 25px;
	clear: none;
	width: 85%;
}
#maincontent p,
#maincontent ul,
#maincontent ol {
    list-style: none;
    margin-bottom: 1em;
}
#maincontent li {
	background: transparent url('/themes/green/images/icons/icon_bullet.gif') no-repeat 0 0.4em;
	padding-left: 12px;
	line-height: 150%;
	margin-left: -15px;
}
#maincontent h1 {
    font-size: 200%;
    margin-top: -0.5em;
    margin-bottom: 1px;
}
#maincontent h2 {
    font-size: 150%;
}
#maincontent h3 {
    font-size: 110%;
    text-transform: uppercase;
}
#maincontent blockquote {
    background: transparent url('/themes/green/images/icons/icon_quote.gif') no-repeat 0 0.3em;
    color: #889aab;
    font-style: italic;
    margin: 0;
    padding: 0 25px;
}
#maincontent .frame {
    border: 1px solid #889aab;
    padding: 5px;
}
#maincontent ul,
#maincontent ol {
    margin-left: 20px;
}
.alert {
	padding-left: 24px;
	background: url('/themes/green/images/icons/icon_error_bullet.gif') no-repeat 0 50%;
}
#author {
	padding-left: 24px;
	background: url('/themes/green/images/icons/icon_user.gif') no-repeat 0 50%;
}
#posted {
	padding-left: 24px;
	background: url('/themes/green/images/icons/icon_book_open.gif') no-repeat 0 50%;
}
#maincontent .download {
    background: transparent url('/themes/green/images/icons/icon_download.gif') no-repeat 0 0.2em;
    font-weight: bold;
    padding: 0.2em 20px;
}
#maincontent .info {
    padding-top: 1em;
}
#maincontent .info strong {
    background: transparent url('/themes/green/images/icons/icon_error_bullet.gif') no-repeat 0 0.2em;
    font-weight: bold;
    padding: 0.2em 0 0.2em 20px;
}


/*** Comment Elements *******************************************************/

#commentlist {
    padding: 20px 25px;
}



h2#comments { margin-left: 1.5em; }

#formcontainer { margin-left: 25px; margin-bottom: 2em; }

#commentlist .comment h3 {
    color: #889aab;
    font-size: 100%;
}
#commentlist .comment p {
    margin-bottom: 1em;
}

#commentlist li { list-style: none; }

#commentlist .comment {
    border-top: 1px solid #eaeeef;
    margin-top: 1em;
    padding-top: 1em;
    /*padding-left: 80px;*/
    position: relative;
}
#commentlist .comment h3 cite {
	color: #354657;
    font-weight: bold;
    font-style: normal;
}
#commentlist .gravatar {
    background: #eaeeef;
    position: absolute;
    left: 0;
    top: 1.3em;
    float: left;
    border: 1px solid #889aab;
    width: 48px;
    height: 48px;
    padding: 5px;
}
* html #commentlist .gravatar {
	left: -80px;
}
#commentlist input,
#commentlist textarea {
    background: #fff url('/themes/green/images/bg_input.gif') repeat-x 0 0;
    border: 1px solid #889aab;
    padding: 0.1em 0.2em;
}
#commentlist .button {
    background: #72B34B;
    color: #fff;
    margin-top: -1em;
}

#commentlist #submit {
float: left;
clear: both;
}

#commentlist .officialcomment {
background: #EAEEEF;
padding-bottom: 1em;
padding-left: 15px;
}

/*** Banner Elements ********************************************************/

#banner {
    background: #ff60b1 url("/themes/green/images/bg_banner2.gif") repeat-x 0 0;
    border-bottom: 1px solid #ff4196;
    color: #000;
    float: left;
    padding: 10px 0;
    width: 100%;
}
#banner .section {
    background: transparent;
    float: left;
    width: 400px;
}
#banner .section h3 {
    color: #df0073;
    line-height: 110%;
    margin-bottom: 0.8em;
}
#banner #switcher {
    float: left;
    padding: 20px 15px;
}
#banner #switcher .thumbnail {
    background: #fff;
    display: block;
    border: 1px solid #72B34B;
    width: 255px;
    height: 130px;
    padding: 4px;
    margin-bottom: 1em;
}
#banner #switcher ul,
#banner #switcher li,
#banner #switcher li a {
    list-style: none;
    float: left;
}
#banner #switcher li a {
    background: #72B34B;
    color: #fff;
    margin-right: 0.5em;
    padding: 0.1em 0.5em;
}
#banner #switcher li a:hover {
    background: #df0073;
    text-decoration: none;
}
#banner #switcher li span {
	display: none;
}

/* COPYRIGHT */
	p.copyright
	{
		font-family:arial,tahoma,verdana;
		font-size:11px;
		color:white;
	}
	p.copyright a
	{
		color:white;
	}
	
/* LinkBar */
	ul#LinkBar
	{
		margin-left:10px;	
		padding-left:0px;
	}
	
	ul#LinkBar li
	{
		padding-left:0px;
		margin-left:0px;		
	}
	
	ul#LinkBar li a
	{		
		color:#72B34B;
		text-decoration:none;
		border-bottom:none;
	}
	
	ul#LinkBar li a:hover
	{
		color:black;
	}
	
	ul#LinkBar li.LinkItem
	{
		margin-left:10px;
	}
	
	ul#LinkBar li.LinkHeader
	{
		list-style:none;
		font-weight:bold;
		margin-top:10px;
		margin-left:0px;
		padding-left:0px;		
	}	
	
/* Blog stuff */
ul.BlogCats li a
	{
		margin-right:5px;
		color:#72B34B;
		text-decoration:none;
		border:0px;
	}
	
	ul.BlogCats li a:hover
	{
		color:black;
	}
	
	div.BlogPost
{
	border-bottom:4px double #efefef;	
	margin-bottom:10px;
	padding:5px;
}
div.BlogPost h4.BlogDate
{
	background-color:transparent;
	color:gray;
	padding:5px;
	margin:0px;
	margin-top:5px;
}	
div.BlogPost h3.BlogTitle
{
	font-weight:bold;	
	color:#72B34B;	
}
div.BlogPost div.BlogBody
{
	padding:5px;
	border:0px;
}
div.BlogPost p.BlogFooter
{
	color:gray;
	margin:0px;
	margin-left:15px;
	font-size:10px;
}

	div.BlogComment a
	{
		color:#72B34B;		
		padding:5px;
	}

/* START POLLS */		
		div.Polls
		{
			border:1px solid gray;			
			background-color:white;
			padding:10px;			
		}
			div.Polls form input
			{
				width:50px;
				border:0px;
				background:transparent;
				padding:0px;
			}
			
			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 */#header { background: #72B34B url('http://cs-001.123.is/DeliverFile.aspx?id=62cc308a-b71c-4102-8fa5-13417e009986') no-repeat 0 0;}/* Automated CSS generated from OTT */
body{background-color:#CC0033;;background-color:transparent;}
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;
}
