/* Beach Colors */

/*--------------------------------------------------------------------------------
01. SETUP
--------------------------------------------------------------------------------*/

body {
	background: #f1f2ed;
	color: #33211f;
}

/*--------------------------------------------------------------------------------
02. STRUCTURE
--------------------------------------------------------------------------------*/


#wrapper {
	/*border: 1px solid #c9c3b1; */
}

#content {
	border-right: 1px solid #f5f4f4;
}

/*--------------------------------------------------------------------------------
03. HEADER
--------------------------------------------------------------------------------*/

#header h1 a {
	color: #33211f;
}

#header h1 a:hover {
	color: #fd7021;
}

#header #description {
	color: #6a878b;
	text-shadow: 1px 1px #ccc;
}

#header #description a {
	font-weight: bold;
	color: #6a878b;
}

#header #description a:hover {
	color: #fd7021;
}
#Navigation Wrapper {

}
#Navigation {
	background: url(beach/Navigation.png) no-repeat;
	height: 65px;
	width: 974px;
	padding: 0 0 0 20px;
	margin: 0 0 10px -8px;
}
#Navigation li  {
	display: inline;
}

#Navigation li a {
	float: left;
	height: 65px;
	line-height: 65px;
	padding: 0 40px 0 0;
	text-decoration: none;
	color: #fff;
}
#Navigation li a:hover {
	color: #333;
}
/*Navigation*/
	/*Normal*/
/*#Navigation li a#Home {
	background-position: 0 0;
	width: 83px;
}
#Navigation li a#Services {
	background-position: -84px 0;
	width: 104px;
}
#Navigation li a#Clinic {
	background-position: -189px 0;
	width: 115px ;
}
#Navigation li a#Pharmacy {
	background-position: -304px 0;
	width: 178px;
}
#Navigation li a#Links {
	background-position: 483px 0;
	width: 74px;
}
#Navigation li a#Events {
	background-position: -558px 0;
	width: 82px;
}
#Navigation li a#Drainage {
	background-position: -641px 0;
	width: 223px;
}
#Navigation li a#Contact {
	background-position: -861px 0;
	width: 104px;
}

#Navigation li a:hover {
	background: url(beach/Navigation.png) no-repeat;
}
#Navigation li a#Home:hover  {
	background-position: 0 -65px;
}
#Navigation li a#Services:hover {
	background-position: -90px -65px;
}
#Navigation li a#Clinic:hover {
	background-position: -188px -65px;
}
#Navigation li a#Pharmacy:hover {
	background-position: -304px -65px;
}
#Navigation li a#Links:hover {
	background-position: -483px -65px;
}
#Navigation li a#Events:hover {
	background-position: -558px -65px;
}
#Navigation li a#Drainage:hover {
	background-position: -641px -65px;
}
#Navigation li a#Contact:hover {
	background-position: -861px -65px;
}
 */
 
#Featured {
	height: 288px;
	background: #fffffd;
	border: 1px solid #e7e7e7;
	margin: 0 0 10px 0;
}
#Featured .info {
	float: left;
	margin: 10px;
}
.info h2.location {
	background: url(beach/ourlocation.png) no-repeat;
	height: 30px;
	text-indent: -9999px;
	width: 203px;
}
.info h2.contactus {
	background: url(beach/contactus.png) no-repeat;
	height: 30px;
	text-indent: -9999px;
	width: 203px;
}
address, h5.contactphone {
	color: #908e8e;
	line-height: 20px;
	margin: 0 0 0 10px;
}
.ClinicPicture {
	float: left;
	margin: 10px 0 0 10px;
}
h2.hometitle {
	background: url(beach/ourmission.png) no-repeat;
	height: 39px;
	width: 231px;
	text-indent: -9999px;
}

/*--------------------------------------------------------------------------------
04. POSTS
--------------------------------------------------------------------------------*/

#content h3 {
	color: #fd7021;	
}

.video {
	border: 5px solid #f8f6d0;
}

.post h2 a {
	color: #fd7021;
}

.post h2 a:hover {
	color: #33211f;
}

.meta {
	color: #6a878b;
}

.meta a {
	color: #6a878b;
}

.post .label a {
	background: #6a878b;
	color: #fff;
}

.post .label a:hover {
	background: #33211F;
}

.tags {
	color: #6a878b;
}

.tags a {
	color: #fd7021;
}

#navigation a {
	color: #33211f;
}

#navigation a:hover {
	color: #c89a2b;
}

/*--------------------------------------------------------------------------------
05. ENTRIES
--------------------------------------------------------------------------------*/

.entry a {
	color: #c89a2b;
}

.post .entry blockquote {
	color: #6a878b;
}

/* Blog Entry Styles - Images */

/*--------------------------------------------------------------------------------
06. SIDEBAR
--------------------------------------------------------------------------------*/

#rss {
	background: #33211f;
}

#rss a:hover {
	color: #c89a2b;
}

.widget {
	margin: 0 0 10px;
}
#text-3 {
	background: url(../images/days.png) no-repeat;
	width: 170px;
	height: 469px;
}
.textwidget h3 {
	color: #848483;
	font-weight: normal;
	font-size: 14px;
	text-shadow: none;
}
#twitter ul li a {
	color: #6f9f85;
}

#twitter ul li a:hover {
	color: #33211f;
}

#flickr .flickr_badge_image a  { border: 2px solid #6a878b; }

.widget_tag_cloud {
	color: #fd7021;
}

.widget_tag_cloud a {
	color: #fd7021;
}

/*--------------------------------------------------------------------------------
07. COMMENTS
--------------------------------------------------------------------------------*/

.commentlist .comment-meta {
	color: #6a878b;
}

.commentlist .comment-meta a {
	color: #6a878b;
}

.commentlist .avatar {
	border: 3px solid #dad9b3;
}

.commentlist p a {
	color: #c89a2b;
}

.commentlist p a:hover {
	text-decoration: underline;
}

.commentlist blockquote {
	color: #7c6563;
}

.commentlist .reply a {
	color: #e27123;
}

#commentform p a {
	color: #e27123;
}

#commentform .comm_count span input {
	color: #6f9f85;
}

/* Comments - Thread */


/*--------------------------------------------------------------------------------
08. ARCHIVES PAGE
--------------------------------------------------------------------------------*/

#archives {
	padding: 10px 0 0;
}

#archives a {
	color: #6F9F85 !important;
}

h4.archive_year {
}


/*--------------------------------------------------------------------------------
09. MISC
--------------------------------------------------------------------------------*/
.monday, .tuesday, .wednesday, .thursday, .friday, .saturday, .sunday {
	font-family: fantasy;
}
h3.monday {
	padding: 38px 0 0 20px;
}
h3.tuesday {
	padding: 40px 0 0 20px;
}
h3.wednesday {
	padding: 40px 0 0 20px;
}
h3.thursday {
	padding: 40px 0 0 20px;
}
h3.friday  {
	padding: 40px 0 0 20px;
}
h3.saturday {
	padding: 40px 0 0 20px;
}
h3.sunday {
	padding: 50px 0 0 20px;
}
img.authorimage {
	float: left;
	padding: 0 10px 10px 0;
}
h4.authortitle {
	background: url(../images/judynealtitle.png) no-repeat;
	margin: 0 0 0 150px;
	text-indent: -9999px;
	width: 298px;
	height: 32px;
}
body.page-id-12 div#sidebar {
	padding: 0 0 0 10px;
	width: 200px;
}
.picture-sidebar {
	border: 2px solid #e1e1e1;
}
