/*   
Theme Name: cctheme2010
Theme URI: http://www.uvmcatholic.com	
Description: The Catholic Center at the University of Vermont
Author: Craig Macy
Author URI: 
Version: 1.0
.
General comments/License Statement if any.
.
*/

.trajan {
	font-family: "Trajan Pro", Times, serif;
}

.hang { text-indent: -3em; margin-left: 3em; } 

.spacing150 { line-height: 150%; }

.palatino {
	font-family: "Palatino", serif;
	font-style: italic;
}

body {
	background-color: #11175E;	
}

#body {
	width: 630px;
	background-color: #B0CAEA;
	margin: 10px;
	margin-left: 230px;
	margin-top: 20px;
}

#title {
	background-color: #B0CAEA;
	margin: 10px;
	margin-left: 230px;
	width: 670px;
	height: 150px;
}

#titleInside {
	width: 650px;
	height: 100px;
	padding: 10px;
}

#augustine {
	margin-top: -10px;
	padding: 10px;
	float:left;
	width: 200px;
	height: 150px;	
	background-color: #11175E;
}

#dropdown {
	width: 650px;
	text-align: left;
	background-color: #B0CAEA;
}

#menu {
	float:left;
	margin: 10px;
	background-color: #B0CAEA;
	width: 170px;
	height: auto;
}

#leftmenuinside {
	padding:10px;
	padding-top: 20px;
}

#bodyinside {
	padding:20px;
}

.extraLineHeight {line-height: 175%;}

.bl {background: url(images/bl.gif) 0 100% no-repeat;}
.br {background: url(images/br.gif) 100% 100% no-repeat;}
.tl {background: url(images/tl.gif) 0 0 no-repeat;}
.tr {background: url(images/tr.gif) 100% 0 no-repeat;background-color: #B0CAEA;}

.menucorners { width: 670px; height: 150px;}
.leftmenucorners {height: auto; width: 200px;}
.bodycorners {height: auto; width:670px;}
.logocorners {height: 150px; width:200px;}

#body ul,#body ol { 
	list-style: disc outside none;
	padding-left: 1em;
	padding-top: 1em;
}

#body h2 {
	margin-top: 1em;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	line-height: 1;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#body h1 {
	margin-top: 1em;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	line-height: 1;
	font-weight: bold;
	font-size: 1.5em;
	color: #333333;
}

fieldset {
	border: none;
}

fieldset fieldset {
	border: none;
	padding-left: 1.5em;
}

legend {
	font-weight: bold;
	font-size: 1.2em;
	color: #2B4C8C;
	padding-top: 1.0em;
	margin-left: -0.5em;
	padding-bottom: 0.5em;
}

label {
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0.25em;
}

input {
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	padding: 0.25em;
}

input.textbox {
	background: #fff;
	width: 30em;
	border: solid 1px #2B4C8C;
}

input.checkbox {
	display: inline;
}

input.submit {
	cursor: pointer;
	background: #F7DBA9;
	border: solid 1px #2B4C8C;
	margin: 1em auto;
	padding: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
}

input.submit:hover {
	background: #EFEFEF;
	border: solid 1px #555;
}

select {
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000;
	background: #fff;
	width: 30em;
	border: solid 1px #2B4C8C;
}

textarea {
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: #fff;
	width: 30em;
	height: 20em;
	border: solid 1px #2B4C8C;
	padding: 0.25em;
}

