/*  
Theme name:		ASME Student Section WordPress Theme
Author:			Sue Libertiny
Inspiration:	Learned how to modify WP themes using a using video tutorial by Chris Coyier from css-tricks.com.
				You should definitely check out his site.
Heros:			CBHB and the LPP

Colors used:	Bright red		#E82C2B
				Light grey		#8F8E8E
				Medium grey		#C0C0C0
				Dark grey		#272727
				Dark blue		#000066
				


/* RESET */


ul{
	list-style-position: inside;
	list-style-type: none;
	padding: 0px;
	display: block;
	margin: 0px;
	background-color: transparent;
}

ul.about-us {
	list-style-position: outside;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

ul.about-us li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

ul.hire-us {
	list-style-position: inside;
	list-style-type: decimal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

ul.hire-us li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
p.privacy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #999999;
}

p.about-us {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000066;
	line-height: 18px;
}

p.about-us-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #000000;
}

ul li li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: list-item;
}

ul li li a{
	display:block;
	padding:6px 12px 9px;
	}

li a{
	text-decoration: underline;
}
ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEEEEE;
	margin: 15px;
	padding: 9px;
	list-style-position: inside;
	list-style-type: none;
}

ol.commentlist{
	float: left;
	width: 500px;
	list-style-type: none;
	border: thin solid #CCCCCC;
}

li.comment{
	background-color: #FFFFFF;
	border: thin solid #EEEEEE;
	float: right;
	width: 60%;
}


a {
	outline:none;
	text-decoration:none;
	padding: 0px;
}

table {
	border-collapse:collapse;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #666666;
	border-left-color: #666666;
	border-top-style: none;
	border-bottom-style: none;
}


#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -150px;
	margin-left: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
	background-position: left top;
	padding: 0px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat-y;
	text-align: left;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}

#header {
	padding: 0px;
	height: 150px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000066;
	background-image: url(images/libertiny_logo_blue_white.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom-width: 5px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: none;
	border-top-color: #FFFFFF;
}


#footer{
	background-color: #000066;
	height: 150px;
	width: 100%;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-top-color: #FF0000;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main-col{
	float: left;
	width: 550px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00FF00;
	border-right-color: #00FF00;
	border-bottom-color: #999999;
	border-left-color: #00FF00;
	margin: 10px;
}

#free-stuff {
	background-color: #EEEEEE;
	float: left;
	width: 450px;
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	border: thin solid #999999;
}

#motto {
	padding: 10px;
	height: 100px;
	width: 400px;
	margin-top: 10px;
	margin-left: 240px;
	float: left;
}

p.motto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: none;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 16px;
}

h1.motto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
}


#search-col{
	float:left;
	width:650px;
	margin: 20px;
}

#sidebar ,#sidebar2{
	padding: 0px;
	border:2px none #00FF00;
	float: right;
	width: 280px;
	height: 100%;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

#translator {
	background-color: #FFFFFF;
	padding: 0px;
	float: left;
	width: 280px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 4px;
}

#twitter{
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#twitter img{
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#twitter a:{
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#twitter a:hover {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.sidebar-ads a:link, .sidebar-ads a:visited, .sidebar-ads a:active, .sidebar-ads a:hover{
	text-decoration: none;
	background-color: transparent;
	color: #FFFFFF;
}

.sidebar-ads img{
	padding: 2px;
	border: thin solid #999999;
}

.sidebar-ads img:hover {
	border: thin solid #666666;
}

.ad-holder {
	height: 135px;
	width: 128px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding: 2px;
}

#sidebar ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;	
}

#sidebar ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#sidebar ul li a{
	color: #000066;
	text-decoration: none;
	background-color: #EEEEEE;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px dotted #CCCCCC;
}
#sidebar ul li a:hover{
	color: #FF0000;
	background-color: #FFFFFF;
}

#sidebar p{
	line-height: 17px;
	background-color: #EEEEEE;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#push{
	height: 150px;
	margin: 0px;
	padding: 0px;
}

#searchform{
	float: right;
	padding: 9px;
}

/* NAVIGATION BAR */

#navcontainer {
	background-color:#000066;
	margin:0px;
	padding:0px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	height:40px;
	font-weight:normal;
	font-size:12px;
	display:block;
	background-attachment:scroll;
	}

ul#navlist{
	white-space:normal;
	height:40px;
	margin:0px;
	background-color:transparent;
	float:left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	}

#navlist li{
	display:inline;
	list-style-type:none;
	padding:0px;
	background-color:transparent;
	float:left;
	margin-top:2px;
	margin-right: 5px;
	}
#navlist li a{
	display:block;
	margin:0px;
	float:left;
	text-transform:uppercase;
	font-weight:bold;
	padding:8px;
	}

#navlist a:link{
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
}

#navlist a:visited{
	background-color: #000066;
	color:#FFFFFF;
	text-decoration: none;
}

#navlist a:hover{
	background-color: #FFFFFF;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright: 10px;
	color: #FF0000;
	text-decoration: none;
}	



#navlist li.current_page_item a{
	background-color: #FFFFFF;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright: 10px;
	color: #FF0000;
	text-decoration: none;
}		

#navlist li a.on{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: transparent;
}		

#navlist li a.on:hover{
	background-color: #000066;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

form#searchform{
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#comment-bubble{
	background-color: #FFFFFF;
	width: 400px;
	border: thin solid #CCCCCC;
	background-image: none;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	z-index: 5;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
}

#comment-header{
	min-height:25px;
	background-attachment: scroll;
	background-image: url(images/comment_bubble_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 10px;
	float: left;
	width: 40px;
	background-color: #EEEEEE;
	}

#comments{
	margin: 0px;
	padding: 0px;
	width: 500px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCC;
	border-right-color: #CCCCC;
	border-bottom-color: #CCCCC;
	border-left-color: #CCCCC;
}

#gallery{
	height: 150px;
	width: 600px;
	border: thin none #EEEEEE;
	margin-top: 15px;
	margin-left: 10px;
	overflow: hidden;
}

#bottom-content {
	text-align: left;
	display: block;
	padding: 0px;
	width: 100%;
	margin-top: 10px;
	float: left;
}


img.gallery {
	float: left;
	margin-right: 5px;
	border: medium solid #CCCCCC;
	padding: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
	background-color: #EEEEEE;
}

#constant-contact{
	border: thick solid #FFFFFF;
	width: 100%;
	padding: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #EEEEEE;
	margin: 0px;
}



/* UTILITY */

.floatleft {float:left;}
.floatright {float:right;}
.clear {clear:both;}
.button {
	border: 1px solid #272727;
	padding: 3px 8px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	color: #003399;
	background-color: #FFFFFF;
	}

.button:hover {
	color:#FF0000;
	background-color: #FFFFFF;
}

/* TYPOGRAPHY DEFINITIONS */

a.postmeta{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000EE;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
	padding-top: 15px;
}

p.postmeta {
	background-color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	border: thin solid #999999;
}

p.free {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

p.free-sw-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #000000;
	text-align: left;
}

p, li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p.date {
	sfont-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	line-height: 16px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2 a, h2 a:visited {
	color:#000066
}

h2 a:hover {
	color: #FFFFFF;
	background-color: #000066;
}

h2.widgettitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-transform:uppercase;
}

a, a:visited {
	color:#000066;
	font-weight: normal;
}


a:hover {
	color:white;
	background-color: #000066;
	font-weight: normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

h2.about-us {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000066;
	text-transform: uppercase;
}

h1.footer{
	color: #FFFFFF;
	margin: 0px;
	padding: 20px;
}
p.footer{color:#FFFFFF}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000066;
}

.footer a{
	color:#FFFFFF;
	text-decoration: underline;
	}

.footer a:hover{
	color:#000066;
	background-color:#FFFFFF;
	text-decoration:none;
	}
	
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000066;
	background-color: #FFFFFF;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0066CC;
	background-color: #FFFFFF;
}

h3#respond{
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #CCCCCC;
	margin: 0px;
	float: left;
	width: 300px;
	padding: 10px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* CLASS DEFINITIONS */
.post{
	margin-bottom: 10px;
	padding: 10px;
	margin-left: 20px;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 20px;
}
.post h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.postdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

.post img {
	float: left;
	border: medium none #999999;
	padding: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
}

p.photos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000066;
}

p.events {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}


textarea#comment{
	width: 450px;
}

img.alignleft{
	border: medium solid #999999;
	display: inline;
	float: left;
	clear: both;
	padding: 2px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

img.alignone {
	border: medium solid #999999;
	display: inline;
	float: left;
	clear: both;
	padding: 2px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

img.size-medium {
	border: medium solid #999999;
	display: inline;
	float: left;
	clear: both;
	padding: 2px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

img.size-medium2 {
	border: none;
	display: inline;
	float: left;
	clear: both;
	padding: 2px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

a.more-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	float: right;
	margin: 0px;
	padding: 0px;
}

a.more-link:hover{
	color: #FFFFFF;
	background-color: #000066;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

p.alignleft{
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
