html  {
font-size : 100%;
}

body {	
background : #fff url(images/border.gif) repeat-x top left; 
margin: 0 auto;
padding: 0;
text-align: center;
font-family : Georgia, "Times New Roman", Times, serif;
font-size : 14px;
font-weight : 400; 
}

h1 {
font-size : 24px;
font-weight : 400;
letter-spacing : 3px;
}

h1.logo {
font-size:50px;
font-weight : 400;
letter-spacing : 3px;
}

.color1 {
color:#422335;
}

.color2 {
color:#94006b;
}

.emphasis {
font-size:18px;
font-style:italic;
color:#94006b;
}

div.hr {
  height: 20px;
  background: #fff url(images/divider.gif) no-repeat scroll center;
}

div.hr hr {
  display: none;
}

#wrapper {
margin:0;
padding:0;
}

a  {
border-bottom-color : #94006b;
border-bottom-style : dotted;
border-bottom-width : 1px;
color : #373737;
text-decoration : none;
}

a:hover {
border-bottom-color : #94006b;
color : #94006b !important ;
}

a:focus, a:active {
outline: none;
}

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, blockquote, form { 
margin: 0;
padding: 0; 
}

#main ul {
list-style-type: square;
margin-left:15px;}

#main ul li {
padding:5px 0;
}

input {margin:3px 0;}

.submit {
border:1px dotted #a6e3a8;
background:#422335;
color:#fff;
font-family : "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman";
font-size : 10px;
font-style : normal;
letter-spacing : 1px;
line-height : 16px;
text-transform : uppercase;
}

.small {
font-family : "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman";
font-size : 10px;
font-style : normal;
letter-spacing : 1px;
line-height : 16px;
text-transform : uppercase;
}

img {
border: 0;
}

input:focus, input:active {
outline: none;
}

#navbar{
width: 100%;
height: 30px;
overflow: hidden;
background: #fff;
margin-top:30px;
}

#navbar ul.navlist {
list-style:none;
}

#navbar ul.navlist li {
display:inline;
padding:0 20px 0 20px;
}

#navbar ul.navlist li a {
border-bottom-color : #8a9a85;
border-bottom-style : dotted;
border-bottom-width : 1px;
color : #373737;
text-decoration : none;
}



#header{
margin-left:-35px;
padding:15px 0 35px 0;
}


#container{
width: 950px;
overflow: hidden;
margin: 0 auto;
text-align: left;
}

#main{
float: left;
clear: left;
overflow: hidden;
width: 640px;
}

.blog {
padding:10px 0 10px 0;
}

.date {
font-size:18px;
width:70px;
float: left;
clear: left;
padding-top:14px;
}

.thumb {
width:130px;
float: left;
clear: left;
}

.post-content {
width: 550px;
float: right;
clear: right;
overflow: hidden;
padding: 0px 10px 10px 0;
}

.post-image {
float:left;
clear:left;
width:100px;
height:100px;

}

.post-content h1 {
margin-bottom:5px;
}

.post-text {
width: 390px;
float: right;
clear: right;
overflow: hidden;
padding-bottom:10px;
}

.post-text p {
margin-top:0;
}

.left {float:left;
}

.right {float:right;
}         
.clear {
clear:both;
}

#sidebar{
	width:280px;
	float: right;
	clear: right;
	overflow: hidden;
}

#sidebar h2 {
	height: 22px;
	width: 260px;
	font-family: "Georgia", "Times New Roman", Times, sans-serif;
	color: #94006b;
	font-size: 18px;
	font-weight: normal;
	padding: 15px 0 0 0;
	margin: 15x 0px 15px 0px;
}

#sidebar  ul  {
list-style : none;
text-align : left;
}

#sidebar li {
padding: 4px 0;
} 


.search-box{
	width: 280px;
	height: 22px;
	overflow: hidden;
}

.search-input{
	width: 200px;
	height: 14px;
	float: left;
	border: 1px solid #ccc;
	background: #FFF;
	font-family: "Arial", sans-serif;
	font-size: 11px;
	padding: 3px 5px;
	color: #777;
}

.search-button{
	width: 46px;
	height: 20px;
	float: right;
	border: 1px solid #ccc;
	background: #EEEADD;
	font-family: "Arial", sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #444;
}


#footer{
	padding: 20px 0px 10px;
	color:#474747;
	font-size:11px;
}

#footer a:link,
#footer a:visited{
	text-decoration: underline;
	color:#474747;
	font-size:11px;
}
