/*  
Theme Name: University Deceision Support
Theme URI: http://milo.peety-passion.com/category/themes/
Description: A simple and clean three col fluid theme with an <a href="http://theundersigned.net/">intelligent PHP menu</a>, and based on Fog by <a href="http://theundersigned.net/">The undersigned</a>.
Version: 1.0
Author: miloIIIIVII
Author URI: http://milo.peety-passion.com/
*/

*
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	background: #AAD7FF url(images/bg.jpg) no-repeat;
	font: normal 0.9em Tahoma, Helvetica, Trebuchet MS, Verdana, Arial, Andale Mono, sans-serif;
	color: #333;
}

h1, h1 a
{
	font: 1.6em normal Tahoma, Helvetica, Trebuchet MS, Verdana, Arial, Andale Mono, sans-serif;
	float: right;
	color: #333;
	font-variant: small-caps;
	padding: 0 20px 0 0;
	margin: 0;
}

h2, h3, h4, h5, h6
{
	font: Tahoma, Helvetica, Trebuchet MS, Verdana, Arial, Andale Mono, sans-serif;
	margin: 0;
	padding: 0 0 1.2em 0;
	color: #333;
}

h2 { font-size: 1.7em; }

h3
{
	font-size: 1.5em;
	font-variant: small-caps;
	font-weight: bold;
	padding: 0 5px 0 0;
	margin: 0 0 5px 0;
}

h4
{
	font-size: 0.8em;
	font-family: Tahoma, Helvetica, Trebuchet MS, Verdana, Arial, Andale Mono, sans-serif;
	padding: 0 5px 0 0;
	margin: 0 0 5px 0 0;
}

h4 a
{
	font-size: 1.5em;
	font-variant: small-caps;
	font-weight: bold;
	padding: 0 35px 0 0;
	margin: 0 0 5px 0;
}

p, ul, ol
{
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0.75em;
	text-align: justify;
	line-height: 1.2em;
}

blockquote
{
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
	font-style: italic;
	color: #666;
	border-left: 5px solid #AEC1CD;
}

a
{
	color: #333;
	text-decoration: underline;
}

a:hover
{
	background: #ddd;
	color: #666;
}

a:visited { color: #333; }
a img { border: none; }

#header
{
	width: 95%;
	height: 155px;
	margin: 0;
	padding: 0;
	background: transparent;
}

#header        p
{
	float: none;
	margin: 0;
	padding: 0;
	text-align: right;
	font: normal 1em Tahoma, Helvetica, Trebuchet MS, Verdana, Arial, Andale Mono, sans-serif;
	color: #333;
	line-height: 1em;
}

#header h1, h1 a
{
	float: none;
	margin: 0;
	padding: 0;
	text-align: right;
	font: normal 1.6em Tahoma, Helvetica, Trebuchet MS, Verdana, Arial, Andale Mono, sans-serif;
	color: #333;
	line-height: 1.6em;
	font-variant: small-caps;
}

#topmenu
{
	margin: 112px 0 0 0;
	padding: 0;
	z-index: 5;
	float: left;
	width: 90%;
}

#topmenu a:link, #topmenu a:visited { color: #333; }
#topmenu a:hover { text-decoration: none; }

#topmenu ul
{
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
}

#topmenu ul li a:link, #topmenu ul li a:visited
{
	display: block;
	line-height: 1.2em;
	padding: 5px 15px 2px 5px;
	margin: 0 5px 0 0;
	font-size: 1.2em;
	border-bottom: 0px solid #333;
	text-transform: uppercase;
}

#topmenu ul li a:hover { border-bottom: 2px solid #333; }

#topmenu ul li
{
	display: block;
	float: left;
	position: relative;
}

#topmenu ul li ul
{
	display: block;
	position: absolute;
	top: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	visibility: hidden;
	border-top: 1px solid #fff;
	width: 90%;
}

#topmenu ul li:hover ul,#topmenu ul li.msiefix ul { visibility: visible; }

#topmenu ul li ul li
{
	position: relative;
	float: none;
	line-height: 1.5em;
	color: #333;
	font-size: 0.9em;
	_height: 1px;
}

#topmenu ul li ul li a:link, #topmenu ul li ul li a:visited, #topmenu ul li ul li a
{
	display: block;
	margin: 0;
	line-height: 1.1em;
	padding: 2px 0 2px 10px;
	color: #333;
	_height: 1px;
	text-transform: none;
	border: 0;
	background-color: #AEC1CD;
}

#topmenu ul li ul li a:hover
{
	background-color: #333;
	border-top: 1px solid #333;
}

.col
{
	margin: 0 0 10px 0;
	padding: 0 5px 0px 5px;
}

.entry
{
	clear: left;
	margin-bottom: 20px;
	padding: 0 0px 0px 5px;
	background: url(images/post.gif) repeat-x left bottom;
}

.entry h4
{
	margin-bottom: 20px;
	font-size: 1em;
	font-weight: normal;
}

.entry h4 a
{
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
}

.entry h4 strong
{
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
}

#content
{
	width: 100%;
	margin: 0;
	padding: 0 0 0 0;
}

#main
{
	float: left;
	width: 72%;
	margin: 0 0 0 15px;
	padding: 5px 5px 5px 5px;
}

#main a { color: #666; }

#main a:hover
{
	background: #ddd;
	color: #333;
}

#main a:visited { color: #333; }

#r_sidebar
{
	float: right;
	width: 1%;
}

#l_sidebar
{
	float: left;
	width: 17%;
	margin-left: 10px;
}

#l_sidebar ul, #r_sidebar ul
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#l_sidebar li, #r_sidebar li 
{ 
	padding: 5px 0 7px 0; 
}

#l_sidebar li a, #r_sidebar li a
{
	display: block;
	text-decoration: none;
	text-align: left;
}

#l_sidebar li a:hover, #r_sidebar li a:hover
{
	background: #ddd;
	color: #333;
	text-decoration: none;
}

#l_sidebar li.first, #r_sidebar li.first 
{ 
	border: none; 
}

#l_sidebar h3, #r_sidebar h3 
{ 
	font-size: 1em; 
}

.alt 
{ 
	background-color: #e8e8e8;
}

.summary 
{ 
	padding-top: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
}

.commentlist 
{ 
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-right: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	padding-right: 0em;
}

.commentlist li, #commentform input, #commentform textarea 
{ 
	list-style: none;
	list-style-type: none;
	list-style-image: none; 
	font-weight: normal; 
}

.commentlist li .avatar
{
	float: right;
	border: 1px solid #eee;
	padding: 0.5em;
	background: #fff;
}

.commentlist cite, .commentlist cite a
{
	font-weight: bold; 
	font-style: normal; 
	font-size: 1.1em; 
	line-height: 1.25em;
}

.commentlist p
{
	font-weight: normal;
	line-height: 1.25em;
	text-transform: none;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
}

.commentlist alignleft
{
	float: left;
}

.commentlist alignright
{
	float: right;
}

#commentform p 
{ 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
}

.commentmetadata 
{ 
	font-weight: normal; 
}

#footer
{
	clear: both;
	width: 80%;
	font: normal 0.7em Tahoma, Helvetica, Trebuchet MS, Verdana, Arial, Andale Mono, sans-serif;
	margin: 0 auto;
}

#footer p
{
	margin: 0;
	padding: 30px;
	text-align: center;
}

small
{
	font-size: 0.7em;
}

#wp-calendar
{
	empty-cells: show;
	margin: 10px auto 0;
	width: 120px;
}

#wp-calendar #prev a { font-size: 0.8em; }

#wp-calendar a { text-decoration: none; }

#wp-calendar caption
{
	font: normal 1.0em Tahoma, Helvetica, Trebuchet MS, Verdana, Arial, Andale Mono, sans-serif;
	text-align: center;
}

#wp-calendar th
{
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar #next a
{
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a
{
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a { display: block; }

#wp-calendar caption
{
	text-align: center;
	width: 100%;
}

#wp-calendar td
{
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover
{
	/* Doesn't work in IE */
	background-color: #000;
}

img.center, a img.center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
}

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;
	color: #33C;
}

.alignleft
{
	float: left;
	color: #33C;
}

#searchdiv
{
	margin: 0;
	padding 0: ;
}

#searchform
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	#666: ;
}

#s
{
	width: 90%;
	background: transparent;
	color: #666;
	font-size: 1.1em;
	font-family: Tahoma, Helvetica, Trebuchet MS, Verdana, Arial, Andale Mono, sans-serif;
	padding: 3px;
	margin: 8px 0 0 0;
	border: 1px solid #666;
}

#textfield1
{
	width: 90%;
	background: transparent;
	border: none;
}

#submit1
{
	height: 1.5em;
	background: transparent;
	border: none;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}

.navigation
{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

#p_center p { text-align: center; }

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul
{
	margin-left: 0px;
	padding: 0 0 15px 30px;
	text-indent: 0px;
	list-style: none;
}

html>body .entry li
{
	margin: 7px 0 0px 0px;
	list-style-image: url(/Images/BulletSmall.gif);
}

html>body .commentlist li
{
	list: none;
	list-style-type: none;
	list-style-image: none;
}

.entry ul li:before, #l_sidebar ul ul li:before 

.entry ol
{
	padding: 0 0 0 25px;
	margin: 0;
}

.entry ol li
{
	list-style-type: decimal;
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li
{
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#l_sidebar ul, #l_sidebar ul ol
{
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#l_sidebar ul li
{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	text-decoration: none;
}

#l_sidebar ul p, #l_sidebar ul select
{
	margin: 0px 0 5px;
	text-decoration: none;
}

#l_sidebar ul ul, #l_sidebar ul ol
{
	margin: 5px 0 0 0px;
	text-decoration: none;
}

#l_sidebar ul ul ul, #l_sidebar ul ol
{
	margin: 0 0 0 10px;
	text-decoration: none;
}

ol li, #l_sidebar ul ol li { list-style: decimal outside; }

#l_sidebar ul ul li, #l_sidebar ul ol li
{
	margin: 3px 0 0;
	padding: 0;
	border-top: 1px solid #666;
	text-decoration: none;
}

/* End Entry Lists */
.widget { list-style-type: none; }

.widget_recent_entries
{
	margin-left: 0;
	padding-left: 0;
}

.widget h2 { margin-left: 0px; }

.widgettitle
{
	padding-left: 0;
	font-size: 1.1em;
	padding-bottom: 2px;
}

.widget_text div { padding-left: 4em; }

.widget_search
{
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 0px;
	font-size: 1.0em;
}

.widget_calendar caption
{
	text-align: left !important;
	color: #ccc;
	padding-left: 1em;
}

.widget_calendar table
{
	background-color: #000 !important;
	color: #000 !important;
}

.linkcat { list-style-type: none; }
.widget_recent_comments li { list-style-type: disc; }

.widget_delicious h2 a
{
	font-size: 0.75em;
	color: #fff;
	text-decoration: none;
}

.rss
{
	background: url(images/rss.png) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}