/*
Theme Name:	Vigilance PRO Child Theme
Theme URI: 	http://thethemefoundry.com/vigilance/
Description: 	Custom child theme for PRO Members.
Version: 1.34
Author:		Drew Strojny & Kerri on 26 March 2010
Author URI:	http://thethemefoundry.com
Template: vigilance
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../vigilance/stylesheets/master.css");
@import url("../vigilance/functions/stylesheets/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; }

/* Page Templates
-----------------------------------------------------------*/

#content.no-sidebar { width: 920px; }
#content.no-sidebar li.comment { width: 560px; }

body.page-template-left-sidebar-php #sidebar { 
  width: 300px;
  float: left; 
  padding: 0;
}
body.page-template-left-sidebar-php #content { 
  width: 600px;
  float: right; 
  padding: 20px 0 20px 20px;
}

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/



/*Changes to Basic Structure
------------------------------------------------------------ */
#wrapper {
  width: 930px;
  margin: 0 auto;
  text-align: left;
}
#content { 
  float: left; 
  width: 700px;
  padding: 20px 30px 20px 0;
}
#sidebar { 
  float: right; 
  width: 200px;
  padding-bottom: 20px;
}



/*Description
---------------------------------------*/
#description { float: left; }
#description h2 {
  font-size: 1.8em;
  font-weight: normal;
  color: #666;
}

/* Changes to highlight-box 
-----------------------------------------------------------------*/

.highlight-box {
  float: right;
  margin: 0 0 10px 10px;
  width: 280px;
  padding: 10px;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
  border-top: 3px solid #772124;
  background: #dff4c1;
  color: #772124;
}
.highlight-box a:link, .highlight-box a:visited {
  color: #292828;
  text-decoration: underline;
}
.highlight-box a:hover { text-decoration: none; }
.entry .highlight-box p {
  margin: 10px 0;
  line-height: 1.4em;
  font-size: 1.1em;
}
.entry .highlight-box ul li {
  font-size: 1.1em;
  background: url(../images/list-square.gif) no-repeat 0 .4em; 
}
.entry .highlight-box h2, .entry .highlight-box h3, .entry .highlight-box h4 { 
  margin: 0; 
  padding: 0;
  color: #292828; 
}
.highlight-box h2 { text-transform: uppercase; }

/* Changes to blockquote
-----------------------------------------------------------------*/
blockquote {
  clear: both;
  display: block;
  padding: 20px 10px 20px 45px;
  margin: 20px 0;
  font-style: italic;
  font-size: 1.2em;
  color: #141310;
  background: #e7e6e2 url(../images/blockquote.gif) no-repeat top left;
}


/* Changes to entry headings 
-----------------------------------------------------------------*/

.entry h2, .entry h3, .entry h4 {
  font-size: 1.3em;
  padding: 5px 0 5px 0;
}
.entry h3 { 
  padding-top: 3px;
  font-size: 1em;
}
.entry h4 { 
  padding-top: 3px;
  font-size: .9em;
}



/*Pages
---------------------------------------*/
h1.pagetitle, h2.pagetitle {
  margin-bottom: 10px;
  padding-bottom: 7px;
  font-size: 3.2em;
  line-height: 1.1em;
  border-bottom: 4px double #eee;
font-family: Palatino Linotype, Georgia, verdana;
color: #772124;
}

/*Sidebar
------------------------------------------------------------ */
#sidebar-image { padding-top: 20px; }
#sidebar-image { font-size: 1.3em; } 
#sidebar-image p { 
  margin-bottom: 15px; 
  line-height: 1.6em;
}
h2.widgettitle {
  padding: 25px 0 3px 0;
  font-size: 2.2em;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 1.2pt;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
  border-bottom: 1px solid #eee;
}
ul li.widget ul {
  margin: 0;
  font-size: 1.6em;
}
ul li.widget ul li ul { 
  margin-left: 5px;
  font-size: 1em; 
}
ul li.widget ul li { 
  padding: 8px 0;
  border-bottom: 1px solid #eee; 
}
ul li.widget ul li ul li { border-bottom: none; }
ul li.widget ul li a {
  display: block;
  padding: 0 0 0 15px;
  background: url(../images/list-item.gif) no-repeat 0 6px;
}
ul li.widget ul li a:hover { background-position: 0 -136px; }
ul li.widget ul#recentcomments li a {
  padding: 0;
  background: none;
}
div.textwidget p {
  font-size: 1.3em;
  margin: 10px 0 0 0;
}
li.widget select { margin-top: 10px; }