/*  
Theme Name: Amanda 
Theme URI: http://www.withoutbound.net/
Description: Based on a design by Emily (emilytalks.net)
Version: 0.1
Author: Amanda Rohn
Author URI: http://www.withoutbound.net/
*/


body {
	color: #666666;
	background-color: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 90%;
}



#postContent {
        float: right;
        width: 65%;
	padding: 20px;
        margin: 10px 5px 10px 0px;
	border: 1px solid #1D5FAA;
	background-color: #eeeeee;

}

#sideColumn {
	float: left;
        margin: 10px 0px 10px 5px;
	width: 25%;

}

.menuBar {
	background-color:#1D5FAA;
	color: #ffffff;
	font-size: 90%;
	padding:10px;
        margin-bottom:10px;
	border: 10px solid #eeeeee;
}

#heading {
	margin:10px 5px 10px 5px;
	padding:15px 15px 10px 20px;
	height: 40px;
	border-style:dotted;
	border-color:#1D5FAA;
	border-width:1px 0px; 
	background-color:#eee;
         font-family: "Courier New",serif;
         font-size: 200%;
         font-weight: bold;
}



#heading a:link,
#heading a:visited,
#heading a:active {
        text-decoration:none;
        color:#666666;
}
#heading a:hover {
        text-decoration:underline;
        color:#4077AF;
}



.title {
	font-weight: bolder;
	font-size: 110%;
}



.blog {
	margin-bottom: 20px;
	padding-bottom: 0px;
	border-bottom: 1px dashed #1D5FAA;
font-size: 90%;
}

blockquote {
font-family: "Courier New", serif;
}

a{
	font-weight: bold;
	color: #4077AF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.sideBar {
	margin-bottom: 10px;
}

.sideBar a:link,
.sideBar a:visited,
.sideBar a:active {
  font-weight: normal;
  color: #fffffF;
  text-decoration: none;
  font-size: 100%;
  font-family: verdana, arial, sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
}
.sideBar a:hover {
	background-color: #eeeeee;
         color:#1D5FAA;
}

.sideTitle {
	border-bottom: 1px solid #fffffF;
	margin-bottom: 2px;
	font-weight: bolder;
	font-size: 120%;
	color: #ffffff;
}

.catTitle {
        margin-top: 5px;
	font-weight: bolder;
	font-size: 100%;
	color: #ffffff;
        text-align: right;
}


.tagline {
	margin:0px 0px 10px 200px;
	font-size: 150%;
	font-weight: bold;
	font-family: Verdana, arial, sans-serif;
	color: #1D5FAA;
	text-align: left;
	padding-left: 5px;
}

.alignright {
       //text-align: right;
       float: right;
}

.alignleft {
      // text-align: left;
      float: left;
}
