/*
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
----------------------------------------------------------- */
/*   Color pallette for jgbg.org   */
/*     Blue =      #335577;            */
/*     Red =       #AA4444;           */
/*     Green =   #005500;            */
/*     Orange = #DD9944;          */
/*     Grey =      #333333;           */


/*Background
------------------------------------------------------------ */
body { background: #DD9944; }
#wrapper{
	background: #fff;
	padding: 0 20px 10px 20px;
	border-left: 4px solid #333333;
	border-right: 4px solid #333333;
	}
#sidebar {
	width: 286px;
	padding: 0 0 20px 1em;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #333333;

}
.thin-sidebar {width: 132px;}
/*Links 
------------------------------------------------------------ */
#content a:link, #content a:visited { color: #DD9944; }
#sidebar a:link, #sidebar a:visited { color: #335577; }
h1#title a:hover, div#title a:hover { color: #DD9944; }
#nav .page_item a:hover { 
  color: #DD9944;
	border-top: 4px solid #DD9944;
	}
#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: #DD9944;
	border-top: 4px solid #DD9944;
	}
.post-header h1 a:hover, .post-header h2 a:hover { color: #DD9944; }
.post-header {color: #005500;}
.comments a:hover { color: #DD9944; }
.meta a:hover { color: #DD9944; }
.highlight-box { background: #DD9944;	}
.post-footer a:hover { color: #DD9944; }
#footer p { color: #FFFFFF;}
/*Hover 
------------------------------------------------------------ */
#content .entry a:hover { color: #AA4444; }
#wrapper #sidebar a:hover { color: #005500; }
  
/*Reset Specific Link Colors
------------------------------------------------------------ */
#description h2 { color: #FFFFFF; }
#nav .page_item a:link {color: #DD9944}
#nav .page_item a:visited {color: #AA4444;}
#content .post-header h1 a:link, #content .post-header h1 a:visited, #content .post-header h2 a:link, #content .post-header h2 a:visited  { color: #335577; }
#content .post-header h1 a:hover, #content .post-header h2 a:hover { color: #AA4444; }
#content .comments a { color: #757575;	}
#content .comments a:hover { color: #DD9944; }
#content .meta a:link, #content .meta a:visited { color: #666; }
#content .meta a:hover { color: #DD9944; }
#content .post-footer a:link, #content .post-footer a:visited { color: #333; }
#content .c-permalink a:link, #content .c-permalink a:visited { color: #c1c1c1; }
#content .reply a:link, #reply .c-permalink a:visited { color: #c1c1c1; }
#content .reply a:hover { color: #DD9944; }
#footer a:link, #footer a:visited { color: #DD9944; }
#footer a:hover { color: #AA4444; }

/* GEOF PLAYGROUND
----------------------------------------------------------- */
#footer {
        background-color: #335577;
      	padding: 0 1em 0 1em;
        }
#header {
        background-color: #005500;
	padding: 20px 1em 10px 1em;
        }
h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited {color: #DD9944;}
h1#title a:hover, div#title a:hover {color: #AA4444; }

#sidebar {background-color: #AA4444;}
#sidebar ul li.widget ul li a:hover { background: none;}
#sidebar ul li.widget ul li a { background: none;}

/* END GEOF PLAYGROUND
-----------------------------------------------------------  */
