/*  
Theme Name: Retro
Theme URI: http://www.barder.com/
Version: 1.0
Author: Owen Barder
Author URI: http://www.owen.org/
Description: Wordpress theme for Brian Barder's blog. This is the theme used from August 2005.

	Version: 1.0
	Author: Owen
	Author URI: http://www.owen.org/
	Tags: bespoke, fluid, blue, busy
	
*/

/* Begin Typography & Colors */


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color: #eee;
	font-size:10px;
	}

small {
	font-size: 10pt;
	line-height: 1.2em;
	}

strike, blockquote strike, del {
	text-decoration: line-through;
}


#content {
font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height: 1.25;
	color:#000000;
	}
	

.entry p a:visited {
	color: #b85b5a;
	}
	

.postmetadata {
font-size:80%;
}

	
#commentisalt {
padding: 5px 5px 5px 5px;
margin: 10px 0px 5px 0px;
background-color:#FFFF99;
border: thin dotted;
}

#commentis {
margin: 10px 0px 5px 0px;
padding: 5px 5px 5px 5px;
background-color:#CCFF99;
border: thin dotted;
}


#comment textarea {
background-color:#FFFFFF;
}
*/
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	margin-bottom: 12px;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: underline;
	}

a:hover {
	text-decoration: underline;
}

#content h2 {
font-size:150%;
}

.post h2, .post h3 {
padding-bottom: 0px;
}

.post h2 a, .post h2 a:visited {
font-size:100%;
color:#CC0033;
}

.post h3 a, .post h3 a:visited {
font-size:130%;
color:#CC0033;
}
	

/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 10px;
	margin: 10px 10px 0 0;
	width: 700px;
	}
	
.widecolumn {
	float: left;
	padding: 0 0 20px 10px;
	margin: 10px 10px 0 0;
	width: 700px;
	}	
	
.post {
	margin: 0 0 30px 0px;
	text-align: justify;
	border-color:#DADADA;
	border-width:thin;
	border-style:solid;
	padding: 20px 10px 10px 8px;
	background-color:#ECFEFF;
	}

.entry {
   margin-top: 10px;
  }
  
.narrowcolumn .postmetadata, .widecolumn .postmetadata {
	padding-top: 5px;
	}

 
#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 100%;
	clear: both; 
	}

#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */

.description {
	text-align: center;
	}



h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
		}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
/*	margin: 0 0 2px 7px;
	display: inline;*/
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	list-style-type: square;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul {
 /*position: relative;*/
	
}
#sidebar ul li {
 list-style-type: none;
 list-style-image: none;
 color: #4f4331;
}
#sidebar ul, #sidebar ul li {
 margin: 0;
 padding: 0;
}
#sidebar ul li ul{
background-color:#006699;
 border-top: 1px solid #fff4df;
 margin: 0px 5px 2px 0px;
 padding: 1px 0px 1px 5px;
 color: #4f4331;
 font-size: 90%;
}

#sidebar h2 {
 background-color:#0F015A;
 color: #fff4df;
 margin: 10px 5px 3px 0px;
 padding:  1px 0 1px 5px;
}

#sidebar ul li ul li a {
 display: block;
 padding: 4px 0px 4px 12px;
 width: 160px;
 border-bottom: 1px solid #fff4df;
 background-image: url(images/icon1.gif); 
 background-repeat: no-repeat;
 background-position: 0 55%;
 color: white;
 text-decoration: none;
}

#sidebar ul li ul li a:hover {
 display: block;
 padding: 2px 0px 2px 12px;
 /*width: 160px;*/
 border-bottom: 1px solid #fff4df;
 background-image: url(images/icon2.gif); 
 background-repeat: no-repeat;
 background-position: 0 55%;
 background-color: #95BDD6; 
 color: #4f4331;
 text-decoration: none;
}

#sidebar ul li ul li.recentcomment {
 font-size: 90%;
 list-style-type: none;
 list-style-image: none;
 margin: 2px 0px 0px 0px;
 padding: 2px 0px 0px 0px;
 background-image:none;
 border-bottom: 1px solid #fff4df;
 border-top: none;
 color: white;
 text-decoration: none;
 display:block;
 width:160px;
 overflow: hidden;
}

#sidebar ul li ul li.recentcomment a  {
 list-style-type: none;
 list-style-image: none;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 2px 0px;
 background-image:none;
 border-top: none;
 border-bottom:none;
 color: white;
 text-decoration: none;
 overflow: hidden;
}

#sidebar ul li ul.recentcomments li.recentcomment {
 font-size: 90%;
 list-style-type: none;
 list-style-image: none;
 padding: 0px 0px 5px 0px;
 background-image:none;
 border-bottom: 1px solid #fff4df;
 color: white;
 text-decoration: none;
 margin: 0px 0px 10px 0px;
 display:list-item;
}

/* End Entry Lists */


/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
 
#commentform input {
	margin: 5px 5px 1px 0;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 8pt;
    margin-bottom: 1px ! important;
    padding: 1px 1px 1px 14px;
    letter-spacing:normal;
	}


#commentform input {
	padding: 2px;
	background-color:#CCCCCC
	}

*#commentform textarea {
	padding: 2px;
    width: 680px; 
	background-color:#CCCCCC
	}

#commentform #submit {
	margin: 0;
	/*float: right;*/
	}


/* End Form Elements */



/* Begin Comments*/
li.alt {
	background-color:#FFFFCC;
	margin: 0;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 5px 5px 10px 0;
	}
	
.commentlist h3 {
	font-size:130%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

h3.respond
{
	font-size:130%;
}

#commentform p {
	margin: 0px 0 12px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0px 0px 0px 0px;
	font-size:80%;
	padding: 0px 0px 0px 0px
	/*display: block;*/
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	font-size:10pt;
	/*padding: 20px 0pc 10px 10px;*/
	/*float: right;	*/
	/*margin-left: 800px;*/
	/*margin-top: 160px;*/
	margin-left: 720px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

cite {
margin: 0;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}


.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	font-size:80%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.menuheader {
 		margin: 10px 0px 0px 0px;
 		padding:  1px 0px 1px 5px;
        height: 20px;
		color: #fff4df;
        background-color:#0F015A;
}

.menuheader div
{
      font-weight:bold; 
      margin:0;
      padding-left:.5em;
      color: #fff4df;
      float:left;
}

.menuheader a{
       float:right;
       margin:0;
}

.menuheader a img{
       width:15px;
       height:15px;
       border:none;
       padding: 0 .2em 0 0;
}

/*************** search styles *****************/


#search{
	position: absolute;
	top: 5px;
	left: 550px;
	z-index: 101;
	font-size:7pt;
}

#search input{
  margin: 0px  0px 0px 10px;
  padding: 2px 2px 2px 2px;
 }

#search input.text {
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 7pt;
    visibility: visible;
    border: 1px solid #8cacbb;  
    color: Black;
    background-color: white;
    vertical-align: middle;
	width: 180px;
	margin-bottom: 0.3em;
}
 
#search a:link, #search a:visited {
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}

#search input.searchButton {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 8pt;
    margin-bottom: 1px ! important;
    background: White url(/images/search_icon.gif) 1px 1px no-repeat;
    cursor: pointer;
	margin-top:1px;
    padding: 1px 1px 1px 14px;
    text-transform: lowercase;
	vertical-align:top;
	letter-spacing:normal;

}




/* End Various Tags & Classes*/
