/*  
Theme Name: Coffee Stop
Theme URI: http://www.freewpthemes.net
Description: A three-column fixed width template ideal for large blogs.
Version: 1.0.1
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net
Released: 20070716
*/

/*-- CSS Menu Superior-- */
#navtop { background: #ffbf23 ; height: 26px; width: 760px; margin: 0px auto 24px auto; font-family: "Century Gothic", Palatino Linotype, Trebuchet MS, sans-serif; font-variant: small-caps; font-weight: bold; color:#C5132D; font-size: 14px; border-bottom: 1px solid #afafaf;}
.nav {width: 950px; margin: auto;}

ul.navtop { padding: 0px;}
ul.navtop li { list-style: none; display: inline;}
ul.navtop li a { background: transparent; color:#737374; display: block; float: left; padding: 4px 7px 3px 7px; margin-right: 3px; text-decoration: none; border-right: 1px solid #afafaf; border-left: 1px solid #afafaf;}
ul.navtop li a:visited { text-decoration: none; color: #737374;}
ul.navtop li a:hover { background: #c5132d; color: #ffffff; text-decoration: none; border-right: 1px solid #afafaf; border-left: 1px solid #afafaf; }
ul.navtop li a:active { text-decoration: none; color: #737374; }
ul.navtop li a:focus { color: #41a5c3; outline: 1px dotted #e1477d; }
ul.navtop li.current_page_item a { text-decoration:none; color:#fff; background: #E1477D ; }
ul.navtop li ul { float:left; margin:0; padding:0; }

#searchcont { width: 100%; margin: 12px auto 12px auto; }

#searchform { height:26px; line-height:25px; float:center; margin: 0px; padding: 0px;}
input#s {color: #e1477d; width: 283px; background:#fcfcfc; padding: 2px 4px 2px 4px; border: 1px solid #afafaf;}
input#searchsubmit{ background:#afafaf; color:#fff; font-size:13px; padding: 2px;}

/*-- FIN CSS Menu Superior-- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #3B3B3B;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

a {
	color: #1777B1;
}

a:hover {
	text-decoration: none;
}

.style, .style a {
}

hr {
	display: none;
}

#wrapper {
}

#page {
	width: 760px;
	margin: 0 auto;
	background: url(images/img2.gif) repeat-y right top;
}

/* Header */

#header {
	width: 760px;
	height: 148px;
	margin: 0 auto;
	background: url(images/img1.jpg) no-repeat;
}

#header h1 {
	width: 362px;
	padding: 50px 0 0 0;
	text-transform: lowercase;
	text-align: center;
	letter-spacing: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
}

#header h2 {
	width: 362px;
	text-transform: lowercase;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

#header h2 a {
}

/* Content */

#content {
	float: right;
	width: 402px;
}

.pagetitle {
	margin: 0;
	padding: 10px 20px 0 20px;
	text-align: center;
	font-size: 100%;
}

.navigation {
	height: 20px;
	padding: 0 15px;
	font-size: 77%;
	border-bottom: 1px solid #0AAAFD;
}

.navigation a {
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

.post {
	padding: 20px;
	border-bottom: 1px solid #0AAAFD;
}

.post .title {
	margin-bottom: 20px;
	padding-left: 23px;
	background: url(images/img4.gif) no-repeat left center;
	text-transform: lowercase;
	letter-spacing: 2px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFBF23;
}

.post .title a {
	text-decoration: none;
	color: #3B3B3B;
}

.post .title a:hover {
}

.post .entry {
}

.post .entry p, .post .entry blockquote, .post .entry ul, .post .entry ol {
	margin-bottom: 1.8em;
	line-height: 1.6em;
}

.post .entry blockquote {
	padding-left: 3em;
	font-style: italic;
}

.post .entry ul, .post .entry ol {
	margin-left: 3em;
}

.post .entry h3 {
}

.post .postmetadata {
	clear: both;
	padding-top: 10px;
	font-size: .77em;
}

.post .postmetadata a {
}

/* Respond Form */

#respond {
	padding: 20px;
}

#respond h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 100%;
}

#respond a {
}

#respond #comment {
	width: 355px;
	margin-bottom: 5px;
	font-size: 100%;
}

/* Comments */

#comments {
	margin-left: 20px;
	padding: 20px 20px 0 0;
}

#comments a {
}

#comments h3 {
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 100%;
}

.commentlist {
	list-style-position: inside;
}

.commentlist li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 358px;
	padding-top: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 159px;
	margin: 0 0 15px 0;
	padding: 0 20px 0 0;
}

#sidebar li ul {
}

#sidebar li li {
	display: list-item;
	float: none;
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #4F4F4F;
}

#sidebar h2 {
	margin-bottom: 15px;
	text-transform: lowercase;
	letter-spacing: 2px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFBF23;
}

#sidebar form {
	margin: 0;
	padding: 0;
}

#sidebar #s {
	width: 159px;
}

#sidebar #searchsubmit {
	display: none;
}

#sidebar a {
	text-decoration: none;
	color: #CCCCCC;
}

#sidebar a:hover {
	color: #FFFFFF;
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	height: 100px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img3.gif) no-repeat right top;
}

#footer p {
	text-align: right;
	font-size: 77%;
	color: #666666;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #CCCCCC;
}