/*
Theme Name: Wharton Energy Club
Theme URI: http://www.whartonenergyclub.com/
Description: The default WordPress theme for Wharton Energy Club.
Version: 1.0
Author: Bellamy Budiman
Author URI: http://www.neuro-designs.com/

*/


/* General Settings */

p, h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	}

h1, h2, h3, h4, h5, h6 {
	color: #00adee;
	}
		
h2 {
	font-size: 1.5em;
	}

h2.title {
	font-size: 2em;
	padding: 17px 10px 15px 10px;
	border-left: 5px solid #d6de23;
	background: #baba20;
	text-align: left;
	color: #fff;
	}

h3 {
	color: #baba20;
	margin: 0px;
	font-size: 1.3em;
	}

h4 {
	font-size: 1em;
	}

p {
	margin-bottom: 20px;
	}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
	ul li {
		margin: 0px;
		padding: 0px;
		}
	
img {
	border: 0px;
	vertical-align: text-bottom;
	}
	
a:link, a:visited {
	color: #00adee;
	text-decoration: none;
	font-weight: bold;
	}
	
	a:hover {
		color: #999;
		}

html {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	}

body {
	min-width: 960px;
	margin: 0px;
	padding: 0px;
	background: #fff url("images/bg_header.png") top repeat-x;
	font: 10px/20px helvetica, arial, sans-serif;
	font-size: 62.5%;
	color: #666;
	}
	
#header {
	width: 960px;
	margin: 0px auto;
	background: url("images/bg_header_plc.png") no-repeat;
	}
	
	#header .plc {
		width: 900px;
		margin: 0px auto;
		padding-top: 67px;
		border-bottom: 1px solid #fff;
		}

#header .plc h1 {
	margin: 0px;
	width: 220px;
	height: 87px;
	display: block;
	padding: 0px;
	}
	
	#header .plc h1 a {
		display: block;
		width: 220px;
		height: 87px;
		background: url("images/logo.png") 0 0 no-repeat;
		margin: 0px;
		text-align: left;
		text-indent: -80000em;
		text-decoration: none;
		}
		
#contents {
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
	}

	#contents #sidebar2 {
		width: 250px;
		float: left;
			}


	#contents #menu {
		width: 220px;
		float: left;
		padding-left: 30px;
		}
		
		#contents #menu ul {
			width: 220px;
			padding: 0px;
			margin: 0px;
			list-style-type: none;
			}
			
			#contents #menu ul li {
				width: 220px;
				height: 36px;
				padding: 0px;
				margin: 0px;
				border-bottom: 1px solid #fff;
				}
				
				#contents #menu ul li a:link, #contents #menu ul li a:visited {
					background: url("images/bg_menu.png") no-repeat;
					display: block;
					width: 180px;
					height: 18px;
					padding:  8px 10px 10px 30px;
					color: #fff;
					font-size: 1.5em;
					text-transform: lowercase;
					}
					
					#contents #menu ul li a:hover {
						background: url("images/bg_menu_hover.png") no-repeat;
						color: #00adee;
						}
					
	#contents #column {
		width: 680px;
		float: left;
		border-bottom: 1px solid #eaeaea;
		padding-bottom: 30px;
		overflow: hidden;
		}
		
		#contents #column #copy {
			width: 420px;
			padding-left: 20px;
			padding-top: 20px;
			float: left;
			font-size: 1.2em;
			}
			
		#contents #column #sidebar {
			width: 200px;
			float: right;
			padding: 10px;
			font-size: 1.1em;
			line-height: 1.6em;
			background: #fafafa;
			margin-top: 15px;
			}
			
			#contents #column #sidebar .sidebarModule {
				margin-bottom: 20px;
				}

				#contents #column #sidebar .sidebarModule h3 {
					color: #baba20;
					font-size: 1.2em;
					margin: 0px;
					padding: 10px;
					padding-top: 0px;
					border-bottom: 3px solid #00adee;
					}

				#contents #column #sidebar .sidebarModule ul {
					padding: 10px;
					padding-bottom: 0px;
					margin: 0px;
					list-style-type: none;
					}

					#contents #column #sidebar .sidebarModule ul li {
						font-style: italic;
						padding-bottom: 8px;
						margin-bottom: 8px;
						border-bottom: 1px solid #eaeaea;
						}
						
						#contents #column #sidebar .sidebarModule ul li a {
							font-style: normal;
							}
							
				#contents #column #sidebar .sidebarModule p {
					padding-left: 10px;
					}

		#contents #column #copyWide {
			width: 220px;
			padding-left: 20px;
			padding-top: 20px;
			float: left;
			font-size: 1.2em;
			}
	
		
#footer {
	width: 100%;
	min-width: 960px;
	height: 100px;
	margin: 0px auto;
	background: #fff url("images/bg_footer.png") bottom repeat-x;
	overflow: hidden;
	}
	
	#footer .plc {
		width: 960px;
		margin: 0px auto;
		height: 100px;
		background: url("images/bg_footer_plc.png") bottom no-repeat;
		}
	
	#footer p.copyright {
		margin: 0px;
		font-size: 1em;
		color: #ccc;
		padding-top: 11px;
		padding-left: 260px;
		float: left;
		width: 450px;
		}
		
		#footer p.copyright a:link, #footer p.copyright a:visited {
			color: #ccc;
			font-weight: bold;
			}
			
			#footer p.copyright a:hover {
				color: #999;
				}
				
	#footer p.whartonLogo {
		width: 200px;
		float: right;
		text-align: right;
		padding-right: 40px;
		padding-top: 20px;
		}
		

.speaker {
	background: #eee;
	padding: 10px;
	padding-bottom: 5px;
	margin-bottom: 1px;
	}


.bio, .link {
	width: 400px;
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 10px;
	}
	
.link {
	margin-top: 10px;
	}
	
	.bio .pic, .link .pic {
		width: 106px;
		float: left;
		text-align: center;
		}
		
		.bio .pic img {
			border: 1px solid #eaeaea;
			padding: 2px;
			margin-bottom: 10px;
			}

		.link .pic img {
			margin-bottom: 10px;
			}
		
	.bio .desc, .link .desc {
		width: 280px;
		float: right;
		}
		
		.bio .desc h3 a {
			background: url("images/email.png") right no-repeat;
			padding-right: 15px;
			}

		.link .desc h3 a {
			}



h2.widgettitle {
	font-size: 1.2em;
	color: #baba20;
	}
	
	h2.widgettitle a:link, h2.widgettitle a:visited {
		color: #baba20;
		}
	
li.widget {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
	}

#sidebar ul li.widget ul {
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	}

	#sidebar ul li.widget ul li {
		list-style-type: square;
		list-style-position: outside;
		}