
/*
 *
*********** intellectual Property of 4uSofts Infomedia Pvt Ltd. Bangalore ********************

File Name: ./assets/css/main.css
URL: http://support.shortreminders.com/
Author: Abdul Subaan
Date Created: 01-02-2012
*********** intellectual Property of 4uSofts Infomedia Pvt Ltd. Bangalore ********************
*
Change Log:
Date | Author | Version | Description
*
*/



::-moz-selection 	{ background-color: #00f; color: #fff; }
::selection 		{ background-color: #00f; color: #fff; }

a				{ outline: 0; text-decoration:none; color:#000; font-weight:bold; } 
a:hover 			{ color:#000; font-weight:bold;  }
a:active 			{ outline: none; position: relative; top: 2px; }
p a:hover 		{ color: #27B3CF; }

.clearfix 			{ clear: both; }
.back 				{padding-left:10px;}
.back a, .back a:visited {color:#660066;}
/*------------------------------------*\
  MAIN
\*------------------------------------*/

body 				
{ 
	background-color:#E7EFF0;
	color: #000; 
	font-family: 'Droid Serif', serif; font-size: 16px; 
	font-size: 12px; 
	font-family:helvetica,clean,sans-serif;
	-webkit-transition-property: font-size;
	-moz-transition-property: font-size;
	transition-property: font-size;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in; 
	margin: 0;
	padding: 0;
	line-height: 20px;
}

#wrapper 			{ 
margin: 25px auto 25px; width: 99%; background: #fefefe; padding: 0px 0; height:auto; 

}

header { padding: 0px; }

h1 { font-size: 40px; font-family: 'Bookman Old Style','Arial', serif; line-height: 15px; padding: 10px;  letter-spacing:-3px;
	-webkit-transition-property: font-size;
	-moz-transition-property: font-size;
	transition-property: font-size;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;  
}
h1 a { text-decoration: none; color: #464646; }
h1 a:hover { text-decoration: none; color: #075C87;}



h2 { font-family: 'Droid Serif'; font-size: 28px; padding: 0px 0 0 10px; color: #464646;
	-webkit-transition-property: font-size;
	-moz-transition-property: font-size;
	transition-property: font-size;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}

h3 { font-family: 'Helvetica'; font-size: 16px; padding: 5px 0 0 10px; color: #FF007E;
	-webkit-transition-property: font-size;
	-moz-transition-property: font-size;
	transition-property: font-size;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}

/*h3 { font-family: 'Droid Serif', serif; font-size: 26px;  color:#006699;} */

h4 	{ font-family: Arial;
	padding: 0 0 0 15px; 
	color: #464646; 
	font-size:13px; 
	font-weight:normal; 
	line-height: 25px;
}



#topribbon 			{ padding: 0; margin: 0px 0; vertical-align:middle; }
#topribbon a 			{ color:#666666; display: block; float: right; padding: 10px; font-weight:normal; }
#topribbon a:visited 	{ color: #66666; }
#topribbon a:hover		{ text-decoration: none; background-color:#27B3CF; ; font-weight:normal; }
#topribbon a:active		{ position: relative; top: 0; }

#botribbon 			{ padding: 0; margin: 0px 0; vertical-align:middle; background: #4D0000; }
#botribbon a 			{ color:#ff0; display: block; float: left; padding: 5px; font-size:12px; }
#botribbon a:visited 	{ color:#ff0; font-size:12px;}
#botribbon a:hover		{ text-decoration: none; background-color:#4D0000; color:#fff; font-weight:bold; font-size:12px;}
#botribbon a:active		{ position: relative; top: 0; font-size:12px;}


#fb 			{ padding: 0; margin: 0px 0; vertical-align:middle;}
#fb a 		{ color:#fff; display: block; float: left; padding: 10px; }
#fb a:visited 	{ color: #fff; }
#fb a:hover	{ text-decoration: none; background-color:transparent;font-weight:bold; }
#fb a:active	{ position: relative; top: 0; }

.left-col 	{ width: 68%; float: left; }
.sidebar 		{ width: 20%; float: right; margin-bottom: 10px; 
	-webkit-transition-property: width;
	-moz-transition-property: width;
	transition-property: width;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}

#featured 			{ padding: 20px; }
#latest				{ padding: 20px; }
#about 				{ padding: 20px; }

p 					{ 
	padding: 0 5px 0 5px;
	font-size:13px;
	font-family:Arial,"Times New Roman",Times,serif;
	line-height: 20px;
	  
}

ul 					{ list-style: none; }
ul li 				{ margin: 0 5px; }

footer 				{ padding: 5px; }

pre					{ overflow: scroll; font-size: 12px; }

/*
input.text { background-color:white;}
input.text:focus { background-color:yellow; }
input.text:hover { border:12px solid #red; }
*/


a.appurl {
float: none; padding-left: 0px; 
color:#0066ff;
font-size:12px;
font-family:Arial,"Times New Roman",Times,serif;
clear: both;
font-weight:bold;      
}

a.appurl:hover {
float: none; padding-left: 0px; 
color:#000000;
font-size:12px;
font-family:Arial,"Times New Roman",Times,serif;
clear: both; font-weight:bold;
}

a.readmore {
    color:#006699;text-decoration:underline;
    font: 0.8em/100% Georgia,Times,serif;

}

a.readmore:hover {
    color:#FF9900;text-decoration:underline;
    font: 0.8em/100% Georgia,Times,serif;

}

.currentStatus
{
    float: right; padding-left: 20px;
}


.comment,
#addCommentContainer{
	
	/* Syling the comments and the comment form container */
	
	padding:12px;
	width:750px;
	position:relative;
	background-color:#fefefe;
	border:1px solid white;
	color:#000;
	margin-bottom:25px;
	
	/* CSS3 rounded corners and drop shadows */
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

	-moz-box-shadow:2px 2px 0 #c2c2c2;
	-webkit-box-shadow:2px 2px 0 #c2c2c2;
	box-shadow:2px 2px 0 #c2c2c2;
}

.comment .avatar{

	/*
	/	The avatar is positioned absolutely, 
	/	and offset outside the comment div
	/*/

	height:50px;
	left:-70px;
	position:absolute;
	width:50px;
	background:url('img/default_avatar.gif') no-repeat #fcfcfc;
	
	/* Centering it vertically: */
	
	margin-top:-25px;
	top:50%;

	-moz-box-shadow:1px 1px 0 #c2c2c2;
	-webkit-box-shadow:1px 1px 0 #c2c2c2;
	box-shadow:1px 1px 0 #c2c2c2;
}

.comment .avatar img{
	display:block;
}

.comment .name{
	font-size:20px;
	padding-bottom:10px;
	color:#ccc;
}

.comment .date{
	font-size:12px;
	padding:6px 0;
	position:absolute;
	right:15px;
	top:10px;
	color:#bbb;
}

.comment p,
#addCommentContainer p{
	font-size:18px;
	line-height:1.5;
	overflow-x:hidden;
}

#addCommentContainer input[type=text],
#addCommentContainer textarea{

	/* Styling the inputs */

	display:block;
	border:1px solid #ccc;
	margin:5px 0 5px;
	padding:3px;
	font-size:12px;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
}

#addCommentContainer textarea{
	width:500px;
}

span.error {
	color:#fff;
	background-color:red;
	position:relative;
	font-size:13px;
	font-weight: bold;
	font-style: italic;
	padding: 0px 25px 0px 25px;
}

span.success {
	color:#fff;
	background-color:green;
	position:relative;
	font-size:13px;
	font-weight: bold;
	font-style: italic;
	padding: 2px 25px 2px 25px;
}

/* ####################################### CSS items by ourself ################################*/

.mand
{   
	font-size:12px;
	font-weight: bold;
	font-family: Arial;
   	background-color:#CCCCFF;
	border: 1px solid;   
   	border-color:#000000;
}

.onselmand 
{   
	font-size:11px;
	font-weight: bold;
	font-family: Arial;
   	border: 2px solid;   
   	border-color: #0000FF;
   	background-color:#A9D2F1;
}


.notestxt
{   
	font-size:12px;
	font-weight: bold;
	font-family: Arial;
}


.txtfooter 
{
color:#5151FF;
font-size:11px;
font-weight:normal;
font-family:Arial;
text-decoration:none;
font-weight:normal;
font-family:Arial;
text-decoration:none;
padding-bottom:10px;
}

.txtfooter:hover 
{
color:#000;
font-weight:normal;
text-decoration:none;
}

onetab {
	margin-left:5px;
}

.postNext
{
    font: 0.8em/100% Arial, Georgia,Times,serif;
    color:#12C;
	text-align:left;
}




a.catlink {
    color:#12C; font: 1em/150% Georgia,Times,serif;text-align:right;text-decoration:none;
}

a.catlink:hover {
    color:#093;font: 1em/150% Georgia,Times,serif;text-align:right;text-decoration:underline;
}


.remtd {
    .txttbl;
    padding: 0px 0px 15px 10px;
    vertical-align: middle;
}

.othtd {
    .txttbl;
    padding: 5px 10px 3px 5px;
    vertical-align: middle;
}


.txttbl
{
color:#000000;
font-size:11px;
font-family: Arial;
text-decoration:none;
font-weight:bold;
}

.tblsingle 
{
	border-collapse: collapse;
	table-layout:auto;
	border-color: #006FD6;
	margin-left:10px;
}

.btn
{   
   	color:white;   
	font-size:11px;
	font-weight: bold;
	font-family: Arial;
	background-color:#060;   
   	border: 3px solid;   
   	border-color:#060;
	border-radius: 5px;
	
}

.borderless_button {
  border: none;
  background: none;
  color: #00f;
  text-decoration: underline;
  cursor: pointer;
  display: in-line;
  margin: 0px;
  padding: 0px;
}

.actmnubg
{
 	background-color:#27B3CF;
 	border: 0pt;
}


/***************** Additional controls ******************************/
.listtable {
	border:1px solid #D4EDF3; border-collapse:collapse; margin:0 0 5px 0;"
}
	

tr{
	color:#000;
	font-size:12px;
	font-family: Arial;
	font-weight:bold;
	text-decoration:none;
	
}

th{
	color:#fff;
	font-size:12px;
	height:25px;
	background-color:#0082c6;
	font-family: Arial;
	font-weight:bold;
	text-decoration:none;
	border: 1px solid #D4EDF3;
	vertical-align: middle;
	
}

.applabel {
	color:#000000;
	font-size:12px;
	font-family: Arial;
	font-weight:bold;
	text-decoration:none;

}

.bigfonts {
	color: #464646;
	font-size:14px;
	font-family: Arial;
	font-weight:bold;
	text-decoration:none;

}

.pagetitle { 
	font-family: 'Helvetica'; font-size: 20px; margin: 25px 0px 0px 0px; 
	-webkit-transition-property: font-size;
	-moz-transition-property: font-size;
	transition-property: font-size;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}


button,button:active,button[disabled]:active,input[type=submit],input[type=submit]:active,input[type=submit][disabled]:active,input[type=button],input[type=button]:active,input[type=button][disabled]:active
	{
	background-color: #00ccff;
	background-image: -moz-linear-gradient(#00ccff, #0066ff);
	background-image: -o-linear-gradient(#00ccff, #0066ff);
	background-image: -ms-linear-gradient(#00ccff, #0066ff);
	-cp-background-image: linear-gradient(#00ccff, #0066ff);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00ccff),to(#0066ff) );
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#00ccff', EndColorStr='#0066ff', GradientType=0 );
	border: 1px solid #006;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding: 5px;
	margin: auto 5px;
	width: auto;
	overflow: visible;
	
}

button:hover,input[type=submit]:hover,input[type=button]:hover
	{
	background-color: #00ccff !important;
	background-image: -moz-linear-gradient(#0066ff, #00ccff);
	background-image: -o-linear-gradient(#0066ff, #00ccff);
	background-image: -ms-linear-gradient(#0066ff, #00ccff);
	-cp-background-image: linear-gradient(#0066ff, #00ccff);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0066ff),to(#00ccff) );
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#0066ff', EndColorStr='#00ccff', GradientType=0 );
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #006;
	box-shadow: none;
	padding: 5px;
	margin: auto 5px;
}

button[disabled],button[disabled]:active,input[type=submit][disabled],input[type=submit][disabled]:active,input[type=button][disabled],input[type=button][disabled]:active
	{
	
	color: #fff;
	cursor: default
}


input.std_textbox {
	height: 20px;
	margin: 0px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-box-shadow: inset 0 10px 10px #e9e9e9;
	-webkit-box-shadow: inset 0 10px 10px #e9e9e9;
	box-shadow: inset 0 10px 10px #e9e9e9;
	border: 0px solid #0066ff;
	background-color: #fff;
	color: #000;
	font-family: helvetica;
	font-size: 13px;
	outline:none;
}

std_textbox input:hover{
	height: 20px;
	margin: 0px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-box-shadow: inset 0 10px 10px #e9e9e9;
	-webkit-box-shadow: inset 0 10px 10px #e9e9e9;
	box-shadow: inset 0 10px 10px #e9e9e9;
	border: 0px solid #0000ff;
	background-color: #fff;
	color: #000;
	font-family: helvetica;
	font-size: 13px;
	outline:none;
}


.input-field {
	height: 26px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-box-shadow: inset 0 10px 10px #e9e9e9;
	-webkit-box-shadow: inset 0 10px 10px #e9e9e9;
	box-shadow: inset 0 10px 10px #e9e9e9;
	border: 2px solid #bebebe;
	background-color: #fff;
	background-repeat: no-repeat;
	display:inline-block;
	
}


.section-frame {
	height: 26px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-box-shadow: inset 0 10px 10px #e9e9e9;
	-webkit-box-shadow: inset 0 10px 10px #e9e9e9;
	box-shadow: inset 0 10px 10px #e9e9e9;
	border: 2px solid #bebebe;
	background-color: #eee;
	background-repeat: no-repeat;
	display:inline-block;
	
}

.frame-title {
	background-color:#D6D6D6;
	color:#0686AF; 
	height: 25px; 
	margin:2px 3px 5px 3px; 
	text-align: right; 
	font-size:larger;
	font-family: 'Helvetica','Bookman Old Style','Arial';
	font-weight:bold;
	 
}

select.std_select {
	margin: 5px 5px;
	-moz-box-shadow: inset 0 10px 10px #e9e9e9;
	-webkit-box-shadow: inset 0 10px 10px #e9e9e9;
	box-shadow: inset 0 10px 10px #e9e9e9;
	border: 0px solid #0066ff;
	background-color: #e9e9e9;
	color: #000;
	font-family: helvetica;
	font-size: 11px;
	font-weight:bold;
	outline:none;
}

.msg-field {
	border-radius: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-box-shadow: inset 0 10px 10px #B2ECA0
	-webkit-box-shadow: inset 0 10px 10px #B2ECA0;
	box-shadow: inset 0 20px 10px #B2ECA0;
	border: 2px solid #0829D5;
	background-color: #fff;
	background-repeat: no-repeat;
	display:inline-block;
}

.menu-a {
margin: 0px 5px 0px 5px;
}


/* Menu Items */

#menu, #menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#menu {
		width: 100%;
		margin: 10px auto;
		border: 1px solid #4D0000;
		background-color: #111;
		background-image: -moz-linear-gradient(#4D0000, #000); 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#4D0000), to(#000));	
		background-image: -webkit-linear-gradient(#4D0000, #000);	
		background-image: -o-linear-gradient(#4D0000, #000);
		background-image: -ms-linear-gradient(#4D0000, #000);
		background-image: linear-gradient(#4D0000, #000);
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
		-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
		box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	}
	
	#menu:before,
	#menu:after {
		content: "";
		display: table;
	}
	
	#menu:after {
		clear: both;
	}
	
	#menu {
		zoom:1;
	}
	
	#menu li {
		float: left;
		border-right: 1px solid #222;
		-moz-box-shadow: 1px 0 0 #444;
		-webkit-box-shadow: 1px 0 0 #444;
		box-shadow: 1px 0 0 #444;
		position: relative;
	}
	
	#menu a {
		float: left;
		padding: 12px 20px;
		font: bold 13px Arial, Helvetica;
		text-decoration: none;
		text-shadow: 0 1px 0 #000;
		color:#fff;
	}
	
	#menu li:hover > a {
		color: #ff0;
	}
	
	*html #menu li a:hover { /* IE6 only */
		color: #fafafa;
	}
	
	#menu ul {
		margin: 20px 0 0 0;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 38px;
		left: 0;
		z-index: 1;    
		background: #444;
		background: -moz-linear-gradient(#444, #111);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
		background: -webkit-linear-gradient(#444, #111);    
		background: -o-linear-gradient(#444, #111);	
		background: -ms-linear-gradient(#444, #111);	
		background: linear-gradient(#444, #111);
		-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
		-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
		box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;  
	}

	#menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	
	#menu ul ul {
		top: 0;
		left: 150px;
		margin: 0 0 0 20px;
		_margin: 0; /*IE6 only*/
		-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		box-shadow: -1px 0 0 rgba(255,255,255,.3);		
	}
	
	#menu ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
		-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	}
	
	#menu ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}
	
	#menu ul a {    
		padding: 10px;
		width: 160px;
		_height: 10px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: none;
	}
	
	#menu ul a:hover {
		background-color: #0186ba;
		background-image: -moz-linear-gradient(#04acec,  #0186ba);	
		background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
		background-image: -webkit-linear-gradient(#04acec, #0186ba);
		background-image: -o-linear-gradient(#04acec, #0186ba);
		background-image: -ms-linear-gradient(#04acec, #0186ba);
		background-image: linear-gradient(#04acec, #0186ba);
	}
	
	#menu ul li:first-child > a {
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
	}
	
	#menu ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 40px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #444;
	}
	
	#menu ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;	
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #3b3b3b;
	}
	
	#menu ul li:first-child a:hover:after {
		border-bottom-color: #04acec; 
	}
	
	#menu ul ul li:first-child a:hover:after {
		border-right-color: #0299d3; 
		border-bottom-color: transparent; 	
	}
	
	#menu ul li:last-child > a {
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}
	
	/* Mobile */
	#menu-trigger {
		display: none;
	}

	@media screen and (max-width: 600px) {

		/* nav-wrap */
		#menu-wrap {
			position: relative;
		}

		#menu-wrap * {
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

		/* menu icon */
		#menu-trigger {
			display: block; /* show menu icon */
			height: 40px;
			line-height: 40px;
			cursor: pointer;		
			padding: 0 0 0 35px;
			border: 1px solid #2E74A1;
			color: #fafafa;
			font-weight: bold;
			background-color: #2E74A1;
			
			border-radius: 6px;
			-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
			-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
			box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
		}
		
		/* main nav */
		#menu {
			margin: 0; padding: 10px;
			position: absolute;
			top: 40px;
			width: 100%;
			z-index: 1;
			background-color: #444;
			display: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#menu:after {
			content: '';
			position: absolute;
			left: 25px;
			top: -8px;
			border-left: 8px solid transparent;
			border-right: 8px solid transparent;
			border-bottom: 8px solid #444;
		}	

		#menu ul {
			position: static;
			visibility: visible;
			opacity: 1;
			margin: 0;
			background: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;				
		}

		#menu ul ul {
			margin: 0 0 0 20px !important;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#menu li {
			position: static;
			display: block;
			float: none;
			border: 0;
			margin: 5px;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;			
		}

		#menu ul li{
			margin-left: 20px;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#menu a{
			display: block;
			float: none;
			padding: 10px 0;
			color: #fff;
		}

		#menu a:hover{
			color: #fafafa;
		}	

		#menu ul a{
			padding: 10px 0 0 0;
			width: auto;		
		}

		#menu ul a:hover{
			background: none;	
		}

		#menu ul li:first-child a:after,
		#menu ul ul li:first-child a:after {
			border: 0;
		}		

	}

	@media screen and (min-width: 600px) {
		#menu {
			display: block !important;
		}
	}	

	/* iPad */
	.no-transition {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		opacity: 1;
		visibility: visible;
		display: none;  		
	}

	#menu li:hover > .no-transition {
		display: block;
	}
	
	.menu-line {	
		width: 24px;
		height: 4px;
		border-radius: 1px;
		margin-bottom: 3px;
		background-color: #FFF;
	}

	
	.menu-box {
		width: 58px;
		float: left;
		padding: 10px;
		margin-left: -25px;
	}
	
/* Menu Items */