/*
COLORS
Blue: #004276
red: #9F0029
Gray: #888

*/
/*   Reset.css    */

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, ul, li,
fieldset, form, 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;
}

/* Remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #ddd;
}

#content ol {
margin:0px 0px 15px 20px;
list-style-position:outside;	
list-style-type:decimal;
padding:0px;	
}

#content ul {
margin:0px 0px 15px 20px;
list-style-type:square;
list-style:outside;
}

#content li {
margin:0px 0px 5px 0px;
}	



caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/***LAYOUT***/


body {
	text-align:center;
	font-size:small;
	padding:0px 0px;
}

#outer {
	text-align:left;
	width:830px;
	margin:0px auto;
	padding:10px 0px;
	background:url(http://whartonwomen.org/images/bg.jpg) top left 		repeat-y;
}

	#container {
	text-align:left;
	width:770px;
	margin:0px auto;
	}
	

	#header {
	margin:0px 0px 1px 0px;
	width:770px;
	height:120px;
	background:url(http://whartonwomen.org/images/header.jpg) top left no-repeat;
	}
		#header h1 {
		width:300px;
		height:120px;
		}
	
		#header h1 span {
		display:none;
		}
		
		#header img {
		
		}
		
		#header #search {
		}
	

	#navcontainer {
	background:url(http://whartonwomen.org/images/navbg.jpg) bottom left repeat-x;
	float:left;
	width:100%;
	margin:0px 0px 10px 0px;
	
	}
		
		ul#nav {
		display:block;
		list-style:none;
		font-size:90%;
		}
		
		ul#nav li {
		float:left;
		position:relative;
		margin:0px;
		list-style:none;
		}
			
			ul#nav li:hover, ul#nav li.over {
			background-color:#ccc;
			}
		
			ul#nav li a {
			color:white;
			display:block;
			padding:.5em 10px;
			text-decoration:none;
			font-weight:bold;
			float:left;	
			}
			
			ul#nav li:hover a, ul#nav li.over a  {
			color:#011d54;
			

			}
			
			
			/* the submenu, hidden to start. must be positioned absolute inside a relative LI */
			ul#nav li ul {
			position:absolute;
			top:2.4em;
			left:0px;
			width:200px;
			background:#ccc;
			display:none;
			font-size:90%;
			padding:5px 10px 10px 10px;
			}
			
			
			ul#nav li:hover ul, ul#nav li.over ul {
			display:block;
			width:200px;
		 	-moz-box-sizing: border-box;
			}
			
			
			
			ul#nav li ul li {
			float:none;
			margin:0px;
			padding:0px;
			}
			
				/* submenu links are dark blue */
				ul#nav li ul li a {
				color:#011d54;
				text-decoration:none;
				display:block;
				float:none;
				}
					/* submenu links get underlined when hovered */					
					#navcontainer ul li a:hover, li.over a:hover {
					color:#011d54;
					text-decoration:underline;
					}

			/* Fix IE. Hide from IE Mac \*/
			* html ul li { float: left; height: 1%; }
			* html ul li a { height: 1%; }
			/* End */


		
	#showcase {
	margin:0px 0px 0px 0px;
	}
		
	#content {
	width:100%;
	clear:both;
	}
		#mainbody{
		float:left;
		width:560px;
		}
		#mainnews {
	float:left;
	width:560px;
	background:url(http://whartonwomen.org/images/maintop.jpg) no-repeat top left;
	display:inline;
	background-color: #FFFFFF;
	margin-bottom: 5px;
		}
		#main {
		float:left;
		width:560px;
		background:url(http://whartonwomen.org/images/maintop.jpg) no-repeat top left ;
		display:inline;
		}

			#mainupper {
			width:100%;
			padding-bottom:10px;
			background:url(http://whartonwomen.org/images/mainbottom.jpg) no-repeat bottom left;
			background-color: #FFFFFF;
			margin-top: 5px;
			}
			#maininner {
	width:100%;
	padding-bottom:10px;
	background:url(http://whartonwomen.org/images/mainbottom.jpg) no-repeat bottom left;
	background-color: #FFFFFF;
	margin-top: 5px;
			}

			#mainupperheader {
			padding:10px;
			border-bottom:1px solid #ccc;
			}
			#mainheader {
			padding:10px 10px 10px 10px;
			border-bottom:1px solid #ccc;
			}
			
				.subtitle {
				text-transform:uppercase;
				font-weight:bold;
				color:#999;
				font-size:90%;
				}

			#mainuppercontent {
			padding:10px;
			}
			#mainuppercontent p{
			margin:0;
			}
			#maincontent {
			padding:10px;
			}
		
				.event {
				margin:20px 0px 0px 0px;
				border: 1px #ccc solid;
				background:#f0f0f0;
				padding:10px;
				
				}
				
				
				.event dt {
				text-transform:none;
				color:#333;
				line-height:1.1em;
				margin:0px 0px 5px 0px;
				font-weight:bold;
				font-size:120%;
				}
				
					.event .date {
					color:#999;
					text-transform:uppercase;
					}
					
					.event dd {
					line-height:1.2em;
					margin:0px 0px 2px 0px;
					}
					
					.event dd.meta {
					font-size:12px;
					color:#9f0092;
					}
					
				.rsvpclick {
				background:#999;
				color:white;
				display:block;
				padding:2px 10px;
				text-decoration:none;
				border:#ccc;
				border-top:none;
				}
				
				.rsvpform {
				background:#ccc;
				border:#ccc;
				border-top:none;
				}
				
				
				
				.rsvpform h3 {
				display:none;
				}
				
		

		#sidebar {
		float:right;
		width:200px;
		clear:right; 
		text-align:left;
		display:inline;
		}
		
			.sidebaritem {
			padding-top:7px;
			background:url(http://whartonwomen.org/images/sidebartop.jpg) no-repeat top left white;
			margin:0px 0px 10px 0px;
			}
			
			
			
			.sidebariteminner {
			background:url(http://whartonwomen.org/images/sidebarbottom.jpg) no-repeat bottom left white;
			padding-bottom:7px;
	
			}
			
				#sidebar h3 {
				margin:0px 0px 5px 0px;
				padding:5px;
				background:url(http://whartonwomen.org/images/sidebartitle.jpg) repeat-x bottom left white;
				font-size:100%;
				font-weight:bold;
				color:white;
				}
				
				#sidebar h3 a {
				text-decoration:none;
				}
			
				.sidebaritemcontent {
				padding:0px 5px 0px 5px;
				font-size:90%;
				}
				
				.sidebarevent {
				margin:0px 0px 10px 0px;
				
				}
				
				.sidebarevent dt {
				text-transform:none;
				color:#333;
				line-height:1.1em;
				margin:0px 0px 0px 0px;
				font-weight:bold;
				}
				
					.sidebarevent .date {
					color:#999;
					}
					
					.sidebarevent dd {
					line-height:1.2em;
					margin:0px 0px 2px 0px;
					}
					
					.sidebarevent dd.meta {
					font-size:11px;
					color:#999999;
					}
	
	#footer {
	padding-top:0px;
	clear:both;
	}
	
/***STYLES***/

body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,
caption,pre,p,blockquote,input,textarea {
  font-family:Arial, Verdana, sans-serif;
  line-height: 1.3em;
  color: #333;
}

h1,h2,h3,h4,h5,h6 { 
  font-family: Arial, "Lucida Grande", Verdana, sans-serif;
  margin: 0; 
  color:#111; 
  clear:both; 
}

h1 { 
font-size: 200%; 
margin:0px 0px 5px 0px;
}

h2 { 
font-size: 200%; 
color:#333333;
font-weight:bold;
}

h3 { 
font-size: 125%; 
margin:10px 0px 2.5px 0px; 
padding:0px;
font-weight:bold;
}

h4 { 
font-size: 100%; 
margin:10px 0px 2.5px 0px;
font-weight:bold;
text-transform:uppercase;
}

h5 { 
font-size: 100%;
font-weight:bold; 
}

h6 { 
font-size: 100%; 
font-weight:bold; 
}


p {
margin:0px 0px 10px 0px;
}

a {
color:#6A95C8;
}

strong {
font-weight:bold;
color:#9F0029;
}

small {
font-size:80%;
color:#ccc;
}


table {
width:99%;
border-top:1px solid #eee;
border-right:1px solid #ddd;
margin:5px 0px 10px 0px;
border-collapse:collapse;
}

table.formtable {
	width:100%;
border-collapse:collapse;
border:none;
}

table.formtable td {
	width:100%;
border-collapse:collapse;
border:none;
padding:10px 5px;
border-bottom:1px solid #ccc;
background:#f0f0f0;
}

.photos {
border:none;
margin:0px auto 10px auto;
}

.photos td {
padding:0px;
border:none;
vertical-align:middle;
}
 
	td {
	color:black;
	border-bottom:1px solid #ddd;
	border-left:1px solid #eee;
	padding:15px 5px;
	text-align:left;
	vertical-align:top;
	}
	
	tr.odd td {
	background:#f7bff;
	}
	
	#sidebar table {
	width:90%;
	}
	#sidebar td {
	text-align:center;
	padding:5px;
	}
	
table.noborders {
border:none;
}
	
table.noborders td {
border:none;
}

table.novertborders {
border-right:none;
}
table.novertborders td {
border-left:none;
}

label {
color:#888;
font-weight:bold;
}

label.error {
color:red;
font-weight:bold;
margin:0 5px;
display:block;
}

input.error {
	border:2px solid red;
	background:pink;

}
	
/***CLASSES***/	
	
p.intro {
font-size:30px;
line-height:36px;
display:block;
}

.top {
margin:0px;
}

.alignleft, .floatleft {
float:left;
margin:0px 10px 10px 0px;
}

.floatright {
float:right;
margin:0px 0px 10px 10px;
}

.clearleft {
clear:left;
}

.clearright {
clear:right;
}

.clearboth {
clear:both;
}

.border {
border:1px solid #ccc;
}

.padding {
padding:5px;
}

.datatable {

background:white;
border:1px solid #ccc;

}


#leftarrow, #rightarrow {
cursor:hand;
cursor:pointer;
}


.rsvpform {
border:1px solid #ccc;
padding:0px;
margin:0px 0px 10px 0px;
}

.rsvpform form {
padding:10px;
}

input[type=text] {
width:300px;
}

.success {
border:2px solid green;
padding:10px;
margin:2px 0px 10px 0px;
font-weight:bold;
color:green;
background-color:lightgreen;
}

/***SPONSORS PAGE***/
/**added by Jeff Foster on 2 OCT 2009**/
.sponsorRow {
width: 550px;
overflow: hidden;
margin-top: 25px;
margin-bottom: 20px;
}
	
.sponsorRow .left {
width: 265px;
float: left;
}

.sponsorRow .right {
width: 265px;
float: right;
}

.divider {
clear: both;
margin-top: 20px;
margin-bottom: 20px;
border-top: 1px solid #ccc;
font-size: 1px;
line-height: 1px;
	}
#entry{
	margin-left:10px;
	padding-right:10px;
}
#entry a{
	text-decoration:none;
	color:#6A95C8;
	font-weight:bold;
}
#entry a:hover{
	text-decoration:underline;
	color:#6A95C8;
	font-weight:bold;
}
#mainuppercontent a{
	color:#6A95C8;
}

#entry h2{
	font-size:16px;
	font-weight:bold;
}
#entry h2 a:hover{

	font-size:16px;
	font-weight:bold;
	color:#6A95C8;
}
#entry small{
font-size:12px;
font-weight:bold;
}
.post{
/*border-bottom:1px solid #ccc;*/
padding:20px 0px 0px 0px;
}
.post img{
	padding:5px 0px 5px 0px;
	max-width:540px;
	max-height: 400px;
}

.featimg{
	border:1px solid #CCCCCC;
	padding:4px;
	margin:0px 7px 0px 0px;
	float:left;
}
#mainupperlast{
	margin:10px 0px 0px 0px;
}
#mainupperlast a{
	padding-left: 20px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
#mainupperlast{
	font-weight:bold;
	float: left;

}

#mainuppercontent a {
	text-decoration:none;
	color:#6A95C8;
	font-weight:bold;
}
#mainuppercontent a:hover {
	text-decoration:underline;
	color:#6A95C8;
	font-weight:bold;
}
a.readmore{
	color:#6A95C8;
}
