/*
Theme Name:     Graphene Child
Theme URI:      http://www.LashWorldTour.com/
Description:    Child theme for the Graphene theme
Author:         Lash WorldTour
Author URI:     http://www.LashWorldTour.com/Lash/
Template:       graphene
Version:        1.5.6
*/
@import url("../graphene/style.css");

/* Your modification goes under this line */

#container {
	-webkit-box-shadow: 0 0 10px #fff;
	box-shadow: 0 0 10px #fff;
	margin: 0 auto;
	width: 1000px;
}
#top-bar {
	background:  #fff;
	border-bottom:0px solid #cfoob3;
	height: 25px;
	position: relative;
	z-index: 10;
}
#rss{
	padding: 2px 2 2 2px;
	float: left;
}

#top_search {
	float: right;
	margin-top: 2px;
	width: 210px;
}
#top_search input {
	background: #fff;
	border: 3 #7732e6;
	color: #cf00b3;
	float: left;
	padding: 1px 3px 1px 2px;
	width: 148px;
	height: 15px;
}
#top_search button {
	background: #fff;
	border: 3;
        color: #cf00b3;
	cursor: pointer;
	display: block;
	float: left;
	margin-left: 10px;
	width: 23px;
	height: 15px;
}

#header {
	background-position: center top;
	background-repeat: no-repeat;
	border-top:0px solid #fff;
	height: 198px;
	width: 100%;
	position: relative;
}
#nav li ul {
	position: absolute;
	width: 150px;
	left: -999em;
}
#header-menu li ul ul {
	margin: -34px 0 0 150px;
}
#secondary-menu li ul ul {
	margin: -29px 0 0 150px;
}
#nav .menu {
	width: 100%;
}
.menu-bottom-shadow{
	background:  #eee;
	height: 5px;
	width: 100%;
}
#header-menu {
	background:  #cf00b3;
        height: 35px;
}
#header-menu > li {
	font: bold 12px verdana;
	margin: 0 0px 0 0px;
}
#header-menu > li:first-child {
	margin-left: 3px;
}
#header-menu > li > a {
	color: #fff;
	font: bold;
	line-height: 20px;
	padding: 7px 6px 8px 6px;
	border-right: 1px solid #bF0184;
}
#header-menu > li > a > span {
	display: block;
	font-size: 11px;
	color: #aaa;
}
#header-menu > li.menu-item-ancestor > a {
	background: #cf00b3;
	padding-left: 5px;
	padding-right: 5px;

}
#header-menu ul li.menu-item-ancestor > a {
	width: 130px;									
                   }




#header-menu > li.current-menu-ancestor {
	 #cf00b3;
}
#header-menu > li.current-menu-ancestor > a {
	color: #ffaef5;
}
#header-menu > li.current-menu-ancestor > a > span {
	color: #bbb3f4;
}
#header-menu ul li a {
        background: #cf00b3;
	color: #fff;
	padding: 10px;
	width: 180px;
	border-bottom: 1px solid #b30195;
}
#header-menu ul li {
	background:  #cf00b3;
}
#header-menu ul li.current-menu-ancestor {
	background-position: left -456px;
	background-color: #cf00b3;
}
#header-menu ul li.current-menu-ancestor > a {
	color: #ffaef5;
}
#secondary-menu-wrap {
	width: 100%;
	border-top: 1px solid #513de5;
}
#secondary-menu {
	width: 100%;
	
	background-color: #ffaef5;
}
#secondary-menu > li > a {
	color: 513de5;
	line-height: 16px;
	padding: 7px 10px 6px;
}
#secondary-menu > li.current-menu-ancestor {
	background: url(images/sprite_h.png) left -614px repeat-x #dfdfdf;
	background-color: #ffaef5;
}
#secondary-menu > li.current-menu-ancestor > a {
	color: #513de5;
}
#secondary-menu ul li a {
	color: #513de5;
	padding: 7px 15px 6px;
	width: 170px;
	line-height: 16px;
}
#content {
	background: #e3e3e3;
        font-size: 30px;
	padding-top: 5px;
	padding-bottom: 20px;
}
.page-title {
	background: #ffffff;
	background-color: #cf00b3;
	color: #cf00b3;
        font: Georgia;
        font-weight: bold;
	font-size: 16px;
	margin: 0 auto 10px;
	padding: 8px 0;
	text-align: center;
	
}
.page-title span {
	color: #cfoob3;
}
.cat-desc{
	background: #cf00b3;
	padding: 10px;
	margin-top: -10px;
	overflow: hidden;
	border-top: 1px solid #221;
	color: #fff;
}
.post {
	background: #fff;
	border-bottom: 1px solid #ccc;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-top: 1px solid #d8d8d8;
	margin-bottom: 5px;
        margin-left: 0px;
	overflow: visible;
	padding: 30px 30px 20px 0px;
	position: relative;
	width: 700px;
}
.sticky {
	background-color: #ffffff;
}
.wp-caption {
	background: #fff;
	border: 2px solid #fff;
	margin: 0 auto;
}
.entry-content .wp-caption img {
	border: 2px solid #fff;
	max-width: 99%;
	margin: 4px;
}
table {
	border-collapse: collapse;
}
table td,
table th,
table tr {
	border: 0px solid #ccc;
	font-family: arial;
	padding: 2px 5px;
}
table th {
	background: #fff;
	border-bottom-width: 2px;
}
table tr {
	background: #fff;
}
table tr.alternate {
	background: #fff;
}
#sidebar1,
#sidebar2 {
	display: inline;
	float: right;
	margin-top: 4px;
	padding: 0px 0px 0px 60px;
	width: 255px;
}
#footer {
	background:  #fff;
	border-top: 2px solid #222;
	padding-top: 5px;
	margin-bottom: 0px;
	min-height: 30px;
	position: relative;
	color: #cf00b3;
}
#copyright {
	margin: 0 20px 20px;
	float: left;
	width: 300px;
}
#copyright p{
	margin-top: 10px;
}
#copyright h3{
	font: normal 14px arial;
	color: #513de5;
}
#copyright .cc-logo{
	height: 32px;
	width: 96px;
	background: url(images/sprite_master.png) -417px -240px no-repeat;
}
#copyright .cc-logo span{
	display: none;
}
#footer a,
#footer a:visited {
	color: #ffaef5;
	text-decoration: none;
}
#footer a:hover {
	border-bottom: 1px dotted #fff;
}
.footer-menu-wrap{
	font-size: 14px;
    float: right;
    margin-right: 20px;
}
.footer-menu-wrap li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding-left: 10px;
	margin-left: 10px;
    vertical-align: top;
}
.footer-menu-wrap a, 
.footer-menu-wrap a:visited {
	color: #fff;
}
.footer-menu-wrap ul.sub-menu {
    margin-top: 5px;
	padding-left: 5px;
	border-left: 1px solid #222;
    list-style: none;

}

.footer-menu-wrap ul.sub-menu li {
    display: block;
    font-size: 12px;
	line-height: 18px;
    border: none;
    margin: 0;
    padding: 0;

}
#footer-menu .sub-menu li a,
#footer-menu .sub-menu li a:visited {
	color: #ccc;

}
#developer {
    text-align: right;
    clear: right;
    padding: 20px;
	float: right;
}