/*   
Theme Name: MyGrover
Author: Justin Grover
Description: The custom Theme for MyGrover.cocm
Author URI: http://mygrover.com/
Version: 2.0
Tags: Cool
.
This theme is copyrighted and should not be copied
.
*/

body {
	background:url(//mygrover.com/blog/wp-content/themes/mygrover2/images/bg.png);
	background-repeat:repeat;
}

#header,body,footer
{
	
}
#surheader
{
	margin-top:20px;
}
/*Absolute URLs are used for the login page*/
#header
{
	background-image:url(//mygrover.com/blog/wp-content/themes/mygrover2/images/header.png);
	height:200px;
	margin-top:-20px;
}
#body
{
	background-image:url(//mygrover.com/blog/wp-content/themes/mygrover2/images/body.png);
	padding-bottom:20px;
}
#footer
{
	background-image:url(//mygrover.com/blog/wp-content/themes/mygrover2/images/footer.png);
	height:30px;
}



/*wordpress styles*/

ul
{
	list-style-type:none;
	
}



p
{
	margin-bottom:5px;
}

ul.posts li p a img
{
	display:block;
	margin-bottom:5px;
	
}
/*post titles*/
h2, h1
{
	margin-bottom:0px;
	margin-top:20px;
	border-bottom:thin dashed #4C9FAA;
	color:#4C9FAA;
}
h2 a
{
	text-decoration:none;
	color:#4C9FAA;
}

/*hide next and previous links on single post pages*/
.single #nav-above {
    display:none;
}
.entry-meta
{
	color:gray;	
}
.author a
{
	font-style:italic;
	text-decoration:none;
	color:gray;	

}

/* Next and Previous buttons*/
.nav-previous a, .nav-next a
{
	text-decoration:none;
	color:gray; 
	font-size:12px;
}

.nav-next
{
	float:right;
}

.nav-previous
{
	float:left;
        padding-left:10px;

}

/*Sidebar*/
#sidebar
{
	padding-top:38px;
}

.widget-container
{
	margin-bottom:15px;
}


.post-edit-link, .comments-link a
{
      color:#4C9FAA
}
.widget-title
{
	color:#4C9FAA;
	border-bottom:thin dashed #4C9FAA;
        margin-bottom:0px;

}

.widget-container a
{
        color:gray;
}

/*comments*/
h4
{
	clear:both;
	margin-top:3em;
	margin-left:1.25em;
	font-weight:bold;
	color:#4C9FAA;

}
#commentform
{
	margin-left:20px;
}

/*footer*/
#footerlinks a, #footerlinks li
{
	text-decoration:none;
	color:white;
	
}
#footerlinks a
{
	display:inline;
	list-style-type:none;
}
#footerlinks li
{
	float:left;
	margin-right:20px;
}

/*login Tab */
/*Tabs */
.ui-tabs-hide { display: none; }
.ui-tabs-panel{
	height:142px;
	background-color:#FFF;
}
