/* @override http://falcone/wp-content/themes/falcone_vigilance/style.css */

/*
Theme Name:	World Hyundai Vigilance *Child Theme*
Theme URI: 	http://themes.jestro.com/vigilance/
Description: A custom theme based on Vigilance
Author:		Joe Chellman
Author URI:	http://www.shooflydesign.org/
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;
	}
*/

#wrapper {
	position: relative;
}

#wrapper{
	width: 930px;
	margin: 0 auto;
	text-align: left;
	}
#content{ 
	float: left; 
	width: 640px;
	padding: 20px 10px 20px 0;
	}
#sidebar { 
	float: right; 
	width: 260px;
  padding-bottom: 20px;
	}

h1#title {
	font-size:40px;
}

a:link, a:visited { color: #b86a1d; }

h1#title a:hover, div#title a:hover { color: #045fae; text-decoration: none; }

#title a {
	display: block;
    background: #fff url(WorldHyundaiLogo.jpg) no-repeat 0 0;
    padding-left: 245px;
    height: 100px;
    
    /*font-family: "helvetica neue", helveticaneue, helvetica, arial, sans-serif;*/
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
    font-style: oblique;
}

#description {
	position: absolute;
	top: 70px;
	left: 250px;
}

.post .author,
.post .tags {
	display: none;
}

.post .comments {
	visibility: hidden;
}

.post-header h1,
.post-header h2,
.post-header h2 a:link,
h1.pagetitle {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
    /*color: #004a89;*/
    /*color: #337;*/
}

#content #comments,
.post-footer {
	display: none;
}

ul li.widget ul li.cat-item a {
  display: inline;
  vertical-align: bottom;
}