/*  
Theme Name: Flickred Widgetized
Theme URI: http://www.wpdesigner.com
Description: Flickr.com inspired theme created by Small Potato of WPDesigner.com (widgetized version).
Version: 2.0.2
Author: Small Potato
Author URI: http://www.wpdesigner.com/

	Released under WPdesigner.com, this is my first public theme - Small Potato.
	http://www.wpdesigner.com

	Thanks to me, myself, and I.
*/

body, h1, h2, h3, form, p, ol, ul{
	margin: 0;
	padding: 0;
	
}

body{
background: #fff;
 	font-family:  Verdana, Arial;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	color: #000;
}

table{
	font-family: Verdana, Arial;
	font-size: 12px;
}

a:link {
	color : #000;
	text-decoration : none;
	background : transparent;
}

 a:visited {
 	color : #b00000;
	text-decoration : none;
}

a:hover {
	color: #ffffff;	
	background-color:  #b00000;
	text-decoration: underline;
}


a img{
	border: 0;
	padding:10px;
}

  
form, input, textarea{
	font-family: Verdana;
	font-size: 11px;
}

ul, ul li{
	list-style-type: none;
}

h1{
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 24px;
	text-indent: 50px;
	font-weight: normal;
	color: #fff;
}

h1 a{
font-family: 'Trebuchet MS', Verdana, Arial;
	text-decoration: none;
	color: #fff;
		font-size:150%;
  text-align:left;  
   
    }

 h1 a:visited {
 	text-decoration : none;
 	color: #fff;
}

h1 a:hover {
	color: #ffffff;	
	background-color:  #b00000;
	text-decoration: underline;
	    
}



#container{
  	margin: 0 auto;
  	width: 795px;
	text-align: left;
	vertical-align: top;
	background: #fff;
	color: #000;
	border: 2px solid #A84113;

}

.header {
background:url('images/patrickheader.jpg') left no-repeat;
background-color: #F3F3F3;
height: 120px;
text-indent:25px;
margin:1px;
width: 760px;
}
    


#page{
	padding: 15px ; 
}

.description{

	width: 760px;
	border-top: 1px solid #eee;
	font-size: 14px;
	font-family:'Trebuchet MS', Arial;
	font-weight:bold;
	text-align: left;
	vertical-align: top;
	background: #f9f9d6;
	color: #666;	
	clear: both;
}

.description p{
	padding: 10px 20px  
}
p {
	line-height: 1.3;
	text-align: justify;
	}

#top-menu{

	margin-bottom: 20px;
	width: 760px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	background: #fff;
	color: #000;
}



#top-menu a{
	padding-right: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #A84113;
}

#top-menu a:hover {
	color: #ffffff;	
	background-color:  #b00000;
	text-decoration: underline;
	}

#top-menu ul{
	margin: 0;
	padding: 0 0 0 16px;
	list-style: none;
}

#top-menu ul li{
	display: inline;
}

.narrowcolumn{
	float: left;
	margin-right: 20px;
	width: 540px;
	text-align: left;
	vertical-align: top;
	background: #fff;
	color: #000;
}

.widecolumn{
	float: left;
	margin-right: 20px;
	width: 540px;
	text-align: left;
	vertical-align: top;
	background: #fff;
	color: #000;
}


.post h1{
	margin: 0 0 12px ;
	text-align: left;
	text-indent: 10px;
	font-family:  Arial;
	color: #000;
}
.post h2{
	margin: 0 0 12px ;
	font-family:  Arial;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	color: #604229;
}

.post h2 a{
	text-decoration: none;
	color: #604229;
}

.post h2 a:hover{
	text-decoration: underline;
	color: #fff;
}

.post{
	padding: 15px 20px 0;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	background: #FCF1f0 ;
	color: #000;
}

.post p{
	padding: 0 0 12px;
	
}

.post img{
	border: 1px solid #ccc;
	padding: 4px;
	background: #eee;
	display: inline;
}

.post img.alignleft{
	float: left;
	margin: 8px 10px 0 0;
padding: 5px;
	display: inline;
}



.post img.alignright{
	float: right;
	margin:8px 0 0 10px;
	padding: 5px;
	display: inline;
}

.post-date{
	margin-bottom: 20px;
	padding: 10px 20px;
	font-family: Arial;
	font-size: 11px;
	background: #f9f9f9;
	color: #666;
}

.navigation{
	margin-bottom: 20px;
	padding: 0 20px;
}

.navigation a{
	color: #FF2E9A;
}

.commentlist ol, .commentlist ol li{
	list-style-type: none;
}

.commentlist ol{
	margin: 0 0 10px 0;
}

.commentlist ol li{
	margin-bottom: 5px;
	border: 1px solid #e8e8c5;
	padding: 10px;
	font-size: 11px;
	background: #f9f9d6;
	color: #000;
}

blockquote{
	margin: 5px 0 5px 5px;
	border: 1px solid #e6e6e6;
	padding: 5px 10px;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	background: #fff;
	color: #333;
}

cite{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
}



#sidebar{
	float: left;
	margin: 0;
	width: 200px;
	text-align: left;
	vertical-align: top;
	background: #fff;
	color: #000;
}

#sidebar h2{
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	color: #000;
}

#sidebar h2 a{
	text-decoration: none;
	color: #ff2e9a;
}

#sidebar h2 a:hover{
	text-decoration: underline;
}

#sidebar ul{

}

#sidebar ul li{
	margin: 0 0 20px;
	padding: 15px 20px 10px;
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	background: #FCF1f0;
	color: #000;
}

#sidebar ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul li{
	margin: 0 0 10px 0;
	padding: 5px 0 0;
	font-family: Verdana;
	font-size: 12px;
}

#wp-calendar{
	margin: 5px 0 0;
	font-family: Arial;
}

#wp-calendar caption{
	font-weight: bold;
	padding: 0 0 0 10px;
	text-align: left;
	color: #FF2E9A;
}

#wp-calendar th, #wp-calendar td{
	padding: 3px;
	background: #f3f3f3;
	color: #000;
}



#footer{
	clear: both;
	width: 760px;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	background: #fff;
	color: #000;
}

#footer p{
	padding: 0 20px;
}