/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	color: #777;
	background-color: #f7fbff;
	font: normal 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 5px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #487EDA;
}

h2 {
	font-size: 18px;
}

h3 {
}

p, blockquote, ul, ol {
	margin-top: 0;
	padding-right: 8px;
}

blockquote {
}

a {
	color: #487eda;
}



a:hover {
	text-decoration: none;
}

a img {
 border: none;
}

/* icons */

a[href $='.txt'] {
 padding: 2px 20px 5px 0;
 background: transparent url(images/icons/icon_txt.gif) no-repeat center right;
 line-height:1.1em;
}
 a[href $='.doc'] {
 padding: 2px 20px 5px 0;
 background: transparent url(images/icons/icon_doc.gif) no-repeat center right;
 line-height:1.1em;
}
 a[href $='.pdf'] {
 padding: 2px 20px 5px 0px;
 background: transparent url(images/icons/icon_pdf.gif) no-repeat center right;
 line-height:1.1em;
}
 

/* Menu */

#logo-cafem {
 height: 75px;
	padding-top: 3px;
	padding-left: 5px;
	margin-left: -24px;
}

#menu {
	width: 700px;
	height: 80px;
	margin: 0 auto;
	background: #fffff5;
	border: 10px solid #863b3e;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-khtml-border-radius-topleft: 20px;
	-khtml-border-radius-topright: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	
}

#menu ul {
	margin: 0;
	padding: 0 0px 0 0;
	list-style: none;
	
}

#menu li {
	display: inline;
	
}

#menu a {
	display: block;
	float: right;
	height: 20px;
	padding: 3px 20px 0 20px;
	border-left: none;
	border-bottom: none;
	text-decoration: none;
	font-weight: bold;
	color: #a6435a;
	background-color: transparent;
	font-size: 13px;
}


#menu a.last:hover {	

	-moz-border-radius-topright: 10px;
	-khtml-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

#menu a:hover {
	background: #F1E292;
	border-bottom: 2px solid #e7be37;
}

#menu #rss a {
	float: right;
	padding-left: 30px;
	background: url(images/img02.gif) repeat-y;
	border: none;
	display:none;
}

#menu #rss a:hover {
	background-color: #DAEBDB;
		display:none;
}

/* Header */

#header {
	width: 700px;
	height: 290px;
	margin: 0 auto;
	background: #3875d7 url(images/CafeMhead.jpg) no-repeat 0 2px;
	border-bottom: 10px solid #863B3E;
	border-left: 10px solid #863B3E;
	border-right: 10px solid #863B3E;
	
	
}

#header h1 {
	padding: 75px 0 0 20px;
	font-size: 1.8em;
		display:none;
}

#header h2 {
	padding: 0 0 0 20px;
	font-size: .8em;
		display:none;
}

#header a {
	text-decoration: none;
	color: #f1e292;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: #fef9ea; 
	border: 10px solid #863B3E;
	border-top: none;
	min-height: 320px;
}



/* Latest Post */

#logo-block {
	padding: 20px 0;

	background-color: #fffff5;
	border-top: 3px solid #3875d7;
}



#logo-block .title {
	float: left;
	width: 230px;
	padding: 0 20px;
	text-align: right;
	line-height: 1.2em;
	font-size: 2.0em;
	font-variant: small-caps;
}

#logo-block .story {
	float: right;
	width: 389px;
	padding: 0 10px;
	border-left: 1px solid #C6DAC7;
}

#logo-block .meta {
	clear: both;
}

/* Posts */

#right-column {
	float: right;
	width: 390px;
	padding: 18px;
}

#right-column .text {
	padding-bottom: 0px;
}



#right-column .meta {
	padding: 5px 0 0 20px;
}

#right-column .meta p {
	margin: ;
	line-height: normal;
	font-size: smaller;
}

#right-column ul {
}

#right-column ul li {
}

/* Links */

#left-column {
	float: left;
	width: 225px;
	padding: 18px;
}

#left-column p {
	line-height: 14px;
	text-transform: none;
	font-size: 10px;
	margin-top: 0px;
	text-align: left;
	color: #777;
}

#left-column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#left-column li ul {
	padding: 15px 20px 30px 20px;
}

#left-column li li {
	padding: 3px 0;
}

#left-column li a {
}

#left-column li i {
	font-size: smaller;
}

/* Footer */

#footer {
}

#footer p {
	text-align: center;
	font-size: x-small;
	color: #777;
}

#footer a {
	color: #487eda;
}

