/*
Theme Name:	Face.com theme (Vigilance child)
Theme URI: 	http://themes.jestro.com/vigilance/
Description: 	Your custom child theme for Vigilance. Make all your custom changes in the <code>themes/myvigilance</code> folder.
Author:		Drew Strojny
Author URI:	http://www.jestro.com
Template: vigilance
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../vigilance/css/undo.css");
@import url("../vigilance/css/master.css");
@import url("../vigilance/functions/style-options.php");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/
body
{
	background: #fafafa url('images/background_tile.gif?2') repeat-x 0 0;
	font-family: helvetica, sans-serif;
}

#wrapper
{
	border: 1px solid #ababab;
	border-top: none;
}

#title a
{
	display: block;
	background: transparent url('images/logo.gif') no-repeat 0 0;
	width: 322px;
	height: 110px;
	float: left;
}
#title span
{
	display: none;
}
#header
{
	border-bottom: none;
}

#nav
{
	float: right;
	padding-top: 85px;
}

#nav .current_page_item a:link,
#nav .current_page_item a:visited,
#nav .current_page_item a:hover,
#nav .page_item a:hover
{
	border-top: none;
	border-bottom: 4px solid #00a8ff;
}

#content.page
{
	width: auto;
	float: none;
}

h2.widgettitle
{
	color: #ff8c3d;
}

#search_form input
{
	border: 1px solid #acacac;
	padding: 0 5px;
	width: 122px;
}

h1.pagetitle,
.post-header
{
	border-bottom: 1px solid #ddd;
}

.comments a:hover
{
	background-image: url('images/comments-bubble-hover.gif');
}
ul li.widget ul li a:hover
{
	background-image: url('images/list-item-hover.gif');
}
