/*  
Theme Name: Red-Conference
Theme URI: http://www.newmine.org
Description: Red-Conference Theme
Version: 1.0
Author: eLab
Author URI: http://www.elearninglab.org
*/

/*---DIV ---*/
#header{
	height: 140px; 
	width:700px;
}
#footer{
	height: 15px; 
	width:650px; 
	margin-left: 29px;
	background-color:#ffffff; 
	text-align:left;
	padding:0px;
	padding-top:20px;
	clear:both;
	
}
#mainbox{
	width:700px; 
	background-color:#FFFFFF;
}
#content{
	margin: 25px;
	width: 470px;
	
}
#contentRight{
	width:175px;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 25px;
	float: right;
}

/*--- Top menu ---*/
#navbar { 
	margin: 0; 
	padding: 0;
	float: left; 
	width: 650px; 
	height:15px;
	line-height:15px;
	margin-left: 25px;
	border-bottom:1px solid #900;
}


ul.menu{
	float:left;
	list-style:none;
	margin:0;
	padding:0;	
	margin-left:4px;
}
ul.menu li{
	float:left !important;
	list-style-type:none;
	margin:0 35px 0 0;
	padding:0;
}
ul.menu li a, 
ul.menu li a:link,
ul.menu li a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:11px;
	color: #666;
	text-decoration:none; 
	border:0;
	border-left:0;
	float:left;
	display:block;
}
ul.menu li a:hover,
ul.menu li a:active{
	color:#900;
}
ul.menu li ul{
	float:left;
	margin:0;
	padding:0;
}
ul.menu li.current_page_item a{ 
	color:#900;
}
ul.menu li.current_page_parent a{ 
	color:#900;
}




ul.submenu{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	margin-left:4px;
}
ul.submenu li{
	float:left !important;
	list-style-type:none;
	margin:0 35px 0 0;
	padding:0;
}
ul.submenu li a, 
ul.submenu li a:link,
ul.submenu li a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:11px;
	color: #666;
	text-decoration:none; 
	border:0;
	border-left:0;
	float:left;
	display:block;
}
ul.submenu li a:hover,
ul.submenu li a:active{
	color:#900;
}
ul.submenu li ul{
	float:left;
	margin:0;
	padding:0;
}
ul.submenu li.current_page_item a{ 
	color:#900;
}
ul.submenu li.current_page_parent a{ 
}


/*--- Right menu ---*/
#rsidebar{ 
	
	font-size: 12px; 
	list-style-type: none; 
	margin: 0; 
	padding: 0;
}

#contentRight h2{
	color: #900;
	font-size:14px;
	border-bottom:1px solid #666;
	text-align:right;
}

#text-3 h2{
	margin-top:0px;
}

#contentRight img{
	border:none;
}
#contentRight .textwidget, #contentRight .widget_sp_image-description, #contentRight .widget_sp_image{
	color: #666;
	text-align:right;
}
#contentRight .widget_sp_image p{
margin: 0;
}
/*--- highlight boxes ---*/
.highlight {
	width: 200px;
	height: 115px;
	margin-right: 42.5px;
	border: 1px solid #900;
	font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px;
	color:#666;
	text-align:justify;
	padding: 3px;
	background-color:#eee;
}

/*--- text styles ---*/
.small {
	font-size:10px;
}

#footer p, #footer p a {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:11px;
	color: #ccc;
	text-decoration:none;
}
#footer img{
	border:0;
	margin-right:5px;
}

#content{
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#666;
	text-align:justify;
	width: 445px;
	margin:0;
	padding:0;
	padding-left:4px;
	margin-left:25px;
	float:left;
}

#content p{
	margin-top:15px;
}

#content p a, #content li a{
	text-decoration:none;
	color: #900;
}

#content div.highlight p{
	width: 200px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#fff;
	margin: 10px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#content ul{
	margin-top:0px;
}
#content ul li{
	margin-top:10px;
}







/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu { width:650px; position:relative; z-index:100; margin-left:4px;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:650px; w\idth:650px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;	margin:0 35px 0 0;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color: #666; text-decoration:none;  height:15px; line-height:15px; font-weight:bold;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {}
/* style the second level hover */
.menu ul ul a.drop:hover{ color:#900; }
.menu ul ul :hover > a.drop { color:#900; }

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden; position:absolute;height:0;top:15px;left:0; width:130px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:15px;t\op:16px;}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#dfdfdf; color:#666; height:11px; line-height:13px; padding:5px 5px; width:90px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:90px;w\idth:90px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#900;}
.menu :hover > a, .menu ul ul :hover > a {color:#900;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


.menu li.current_page_item a{ 
	color:#900;
}
.menu ul ul li.current_page_item a{ 
	color:#900;
}
.menu li.current_page_parent a{ 
	color:#900;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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 */


