/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme by <a href="http://alimontgomery.com/">Ali Montgomery Design</a>.
Version: 1.6
Author: Ali Montgomery Design
Author URI: http://alimontgomery.com/
Tags: 

	This theme was designed by Ali Montgomery Design
*/



/* Begin Typography & Colors */

#page {
	text-align: left;
	background-image: url('images/background.gif');
    width:770px;
	}

#content {
	color:#666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
    height:450px;
    overflow-y:auto;
    width:347px;
    padding-right: 5px;
    padding-top: 15px;
	}

#content2 {
	color:#666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
    height:450px;
    width:331px;
    padding-top: 15px;
	}
    
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	}

#header {
	width: 806px;
	}

.narrowcolumn {
	float: left;
	padding-left: 20px;
	width: 331px;
	}

.post {
	line-height: 20px;
	}

#footer {
	margin-left: 19px;
	width: 751px;
	clear: both;
	border-top: solid 3px #ebebff;	
	text-align: right;
    background-color:#FFFFFF;
	}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
	}
/* End Structure */

a img {
	border: none;
	}

/* End Various Tags & Classes*/


#nav {
	width: 204px;
	float: left;
}
#right {
	width: 185px;
	background-color: #ebebff;
    color:#666666;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    float: right;
}
#right p {
    padding-left: 5px;
    line-height:20px;
}
#right h8 {
	font-weight: bold;
    color: #666699;
    text-transform: uppercase;
}
.pics {
	margin-top: 20px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	background-color: #ebebff;
	text-decoration: none;
	color:#663366;
}
.headers {
    font-family: Verdana,Arial,Helvetica,sans-serif; 
    font-size: 11px; 
    font-style: normal; 
    line-height: 5px; 
    text-transform: uppercase; 
    color: rgb(102, 102, 153); 
    font-weight: bold;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
.text {
    font-family: Verdana,Arial,Helvetica,sans-serif; 
    font-size: 11px; 
    font-style: normal; 
    line-height: 20px; 
    color: #666666;
    text-transform: none; 
}
td {
    border: 1px solid #c3ccff;
}