/*
Theme Name: Jesse's Happy Hour
Theme URI: http://www.jesseshappyhour.com
Description: Jesse's Happy Hour Theme, 2 Columns, 1 Right Sidebar
Version: 1.1
Author: InnerVibe
Author URI: http://www.innervibe.com
*/


/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/
body a:link {
	color: #ccccff;}
body a:visited {
	color: #ccccff;
}
body a:hover {
	color: #ffffff;}
body {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: auto;
	padding: 0px;
	color: #99ccff;
	background-image: url(); 
	background-repeat: repeat;
}
#wrapper {
	width: auto;
	padding: 0px;
	background-color: #000000;

}
#content-wrapper {
	background-image: url(images/main-bg_01.png);
	background-position: center;
	background-repeat: repeat-y;

}
#header {
	margin: auto;
	height: 399px;
	width: 1400px;
}
#header-search {
margin: 53px 0px 0px 515px;
}
#main {
	height: 100%;
	width: 1400px;
	margin: auto;
	background-image: url(images/background.png);
	background-position: center;
	background-repeat: repeat-y;
}
#content {
	width: 630px;
	margin-left: 215px;
	min-height: 864px;
}
#content-box {
margin-top: -3px;
	background-image: url(images/main-content-box.png);
	background-repeat: repeat-y;
}
#sidebar-right {
	width: 196px;
	background-image: url(images/sidebar-right_01.png); 
	background-position: top right;
	background-repeat: repeat-y;
	float: right;
	min-height: 150px;
}
#sidebar-middle {
	width: 356px;
	float: right;
	background-repeat: repeat-y;
	background-position: top left;
	min-height: 864px;
	height: 100%;
}
#mid-content-box {
	margin-left: 8px;
}
.category-format {
margin-top: -2px;
	padding: 0px 20px 0px 0px;
	background-image: url(images/middle-content-box.png);
	background-repeat: repeat-y;

}
#sidebar-left {
	background-image: url(images/left_01.png); 
	background-position: top left;
	background-repeat: repeat-y;
	width: 196px;
	float: left;
	min-height: 150px;
}
#footer {
	height: 237px;
	width: 1400px;
	text-align: center;
	font-size: 0.8em;
	margin: auto;
	background-image: url(images/footer_01.png); 
	background-repeat: no-repeat;
	clear: both;

}
#content-bot {
margin-top: -3px;
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.entry-content, .entry-excerpt {
}
.navigation {
}
.navigation2 {
clear: left;}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 0px 0;
	font-size: .9em;
}
.underpost {
	font-size: .9em;
}
.tdback { background-image: url(/wordpress/wp-content/themes/itpleasesme/images/menu-titles_04.jpg);
	background-repeat: no-repeat;
	background-position: 21px 0%;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #3399cc;
}
#footer a:hover {
	text-decoration: none;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0 0;
	width: 750px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu ul a:hover{
	margin: 0px;
	padding: 0px;
	color: #9966ff;
}
#menu li a:link, #menu li a:visited {
	padding: 3px;
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: underline;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar-left ul, #sidebar-right ul, #sidebar-middle ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
}
#sidebar-left li a:link, #sidebar-left li a:visited, #sidebar-right li a:link, #sidebar-right li a:visited {
	text-decoration: none;
	margin-bottom: 0.1em;
	padding: 1px;
}
#sidebar-middle a:link {
	text-decoration: none;
	margin-bottom: 0.1em;
	padding: 1px;
}
#sidebar-middle a:visited {
	text-decoration: none;
	margin-bottom: 0.1em;
	padding: 1px;
}
#sidebar-left li a:hover, #sidebar-right li a:hover, #sidebar-middle li a:hover {
	color: #ffffff;
}
#sidebar-left ul ul, #sidebar-right ul ul, #sidebar-middle ul ul {
  margin-left: 10px;
}
#sidebar-left ul ul li, #sidebar-right ul ul li, #sidebar-middle ul ul li {
  margin-left: 10px;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	font-family: Georgia, Sans-serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
}
#header h1 a:hover {
	color: #cc9966;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar-left h1, #sidebar-right h1 {
	font-size: 1.4em;
}
#sidebar-left h2, #sidebar-right h2 {
	font-size: 1.1em;
}
.post h2 a:link {
	color: #3399cc;
	text-decoration: none;
}
.post h2 a:visited {
	color: #3399cc;
	text-decoration: none;
}
.post h2 {
	font-size: 1.8em;
	font-family: Georgia, Sans-serif;
	margin: 10px 0 5px 0;
	padding: 0;
}
.post h2 a:hover {
	color: #66ccff;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
.post h3 a:link {
	color: #3399cc;
	text-decoration: none;}
.post h3 a:visited {
	color: #3399cc;
	text-decoration: none;}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	display: inline;
	float: left;
	margin: 10px 0px 0 0;
	color: #ffffff;
	font-family: "Cooper Std", Georgia, "Times New Roman", Times, serif;
	background-image: url();
}
.entry-day {
	font-size: 20px;
	width: 70px;
	text-align: right;
	height: 40px;
	margin: 3px 0 0 0;
	font-weight: bold;
	padding: 0px 0 2px 0;
}
.entry-month {
	font-size: 15px;
	text-align: ;
	height: 0px;
	width: 85px;
	margin: 0px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
li.author {
	padding: 5px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
/*===END SECTION 8===*/

/*===START SECTION 9 - oh you're so fancy with those blockquotes....===*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 345px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*===START SECTION 10 - images when inserted into a post.===*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
.gallery {
float: left;
width: 100%;
}
#first-post {
    background: url(images/flare_01.png);
	background-repeat: no-repeat;
	padding: 0 18px 0 90px;
	background-position: 0 center;
	min-height: 200px;
}
#second-post {
    background: url(images/flare_02.png);
	background-repeat: no-repeat;
	padding: 0 18px 0 90px;
background-position: 0 center;
}
#third-post {
    background: url(images/flare_03.png);
	background-repeat: no-repeat;
	padding: 0 18px 0 90px;
	background-position: 0 center;
}
#past-posts {
	padding: 0 28px 0 30px;
}
/*===END SECTION 11===*/