/*** BASIC ***/ 
body{
font-family: verdana, helvetica, arial, sans-serif;
font-size: 12px;
text-align: center;
background: #B6AB97 url("../images/bodybg.jpg");
}

* {
margin: 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6, ol, ul, p, li {
margin: 0;
padding: 0;
font-size: 12px;
}

img {
border: none;
}

a img {
border: none;
}

.left {
float: left;
}

.right {
float: right;
}

.clear {
clear: both;
}

.date{
	font-size: smaller;
}

.serif {
font-family: georgia, times new roman, serif;
}

a:link, a:visited, a:hover, a:active {
text-decoration: none;
}

/**** CONTENT ****/

div#container {
width: 950px;
background: #fff;
margin: auto;
	
}

/*** left ***/



#leftbox {
background: url("../images/back.jpg") repeat-x top left;
float: left;
width: 150px;
padding: 10px 10px 20px 20px;
text-align: left;
}



#smart {
position: relative;
left: 0px;
}

#aboutbox h3, #search h3, #categories h3  {
display: block;
height: 20px;
margin: 20px 0px 5px 0px;
color: #900;
font-size: 20px;
font-weight: normal;

}

#aboutbox p{
text-align: justify;
color: #666;
font-size: 10px;
word-spacing: -2px;
text-indent: 20px;
}



ul#linksleft {
list-style-type: none;
margin-top: 20px;
}

ul#linksleft li{

}

ul#linksleft li a:link,  ul#linksleft li a:visited{
display: block;
height: 20px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin-top: 10px;
padding-top: 10px;
font-weight: normal;
color: #900;
padding-left: 5px;
background: #FFF3DF	;
}

ul#linksleft li a:hover {
background: #FFEEA8;
}

#search h3.serif {
margin-top: 20px;
}


#search label {
font-size: 10px;
font-style: italic;
color: #666;
}

#searchhere {
color: #666;
width: 100px;
background: #FFF3DF;
border: 1px solid #ccc;
margin-top: 5px;
}

#go {
background: #9F8600;
color: #fff;
border: none;
margin-left: 10px;
width: 30px;
}

#go:hover {
position: relative;
top: 1px;
left: 1px;
}

#categories .serif{
margin-top: 20px;
}

#categories ul {
margin: 10px 0 0 20px;
color: #ccc;
}

#categories ul li {
margin-top: 2px;
}

#categories ul a:link, #categories ul a:visited {
color: #666;
font-size: 10px;
}

#categories ul a:hover {
color: #f00;
text-decoration: underline;
}


#categories img {
margin-top: 20px;
}



/**** middle ****/
.nav{
text-align:center;
}
#next-arrow{
text-align:center;
}
.next{
font-size:35px;
color:#F33;
}
#blog{ 
float: left;
width: 500px;
border-right: 1px dotted #ccc;
padding: 20px;
background: url("../images/coffee.jpg") no-repeat top right;
text-align: left;
}
#blog h2{
font-size:22px;
}
#logo h1 a:link,  #logo h1 a:visited{
font-size: 55px;
font-weight: normal;
letter-spacing: -2.5px;
color: #000;
}

#logo h1 a:hover{
color: #f00;
}

#blog #logo h2 {
font-size: 22px;
font-weight: normal;
margin-top: -5px;
margin-left: 3px;
color: #d00;
margin-bottom: -20px;
}


/*** ENTRY ***/

div.entry {
margin-top: 30px;
background: #ebebeb url("../images/entrypattern.jpg") repeat-x top;
padding: 10px;
}

div.entry h3{
font-size: 200%;
font-weight: normal;
margin-bottom: 5px;
color: #300;
}
div.entry h3 a{
color: #300;
}
div.entry h3 a:hover{
color: #f00;
}

div.entry p {
line-height: 20px;
margin-bottom: 10px;
}


div.entry p a:link, div.entry p a:visited{
color: #f00;
text-decoration: underline;	

}



.qualify {
text-align: right;
font-size: 10px;
}

.qualify a:hover {
text-decoration: underline;
}


.categoriesentry {
border-top: 1px solid #ccc;
margin-top: 5px;
padding-top: 5px;
}

.categoriesentry ul {
list-style-type: none;
}

.categoriesentry ul li {
display: inline;
font-size: 10px;
}


.categoriesentry ul li a:link, .categoriesentry ul li a:visited {
font-size: 10px;
text-decoration: underline;
}

.categoriesentry ul li a:hover {
color: #f00;
}


/**** footer ******/

#footer {
height: 20px;
margin-top: 25px;
padding-top: 10px;
border-top: 1px solid #ccc;
text-align: right;
}










/***** ADS *****/

#ads {
float: left;
width: 150px;
margin-left: 20px;
text-align: center;
}

#ads img{
margin-top: 20px;
}