



/* Reset

-------------------------------------------------------------------*/

* { padding: 0; margin: 0; }

ul, ol { list-style: none; list-style-position: inside; }

ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }

img { border: none; }





/* Body

-------------------------------------------------------------------*/

body { 

	font: 12px/18px Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif; 

	color: #000; 

	 background: #CBCBCB;

}

.style4 {color: #993300}


h1, h2, h3, h4, h5,h6 { font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #666; }

h1 { font-size: 18px; line-height: 20px; margin-bottom: 10px; color:#99cc66;}

h2 { font-size: 20px; line-height: 24px; margin-bottom: 7px; }

h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }

h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }

h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }

h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }



h1 span { color: #999; }



a { color: #759DA1; text-decoration: none; }

a:hover { color: #759DA1; text-decoration: underline; }

a:visited { color: #759DA1; }



p { margin-bottom: 10px; }



input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }



blockquote { 

	font: italic 14px/22px Georgia, Serif; 

	padding: 5px 10px;

	margin-bottom: 20px;

	background: #eef3f7; 

}







/* Container

-------------------------------------------------------------------*/

#container { 

	width: 900px; 

	padding-bottom: 10px; 

	margin: 0 auto 20px auto;

	overflow: hidden; 

}

#container #wrapper { 

	width: 900px; 

	float: left; 

	overflow: hidden; 

	background: #d6ded4 url(../images/sidebar-bg.gif) repeat-y top right; 

}







/* Header

-------------------------------------------------------------------*/

#header { 

	width: 900px; 

	height: 100px; 

	float: left; 

	background: #DDDEDC url(../images/header-bg.gif) no-repeat center; 

	position: relative; 

}
#cateringimage {
background: url(../images/cateringlogo.gif) no-repeat right;
height:110px;
}


#cateringimageDogs {
background: url(../images/cateringimageDogs.gif) no-repeat right;
height:123px;
}
#header h1 { 

	font: 24px Arial, Helvetica, sans-serif;

	padding: 28px 0 0 190px; 

	margin-bottom: 0; 

	color: #5C743D; 

}

#header h1 a { 

	color: #5C743D;  

	text-decoration: none; 

}

#header span { 

       font: 12px Arial, Helvetica, sans-serif;

	padding: 33px 0 0 190px;   

	color: #993300; 

}







/* Search

-------------------------------------------------------------------*/








/* Navigation

-------------------------------------------------------------------*/

#nav { 

	width: 900px;

	float: left; 

	height: 32px; 

	background: #fafafa url(../images/nav-bg.gif) repeat-x; 

	position: relative; 

}

#nav ul { 

	margin-left: 20px;

padding-top:6px; 

}

#nav ul li { 



	display: inline; 

	margin-right: 20px;

color: #993300; 





font: normal 11px Verdana, Sans-Serif;



}

#nav ul li a { 

	font: bold 11px Arial, Helvetica, sans-serif;

	color: #D5EDB3;

 

}

#nav ul li a:hover { 

	color: #333;

	background: #99CC66; 

}

#nav #feed {  

	position: absolute; 

	right: 15px; 

	top: 7px;

	font-weight: bold;

	color: #555;

	text-decoration: none;

	padding: 0 0 0 20px;

	display: block; 

	text-shadow: 1px 1px 1px #fff; 

	background: url(../images/feed.gif) no-repeat 0 3px; 

}







/* Content

-------------------------------------------------------------------*/

#content { 

	width: 670px; 

	float: left; 

	padding: 15px; 

	background: #F4FFE4;
	
}



#content .post { 

	margin-bottom: 40px; 

}

#content .post h1.post-title { 

	color: #5C743D;



}

#content .post h1.post-title a { 

	text-decoration: none;

	color: #99cc66;

}



#content .post .post-info { 

	clear: both; 

	font-size: 11px; 

	color: #666; 

	padding: 3px 5px 3px 5px; 

	margin-bottom: 20px; 

	border-top: 1px solid #bdccdc; 

	border-bottom: 1px solid #bdccdc; 

	background: #F4FFE4; 

}

#content .post .post-info a { color: #333; text-decoration:none; }

#content .post .post-info a:hover { color: #555; text-decoration:none; }



#content #pages { text-align: center; }

#content #pages a { font: bold 20px "Trebuchet MS"; color: #414d4c; text-decoration: none; }

#content #pages a:hover { color: #1e2726; }



#content ul, ol, dl { margin-bottom: 20px; }

#content ul { 

	list-style: disc;

	list-style-position: inside; 

}

#content ol { 

	list-style: decimal; 

	list-style-position: inside; 

}

#content dl dt { 

	font-weight: bold;

}

#content dl dd { 

	font-style: italic;

	margin: 0 0 5px 20px;

	color: #555;

}



.aligncenter { margin-left: auto; margin-right: auto; }

.alignleft { float: left; margin: 5px 15px 10px 0; }

.alignright { float: right; margin: 5px 0 10px 15px; }







/* Comment Form

-------------------------------------------------------------------*/

#commentform { 

	background: #fafafa; 

	border: 5px solid #def7f8; 

	padding: 10px; 

	color: #555; 

}

#commentform p { margin-bottom: 7px; }

#commentform textarea { 

	width: 630px; 

	border: 1px solid #aaa; 

	height: 120px;

}

#commentform input.text { 

	width: 150px; 

	border: 1px solid #aaa; 

	margin-right: 10px; 

	padding: 3px 3px; 

}

#commentform input#submit { padding: 3px 10px; }







/* Comments

-------------------------------------------------------------------*/

#comments .comment { 

	width: 670px;

	background: #def7f8; 

	margin-bottom: 10px; 

	overflow: hidden; 

	padding-bottom: 5px; 

	border-top: 1px solid #ddd;

	border-bottom: 1px solid #ddd;

}

#comments .comment .comment-avatar { 

	width: 50px; 

	float: left; 

	padding: 5px 7px; 

}



#comments .comment .comment-content { 

	width: 570px;

	float: left; 

	padding: 10px 15px; 

	margin: 5px 5px 0 0; 

	background: #fafafa ; 

}

#comments .comment .comment-content a { color: #444; }



#comments .comment .comment-info { 

	font-size: 11px;

	color: #777;

	margin-bottom: 5px; 

}

#comments .comment .comment-info span {

	font: bold 20px "Trebuchet MS", Helvetica, Arial, Geneva;  	

	padding-right: 10px; 

	margin-bottom: 5px;

}

#comments .comment .comment-info a { 

	color: #444; 

	text-decoration: none;

}







/* Sidebar

-------------------------------------------------------------------*/
#skySlideRight ul
{
margin: 0;
padding: 0;
list-style-type: none;
visibility:visible;
position:absolute;
width: 180px; /* Width of Menu Items */



}#skySlideRight ul li{
position:relative;
overflow:visible;
z-index:100;

}


/*Sub level menu items */
#skySlideRight ul li ul{
position: absolute;
width: 175px; /*sub menu width*/

top: 0;
background-color:#D0E8AD;
bottom: auto;
text-decoration:none;
word-spacing: 0px;
padding:0;

}

#skySlideRight ul li ul li{
padding-left:5px;
height:32px;
}

#skySlideRight ul li ul li a{

color:#5C743D;


}


#sidebar { 

	width: 200px; 

	float: left; 



	color: #D5EDB3; 

	margin-bottom: 15px;




}

#sidebar h3 { 

	font: bold 12px Arial, Helvetica, sans-serif; 

	color: #333; 

}



#sidebar a { 

font: bold 11px Arial, Helvetica, sans-serif;

	color: #D5EDB3;

	line-height:16px;

	letter-spacing:.1em;

	text-decoration: none;

	display:block;



	padding:8px 6px 10px 0px;


 }

#sidebar a:hover { color: #993300;	background: #99CC66; }


#sidebar .block {
	overflow: hidden;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;

}

#sidebar .block ul li { 

border-bottom: 1px solid #F4FFE4; 

}

#sidebar .block ul li ul li a{ 

font: bold 11px Arial, Helvetica, sans-serif;

}









/* Footer

-------------------------------------------------------------------*/

#footer {

	width: 900px;

	height: 40px;

	float: left;

	clear: both;  

	position: relative;


}

#footer a#theme-author { 

	position: absolute; 

	top: 0px; 

	right: 0px; 

	display: block; 

	height: 28px; 

	width: 130px; 

}

#footer p { 

	line-height: 28px; 

	color: #666; 

	padding-left: 15px; 

	font-size: 11px; 

	margin: 0; 
	text-align:center;

}

#footer a { 

	color: #666;

	text-decoration: none;

}
#footer a:hover { 

	color: #000;

	text-decoration: none;

}



