/*
Theme Name:     NIMLAS Studios
Description:    Adaptation of the Wordpress Twenty Eleven them for NIMLAS Studios
Author:         Nuchtchas
Template:       twentyeleven

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../twentyeleven/style.css");

#page {
	margin: -1em auto;
	max-width: 1000px;
        border:2px solid #003300;
}

.tag-links {
display: none;
}

/* Menu Background */
#access  {
	background: #08572B !important; /* Tertiary to Primary */
	background: -moz-linear-gradient(#08572B, #003300) !important;
	background: -o-linear-gradient(#08572B, #003300) !important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#08572B), to(#003300)) !important; /* older webkit syntax */
	background: -webkit-linear-gradient(#08572B, #003300) !important;
}

#access ul ul a {
	background: #98C46B !important;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #67AD27 !important;
}
#access li:hover > a,
#access a:focus {
	background: #67AD27; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#67AD27, #98C46B) !important;
	background: -o-linear-gradient(#67AD27, #98C46B) !important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#67AD27), to(#98C46B)) !important; /* Older webkit syntax */
	background: -webkit-linear-gradient(#67AD27, #98C46B) !important;
	color: #082700 !important;

#tag-links { display: none; !important;
}

/* Site Generator Line */
#site-generator {
	display: none !important;
}

#site-generator a {
	display: none !important;
}

#site-generator .sep {
	display: none !important;
}

.rounded-corners {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}

