/*=== Setup ===*/
body{
	background: url(cafe/bgr.gif) #f9faf4 repeat-x top;
	color: #555555;
}
a{
	color: #0e6f9c;
	text-decoration:none;
}
a:hover {
	color: #e7a50c;
	text-decoration:none;
}
input,select,textarea{
	border: #e6e6e6 1px solid;
}
h1{
	color: #262625;
}
h2{
	color: #262625;
}
h2 a{
	color: #e84716;
	text-decoration:none;
}
h2 a:hover{
	color: #e84716;	
	text-decoration:none;
}
h3{
	color: #262625;
}
h4{
	color: #444444;
	text-decoration:underline;
}

/*=== Intro ===*/
p.intro a {
	color:#FFFFFF;
}
p.intro a:hover {
	color:#222222;
}

/*=== Buttons ===*/

.btn-rounded a{
	background: url(cafe/btn-rounded.gif) no-repeat left;
	color: #ffffff;
}
.btn-rounded a span{
	background: url(cafe/btn-rounded.gif) no-repeat right;
}
.btn {
	background:url(cafe/btn.gif) repeat-x;
	/*border:1px solid #c02e02;*/
 	color:#FFF;
}

/*=== Navigation ===*/
/*- Nav1 -*/
#nav1 li a{
	color: #3f3f3f;
}
#nav1 li a:hover,
#nav1 li.active a, #nav1 li.current_page_item a{
	background: url(cafe/btn-rounded.gif) no-repeat left;
	color: #ffffff;
}
#nav1 li.active a span,
#nav1 li.current_page_item a span,
#nav1 li a:hover span{
	background: url(cafe/btn-rounded.gif) no-repeat right
}

/*- Nav2 -*/
.nav2 li a, .widget li a{
	color: #0e6f9c;
}
.nav2 li a:hover, .widget li a:hover{
	color: #e7a50c;
}
.nav2, .blogmore{
	margin-top:15px;
	text-align:left;
}

/*=== Right Column ===*/
#rightcol h3, #rightcol h3 a{
	color: #ffffff;
}
#rightcol h3 span{
	background: #0e6f9c;
}
#rightcol .widget ul, #rightcol .textwidget 
{
	background: #efefed;
}
#rightcol .textwidget2 
{
	background: black;
}

/*=== Sub Columns ===*/
.col1 a{
	color: #555555;
}
.col3 h2{
	color: #464646;
}
.col5 img{
	border: 6px solid #f6f5ed;
}

/*=== Styling Boxes ===*/
/*- Box1 -*/
.box .top,.box .bot{
	background: url(cafe/box-top.gif) no-repeat top;
}
.box .bot{
	background: url(cafe/box-bot.gif) no-repeat top
}
.box .spacer{
	background: #ffffff;
}
/*- Box2 -*/
.box2 .top,.box2 .bot{
	background: url(cafe/box2-top.gif) no-repeat top;
}
.box2 .bot{
	background: url(cafe/box2-bot.gif) no-repeat top
}
.box2 .spacer{
	background: #e4e4e0;
}
/*- Box3 -*/
.box3 .top,.box3 .bot{
	background: url(cafe/box3-top.gif) no-repeat top;
}
.box3 .bot{
	background: url(cafe/box3-bot.gif) no-repeat top
}
.box3 .spcr{
	background: #efefed;
}
/*- Box4 -*/
.box4{
	color: #ffffff;
}
.box4 .top,.box4 .bot{
	background: url(cafe/box4-top.gif) no-repeat top;
}
.box4 .bot{
	background: url(cafe/box4-bot.gif) no-repeat top
}
.box4 .spacer{
	background: #e84716;
}
/*- Box5 -*/
.box5 .top,.box5 .bot{
	background: url(cafe/box5-top.gif) no-repeat top;
}
.box5 .bot{
	background: url(cafe/box5-bot.gif) no-repeat top
}
.box5 .spacer{
	background: url(cafe/box5-bgr.gif)  repeat-y top;
}
/*- Box6 -*/
.box6 .top,.box6 .bot{
	background: url(cafe/box6-top.gif) no-repeat top;
}
.box6 .bot{
	background: url(cafe/box6-bot.gif) no-repeat top
}
.box6 .spacer{
	background: #e4e4e0;
}
/*- Box7 -*/
.box7 .top,.box7 .bot{
	background: url(cafe/box7-top.gif) no-repeat top;
}
.box7 .bot{
	background: url(cafe/box7-bot.gif) no-repeat top
}
.box7 .spacer{
	background: #f9faf4;
}

/*- Date -*/
.date{
	color: #898989;
}

/*=== Styling Forms ===*/
/*- Search -*/
#search input.keyword{
	background: #d0d0cd;
	border-bottom: 1px solid #fcfcfa;
	border-top: 1px solid #c4c2b5;
	border-left: 1px solid #c4c2b5;
}

/*- Form1 Setup -*/
.btn-general{
	background: #0e6f9c;
	color: #ffffff;	
}
.btn-general a { 
	color: #ffffff;
}
.btn-general a:hover { 
	color: #ffb80a;
}
.btn-arr a{
	background: #e7a50c;
	color: #0e6f9c;
	padding: 3px;
}
.btn-arr a:hover{
	background: #e84716;
	color: #ffffff;
	padding: 3px;
}

/*=== Footer ===*/
#footer a{
	color: #555555;
	text-decoration: none;
}

#footer a:hover{
	color: #e84716;
	text-decoration: none;
}

/*=== Posts ===*/
.post img {	
	border:8px solid #f6f5ed;
}
.post img.noborder {
	border:none;
	outline:none;
}
/*.post h2{
	color: #e84716;	
}*/
.post li a:hover{
	text-decoration:underline;
}
.post blockquote {
	font-family:Georgia, "Times New Roman", Times, serif; color:#777777;
	background:#f9faf4 url(cafe/ico-quote.gif) no-repeat 10px 10px;
	border-top:1px solid #e4e4e0;
	border-bottom:1px solid #e4e4e0;	
}
/*=== Staff styling ===*/
.staffthumb {
	width: 165px;
	height: 165px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
}
.staffthumb span {
	width: 165px;
	height: 165px;
	display: block;
	position: absolute;
	top: -17px;
	left: -18px;
	background: url(cafe/circle.png) no-repeat;
}

.gallery em {
	width: 165px;
	background: url(cafe/circle.png) no-repeat;
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
}


/*=== Widget styling ===*/
.widget #recentcomments li a{
	color: #0e6f9c;
}
.widget #recentcomments li a:hover{
	color: #e7a50c;
}
.widget #searchform, .widget #calendar_wrap{
	background: #efefed;
}
.widget #wp-calendar caption {
	color:#333333;
}
.widget #wp-calendar thead th {
	color:#333333;
}
.widget #wp-calendar tfoot td a {
	color:#333333;	
}
.quote {
	background:url(cafe/ico-quote.gif) no-repeat top left;
}

