/*
Theme Name:	Vigilance *Child Theme*
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;
	}
*/

#content{ 
	float: left; 
	width: 550px;
	padding: 20px 20px 20px 0;
	}

#sidebar { 
	float: right; 
	width: 350px;
  padding-bottom: 20px;
	}

.thin-sidebar {
	float: left;
	width: 165px;
	}

.thumb {
border: none;
float:left;
padding-right:10px;
width:135px;
}

.home-article, .home-article a {
height:82px;
margin:0;
padding:0;
text-decoration: none;
color: Black;
}

.excerpt {
font:normal x-small verdana, arial, sans-serif;
}

.excerpt p{
margin:0;
padding:0;
}

.entry h3, h3 a {
color: #67b;
font:bold x-small verdana, arial, sans-serif;
text-decoration: none;
margin:0;
padding:0;
}

ul li ul {
	margin: 0;
	font-size: 1.4em;
	}
ul li ul li ul { 
  margin-left: 5px;
  font-size: 1em; 
  }

ul li ul li {
	padding: 3px 0;
  border-bottom: 1px solid #dddddd;
	}

ul li.widget ul li {
	padding: 3px 0;
  border-bottom: 1px solid #dddddd;
	}

.thin-sidebar ul li h2.widgettitle {
	padding: 25px 0 3px 0;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1.2pt;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	border-bottom: 1px solid #dddddd;
	}

.thin-sidebar h2{
	padding: 25px 0 3px 0;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1.2pt;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	border-bottom: 1px solid #dddddd;
	}

.alignright {
float:right;
}

.alignleft {
float:left;
}

img.center,img[align="right"] {

display:block;
margin-left:auto;
margin-right:auto;
}

img.alignright,img[align="right"] {
display:inline;
margin:0 0 2px 7px;
padding:0;
}

img.alignleft,img[align="left"] {
display:inline;
margin:0 7px 2px 0;
padding:0;
}

#news{
height :278px;
}
.landing-left{
	width: 280px;
height :270px;
}

.landing-left ul li{
border-bottom: 1px solid #dddddd;
}

.landing-right{
	width: 260px;
	padding-left: 5px;
	float: right;
height :270px;
}

