/*
Posted with permission by Elise@LMT
Learning Movable Type: http://www.elise.com/mt/

From Article: http://www.elise.com/mt/archives/000519using_typepad_styles_with_mt.php
*/

body {
        margin: 0px 0px 20px 0px;
                background-color: #333333;

        
                text-align: center;
        
        }

a {
        text-decoration: underline;
        
        
        }

a:link {
        color: #ffffff;
        }

a:visited {
        color: #d3d3d3;
        }

a:active {
        color: #d3d3d3;
        }

a:hover {
        color: #dcdcdc;
        }

h1, h2, h3 {
        margin: 0px;
        padding: 0px;
        font-weight: normal;
        }

#container {
        line-height: 140%;
                margin-right: auto;
        margin-left: auto;
        text-align: left;
        padding: 0px;
        width: 702px;
        
        background-color: #666666;
        border: 1px solid #a9a9a9;
        }

#title {
        width: 100%;
        background-color: #000000;
        border: 1px solid #a9a9a9;
        }
		
#banner {
        font-family: Tahoma, Verdana, serif;
        color: #800080;
        background-color: #FFFFFF;
        text-align: left;
        padding: 15px;
        height: 150px;
		background-image: url(images/header.jpg);
		background-repeat: no-repeat;
        }

a#banner-img {
        display: none;
        }


#banner a {
        color: #682B01;
        text-decoration: none;
        }

#banner h1 {
        font-size: xx-large;
        font-weight: bold;      
           
        
        }

#banner h2 {
        font-size: small;
        }


#right {
                float: left;
        
        
        width: 200px;
        background-color: #808080;
        
        overflow: hidden;
        }

#center {
                float: left;
        width: 500px;
        
        
        overflow: hidden;
        }

.content {
        padding: 15px 15px 5px 15px;
        background-color: #666666;
        color: #cecece;
        font-family: Tahoma, Verdana, serif;
        font-size: small;
        }

.sidebar {
        padding: 15px;
        }



.content p {
        color: #cecece;
        font-family: Tahoma, Verdana, serif;
        font-size: small;
        font-weight: normal;
        line-height: 150%;
        text-align: justify;
        margin-bottom: 10px;
        }

.content blockquote {
        line-height: 150%;
        }

.content li {
        line-height: 150%;
        }

.content h2 {
        color: #cecece;
        font-family: Tahoma, Verdana, serif;
        font-size: x-small;
        
        text-align: left;
        font-weight: bold;
        
        
        margin-bottom: 10px;
        
        }

.content h3 {
        color: #f5f5f5;
        font-family: Tahoma, Verdana, serif;
        font-size: small;
        
        text-align: left;
        font-weight: bold;
        
        
        margin-bottom: 10px;
        
        }

.content p.posted {
        color: #cecece;
        font-family: Tahoma, Verdana, serif;
        font-size: x-small;
        
        text-align: right;
        
        
        
        margin-bottom: 25px;
        line-height: normal;
        
        }

#calendar {
        line-height: 140%;
        color: #000000;
        font-family: Tahoma, Verdana, serif;
        font-size: x-small;
        
        
        
        padding: 2px;
        text-align: center;
        margin-bottom: 30px;
        }

#calendar table {
        padding: 2px;
        border-collapse: collapse;
        border: 0px;
        width: 100%;
        }

#calendar caption {
        color: #000000;
        font-family: Tahoma, Verdana, serif;
        font-size: x-small;
        
        text-align: right;
        font-weight: bold;
        
        text-transform: uppercase;
        
        letter-spacing: .3em;
        }

#calendar th {
        text-align: center;
        font-weight: normal;
        }

#calendar td {
        text-align: center;
        }

.sidebar h2 {
        color: #000000;
        font-family: Tahoma, Verdana, serif;
        font-size: x-small;
        
        text-align: left;
        font-weight: bold;
        
        text-transform: uppercase;
        
        letter-spacing: .3em;
        }

.sidebar ul {
        padding-left: 0px;
        margin: 0px;
        margin-bottom: 30px;
        }

.sidebar li {
        color: #cecece;
        font-family: Tahoma, Verdana, serif;
        font-size: x-small;
        text-align: left;
        line-height: 150%;
        
        
        
        margin-top: 10px;
        list-style-type: none;
        }

.sidebar img {
        border: 5px solid #FFFFFF;
        }

.photo {
        text-align: right;
        margin-bottom: 20px;
        }

.link-note {
        font-family: Tahoma, Verdana, serif;
        font-size: x-small;
        line-height: 150%;
        text-align: left;
        padding: 2px;
        margin-bottom: 15px;
        }

#powered {
        font-family: Tahoma, Verdana, serif;
        font-size: x-small;
        line-height: 150%;
        text-align: left;
        color: #000000;
        margin-top: 50px;
        }

#comment-data {
        float: left;
        width: 180px;
        padding-right: 15px;
        margin-right: 15px;
        text-align: left;
        border-right: 1px dotted #BBB;
        }

textarea[id="comment-text"] {
        width: 80%;
        }

/****************/
/* Added Styles */
/****************/
code, pre {
  margin: 1em 4%;
  padding: 1em;
  border: 1px solid #CCC;
  display: block;
  background: #FAFAFA;
  color: #969696;
  font: 90%/1.5em "Courier New", Courier, monospace;
}

/* Gallery Styles */

.gallery {
	height: auto;
	width: 100%;
	page-break-after: always;
	margin: 2px;
	clear: both;
	}	

div.thumb {
	margin: 2px;
	border: 1px solid #A0ACC0;
	height: auto;
	float: left;
	text-align: center;
	background-color: #CCCCCC;
	}	
.thumb img{
	display: inline;
	margin: 3px;
	border: 1px solid #A0ACC0;
	}
.thumb a:hover img {border: 1px solid black;}
.photocattitle {text-align: center; font-weight: bold;} 
.phototitle {
	text-align: center;
  font-weight: normal;
  /*width: 120px;*/
  margin: 0 3px 3px 3px;
  }



a.thumbnail:link  {
	background-color: #304D6B;
	border: 1px solid #FFFFFF;
	margin: 1px;
	padding: 2px;
  }  
a.thumbnail:visited  {

	background-color: #304D6B;
	border: 1px solid #FFFFFF;
	margin: 1px;
	padding: 2px;
  }  
a.thumbnail:active 
  {
	background-color: #304D6B;
	border: 1px solid #FFFFFF;
	margin: 1px;
	padding: 2px;
  } 

a.thumbnail:hover 
  {

	border: 1px solid #e7f3a5;
	margin: 1px;
	padding: 2px;
	background-color: #FFFFFF;

  }
  
 table.tabledisplay{
	border: 1px solid #ffffff;
	background-color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 480px;
	}
table.tabledisplay td, th{
	padding: 2px;
	font-size: 10px;
	}
table.tabledisplay th{
	background-color: #f5f5f5;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	text-align: center;
	}
table.tabledisplay td{
	border-left: 1px solid #D9D9D9;
	}
table.tabledisplay tbody tr.even td{
		background: #eee;
	}
.blogrollmain{
	width:180px;
	margin:10px;
	padding:1px 0px;
	font-size:10px;
}

.blogrollmain a{

	text-decoration:none;
}

.blogrollmain a:hover{
	text-decoration:none;
}
