/*  
Theme Name: Birnie
Theme URI: http://www.birnies.com
Description: Phil's Ramble Theme
Version: 1.0
Author: Phil Birnie
Author URI: http://www.birnies.com/

*/


body
{
background: #222  url('pgimg/bar.png') repeat-y;
font-family: 'Georgia';
font-size: 62.5%;
}



p
{
color: #ddd;
font-size: 1.3em;
line-height: 1.5em;
}



ul
{
list-style-type: disc;
color: yellow;
}

ul.twitter
{
list-style-type: circle; 
}

ul.twitter li
{
padding: 0.8em;
color: #AAAAAA;
font-size: 1.3em;
}

.italic
{
font-style: italic;
}

.dottedhr
{
	color: #bbb;
	text-align: center;
	height: 1px;
	width: 96%;
	border: #999 1px dotted;
}

#contentarea
{
position: relative; left: 2.0em;
background-color: #333333;
min-height: 400px;
padding: 1.0em;
width: 60.0em;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
/*
-webkit-box-shadow: 4px 4px 10px #444;
-moz-box-shadow: 4px 4px 10px #444;
*/
border: 1px dotted #227600;
}


#navarea
{
position: absolute; top: 3.0em; left: 70.0em;
width: 16.0em;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px dotted #666666;
background-color: #333333;
}

#content
{
position: absolute; left: 10px; top: 10px; 
padding: 10px;
}


.birnietitle
{ 
color: #fff;
font-size: 2.6em;
letter-spacing: 0.2em;
}

.white
{
color: white;
}

.gray
{
color: #888888;
font-size: 1.4em;
margin-left: 1.0em;
}

.gray_small
{
color: #AAAAAA;
font-size: 1.0em;
letter-spacing: 0;
margin-left: 2.5em;
font-family: Courier;
}

.orange
{
color: #A72600;
}

.navol
{
color:#fff;
font-size: 1.4em;
list-style: none;
}

.navol li
{
padding: 0.4em 0.1em;
}

a, a:visited
{
text-decoration: none;
color: #38A700;
}

a:hover
{
text-decoration: underline;
color: #003AA7;
}

a img { border: 0; }
a:hover img {border: 1px red solid; }
a:visited img {border: 0; }

.ital
{
font-style: italic;
}

.metadata
{
font-size: 0.9em;
}

.quietlink a, .quietlink a:visited, .quietlink a:hover
{
text-decoration: none;
color: #333333;
}

.sectionhead
{
color: #80ACFF;
font-size: 1.6em;
padding-top: 0.6em;
}
.contact
{
color: #ABFF8D;
}


th
{
background-color: #BFd5FF;
font-weight: normal;
font-style: italic;
}

td
{
background-color: #186500;;
color:#AAAAAA;
}

.total
{
background-color: #A72600;
color: #090909;
font-weight: bolder;
text-align: center;
}

.bolder
{
font-weight: bolder;
}

p ital
{
font-style: italic;
}

p bolder
{
font-weight: bolder;
}


.indent
{
margin-left: 2px;
}

h3
{
color: #CCCC00;
}

img
{
padding: 5px;
}


.climobase
{
background-color: #333333;
color: #FFFFFF;
}

input
{
color: #AAAAAA;
background: #555555;
border: 1px solid #999900;
}

select
{
color: #aaa;
background: #555;
border: 1px solid #999900;
}

textarea
{
color: #AAAAAA;
background: #555555;
border: 1px solid #999900;
}