/*
Theme Name: Coffee Theme
Theme URI: http://coffee.qualitywordpress.com
Description: Perfect blogging theme for the coffee blogger or those who own personal blogs.
Version: 1.0
Author: qualitywordpress.com
Author URI: http://qualitywordpress.com
*/



/* General */

body {
	margin: 0;
	background: #4f004a url(images/mainbg.jpg) repeat ;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.button {
border: 2px solid #d06caa;
background: #e59bc8 url("images/button.jpg") repeat-x;
height:25px;
width:70px;
font: bold 13px "Trebuchet MS", Verdana;
color: #8e016b;

}
.button_comment {
border: 2px solid #970076;
background: #970076 url("images/pagenav.jpg") repeat-x;
height:25px;
width:100px;
font: bold 13px "Trebuchet MS", Verdana;
color: #fde6fa;

}
.input_login {

border: 2px solid #e59bc8;
height:19px;
width:110px;
color:#8e016b;
font-weight:bold;
font-family:"Trebuchet MS", tahoma,verdana;

}
.input_comment {

border: 1px solid #e59bc8;
background: #fdecfc;
height:19px;
width:110px;
color:#8e016b;
font-weight:bold;
font-family:"Trebuchet MS", tahoma,verdana;

}

.input_text {
	
border: 1px solid #e59bc8;
background: #fdecfc url("images/textarea_grad.jpg") repeat-x;;
color:#8e016b;
font-weight:normal;
font-family:"Trebuchet MS", tahoma,verdana;
	
}

.input_textarea {

border: 1px solid #e59bc8;
background: #fdecfc url("images/textarea_grad.jpg") repeat-x;;
height:200px;
width:400px;
color:#8e016b;
font-weight:normal;
font-family:"Trebuchet MS", tahoma,verdana;

}
/* Page */

#page {
	margin: 0 auto;
	width: 1000px;


}


/* Header */

#header {
	width: 1000px;
	height: 641px;
	background: url("images/header.jpg") no-repeat;
	position: relative;
}
#header #logo {
position: absolute;
	left: 146px;
	top: 137px;
	}
	/* Header - Info */

	#header #header-info {
		position: absolute;
		top: 105px;
		left: 350px;
	}

	#header #header-info h1 {
		color: #000000;
		font: bold 30px "Trebuchet MS", Verdana;
	}

	#header #header-info h1 a {
		color: #000000;
		text-decoration: none;
	}

	#header #header-info .description {
		color: #000000;
		font: bold 15px "Trebuchet MS", Verdana;
	}

	/* Header - Menu */

	#header #header-menu {
		position: absolute;
		top: 388px;
		left: 100px;
		height: 44px;
	}

	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 44px;
	}

	#header #header-menu ul li {
		float: left;
		height: 44px;
		margin-right: 0px;
		font: bold 15px/53px "Trebuchet MS", Verdana;
		color: #000000;
		/*text-transform: uppercase;*/
		background: url("images/header_menu.jpg") no-repeat;
	}

	#header #header-menu ul li a {
		color: #000000;
		text-decoration: none;
		padding: 0 30px;
		background: url("images/header_menu_right1.gif") no-repeat right top;
		display: block;
	}

	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}

	#header #header-menu ul li ul {
		display: none;
	}

	/* Header - Topbar */

	#header #topbar {
		position: absolute;
		top: 460px;
		left: 0px;
		width: 1000px;
		height: 201px;
		color: #4d434c;
		font: normal 12px "Trebuchet MS", Verdana;
	}

	#header #topbar h3 {
		font: bold 15px "Trebuchet MS", Verdana;
		color: #4d434c;
	}

	#header #topbar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	#header #topbar ul li {
		padding-top: 12px;
		color: #4d434c;
		font: normal 12px "Trebuchet MS", Verdana;
	}

	#header #topbar ul li a {
		color: #4d434c;
		text-decoration: none;
	}

	#header #topbar ul li a:hover {
		text-decoration: underline;
	}

		/* Header - Topbar - Boxes */

		#header #topbar #topbar-left {
			width: 150px;
			padding: 20px 0 0 110px;
			float: left;
		}

		#header #topbar #topbar-center {
			width: 140px;
			float: left;
			padding: 20px 0 0 124px;
		}

		#header #topbar #topbar-right {
			width: 140px;
			float: left;
			padding: 20px 0 0 144px;
		}


/* Main */


#main {
	width: 1000px;
	background: url("images/main.jpg") repeat-y;
}

#main-top {
	width: 1000px;
	background: url("images/main_top.jpg") no-repeat;
}

#main-bottom {
	width: 988px;
	padding-left: 12px;
	min-height: 50px;
	background: url("images/main_bottom.jpg") no-repeat left bottom;
}

	/* Main - Content */

	#content {
		float: left;
		width: 435px;
		padding: 6px 16px 0 19px;
	}

	/* Main - Content - Post */

	#content .post {
		color: #fff;
		float: left;
		margin-bottom: 16px;
		width: 430px;
		padding: 5px;
		background: #fff;
	}

		/* Post - Title */

		#content .post .post-title {
			width: 454px;
			height: 51px;
			color: #9e0079;
			font: bold 12px "Trebuchet MS", Verdana;
		}

		#content .post .post-title a {
			color: #9e0079;
			text-decoration: none;
		}

		#content .post .post-title a:hover {
			text-decoration: underline;
		}

		#content .post .post-title .post-date {
			float: left;
			background: url("images/post_date.gif") repeat-x;
			width: 50px;
			height: 51px;
			color: #ffffff;
			text-align: center;
			text-transform: uppercase;
			margin-right: 10px;
			font: bold 10px/15px "Trebuchet MS", Verdana;
		}

		#content .post .post-title .post-date span {
			margin-bottom: 2px;
			display: block;
			font: bold 16px/34px "Trebuchet MS", Verdana;
		}

		#content .post .post-title h2 {
			padding: 4px 0 3px 0;
			color: #4d414b;
			font: bold 19px "Trebuchet MS", Verdana;
		}

		#content .post .post-title h2 a {
			color: #4d414b;
			text-decoration: none;
		}

		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}

		/* Post - Entry */

		#content .post .post-entry {
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #4d414b;
			padding: 0 4px;
			width: 436px;
		}
		#content .post .divider {
         margin: 0px 0px 1px 0px;
         padding: 0 0 5px 0;
         background: url("images/post_divider.jpg") no-repeat center bottom;
         }
		/*#content .post*/ .post-entry a {
			color: #9e0079;
			text-decoration: none;
		}

		/*#content .post*/ .post-entry a:hover {
			text-decoration: underline;
		}

		#content .post .post-entry .more-link {
			font: bold 12px/20px "Trebuchet MS", Verdana;
			color: #9e0079;
			float: right;
			padding-bottom: 5px;
		}

		#content .post .post-entry .more-link a {
			color: #9e0079;
			text-decoration: none;
		}

		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}

		/* Post - Info */

		#content .post .post-info {
			padding: 10px 4px 0 4px;
			width: 446px;
			clear: both;
			font: bold 12px "Trebuchet MS", Verdana;
			color: #9e0079;
		}

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

		#content .post .post-info a:hover {
			text-decoration: underline;
		}



		/* Post - Comments */

		#content .post h3 {
			color: #4d434c;
			font: bold 17px "Trebuchet MS", Verdana;
			margin: 25px 0 5px 0;
			padding: 0 4px;
			width: 444px;
            
		}

		#content .post .comments {
			padding: 0 4px;
			width: 444px;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #4d434c;
            
		}

		#content .post .comments a {
			color: #9e0079;
			text-decoration: none;
		}

		#content .post .comments a:hover {
			text-decoration: underline;
		}

		#content .post .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;

		}

		#content .post .comments ol li {
			padding: 5px;
		}

		#content .post .comments ol li.alt {
			background: #f5d2e8;
            border: 1px dashed;
            border-color: #b00886;
		}

		#content .post .comments ol li cite {
			color: #9e0079;
			font-style: normal;
			font-weight: bold;
            

		}

		#content .post .comments ol li cite a {
			color: #9e0079;
			text-decoration: none;
		}

		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}

		#content .post .comments ol li .commentmetadata a {
			color: #9e0079;
			text-decoration: none;

		}

		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}

		#content .post #commentform {
			margin: 0;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #4d434c;
			padding: 0 4px;
			width: 444px;



		}

		#content .post #commentform a {
			color: #9e0079;
			text-decoration: none;

		}

		#content .post #commentform a:hover {
			text-decoration: underline;
		}

	/* Main - Sidebar */

	.sidebar {
		float: left;
		width: 155px;
		font: 12px/18px "Trebuchet MS";
		color: #ffffff;
		margin-left: 73px;
		margin-top: 15px;
	}
	.sidebar h4 {
		margin-left: 35px;
	}
	.sidebar p {
	margin-left: 10px;
	}
	.sidebar a {
		color: #f8d1ec;
		text-decoration: none;
	}

	.sidebar a:hover {
		text-decoration: underline;
	}
	.sidebar-sidebar-right {
	 	float: right;
		width: 147px;
		color: #9f0077;
		margin-right: 125px;
font: bold 14px/34px "Trebuchet MS", Verdana;
	}
		/* Sidebar - Titles */

		.sidebar h3 {
			padding-left: 32px;
			font: bold 15px/32px "Trebuchet MS", Verdana;
			color: #ffffff;
			height: 30px;
			width: 155px;
			background: url("images/left_sidebar.jpg") no-repeat;
			margin-left: 10px;
		}

		/* Sidebar - Menus */
		.sidebar-sidebar-right ul {
			list-style: none;
			background: url("images/bullbg.jpg");
			width: 134px;
            font: normal 13px "Trebuchet MS", Verdana;
		}
		.sidebar-sidebar-right ul li {
			color: #4b424b;
			height: 27px;
			padding-top: 5px;

		}
		.sidebar-sidebar-right ul li a {
			color: #4b424b;
			text-decoration: none;
		}

		.sidebar-sidebar-right ul li a:hover {
			text-decoration: underline;
		}
		.sidebar ul {
			list-style: none url("images/sidebar_bul.jpg");
		}

		.sidebar ul li {
			color: #f8d1ec;


		}

		.sidebar ul li a {
			color: #f8d1ec;
			text-decoration: none;
		}

		.sidebar ul li a:hover {
			text-decoration: underline;
		}

		/* Sidebar - Forms */

		.sidebar #searchform {
			margin: 0 auto;
			padding: 15px 0 25px 0;
			width: 145px;
			text-align: center;
		}

		.sidebar #searchform #s {
			width: 145px;
		}

		/* Sidebar - Tables */

		.sidebar #calendar_wrap {
			margin: 5px auto 20px auto;
			width: 120px;
		}

		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}

		.sidebar #calendar_wrap #today {
			font-weight: bold;
		}

		/* Sidebar - Texts */

		.sidebar .textwidget {
			padding: 0 10px 20px 10px;
		}


/* Footer */

#footer {

	width: 1000px;
	height: 253px;
	background: url("images/footer.jpg") no-repeat;
	color: #ffffff;
	font: normal 12px "Trebuchet MS", Verdana;
}

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

#footer a:hover {
	text-decoration: underline;
}

/* top menu styles */
#top_menu {
font-size: 14px;
text-transform: capitalize;
font-weight: bold;
font-family:"Tahoma", Trebuchet MS, Arial, verdana;
background: url("images/header_menu.jpg") no-repeat;
position: absolute;
top: 388px;
left: 88px;
height: 44px;
width:825px;
}
#top_menu ul {
margin: 15px 15px;
padding: 0;
}
#top_menu li {
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}


#top_menu ul li a {
color: #fbe6f9;
padding:10px 15px;
text-decoration: none;
width:170px;
height:44px;
padding: 14px 35px 16px 35px;
}
#top_menu ul li a:hover, #top_menu ul li.current a{
color:#900072;
background-color:#fceafc;
width:170px;
height:44px;
background: url("images/menu_hov.jpg") no-repeat bottom;
padding: 12px 35px 12px 35px;
}

.comment {
	background: ;
border:2px;
}

.search {
	background: url('images/search.jpg') no-repeat top;
	width: 204px;
	height: 48px;
	margin-left: 697px;
	padding-top: 5px;
}
.searchbutt {
	background: url('images/searchbutt.jpg') no-repeat top;
	height: 39px;
	width: 36px;
	border: none;


}
.searchinput {
	height: 22px;
    width: 130px;
    border: 1px solid;
    border-color:#e397c5;
   padding-top: 2px;
   margin-left: 4px;
   color:#8e016b;
   font-weight: bold;
   padding-left: 2px;
font-size:13px;
font-family:"Trebuchet MS", tahoma,verdana;
}

/*menu */
#toolbar{
z-index:10;
}
#footer-sidebar {
  display:block;
  height: 170px;
  width: 827px;
  margin-left: 90px;
  margin-bottom: 10px;
  padding-top: 23px;
}
#footer-sidebar1 {
  float: left;
  width: 255px;
  padding-left: 20px;
  word-wrap: wrap;
  height: 140px;
  overflow: auto;
 }
#footer-sidebar2 {
  float: left;
  width: 255px;
  padding-left: 15px;
  height: 140px;
  overflow: auto;
  word-wrap: wrap;
 }
#footer-sidebar3 {
  float: left;
  width: 255px;
  padding-left: 15px;
  height: 140px;
  overflow: auto;
  word-wrap: wrap;
 }

 #footer-sidebar1, #footer-sidebar2, #footer-sidebar3 {
	color: #9e0079;
	font-weight: bold;
 }
 #footer-sidebar1 p, #footer-sidebar2 p, #footer-sidebar3 p {
 	font-weight: normal;
	color: #4d414b;
 }

 #footer-sidebar1 a, #footer-sidebar2 a, #footer-sidebar3 a {
 	font-weight: normal;
	color: #9e0079;
	text-decoration: none;
 }

 #footer-sidebar1 a:hover, #footer-sidebar2 a:hover, #footer-sidebar3 a:hover {
	color: #9e0079;
	text-decoration: underline;
 }

 #header-sidebar {
  display:block;
  height: 180px;
  width: 827px;
  padding-top: 15px;
  padding-left: 5px;
  margin-left: 95px;
}
#header-sidebar1 {
  float: left;
  width: 270px;
  }
#header-sidebar2 {
  float: left;
  width: 277px;
 }
#header-sidebar3 {
  float: left;
  width: 270px;
  padding-left: 2px;
 }

 #header-sidebar1, #header-sidebar2, #header-sidebar3 {
	color: #4d414b;
 	font-weight: normal;
 }
 #header #topbar #header-sidebar #header-sidebar1 h3, #header #topbar #header-sidebar #header-sidebar2 h3, #header #topbar #header-sidebar #header-sidebar3 h3 {
	color: #9e0079;
 	font-weight: bold;
 }

 #header-sidebar1 a, #header-sidebar2 a, #header-sidebar3 a {
 	font-weight: normal;
	color: #9e0079;
	text-decoration: none;
 }

 #header-sidebar1 a:hover, #header-sidebar2 a:hover, #header-sidebar3 a:hover {
	color: #9e0079;
	text-decoration: underline;
 }

.slideshow {
	height: 300px;
	margin: 0 auto;
	width: 400px;
	top: 165px;
	left: 240px;
}

#top_menu2 {
font-size: 14px;
font-weight: bold;
font-family:"Tahoma", Trebuchet MS, Arial, verdana;
background: url("images/header_menu1.jpg") no-repeat;
position: absolute;
top: 428px;
left: 90px;
height: 44px;
}
#top_menu2 ul {
margin: 10px 15px;
}
#top_menu2 li {
display: inline;
list-style-type: none;
margin: 0;
}


#top_menu2 ul li a {
color: #4d434c;
text-decoration: none;
height:44px;
padding: 5px 0px 16px 35px;
background: url("images/dropdownbg.jpg") no-repeat;
}
#top_menu2 ul li a:hover {
color:#4d434c;
height:44px;
text-decoration: underline;
background: url("images/dropdownbg.jpg") no-repeat;
padding: 5px 0px 12px 35px;
}

.alignleft
{
  float: left;
}

/**** Ask me ****/
.askme_button
{
	background: url("images/pagenav.jpg") repeat-x;
	border: 1px solid #960177;
	color: #fff;
	padding: 2px;
}

fieldset.askme
{
	/*border: 2px solid #d777b4;*/
	border: 0;
}

.askme_item
{
	margin-bottom: 20px;
}

.askme_question
{
	float: right;
	background: url(images/askus/dark3_repeat.jpg) repeat-y 0 80px;
	width: 356px;
	
	margin-bottom: 10px;	
}

.askme_question_inner
{
	background: url(images/askus/dark1.jpg) no-repeat;
	min-height: 80px;
	
	padding: 5px 30px 5px 20px;
}

.askme_question_phrase
{
	color:#FFFFFF;
	font-weight:bold;
}

.askme_question_content
{
	color: #fff;
}

.askme_question_footer
{
	color: #fff;
	font-size: 11px;
	
	background: url(images/askus/dark4.jpg) no-repeat 0 bottom;
	
	padding-left: 20px;
	padding-bottom: 5px;
}

.askme_line
{
	background: url(images/askus/darkline.jpg) no-repeat;
	width: 323px;
	height: 7px;
}

.askme_answer .askme_line
{
	background: url(images/askus/lightline.jpg) no-repeat;
}

.askme_answer
{
	float: right;
	background: url(images/askus/light3_repeat.jpg) repeat-y 0 80px;
	width: 356px;
}

.askme_answer .askme_question_inner
{
	background: url(images/askus/light1.jpg) no-repeat;	
}

.askme_answer .askme_question_content, .askme_answer .askme_question_phrase, .askme_answer .askme_question_footer
{
	color: #680052;
}

.askme_answer .askme_question_footer
{
	background: url(images/askus/light4.jpg) no-repeat 0 bottom;
}

.askme_navlinks
{
	clear: both;
}

.askme_avatar1
{
	float: left;
	width: 62px;
	height: 62px;
	background: url(images/askus/avatar1.jpg) no-repeat;
}

.askme_avatar2
{
	float: left;
	width: 62px;
	height: 62px;
	background: url(images/askus/avatar2.jpg) no-repeat;
}
