/* Reset Reloaded - Meyer http://meyerweb.com/eric/thoughts/2007/05/ - Edited by Jason Buss */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* VYCC Layout
   Version: 3.3 (9/8/2007)
   Author: Jason Buss
*/

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #BBC98E;
  color: #2b2b2b;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#wrapper {
  background-color: #fff;
  margin: 10px auto 10px auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 780px;
}
#wrapper #header {
  background-color: #fff;
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#wrapper #content-wrapper #right-column {
	background-color: #EEE;
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 235px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#wrapper #content-wrapper #content {
  margin-bottom: 0;
  margin-right: 260px;
  margin-top: 0;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#wrapper #content-wrapper .clearFloat {
  clear: right;
  display: block;
}

#wrapper #linkbar {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#wrapper #footer {
  background-color: #BBC98E;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#wrapper #content-wrapper #right-column img {
	padding-bottom: 10px;
	padding-left: 6px;
}

/* Main VYCC CSS
   Version: 3.3.7 (2/8/2008)
   Author: Jason Buss */

body {
  font-family: "Frutiger", "Univers", "Helvetica Neue", Helvetica, Calibri, arial, helvetica, sans-serif; 
  font-size: 14px;
  line-height: 16px;
}

/* Page titles */
h1 {
	font-size: 24px;
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
	padding-bottom: 10px;
	line-height: 100%;
}

/* h1 title colors */
.headerhome {
	color: #336633;
}
.headeraboutus {
	color: #003399;
}
.headerpositions {
	color: #f5c22b;

}
.headerapply {
	color: #CC6600;
}
.headersupport {
	color: #7DB271;
}

.headerproject {
	color: #A77845;
}
.headeralumni {
	color: #7D3F71;
}
.headerbarn {
	color: #C01400;
}

/* Section titles. */
h2 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 5px;
	padding-top: 10px;
}


h3 {
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* Sets the style for quotes */
blockquote {
	padding-right: 20px;
	padding-left: 20px;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Link Icons */
a[href$=".pdf"]{
background:url(../images/icons/pdflink.gif) no-repeat right top;
padding-right: 12px;
}


a[href^="http:"] {
	background:url(../images/icons/external_link_icon.gif) no-repeat right top;
	padding-right: 16px;
	}
	
a[href^="http://www.vycc.org/"], a[href^="http://www.vycc.org"] {
	background-image:none;
	padding-right: 0px;
	}
	
a[href^="http://s35523.gridserver.com/"], a[href^="http://s35523.gridserver.com"] {
	background-image:none;
	padding-right: 0px;
	}
	
a[href^="http://www.vyccapp.org/"], a[href^="http://www.vyccapp.org"] {
	background-image:none;
	padding-right: 0px;
	}	
	
a[href^="http://feeds.feedburner.com/"], a[href^="http://feeds.feedburner.com"] {
	background-image:none;
	padding-right: 0px;
	}	
	
a[href^="http://maps.google.com/"], a[href^="http://maps.google.com"] {
	background-image:none;
	padding-right: 0px;
	}
	
a[href^="http://www.adobe.com/"], a[href^="http://www.adobe.com"] {
	background-image:none;
	padding-right: 0px;
	}
	
a[href^="http://www.apple.com/"], a[href^="http://www.apple.com"] {
	background-image:none;
	padding-right: 0px;
	}
	
/* Link Icons End*/


/* Sets the style for unvisited links. */
a,  a:link {
	color: #336600;
}


/* Sets the style for visited links. */

/*a:visited {
	color: #73993E;

} */
/* Sets the style for links on mouseover. */
a:hover {
	color: #003399;
	background-color: #b2c1ff;

}
/* Sets the style for a link that has focus. */
a:focus {

}

/* Sets the style for a link that is being activated/clicked. */
a:active {

}

/* Corrects Header Placement */

#wrapper #header {
	padding-top: 5px;
	padding-left: 5px;
}

/*Content Styles*/

#content img, #content-main img {
	padding: 5px;
	margin: 10px;
	border: 1px solid #CCCCCC;
}
#content p, #content-main p, .post .entry p {
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 20px;
}

dl {line-height: 150%}

dt {
	display: block;
	float: left;
	margin-right: .7em;
	width: 8em;
	font-weight: bold;
	text-align: right;
}
.important {
	background-color: #c2caff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0033FF;
	border-bottom-color: #0033FF;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.very-important {
	background-color: #ffadad;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	padding: 10px;
}

/* Positioning */

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.line {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}


.list {
	list-style-type: square;
	line-height: 20px;
	padding-left: 20px;
}
.topline {
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	margin-top: 15px;
}

.list-inset {
	padding-left: 20px;
	line-height: 20px;
}

.list-header {
	left: 0px;
	font-weight: bold;
	margin-left: -20px;
	font-size: 16px;
	list-style-type: none;
	padding-top: 10px;
}

.small {
	font-size: 10px;
}

.bold {
	font-weight: bold;
}

.nohover a:hover {
	background-color: transparent;
}

.noborder {
	border-style: none;
}

/* Google */

#google {
	float: right;
	padding-right: 10px;
}
#google form {
	margin: 0px;
	padding: 0px;
}

/*Footer*/

#wrapper #footer p {
	width: 700px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #footer p a {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

#wrapper #footer p a:hover {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	background-color: #BBC98E;
}

/*Footer End*/

/*Block links (applications, etc)*/

#links ul {
        list-style-type: none;
        width: 400px;
} 

#links li {
        border: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0;
		background-color:#FFFFCC;
}

#links li a { 
        color: #336600;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

* html #links li a {  /* make hover effect work in IE */
	width: 400px;
}

#links li a:hover {
        background: #b2c1ff;
			color: #003399;
}

#links a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#links a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}

/*End Block links*/

/*Bottom Link Bar Buttons*/

#linbar-line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	margin: 5px;
}

#linkbar  a {
	display: block;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #749a3f;
	text-decoration: none;
	font-size: 12px;
	margin-right: 15px;
}

#linkbar  a:hover {
	color: #003399;
	background: #7385FF;
}

/*End Bottom Link Bar Buttons*/


.inset {
	padding-left: 15px;
}

/*E-News Form*/

#emailform {
	padding-left: 50px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#emailform label {
	float: left;
	width: 4em;
}

#emailform input:focus, textarea:focus {
	background: #ffc;
}

/*End E-News Form*/


/*Summary Boxes for Program Pages*/
#summary {
	float: left;
	width: 300px;
	padding: 10px;
	background-color: #CCC6A5;
	margin-right: 10px;
	border: 1px solid #9c9c9c;
}
#summary li {
	list-style-type: square;
	list-style-position: inside;
	padding-bottom: 5px;
	padding-left: 5px;
}
#summary .summary-header {
	list-style-type: none;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

/*News - WP Styles */
small, p.postmetadata, p.footer-wp {
	font-size: 11px;
}

small {
	padding-bottom: 40px;
}

p.footer-wp {
	line-height: 12px;
	padding-left: 10px;
	clear: both;
}



h3#respond, p.nocomments, {
	clear: both;
}

.post {
	clear: left;
	border-bottom: 1px solid #d8d8d8;
}

h1 {
	clear: left;
	border-bottom: 1px solid #d8d8d8;
}

#content.narrowcolumn .post {
	margin-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
}

#sidebar {
	line-height: 160%;
	background: none;
}

#sidebar li {
	padding-left: 15px;
}

li#archives.widget.widget_archives{
	padding-bottom: 20px;
	
}

.navigation {
	margin-bottom: 15px;
	line-height: 140%;
}

h2 {
	line-height: 125%;
}

p.postmetadata {
	padding: 5px;

}

input:focus {
	background: #ffc;
}

#page #content-wrapper #right-column {
	background: none;
	
}

#comment {
	width: 500px;
	
}

