/*
Theme Name:	Degree Theme *child*
Theme URI: 
Description: 	Your custom child theme for Vigilance. Make all your custom changes in the <code>themes/emergency</code> folder.
Author:	Haley
Author URI:
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;
	}
*/

body { background: #EDF7FF; }
#wrapper{
	background: #ffffff;
	padding:8px;
	width: 777px;
	margin: 26px auto 0;
}

#header {
border-bottom: 5px solid #1185A8;
background: url(images/degree-heading.jpg) top left no-repeat;
height:98px;
padding: 0;
margin:0;
}

div#title {
background: url(images/degree-template-logo.png) top left no-repeat;
height:32px;
margin: 0 !important;
padding:16px 0 0 17px !important;
}
h1#title, div#title {
float: none;
line-height:20px;
width:500px;
padding:0;
margin: 0;
}
h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited  { 
color:#1185A8;
font-family:arial;
font-weight:bold;

font-size:23px;
}

h1#title a:hover, div#title a:hover {
color:#1185A8;
font-family:arial;
font-size:23px;
font-weight:bold;
}

#description {
float:none;
margin:0 0 0 0;
padding:0 0 0 19px;

}

#description h2 {
color:#007D44;
font-size:1.3em;
line-height: normal;
float: none;
margin:0;
}

#nav .page_item a:hover { 
  color: #BF2604;
	border-top: 3px solid #BF2604;
	}
#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: #BF2604;
	border-top: 3px solid #BF2604;
	}
	
#content{
float: right;
width: 555px;

}

h1.pagetitle, h2.pagetitle {
color:#007D44;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:22px;
line-height:1.1em;
margin-bottom:0.45em;
margin-top:1.35em;
}
#sidebar { 
background: #E9EDF0;
border-right:1px solid #1185A8;
width:140px;	
float:left;
height: 2000px;
}

#sidebar ul {
list-style-position:outside;
margin-left:0;
}

#sidebar ul li {
line-height:1.5em;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:0.75em;
margin-top:1.25em;
}
#sidebar a {
border-bottom:1px solid #9ABBC6;
color:#007D44;
display:block;
padding:10px 0;
text-decoration:none;
font-size:1.3em;
}
#sidebar a:hover {
border-bottom:1px solid #1185A8;
background:#EDF7FF;
color:#007D44;
display:block;
padding:10px 0;
text-decoration:none;
font-size:1.3em;
}
h2.widgettitle  {
border-bottom:1px solid #9ABBC6;
}


.entry h2 {
font-size: 16px;
font-family:Verdana,Arial,Helvetica,sans-serif;
color:#1185A8;
}

.entry h3, .entry h4 {
font-size: 14px;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-weight: normal;
}




#footer { 
	clear: both;
	padding:8px;
	border-top: 1px solid #1185A8;
	color:#347A99;
	background:#E0EFF4;
	}
/*
#leadGen {
float: left;
margin: 0 0 20px 0;
padding: 0 16px;
width: 497px;
height: 225px;
background: url(images/debtconsolidation-leadgraphic.jpg) top left no-repeat;
}
div#leadGen a {
	display: block;
	height: 40px;
	width: 200px;
	margin: 170px 0 0 300px;
	cursor: pointer;
	
}
#leadGen a span {
    display: none;
}*/