/*
Theme Name:	Vigilance PRO *Child Theme*
Theme URI: 	http://themes.jestro.com/vigilance/
Description: 	Custom child theme for Vigilance PRO Members. Make all your custom changes in the <code>themes/myvigilance</code> folder.
Version: 1.21
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;
	}
*/

/* Page Templates
-----------------------------------------------------------*/

#content.no-sidebar { width: 920px; }
#content.no-sidebar li.comment { width: 560px; }

body.left-sidebar #sidebar { 
  width: 300px;
  float: left; 
  padding: 0;
  }
body.left-sidebar #content { 
  width: 600px;
  float: right; 
  padding: 20px 0 20px 20px;
  }



.entry img {
background:url('http://wordsnob.files.wordpress.com/2009/05/shadow.gif') no-repeat right bottom;
border:none;
border-top:#eee 1px solid;
border-left:#eee 1px solid;
padding:4px 10px 10px 4px;
}

.entry a img {
border:none;
background:url('http://wordsnob.files.wordpress.com/2009/05/shadow.gif') no-repeat right bottom;
border-top:#eee 1px solid;
border-left:#eee 1px solid;
padding:4px 10px 10px 4px;
}

span.small {
line-height:120%;
}

p.small {
line-height:120%;
}

p.big {
line-height:200%;
}

p.smtxt {
font-size:1.1em;
line-height:120%;
}

body
{
background-image:url('http://www.maggiewilliamswanderer.com/wp-content/uploads/2009/08/greenwood2.jpg'); 
background-repeat: repeat-x;

}

/* override the header from master.css to move the nav up and get rid of the bottom border that's now right above the top-banner */
#header {
	padding: 0px 0 10px 0; 
	border-bottom: none; 
	}

/* Override Nav settings in master.css
---------------------------------------*/
#nav {
	/*float: right; */
	font-size: 1.5em;
        font-weight:bold;
	/*font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;*/
	}
/*#nav ul {
	padding: 0 0 0 20px;
	list-style: none;
	position: relative;
	}
#nav ul li {
	display: inline;
	margin: 0 0 0 15px;
	}
#nav .page_item a:link, #nav .page_item a:visited {
	color: #333;
	text-decoration: none;
	}
#nav .page_item a:hover {
	color: #772124;
	text-decoration: none;
	padding-top: .1em;
	border-top: 4px solid #772124;
	}*/
#nav .current_page_item a:link, #nav .current_page_item a:visited, #nav .current_page_item a:hover, #nav .current_page_parent a:link, #nav .current_page_parent a:visited, #nav .current_page_parent a:hover, #nav .current_page_ancestor a:link, #nav .current_page_ancestor a:visited, #nav .current_page_ancestor a:hover{
	color: #772124;
	text-decoration: none;
	padding-top: .1em;
	border-bottom: 4px solid #772124;
        border-top: none;
	}

#menu {
	padding-bottom: 5px;
        border-bottom: 3px solid #000000;
	}
#menu img {
	border: 1px solid #777777;
	}

#rss-feed  { padding-top: 5px; }

/* table style */
table.du {
	border-width: 1px 1px 1px 1px;
	border-spacing: 4px;
	border-style: outset outset outset outset;
	border-color: blue blue blue blue;
	border-collapse: separate;
	background-color: rgb(250, 240, 230);
}
table.du th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 6px 6px 6px 6px;
}
table.du td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 6px 6px 6px 6px;
	color:#000;
}

.indented
   {margin-right: 5%; margin-left: 5%}

.body {
   font-family: arial; helvetica; sansserrif;
}

.date span {
color: #757575;
}

.alert-box {
   background: none repeat scroll 0 0;
}
