/*
Theme Name: Sarah Forever v4
Description: Theme for www.solaced.info / Sarah McLachlan Online - Solaced.info
Author: Stratus / Ellen Edens (Stella Lumina)
Author URI: http://preuro.eu/ | http://www.solace-elsewhere.com
version: 2.0
*/



/* BASIC */	

body {
	width:100%;
	background: #808080 url() no-repeat left top fixed;
	font-family: Verdana, arial, tahoma, sans-serif;
	font-size: 10pt;
	color: #000;
	margin:0px;
	}
	
h1 {font-size: 12pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}
h5 {font-size: 12pt;}


img {border: none; padding:0;}

img a {border:none;}

ol, ul, li {list-style: none; list-style-type: none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote {
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin:15px;
	padding:0 12px 0 12px;
}


code {font-family:"Courier New", Courier, monospace;}


/* LINKS */

a {	
	color: #821122;
	text-decoration:none;
}


a:hover {
	color:#821122;
	text-decoration: underline;
}

/* HEADER */


#header {
    width: 100%;
	min-width:890px;
	background: #561420 url(img/Image2.png) center no-repeat;	
  	height:300px;
	color: #000; 
	padding: 0px 0px 0px 0px;
	margin: -10px 0px 0px 0px;
	box-shadow: 2px 2px 10px #000,
		inset 0px 15px 8px -10px #000,
        inset 0px -15px 8px -10px #000; 
}

#header h1 {
	font:normal 20pt Verdana, georgia, times;
	padding:40px 0 0 32px;
	margin:0;	
}
	

#header h1 a{color: #999; text-decoration: none; text-transform:uppercase;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2 {
	font:normal 10pt Verdana, georgia, times;
	color:#999;
	padding: 0 0 0 32px;
	margin:0;	
}


/* MAIN MENU */

#menu {
	background: #821122;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
    width: 100%;
	min-width:890px;
	text-transform:uppercase;
	padding: 5px 0 12px 0px;
	margin: 20px 0px 0px 0px;
}

			#menu > a
			{
				display: none;
			}


#menu ul {
	margin: 0;
	padding:0;
	text-align: center;
}


#menu ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 0;
 	position: relative;
}


#menu ul li a {
	font-weight:bold;
	padding:4px 15px;
	margin: 0 0 0 -4px;
	color: #CCC;
	display:block;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background: #821122;
	transition: color 0.2s linear 0s;
}


#menu ul li a:hover {
	background: #CCC;
	color:#FFF;
	text-decoration:none;
}


#menu ul ul {
	background: #821122;
    	display:none;
    	position: relative;
    	left: -1px;
	top: 50px;
    	width: auto;
}


#menu ul ul li{
    	margin-top: 0px;
    	width: 180px;
	z-index: 10;
}


#menu ul ul li a {
	text-align: left;
	font-weight:bold;
	color: #FFF;
	display:block;
	border-left: 2px solid #CCC;
	border-right: 0px solid;
	background: #821122;
	transition: color 0.2s linear 0s;
}

 
#menu ul li:hover > ul {
    	display: block;
}


#menu ul li:hover ul {
 	display: block;
 	position: absolute;
 	top: 20px;
 	padding-left: 0;

}
 

#menu ul ul ul {
    	display:none;
    	position: absolute;
	left: 100%;
	top: 0;
}


#menu ul ul ul li{
    width: 180px;
}


#menu ul ul ul li a {
	text-align: left;
	font-weight:bold;
	color: #000;
	display:block;
	border-left: 3px solid #7A5A5A;
	border-right: 0px solid;
	background: #000;
	transition: color 0.2s linear 0s;
}


#menu ul li:hover > ul ul {
    display: block;
}


#menu ul li:hover ul ul {
 display: block;
 position: absolute;
 top: 20px;
 padding-left: 0;

}


/* CONTENT */

#container {
	width:100%;
	min-width:890px;
	margin: auto;
	padding:0;
	background: url(img/);
	color:#000;
	overflow: hidden;
	display: table;
}

.wrap{
	width: auto;
	margin-left: 50px ;
	margin-right: 50px ;
	margin-bottom: 10px;
	background:#808080;
}

.outerdiv{
	width:99%;
	height:100%;
	background:#808080;
	margin:0 auto ;
	overflow:auto;
}

.content1{
	float:center;
	height:50%;
	width:100%;
	background: #808080;
	color: #000;
}

.content2{
	float:left;
	height:100%;
	width:67%;
	background: #808080;
	color: #000;
}


/* POSTS & ENTRIES */

.post {
	margin:0 0 35px 0;
    border-top: 3px #000 double;
	background: #CCC;
}


.post h2 {
	background:#821122;
    margin: 0 ;
	color: #FFF;
    padding: 16px 30px 5px 20px;
	font:normal 18px  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif,georgia, times;
	text-transform: uppercase;
}
	
	
.post h2 a{
	color: #FFF;
	text-decoration: none; font:normal;
}
	
.post h2 a:hover{
	color: #CCC;
	text-decoration: none;
}

.entry {
	background:#CCC;
	border-top:1px solid #333;
	border-bottom: 3px #000000 double;
	padding: 0px 10px;
	margin:-1px 0px 35px 0px;
}

.entry h1 {
	font:normal 18px  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif,georgia, times;
	background:#821122;
	color: #FFF;	
	margin: 0px -10px 0px -10px;
    padding: 16px 30px 4px 20px;
	text-transform: uppercase;
}
	
	
.entry h1 a{
	color: #CCC;
	text-decoration: none; font:normal;
}
	
.entry h1 a:hover{
	color: #821122;
	text-decoration: underline;
}


.entry h2 {
    border-top: 3px #000 double;
	color: #FFF;
	background:#821122;
    margin: 0px 0px 0px -5px;
    padding: 11px 30px 5px 10px;
	font:normal 18px  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif,georgia, times;
	text-transform: uppercase;
}

	
.entry h2 a{
	color: #713536;
	text-decoration: none; font:normal;
}
	
.entry h2 a:hover{
	color: #777;
	text-decoration: none;
}

.entry h3 {
	color: #FFF;	
	margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;	
}
	
	
.entry h3 a{
	color: #FFF;
	text-decoration: none; font:normal;
}

	
.entry h3 a:hover{
	color: #777;
}


.post ul {}

.post li {}


.postmetadata{
	margin:-35px 0px 0px 0px;
   	padding:20px 20px;	
	background:#CCC;
	border-bottom: 3px #000000 double;
	border-right: 1px #000 solid;
	border-left: 1px #000 solid;
}


.postmetadata li{
    display:block;
	padding:3px;
}
	

.navigation {
	font-size:10pt;
	width:100%;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0;
	overflow:hidden;
	}


.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}
	
	
	
	/* NEWWWW */
	
.recentposts {
	display: inline-block;
	float: center;
	width: 230px;
	height: 300px;
	overflow: hidden;
	margin: 0 10px 20px;
}

.post-thumb {
	position: absolute;
	overflow: hidden;
	width: 230px;
	height: 300px;
	text-align: center;
	background: #CCC;
	border: 1px solid #000;
}

.post-thumb img {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	filter: none;
}

.post-thumb:hover img {
	opacity: 0.5;
	-webkit-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/></filter></svg>#grayscale");
	filter: gray;
}

.post-info {
    border-top: 3px #000 double;
	position: absolute;
	top: 190px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 100%;
	height: 30px;
	background: #821122;
	z-index: 100000;
}

.post-dt {
	position: absolute;
	width: 100%;
	padding: 0 10px;
	color: #fff;
	font-weight: 400;
	font-size: 10px;
	font:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif,georgia, times;
	line-height: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition:	all 0.3s ease-in;
	-o-transition:		all 0.3s ease-in;
	transition: 		all 0.3s ease-in;
}

.post-thumb:hover .post-dt {
	opacity: 0;
}

.post-more {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 30px;
	padding: 0 10px;
	-webkit-transition:	all 0.3s ease-in;
	-o-transition:		all 0.3s ease-in;
	transition: 		all 0.3s ease-in;
}

.post-more a {
	display: block;
	color: #fff;
	font:normal 18px  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif,georgia, times;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.post-more a:hover {
	color: #FFF;
}

.post-thumb:hover .post-more {
    opacity: 1;
}

.post-cont {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
	background-size: 100% 200%;
	background-image: linear-gradient(to bottom, #CCC 50%, #821122 50%);
	-webkit-transition:	background-position 0.5s ease-in-out;
	-o-transition:		background-position 0.5s ease-in-out;
	transition:			background-position 0.5s ease-in-out;
	z-index: 1000;
}

.post-thumb:hover .post-cont {
	background-position: 0 -100%;
}

.post-name {
	position: absolute;
	width: 95%;
	height: 80px;
	padding: 10px 0px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-transition:	all 0.5s ease-in-out;
	-o-transition:		all 0.5s ease-in-out;
	transition: 		all 0.5s ease-in-out;
}

.post-name p {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
}

.post-name h2 {
	border: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	font:normal 18px  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif,georgia, times;
	text-transform: uppercase;
}

.post-thumb:hover .post-name {
	margin: 80px 0 0;
	opacity: 0;
}

.post-overlay {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 80px;
	padding: 0 20px;
	-webkit-transition:	all 0.5s ease-in;
	-o-transition:		all 0.5s ease-in;
	transition: 		all 0.5s ease-in;
}

.post-overlay p {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 14px;
}

.post-thumb:hover .post-overlay {
	opacity: 1;
}

.featuredimage  {
	width: auto;
	height: auto;
}

.featuredimage img {
	width: auto;
	height: 100%;
	display: block;
	margin-left: 0px;
    margin-right: auto;
}

.featuredimage-post  {
	width: 100%;
	height: 30%;
	background: #000;

}

.featuredimage-post img {
	width: 100%;
	height: 30%;
	background: #000;
	display: block;
    margin-left: auto;
    margin-right: auto;
	border-top: 3px #FFF double;
}

/* COMMENTS */

#commentform{
	background:#CCC;
	margin:0px 0px -7px 0px;
	padding: 5px 0px 5px 10px;
	border-bottom: 3px #000 double;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
}
	

#comment{
	width:80%;
}


#author, #email, #url, #comment{
	background: #CCC;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:8px;
	border: 1px solid #000;
	color:#000;
}
	

#submit{
	background: #821122;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:8px;
	border: 1px solid #000;
	color:#FFF;
	}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #CCC;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
}


ol.commentlist li.alt {background: #821122; color: #FFF;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}
ol.commentlist li.alt a {color:#FFF;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}

	
cite a{color: #999; text-decoration: none; border-bottom: 1px dotted #333;}




/* MISC & SIDEBAR */

.menu{
	float: left;
	width:95%;
	height:50%;
	min-width:250px;
	background:#CCC;
	font: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif,georgia, times;
	border-top: 3px #000 double;
	border-bottom: 3px #000000 double;
    padding:0px 0px 0px 20px;
	margin: 0px 0px 20px 0px;
}

.menu2{
	float: right;
	width:25%;
	height:100%;
	min-width:250px;
	background:#CCC;
	font: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif,georgia, times;
	border-top: 3px #000 double;
	border-bottom: 3px #000000 double;
    padding:0px 0px 0px -20px;
	margin: 0 0 0 0px;
}


.menu h2, .menu2 h2  {
	font-size:1.0em;
	font:bold 11pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif,georgia, times;
	color: #FFF;	
	margin: 0px -5px 5px -5px;
	box-shadow: 2px 2px 5px #000;
    padding: 0px 0px 3px 10px;
	border-bottom:1px solid #000;
	text-transform: uppercase;
	background: #821122;
}


.menu h3, .menu2  h3{
	font-size:1.0em;
	font:bold 11pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif,georgia, times;
	color: #FFF;	
	margin: 0px 0px 5px 0px;
    padding: 20px 10px 3px 10px;
	border-bottom:1px solid #333;
	text-transform: uppercase;
	background: #821122;
}


.menu ul, .menu2 ul{
	margin:10px 0;   
	padding: 0;	
}


.menu ul li, .menu2 ul li{
	padding:0 5px;
}


.menu ul li ul, .menu ul li ul li, .menu2  ul li ul, .menu2 ul li ul li{
	margin:0;
	padding:0;
}


.menu a, .menu2 a{
	font: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif,georgia, times;
	font-size: 13px;
    width: auto;
	color:#000;
	background:#9999999;
}


.menu a:hover, .menu2 a:hover{
	color:#000;
	text-decoration:underline;
}

#menu2 {
	font: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif,georgia, times;
	background-color: #CCC;
	padding: 0px 0px 0px 0px;
	margin: -26px 5px 10px 5px;
}

#menu-side {
	font: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif,georgia, times;
	background-color: #CCC;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 10px 5px;
}

#menu2 a{
	color: #000;
	font: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif,georgia, times
}


#menu2 a:hover{
	background: none;
	text-decoration:none;
}


.menu2 img a:hover{
	background:none;
	text-decoration:none;
}


#menu label{
	font:normal 11pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif,georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}


#menu p {margin:0; padding:0;}

#menu img {padding: 0; margin: 0;}


img.centered {
	display: none;
	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
}

	
.wp-caption {
   	border: 1px solid #ddd;
   	text-align: center;
   	background-color: #f3f3f3;
   	padding-top: 4px;
   	margin: 10px;
   	/* optional rounded corners for browsers that support it */
   	-moz-border-radius: 3px;
   	-khtml-border-radius: 3px;
   	-webkit-border-radius: 3px;
   	border-radius: 3px;
}


.wp-caption img {
   	margin: 0;
   	padding: 0;
   	border: 0 none;
}


.wp-caption p.wp-caption-text {
   	font-size: 11px;
   	line-height: 17px;
   	padding: 0 4px 5px;
   	margin: 0;
}



/* FOOTER */

#footer {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
    width: 100%;
	min-width:890px;
	height: 200px;
    background: #561420 url(img/footer.png) center no-repeat;
    text-align:center;
	color: #FFF;
	overflow: hidden;
  	margin-left: auto ;
  	margin-right: auto ;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

#footertext {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	text-align: center;
}

/* SEARCH FORM */

#searchform{
	float:center;
	margin:3px 0px 0px 0px;
	width:200px;
	height:25px;
	background:transparent url(img/nav.png) no-repeat center ;
}


.submit{
	background:transparent url(img/nav.png) no-repeat 0 100px ;
    	border:none;
	height:25px;
	width:40px;
	margin:0;
	padding:0;
	cursor:pointer;
}


.submit-text{
	background:transparent;
	border:0;
	width:100px;
	margin:1.5px 0 0 26px;
	padding:5px;
}


.rss {
	border:0!important;
	background:transparent!important;
	float:right;	
	margin:0;
	padding:0;
}


.rss img{
	height:30px;
	width:30px;	
	margin:0 10px 0 0;

}


.widget240 li{
	float:left;
	width:240px;
	line-height:1.6;
}


.widget380 {
	float:left;
	width:auto;
	margin:2px 1px;	
}



/* COLUMNS & TABLES */

#column1 {
	float: left;
	width:150px;
	top: 325px;
}
	

#column2 {
	float: right;
	width:150px;
	top: 325px;
}


#column3 {
	float: center;
	top: 325px;
}


#column4 {
	float: right;
	width: 370px;
	top: 325px;
}


#column5 {
	float: left;
	width:310px;
	top: 325px;
}

	
#column6 {
	float: right;
	width:100px;
	top: 325px;
}


#column7 {
	float: center;
	top: 325px;
}


#table-header, th {
	border: 1px solid #000;
	background:#333;
}


#table-insert {
	border: 1px solid #333;
	padding: 15px 5px 0px 5px;
}


#table-th {
	border: 1px solid #000;
	padding: 0px 0px 0px 0px;
}


.tableizer-table th {
	background-color: #821122; 
	color: #FFF;
	padding-left: -10px;
}

.tableizer-table  td {
	background-color: #CCC; 
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	color: #000;
	margin-left:10px;
}





/* MOBILE VERSION */


@media only screen and ( max-width: 40em ) /* 640 */
		{


html {
	font-size: 75%; /* 12 */
}

.mobile_only {
	display:block !important;
	margin-left:0px;
	width:100%;
	}
	
	.mobile_only img{
	padding: 5px 5px 5px 5px;
	}

	.sidetext {
	background: #CCC;
	float: right;
	margin-right:20px;
	margin-top:20px;
	width: 50%;
	height: auto;
	font-size: 120%;
	}
	
label {
  cursor: pointer;
  font: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif,georgia, times;
}

label h1 {
  background: #821122;
  color: #FFF;
  width: 100%;
  min-width:390px;
  padding: 10px 0px 10px 10px;
  font: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif,georgia, times;
  border-top: 3px #000 double;
  border-bottom: 3px #000000 double;
}

#side-toggle {
  display: none; /* hide the checkbox */
}

#side {
  display: none;
  background-color: #CCC;
  border: 1px solid #000;
  width:100%;
  height: auto;
  margin-top: -10px;
  min-width:300px;
}

#side-toggle:checked + #side {
  display: block;
}

#container {
	width:100%;
	color:#000;
	display: block;
	min-width: 0px;
}


#header {
	width: 100%;				    	
	background: #561420 url(img/header-m.jpg) center no-repeat;	
	height:300px;
	color: #000; 
	min-width: 0px;
	float: center;
}


.wrap {
    text-align:left;
	width: 100%; 
	background:#808080;
	min-width: 0px;
	overflow: hidden;
	margin: auto;
}

.outerdiv{
	width:100%;
	height:100%;
	background:#808080;
	margin:0 auto ;
	overflow:auto;
}

.content1 {
	width:90%;
	background: #808080;
	color: #000;
	margin-left: 20px;
	min-width: 0px;
}

.content2 {
	width:90%;
	background: #808080;
	color: #000;
	margin-left: 20px;
	min-width: 0px;
}


#footer {
    background: #561420;
	width: 100%;
	min-width: 0px;
}


#footer .grid_3 {
	width: 100%;
}

.menu.grid_5.omega {
	display: none;}

.menu2.grid_5.omega {
	display: none;
}

/*	float: left;
	width:25%;
	min-width:250px;
	background:#CCC;
	font: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif,georgia, times;
	border-top: 3px #000 double;
	border-bottom: 3px #000000 double;
    padding:20px 0px 0px 0px
	margin: 20px 0px 0px 0px; */

.menu-mobile {
	width: 100%;
	background-color: #CCC;
}

.mobile-side {
	width: 105%;
	background-color: #FFF;
	margin-left:-40px;
}

.mobile-side h2 {
	font:bold 8pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif,georgia, times;
	color: #FFF;	
	margin: 10px -5px 5px -5px;
    padding: 0px 0px 3px 10px;
	border-bottom:1px solid #000;
	text-transform: uppercase;
	background: #821122;
}

.mobile-side h3 {
	font:bold 8pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif,georgia, times;
	color: #FFF;	
	margin: 10px -5px 5px -50px;
    padding: 0px 0px 3px 10px;
	border-bottom:1px solid #000;
	text-transform: uppercase;
	background: #821122;
}

#m-tab-container-1, #m-tab-container-2, #m-tab-container-3{
    width:33%;
    margin:0 0px 10px 0px!important;
    margin:0 0 0 0px;
    float:left;
	background-color: #CCC;
	min-width:100px;
}

#m-tab-container-1-nav ul, #m-tab-container-2-nav ul, #m-tab-container-3-nav ul{
    background-color: #FFF;
	margin-left:-40px;
	padding: 0px 0px 0px 0px;
}

.m-tab{
    width:65%;
    float:left;
    margin:-1px 0 0 0;
    border: 1px solid #000;
    background:#CCC;
    padding:10px;
    position:relative;
}

.network {
	margin-top: -50px;
}

.m-tab ul li {
	margin: 0px 0px 0px -40px;
	background-color: #CCC;
	width: 100%;
	font-size: 8pt;
}

#searchform{
	float:center;
	margin:-30px 0px 0px -40px;
	width:130%;
	height:100%;
	background:transparent url(img/nav.png) no-repeat center ;
}


.submit{
	background:transparent url(img/nav.png) no-repeat 0 100px ;
    border:none;
	height:25px;
	width:40px;
	margin:0;
	padding:0;
	cursor:pointer;
}


.submit-text{
	background:transparent;
	border:0;
	width:100%;
	margin:23px 0 0 0px;
	padding:5px;
}
			
#menu {
	position: relative;
	margin: 0;
	width:100%;
	min-width: 0px;
}
				

#menu > a {
	width: 30px;
	height: 30px;
	text-align: left;
	text-indent: -9999px;
	background: #821122;
	position: relative;
}
					

#menu > a:before,
#menu > a:after {
	position: absolute;
	border: 2px solid #FFF;
	background: #000;
	top: 30%;
	left: 25%;
	right: 25%;
	content: '';
}
					

#menu > a:after{
	top: 60%;
}

				
#menu:not( :target ) > a:first-of-type,
#menu:target > a:last-of-type {
	display: block;
}

						
#menu ul {
	margin: 0;
	padding:0;
	text-align: left;
	width: 150px;
}


#menu ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 0;
 	position: relative;
	width: 150px;
}


#menu ul li a {
	font-weight:bold;
	padding:4px 15px;
	margin: 0 0 0 0px;
	color: #CCC;
	display:block;
	border-right: 2px solid #CCC;
	border-left: 1px solid #CCC;
	background: #821122;
	transition: color 0.2s linear 0s;
	width:150px;
}


#menu ul ul {
	background: #821122;
    display:none;
    position: relative;
    width:180px;
	margin-left:174px;
	margin-top: -20px;
}


#menu ul ul li{
    margin-top: 0px;
	z-index: 10;
}


#menu ul ul li a {
	text-align: left;
	font-weight:bold;
	color: #FFF;
	display:block;
	border-left: 2px solid #CCC;
	border-right: 0px solid;
	background: #821122;
	transition: color 0.2s linear 0s;
}

/* first level */

#menu > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}
				

#menu:target > ul {
	display: block;
}
				

#menu > ul > li {
	width: 100%;
	float: none;
	display: block;
}
					

#menu > ul > li > a {
	height: auto;
	text-align: left;
	padding: 0 0.833em; /* 20 (24) */
	font-size:10pt;
}
						

#menu > ul > li > a {
    border-left: 2px solid #CCC;
	border-right: 0 px solid #CCC;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* second level */

#menu li ul {
	position: static;
	padding: 2px;
	padding-top: 0;
}


#menu li:not( :first-child ):hover ul {
	left: 0px;
}

#menu li ul a {
	font-size: 8pt;
	color: #CCC;
	border-left: 2px solid #CCC;
	border-right: 0px solid;
	padding-top: 10px;
	padding-bottom: 10px;
}

											
#menu li ul li a:hover,
#menu li ul:not( :hover ) li.active a {
	background-color: #CCC;;
}

	}