/*  
Theme Name: CSA
Theme URI: http://www.collegestudentalliance.com
Description: A custom theme using Dropdown Menus for the College Student Alliance.
Version: 1.0
Author: Kevin Element
Author URI: http://www.hotnewmedia.com
Tags: blue, fixed width, two columns, widgets, dynamic tabs, drop-down menus, menus

	CSA v1.0
*/
	
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:#002597;
	background-image: url(images/backgroundMain.jpg);
	background-repeat:repeat-x;
	/*background-position: center;*/
}
.twoColElsRtHdr #container { 
	width: 782px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
}
.twoColElsRtHdr #innerContainer { 
	/*border:solid #006666 3px;*/
	background-image:url(images/backgroundAlpha.png);
	width: 782px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
}
.twoColElsRtHdr #header { 
	height:100px;
	text-align:right;
	margin:0;padding:10px;
	width:782px;
} 
.twoColElsRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColElsRtHdr #login {
	text-align:right;
  	margin: 0 0 0 500px; /* the left margin will look best if you match the padding amount to the header and footer. */
}
.twoColElsRtHdr #logo {
	float:left;
  	width: 160px; /* the left margin will look best if you match the padding amount to the header and footer. */
}
.twoColElsRtHdr #searchPages input{ 
	vertical-align:middle;
}
.twoColElsRtHdr #searchPages input{ 
	font-size:10px;
	border:0;
	padding:3px;
	background:none;
	color:#333333;
}
.twoColElsRtHdr #searchPages .submitField{ 
	background-image:url(images/backgroundSearch.png);
	background-repeat:no-repeat;
	padding:4px 0 0 12px;
	height:17px;
	width:137px;
} 
.twoColElsRtHdr #searchPages .submitSearch{ 
	background-image:none;
	background-position:center;
	background-repeat:no-repeat;
	color:#CCCCCC;
	height:18px;
	padding:0;
	margin:0;
} 

#customSidebarLogin .mid { 
	font-size:12px;
	border:0;
	background:none;
	color:#333333;
	background:white;
	padding:2px;
	margin: 0 0 0 10px;
	height:16px;
	width:137px;
} 
#customSidebarLogin .submit { 
	font-size:10px;
	border:1px solid grey;
	background:none;
	color:#333333;
	background:white;
	padding:0;
	margin: 0 0 0 10px;
	height:20px;
	width:44px;
} 
.twoColElsRtHdr #topAlpha{ 
	padding:0px;
	height:23px;
	background-image:url(images/backgroundTop.png);
} 
.twoColElsRtHdr #mainContent {
	text-align:justify;
  	margin: 0 298px 0 30px; /* the left margin will look best if you match the padding amount to the header and footer. */
	background-color:white;
	padding: 10px 20px 20px 20px ;
}
.twoColElsRtHdr #mainContentTop {
	text-align:justify;
  	margin: 0 298px 0 30px; /* the left margin will look best if you match the padding amount to the header and footer. */
	background-image:url(images/mainContentTop.png);
	height:6px;
	padding:0;
}
.twoColElsRtHdr #mainContentBottom {
	text-align:justify;
  	margin: 0 298px 0 30px; /* the left margin will look best if you match the padding amount to the header and footer. */
	background-image:url(images/mainContentBottom.png);
	height:6px;
	padding:0;
}
.twoColElsRtHdr #innerContent{
	background-color:white;
} 
.twoColElsRtHdr #innerContent h1, h2{
	/*background-image:url(images/title_h1.png);*/
	/*background-repeat:no-repeat;*/
	color:#333333;
	border-bottom:1px solid black;
	height:24px;
	padding:7px 0px 0px 0px;
	font-size:16px;
	font-weight:normal;
} 
.twoColElsRtHdr a{
	color:#333333;
	font-weight:normal;
} 
.twoColElsRtHdr #footer { 
	background-image:url(images/backgroundBottom.png);
	height:23px;
	text-align:center;
} 
.twoColElsRtHdr #footerImages img{ 
	padding:10px 6px 0 0;
} 
.twoColElsRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#postTitle a{
	text-decoration:none;
}
/*SIDE BAR*/
.twoColElsRtHdr #sidebar1 {
	float: right; 
	width: 270px; /* since this element is floated, a width must be given */
}
#sidebar h2{
	background-image:url(images/nav_h1.png);
	background-repeat:no-repeat;
	border:none;
	width:230px;
	color:white;
	text-decoration:none;
	height:20px;
	font-size:15px;	
	font-weight:normal;
	padding:2px 0px 0px 10px;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/*END SIDE BAR*/

/* Begin Images */
img a{
	border:0px;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

#suckerfishnav {font-size:9px;font-family:verdana,sans-serif;font-weight:bold;float:left;background-image:url(images/tabMid.png);}
#suckerfishnav, #suckerfishnav ul {float:right;list-style:none;line-height:20px;padding:0;margin: 0 0px 0 ;width:inherit;height:19px;}
#suckerfishnav li {float:right;padding:0}
#suckerfishnav a {display:block;color:#fff;text-decoration:none;padding:0px 5px}
#suckerfishnav li ul {position:absolute;left:-999em;height:auto;width:130px;font-weight:normal;margin:0;line-height:1;-moz-opacity:1;opacity:1;khtml-opacity:1}
#suckerfishnav li li {padding-right:1px;width:130px;border-bottom:1px solid #4171c0}
#suckerfishnav li li a {padding:3px 10px}
#suckerfishnav li ul li {font-weight:normal;font-family:verdana,sans-serif}
#suckerfishnav li ul li a {font-size:9px; color:#fff}
#suckerfishnav li:hover ul li a {color:#fff}
#suckerfishnav li ul ul {margin:-20px 0 0 131px}
#suckerfishnav li ul li:hover {background:#99CCFF}
#suckerfishnav li ul li:hover a {color:#fff}
#suckerfishnav li ul li:hover li a {color:#fff}
#suckerfishnav li ul li li:hover a {color:#fff}
#suckerfishnav li ul li ul li:hover ul li a {color:#fff}
#suckerfishnav li ul li ul li:hover ul li:hover a {color:#fff}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul {left:-999em}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul {left:auto;background:#2b56b3}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {background:#99CCFF}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {color:#fff}

/*  BACKUP OF FUNCTIONAL IE STYLES
#suckerfishnav {font-size:9px;font-family:verdana,sans-serif;font-weight:bold;float:left;background-image:url(images/backgroundTab.png);}
#suckerfishnav, #suckerfishnav ul {float:left;list-style:none;line-height:20px;padding:0;margin: 0 0 0 100px;width:650px;height:19px;}
#suckerfishnav li {float:right;padding:0}
#suckerfishnav a {display:block;color:#fff;text-decoration:none;padding:0px 5px}
#suckerfishnav li ul {position:absolute;left:-999em;height:auto;width:130px;font-weight:normal;margin:0;line-height:1;-moz-opacity:1;opacity:1;khtml-opacity:1}
#suckerfishnav li li {padding-right:1px;width:130px;border-bottom:1px solid #4171c0}
#suckerfishnav li li a {padding:3px 10px}
#suckerfishnav li ul li {font-weight:normal;font-family:verdana,sans-serif}
#suckerfishnav li ul li a {font-size:9px; color:#fff}
#suckerfishnav li:hover ul li a {color:#fff}
#suckerfishnav li ul ul {margin:-20px 0 0 131px}
#suckerfishnav li ul li:hover {background:#99CCFF}
#suckerfishnav li ul li:hover a {color:#fff}
#suckerfishnav li ul li:hover li a {color:#fff}
#suckerfishnav li ul li li:hover a {color:#fff}
#suckerfishnav li ul li ul li:hover ul li a {color:#fff}
#suckerfishnav li ul li ul li:hover ul li:hover a {color:#fff}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul {left:-999em}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul {left:auto;background:#2b56b3}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {background:#99CCFF}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {color:#fff}
*/

/* Dropdowns that look right
#suckerfishnav {
	font-size:9px;
	font-family:verdana,sans-serif;
	font-weight:bold;
	background-image:url(images/tabMid.png);
	}
#suckerfishnav, #suckerfishnav ul {
	list-style:none;
	float:right;
	line-height:20px;
	padding:0;
	margin: 0;
	height:19px;
	}
#suckerfishnav li {
	float:right;
	padding:0
	}
#suckerfishnav a {
	display:block;
	color:#fff;
	text-decoration:none;
	padding:0px 5px
	}
#suckerfishnav li ul {
	position:absolute;
	left:-999em;
	height:auto;
	width:130px;
	font-weight:normal;
	margin:0;
	line-height:1;
	-moz-opacity:1;
	opacity:1;
	khtml-opacity:1
	}
#suckerfishnav li li {
	padding-right:1px;
	width:130px;
	border-bottom:1px solid #4171c0
	}
#suckerfishnav li li a {
	padding:3px 10px
	}
#suckerfishnav li ul li {
	font-weight:normal;
	font-family:verdana,sans-serif
	}
#suckerfishnav li ul li a {
	font-size:9px;
	color:#fff
	}
#suckerfishnav li:hover ul li a {
	color:#fff
	}
#suckerfishnav li ul ul {
	margin:-20px 0 0 131px
	}
#suckerfishnav li ul li:hover {
	background:#99CCFF
	}
#suckerfishnav li ul li:hover a {
	color:#fff
	}
#suckerfishnav li ul li:hover li a {
	color:#fff
	}
#suckerfishnav li ul li li:hover a {
	color:#fff
	}
#suckerfishnav li ul li ul li:hover ul li a {
	color:#fff
	}
#suckerfishnav li ul li ul li:hover ul li:hover a {
	color:#fff
	}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul {
	left:-999em
	}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul {
	left:auto;background:#2b56b3
	}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
	background:#99CCFF
	}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
	color:#fff
	}
 */