/*
Theme name: LMRC Light
Theme URI:
Description: A two-columned wordpress theme customised for the LMRC (adapted from Indore by preuro.eu)
Tags: 
Author: LMRC
Author URI:
Version: 1.0

*/
html, body {
	height: 100%;
}

a img {
	border: none;
}
img {
	border: none;
}
ol, ul {
	
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
	color: #333333;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #d8d8d8;
}
.right {
	text-align:right;
}
.alignleft {
	float:left;
	margin-right:5px;
}
.alignright {
	float:right;
	margin-left:5px;
}
.center, .aligncenter {
	margin:auto;
	text-align:center;
}
.clear {
	clear:both;
}
a:link/* Main style of links */ {
	color:#000066;
	text-decoration:underline;
}
a:visited {
	color:#660066;
	text-decoration:underline;
}
a:hover, a:active {
	color: #0033FF;
	text-decoration: underline;
}

#top {
	height:0px;
	width:100%;
	display: none;
}
#bottom {
	height:0px;
	width:100%;
	display: none;
}
/* The width and style of the actual blog area */
#page {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -70px;
	margin-left: auto;
	padding: 0px;
	position: relative;
	min-height: 100%;
	height:auto !important;
	height:100%;
         text-align: center;
}
/* Headers used within the blogposts (h1-h3 are used elsewhere on the pages and should not be used in posts)*/
h4, h5, h6 {
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif
}
h4 {
	font-size: 100%;
}
/* Deal with the header */
#header {
	margin:0px;
	padding:0px;
	width:850px;
	text-align:left;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 150px;
}
#header h1 {
	margin: 10px 20px 20px 0px;
	font-size:30px;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	visibility: visible;
}
#header h1 a:link, #header h1 a:visited {
	color: #fff;
	text-decoration:none;
	visibility: hidden;
}
#header h1 a:hover, #header h1 a:active {
	color: #990000;
	font-weight:bold;
	visibility: hidden;
}
#header .description {
	color: #cccccc;
	font-weight:bold;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 20px 0px 0px;
	visibility: hidden;
}
#header_left {
	float:left;
	width:500px;
	height:45px;
	border:0px;
	text-align:left;
	padding-left:10px;
}
html>body #header_left {
}
#header-right {
	float:right;
	width:325px;
	margin:0px;
	padding:0px;
}
#header-right p {
	text-align:justify;
	margin:0px;
	padding:0px 10px 0px 0px;
}
fieldset {
	border:0px;
	margin:0px;
	padding:5px 10px 5px 10px;
}
#search {
	border:none;
}
.search {
	border:0px;
}
#srcinput {
	font-size:100%;
	width:145px;
	margin: 1px 0px;
	background:#ffffff;
	padding: 3px;
	border:solid 1px #f99b0c;
/*	height: 16px;*/
}
#srcbutton {
	font-size:100%;
	margin: 1px 0px;
	padding: 3px;
	border: none;
/*	border:solid 1px #f99b0c;*/
	background-color: #f99b0c;
	color: #FFFFFF;
	font-weight: bold;
/*	height: 16px;
*/}
.srcform {
	border:none;
}
/*.srcinput {
	font-size:90%;
	width:140px;
	margin: 1px 0px;
	border: 1px;
	background:#eeeeee;
	padding: 2px;
	border-color:#f99b0c;
	border-style:solid;
}*/
a.srcbutton {
	font-size:100%;
	margin: 1px 0px;
	padding: 3px 10px 3px 10px;
	border: none;
/*	border:solid 1px #f99b0c;*/
	background-color: #f99b0c;
	color: #FFFFFF;
	text-decoration: none;        
	font-weight: bold;
	height: 18px;
	display: block;
	width: 60px;
}
#header-right #search {
	margin-top:13px;
}
/* Using header right as a dynamic sidebar requires these as well */
#header-right h2 {
	font-size:5px;
}
/* Deal with left, right and bottom sidebars */
#sidebar-left
{
	padding-right: 0px;
	padding-left: 1px;
	font-weight: normal;
	font-size: 100%;
	min-height: 100%;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	text-transform: none;
	width: 200px;
	padding-top: 15px;
	border-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}
#sidebar-left h2, h3 {
	text-align:left;
	padding:4px 0px 4px 10px;
	color:#FFFFFF;
	font-size:120%;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color: #F99B0C;
	margin-top: 15px;
	margin-bottom: 5px;
}
#sidebar-left .page_item {
}
#sidebar-left a:link, #sidebar-left a:visited
{
	font-weight: bold;
	font-size: 90%;
	text-transform: none;
	color: #30263f;
	text-decoration: none;
}
#sidebar-left /*hover over actual hyperlinks within sidebar*/
 a:hover, #sidebar-right a:active {
	/*color:#F99B0C;*/
	text-decoration: underline;
}
#sidebar-left ul {
	list-style-type: none;
	margin:0px;
	text-align:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	list-style-image: url(none);
	padding-bottom: 0px;
}
#sidebar-left /*all list items OUTSIDE unordered lists within sidebar*/
 li {
	font-weight:bold;
	text-decoration: none;
	color: #999999;
	text-transform: uppercase;
	list-style-type: none;
}
#sidebar-left li .eventdate {
	font-weight:bold;
	text-decoration: none;
	color: #f99b0c;
}
#sidebar-left    /*all list items within unordered lists within sidebar*/
ul li {
	margin:0px;
	padding:0px 0px 2px 0px;
	text-transform: uppercase;
	text-transform: uppercase;
	list-style-image: url(none);
}
#sidebar-left ul ul li {
	margin:0px 0px;
	padding:0px 3px 0px 10px;
	text-transform: none;
	color: #f99b0c;
}

#sidebar-bottom {
	background-color:#999999;
	border-top: 1px solid #999999;
	padding-top: 3px;
	margin:5px auto;
	display: none;
}
#sidebar-left p {
 font-size:12px;
 text-align:center;
 font-weight:bold;
}
#sidebar-bottom ul {
	background-color:#999999;
	list-style-type: none;
	margin:0px;
	padding:0px;
	text-align:left;
}
#sidebar-bottom .widget_bottom {
	background-color: #CCCCCC;
	float:left;
	list-style-type:none;
	text-align:center;
	margin:0px 10px;
	display:inline;
	width:191px;
}
/* Show calendar in bottom sidebar */
#calendar-bottom table {
	margin:auto;
	width:90%;
}
#calendar-bottom a:link, #calendar-bottom a:visited {
	font-weight:bold;
	color:#5C6FA3;
}
#calendar-bottom a:hover, #calendar-bottom a:active {
	color:#283d5a;
	text-decoration:none;
}
#calendar-bottom #today {
	background:#F3F0F6;
}
.divider {
	height:5px;
	padding:0px;
	margin:0px;
}
.border_hr_thin {
	height:13px;
	width:100%;
	margin:auto;
}
/* Deal with content (all styles used in index.php) */
#content {
	text-align:left;
	width:636px;
	padding:20px 5px 0px 5px;
	margin-top:0px;
	height:100%;
	background-color: none;
	float: left;
	border: none;
}
html>body #content {
	/*width:570px;*/
}
#content h1 {
	margin: 10px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:120%;
    text-align: left;
}
#content h2 {
	margin: 10px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:none;
	font-size:160%;
	color: #F99B0C;
	font-weight: bold;
	padding-left: 0px;
    text-align: left;
}
#content h2.postheader {
	margin: 10px 0px 15px 0px;
	padding-left: 0px;
         text-align: left;
}
#content h2 a:link, #content h2 a:visited {
	color: #F99B0C;
	text-decoration:none;
	margin: 10px 0px 3px 0px;
	padding-left: 0px;
}
#content h2 a:hover, #content h2 a:active {
	color: #F99B0C;
	text-decoration:underline;
	background-color: #FFFFFF;
	padding-left: 0px;
}
#content h2.error {
	margin: 10px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:none;
	font-size:120%;
	color: #666666;
	font-weight: bold;
	padding-left: 0px;
}
#content      h3, #content     h3.post, #content    h3  a:link, #content h3 a:visited   {
	margin: 10px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:none;
	font-size:130%;
	color: #F99B0C;
	background-color: #FFFFFF;
	font-weight: bold;
	letter-spacing: normal;
	border-bottom: solid #F99B0C 1px;
	padding: 0px;
	text-decoration: none;
         text-align: left;
}
#content h4 {
	margin: 15px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:none;
	font-size:120%;
	color: 2b0c56;
	font-weight: bold;
    text-align: left;
}
#content h4.postheader {
	font-weight: normal;
	font-style: italic;
	font-size: 75%;
}
#content h5 {
	margin: 15px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:none;
	font-size:100%;
	color: #666666;
	font-weight: bold;
         text-align: left;
}
#content .post-info {
	font-size:80%;
	font-variant: normal;
	color: #333333;
}
#content .widgettitle {
	font-size:10px;
	font-weight:bold;
	margin: 5px 0px 2px 0px;
}
#content blockquote {
	padding:10px;
	margin:10px 20px;
	color: #666666;
	border:none;
}
#content p {
margin: 7px 0px 7px 0px;
}
#content ul li {
list-style-image: url(images/bullet.gif);	
margin: 0px 0px 5px 0px;
text-align:left;
}
#content ul li.last {
margin: 0px 0px 15px 0px;
}
#content q {
	quotes: '"' '"' "'" "'";
	color: #666666;
}
#content cite {
	color: #6C5B7E;
}
#content .css {
	color:#3A80FF;
}
#content .php {
	color:#3E6E3E;
}
#content .entry {
	text-align:justify;
	margin: 0px 7px 0px 7px;
	line-height: 1.2em;
}
#content .entry ul, #content .entry ol {
	margin: 3px;
	padding:0px 0px 0px 25px;
}
#content .postmetadata {
	font-size: 10px;
}
#content .post {
	margin: 0px 0px 20px 0px;
	padding: 1px 10px 0px 10px;
}
#content .sticky {
	border-bottom: #666666 solid 3px;
}
#content .wp-caption, .caption {
	border:1px solid #f99b0c;
	background-color: #F3F0F6;
	padding: 5px 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#content .wp-caption {
	text-align:center;
}
#content img, #content a img {
	border: none;
	padding:5px;
}
#content .wp-smiley {
	border:0px !important;
}
#content .wp-caption-text {
	margin:2px;
	padding:5px 3px 0px 3px;
}
#content .not-found {
	color:#676767;
}
#content .search {
	margin-top:15px;
}
#content .search fieldset {
	border:0px;
}
dl, dt, dd {
	margin:0px 10px;
}
dt {
	font-weight:bold;
	padding:6px 0px 0px 0px;
}
.navigation {
	height: 25px;
}
.navigation .alignleft, .navigation .alignright {
	width:auto;
	min-height:21px;
	padding:10px 0px 10px 0px;
}
.navigation .alignright {
	text-align:right;
}
/* Special styles used by image.php to show an image attachment */
.attachment {
	text-align:center;
	margin:0px auto;
}
.caption {
	width:310px;
	margin:15px auto;
}
.attachment p {
	padding:0px;
	margin:7px auto 2px auto;
}
/* Special styles used by archives.php (archives page) */
.archive {
	width:200px;
	padding: 2px 20px;
}
/* Special styles used by links.php (links page) */
.archive {
	padding: 2px 20px;
}
/* Special styles used by children.php */
#list-subpages {
	margin:0px 10px;
}
#list-subpages ul {
	list-style-type:none;
	margin:3px 15px;
	padding:0px;
}
#list-subpages ul li {
	margin:15px 0px;
}
.page-link {
	font-variant:small-caps;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
#list-subpages p {
	margin:4px 10px;
	padding:0px;
}
/* Styles needed to handle comments */
.xoxo, .children {
	list-style-type:none;
	margin:4px;
	padding:0px 0px 0px 10px;
}
.children {
	margin:1px 4px;
}
#respond h3, #content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 10px 0px 2px 0px;
}
#commentform textarea {
	width:99%;
	background:#fff;
	border: 1px;
	background:#fff;
	padding: 2px;
	border-color:#cccccc;
	border-style:solid;
}
#comments ul {
	list-style-type:none;
	list-style-position:inside;
	margin:0px;
	padding:5px;
}
#comments li {
	border:1px solid #999999;
}
#comments .children {
	padding:0px 0px 0px 25px;
}
#comments blockquote {
	padding-left:10px;
	margin:10px 60px;
}
#comments blockquote blockquote {
	margin:10px 20px;
}
#comments blockquote p {
	padding:0px;
	margin:0px;
}
#comments #author-info img {
	float:left;
	margin-right:7px;
}
#comments #author-info {
	font-size:11px;
}
#comments p, #comments .reply {
	font-size:12px;
	margin-left:42px;
}
#comments .reply {
	margin-bottom:10px;
}
#comments .comment, #comments .trackback, #comments .pingback {
	padding:5px;
	margin:5px 0px;
}
.thread-odd, .depth-1, .depth-4 {
	background:#f2f2f2;
}
.depth-2, .depth-5 {
	background:#fff;
}
.thread-even, .depth-3, .depth-6 {
	background:#cccccc;
}
.children .alt, .children .odd {
	background:#E0DAE6;
}
.children .even {
	background:#C6BDCE;
}
/* Shows info about comment status */
#comments-status {
	margin: 10px auto;
	padding:15px 0px 15px 0px;
	background-color:#f2f2f2;
	text-align:right;
	font-size:11px;
	visibility: hidden;
}
#comments-status a:link, #comments-status a:visited {
	font-weight:bold;
}
#commentform #submit {
	margin: 5px 0px;
	border-width:1px;
	background: #f2f2f2;
	padding: 1px 4px;
	border-color:#cccccc;
	border-style:solid;
}
#author {
	border: 1px solid #CCCCCC;
}
#email {
	border: 1px solid #CCCCCC;
}
#url {
	border: 1px solid #CCCCCC;
}
#footer {
	text-align:center;
	font-size:11px;
	color: #CCCCCC;
	/*	padding: 0;
	background-color: #666666;*/
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 70px;
	position: relative;
	/*	bottom: 0px;
*/	width: 100%;
	vertical-align: middle;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
}
#push {
	height: 70px;
}
#theme-author {
	padding:0px;
	margin:5px 0px 0px 0px;
	text-align:right;
}
.pre {
	width:auto;
}
a img {
	border: none;
}
img {
	padding:10px;
	border:none;
}
fieldset {
	text-align: left;
}

/* ///////////////////////////////CSS for dropsdown menu/////////////////////////////////////////*/

#dropmenu {
	width: 648px;
	border: solid #ffffff;
	border-width: 1px 0px 0px 0px;
	padding: 0px 0px 0px 202px;
	background-color: #2b0c56;
/*	background-image: url(/images/menu.gif); 
	background-repeat: repeat-x;*/
	text-align: left;
	float: left;
}

/* ================================================================ 
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-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:auto;
	height:32px;
	font-size:0.85em;
	position:relative;
	z-index:100;
/*	background-image: url(/images/menu.gif);
	background-repeat: repeat-x;*/
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0px;
	left:0px;
	border-collapse:collapse;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:850px;
	w\idth:648px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
	list-style-image: url(none);
}
/* hide the sub levels and give them a position absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0px;
	top:32px;
	left:0px;
	width:auto;
	border-top:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:auto;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:10px;
	text-decoration:none;
	color:#fff;
	width:80px;
	height:32px;
	padding-left:10px;
	line-height:29px;
	text-transform: uppercase;
	/*background-color: #30263f;*/
	font-weight: bold;
	padding-right: 10px;
	border: solid #fff;
	border-width: 0px 0px 0px 1px;
/*	background-image: url(/images/menu.gif);
	background-repeat: repeat-x;*/
	text-align: left;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:#fff;
	background-color: #999999;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:149px;
	w\idth:80px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-color: #333399;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background: #999999;
}
/*.menu ul ul :hover > a.drop {
	background:#999999 url(images/drop.gif) bottom right no-repeat;
}*/
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited
{
	border-top-width: 1px;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 0px;
	border-left-color: #ffffff;
	background: #000099;
	border-bottom-width: 0px;
	border-bottom-color: #ffffff;
	padding-bottom: 5px;
	width: 110px;
	color: #ffffff;
	border-top-color: #ffffff;
	line-height: 1.1em;
	padding-top: 5px;
	height: auto;
	text-align: left;
	border-right-width: 0px;
	border-right-color: #ffffff;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:110px;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background-color: #FF9900;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#b2ab9b;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:31px;
	t\op:31px;
}
/* position the third level flyout menu */
.menu ul ul ul {
	left:149px;
	top:-1px;
	width:100px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-149px;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	background:#999999;
}
/* 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;
}

/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */

.menu ul .current_page_item ul a {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000099;
}
.menu ul .current_page_item ul a:hover {
	background: #999999;
}
.menu ul ul .current_page_item a {
	color: #FFFFFF;
	background-color: #f99b0c;
}
.menu .current_page_parent a {
	color: #FFFFFF;
	font-weight: bold;
	background: #f99b0c;
}
.menu .current_page_parent ul a {
	color: #FFFFFF;
	font-weight: bold;
	background: #f99b0c;
}
.menu .current_page_item a {
	color: #FFFFFF;
	font-weight: bold;
	background: #f99b0c;
}
.menu .current_page_item a:hover {
	background: #999999;
}




/* =======Global CSS definitions for WP-Table Reloaded========================*/

/* general table styles */
table.wp-table-reloaded {
	font-family: Arial;
	background-color: #CDCDCD;
	margin:10px 0px 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	font-weight:normal;
	border: 1px solid #808080;
	}

/* Styles for the tablehead (<th>) (if enabled) */
table.wp-table-reloaded thead tr th, table.wp-table-reloaded tfoot tr th {
	background-color: #cccccc;
	font-size: 8pt;
	padding: 5px;
	font-weight: bold;
	border: none;
         text-align: left;

}

table.wp-table-reloaded thead tr .header {
/*	background-image: url(/wp-content/plugins/wp-table-reloaded/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right; 
	cursor: pointer;*/
	background-color: #cccccc;
}

table.wp-table-reloaded tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}


/* Styles for alternating row colors (if enabled) */
table.wp-table-reloaded tbody tr.even td {
	background-color:#FFFFFF;
}
table.wp-table-reloaded tbody tr.odd td {
	background-color:#eeeeee;
}


/**************************************/
/* how to change column widths :
you can access a column with its CSS-class
(that is ".column-" plus the number of the column)
use table.wp-table-reloaded to do your change for every table, or use
table.wp-table-reloaded-id-<id> for just a single table (with ID <id>)

example: this changes the width of the third column of table ID 5 to 25px:

table.wp-table-reloaded-id-5 .column-3
{
	width: 25px;
}

*/


/* Styles for the sorting (if Tablesorter is enabled) */
table.wp-table-reloaded thead tr .headerSortUp {
	background-image: url(/wp-content/plugins/wp-table-reloaded/img/asc.gif);
}

table.wp-table-reloaded thead tr .headerSortDown {
	background-image: url(/wp-content/plugins/wp-table-reloaded/img/desc.gif);
}

table.wp-table-reloaded thead tr .headerSortDown, table.wp-table-reloaded thead tr .headerSortUp {
	background-color: #8dbdd8;
}


/* Style for the Table Name (in <h2>-Tag) (if printed above the table) */
h2.wp-table-reloaded-table-name {
	font-size: 16px;	
}

/* Style for the Table Description (if printed under the table) */
span.wp-table-reloaded-table-description {
	font-size: 10px;	
}



