/*   
    Theme Name: Shell-Lite Child
    Theme URI: http://example.com
    Description: Child theme for the Shell-Lite theme 
    Author:  Your name goes here
    Author URI:  http://example.com
    Template: shell-lite
    Version:1.0
*/

/* Import shell styles */
   @import url('../shell-lite/style.css'); 




#container {
    background:white;
}

strong { font-weight: bold; }


/* =Tables
-------------------------------------------------------------- */
table {
	border-left:0px solid #ccc;
	border-top:0px solid #ccc;
	width:65%;
	border-spacing:0;
  border-collapse:collapse;

}

th, td {
	border-bottom:0px solid #ddd;
	border-right:0px solid #ccc;
}




/* =Globals
-------------------------------------------------------------- */

#wrapper {
	width:941px;
/* -webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
border-left:1px solid #222;
border-right:1px solid #222;
margin: 0 0 0 -1px;*/
	background-color:#fff;
	clear:both;
	position:relative;
}


#header {
	margin:0 auto;
	width:981px;
}


#footer {
	clear:both;
	height:33px;
	line-height: 33px;
	margin:0 auto;
	width:982px;
	background:3366CC;
}


#footer-wrapper {
	margin:0 auto;
	width:982px;
}




/* menu
------------------------------------------------------------*/




#header #search-box {
	float:right;
	margin-top:60px;
margin-right: 20px;
}


/* =Links
-------------------------------------------------------------- */
a {
	color:#3366CC;
	font-weight:700;
	text-decoration:none;
}

a:hover {
	color:#444;
}

h1 a {
    color:#3366CC;
}

h1 a:hover {
    color:#444;
}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	line-height:1em;
}

h1 {
	color:#669966;
	font-size:2em;
}

h2 {
	color:#5e5e5e;
	font-size:1.6em;
}

h3 {
font-weight:normal;	
font-size:0.8em;
margin-left:9px;
line-height:140%;
}

h4 {
	font-size:1.3em;
}

h5 {
	font-size:1.2em;
}

h6 {
	font-size:1em;
}



* =Widgets
-------------------------------------------------------------- */

#widgets {

}


#widgets a {
	display:inline-block;
	margin:0;
	padding:3px;
	text-decoration:none;
}

#widgets ul, #widgets p {
	border:none;
	border-top:none;
	margin:0 0 5px;
	padding:10px;
}

#widgets ul li {
	list-style-type:none;
	margin:0;
}

#widgets ul li a {
	color:#444;
	text-decoration:none;
}

#widgets ul li a:hover {
	color:#000;
}

#widgets ul ul a {
	padding:3px 0 3px 18px;
}

#widgets ul ul ul a {
	padding:3px 0 3px 18px;
}

#widgets ul ul ul ul a {
	border:none;
	padding:3px 0 3px 18px;
}

#widgets .widget-title img {
	float:right;
	height:4px;
	position:relative;
	top:0px;
	width:11px;
}

#widgets .rss-date {
	line-height:18px;
	padding:6px 12px;
}

#widgets .rssSummary {
	padding:10px;
}

#widgets cite {
	font-style:normal;
	line-height:18px;
	padding:6px 12px;
}

#widgets .textwidget, #widgets .tagcloud {
	background: #f5f5f5;
	display:block;
	line-height:1.5em;
	padding:10px;
	min-height:120px;
margin-bottom: 20px; 
margin-top: -25px;
-webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
-webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	border: 1px solid #CCCCCC;
}



.widget-title, .widget-title-home h3 {
background:#CCCCCC;
color:#333333;
font-size:10px
}



#widgets ul .children {
	border:none;
	margin:0;
	padding:0;
}

#widgets .author {
	font-weight:700;
	padding-top:4px;
}



/* =Main Menu
-------------------------------------------------------------- */
.menu {
	background:#7297E0;
	clear:both;
	margin:0 auto;
}

.menu, .menu ul {
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
}

.menu li {
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	z-index:5;
}

.menu li:hover {
	white-space:normal;
	z-index:10000;
}

.menu li li {
	float:none;
}

.menu ul {
	left:0;
	position:absolute;
	top:0;
	visibility:hidden;
	z-index:10;
}

.menu li:hover>ul {
	top:100%;
	visibility:visible;
}

.menu li li:hover>ul {
	left:100%;
	top:0;
}

.menu:after, .menu ul:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
}

.menu, .menu ul {
	min-height:0;
}

.menu ul {
	margin:-10px 0 0 -30px;
	padding:10px 30px 30px;
}

.menu ul ul {
	margin:-30px 0 0 -10px;
	padding:30px 30px 30px 10px;
}

.menu ul li a:hover, .menu li li a:hover {
	color:#484848;
	text-decoration:none;
}

.menu ul {
	width:14em;
}

.menu a {
	border-left:1px solid #333;
	color:#fff;
	display:block;
	font-size:14px;
	font-weight:400;
	height:44px;
	line-height:44px;
	margin:0;
	padding:0 1em;
	position:relative;
	text-decoration:none;
}

.menu a:hover {
	background:#333;
	color:#fff;
}

.menu .current_page_item a {
	background:#333;
	color:#fff;
}

.menu li li {
	background:#888;
	border-bottom:1px solid #777;
	color:#fff;
	width:auto;
}

.menu li li a {
	border:none;
	color:#fff;
	font-size:12px;
	font-weight:400;
	height:auto;
	line-height:20px;
	min-height:28px;
	padding:8px 10px 0 10px;
}

.menu li li a:hover {
	background:#999;
	border:none;
	color:#fff;
}

.menu ul>li + li {
	border-top:0;
}

.menu li li:hover>ul {
	left:100%;
	top:0;
}

.menu>li:first-child>a {
	border-left:none;
}

.menu>li:first-child>a, .menu li + li + li li:first-child>a {
}




/*----------------------------*/





#footer {
	clear:both;
	height:33px;
	line-height: 33px;
	margin:10 auto;
	width:980px;
}
#footer-wrapper {
	margin:0 auto;
	width:940px;
}