/*  
Theme Name: mybirth.com.au
Theme URI: https://mybirth.com.au/
Description: My Birth web site Theme.
Version: 1.0
Author: webonautics
Author URI: http://www.webonautics.com/

*/
BODY {
	margin-left:0in;
	margin-right:0in;
	margin-top:0in;
	margin-bottom:0in;
	font: 12px/20px Arial, Helvetica, sans-serif;
	background: #e4e4e4 url(images/shadows.jpg) repeat-y center top;
	color: #000;
} 

/* hyperlinks */
a, a:active, a:visited{
	color:#ca073d;
	font: 12px/20px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/*  layout elements and styles  */	
#bodyWrap{
	margin: 0 auto;
	width: 960px;
	text-align: left;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

#contentsWrap{
	margin: 15px 0px 40px;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #000;
	overflow:auto;
	width: 100%;
}

#footerWrap {
	height: 15px;
	background: #feb8c9;
	clear: both;
	padding: 15px;
	color: #000;
}

/*  branding panel */	
#masterHead{
	height: 98px;
	background: url(images/my-birth-brand.jpg) no-repeat;
}

#masterHead #logo{
	padding-top: 15px;
	padding-left: 20px;
	float: left;
}

#masterHead #logo img{
	padding:0px;
	margin: 0px;
	border: 0px;
}


/* main menu links */	
#mainmenu{
	padding: 5px;
	text-align: left;
	height: 40px;
	background: #dd136d url(images/menu-gradient.jpg) repeat-x left top;
}

/* flash area */	
#flashImages{
	margin: 4px 0px 0px 0px;
	text-align: center;
	height: 230px;
}


/*  content elements and styles - pages */	
#shareNetworks{
	text-align: right;	
}

#adBlocks{
	text-align: center;	
	padding: 10px;
	background: #feb8c9;	
}

#pathway{
	font: 12px/20px Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-bottom: 4px;
	text-align: right;
}

#pagetitle{
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #9b9b9b;
	border-bottom: 1px solid #feb8c9;
	border-top: 1px solid #feb8c9;
	padding: 5px 20px;
}

#blogWrap{
	font: 12px/20px Arial, Helvetica, sans-serif;
	overflow:auto;
	width: 100%;
	margin: 4px 0px;
	clear: both;
}

#blogPanel{
	width: 746px;
	padding: 5px;
	float:left;
}

#leftPanel{
	width: 200px;
	padding: 0px;
	margin-right: 4px;
	float: left;
}


/* home blocks */
#introblock{
	overflow:auto;
	margin-bottom: 10px;
}

#newsBlock{
	float: left;
	background: url(images/news.gif) no-repeat left top;
	border: 1px solid #000;	
	padding: 85px 10px 10px 10px;
	width: 230px;
	min-height: 150px;
	margin-left: 25px;
}

#homeBlock{
	width: 460px;
	float: left;	
}

.videoImage{
	float:left;
	margin-right: 10px;
}

.videoTitles{
	min-height: 40px;
}

#featuredVideo{
	border: 2px solid #ffe0e8;
	margin-bottom: 20px;
}

#featuredVideo #title{
	background: #ffe0e8;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
}

#featuredVideo #videoContents{
	padding: 10px;
}

#latestBlog{
	border: 2px solid #ffe0e8;
	margin-bottom: 20px;
}

#latestBlog #title{
	background: #ffe0e8;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
}

#latestBlog #lBlogContents{
	padding: 10px;
}

/* content elements and styles - all pages */
.titlesBlock{
	font: bold 22px Arial, Helvetica, sans-serif;
	color: #000;
	margin:0px;	
}

/* footer content styles */	
#footCredits{
	float: left;
	text-align: left;
	width: 30%;
}

#footCopy{
	float: left;
	text-align: center;
	width: 40%;	
}

#footLinks{
	text-align: right;
	float: left;
	width: 30%;
}


/* ####################### blog css ############################## */

/* ----------------- typography -----------------  */	
.entry p {
	font: 12px/20px Arial, Helvetica, sans-serif;	
	color: #000;	
	padding:4px;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	
small {
	font: 10px/20px Arial, Helvetica, sans-serif;	}
	

small, .nocomments,  blockquote, strike {
	color: #7b7b7b;
	}

code {
	font: 11px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 11px;
	letter-spacing: .07em;
	}


	

/* End Typography & Colors */

/* ----------------- wordpress core structure elements -----------------  */
/* Begin Structure */
.post {
	margin: 10px 0px 30px 0px;
	padding: 0px;	
	/*border: 1px solid #ccc;	*/
}

.post .entry ul {
	padding: 0 0 0 30px;
	list-style: disc;
/*	padding-left: 10px;
	text-indent: -10px; */
	} 

/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 2px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 2px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 10px;
	list-style: none;
/*	padding-left: 10px;
	text-indent: -10px; */
	} 

html>body .entry li {
	margin: 7px 0 2px 10px;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}


/* End Entry Lists */



/* Begin Form Elements */
fieldset{
	border: 1px solid #000;	
	padding: 10px;
	text-align:left;
}

legend{
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 10px;	
}

.error{
	color:#f00;
	font: 14px/20px Arial, Helvetica, sans-serif;
}

#login_error{
	color:#f00;
	font: 14px/20px Arial, Helvetica, sans-serif;
}

.success{
	color:#000;
	font: 14px/20px Arial, Helvetica, sans-serif;
}

#searchform {
	margin: 2px;
	padding: 5px 2px; 
	text-align: center;
}
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* End Form Elements */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote{
	padding-bottom: 10px;	
	background: #fce7ee;
}
	
.entry blockquote p{
	font-size: 14px;
	line-height: 20px;
	background: url(images/close-quote.png) no-repeat 600px bottom;
	padding: 10px 30px 0px 30px;
	color: #000;
	width: 600px;	
}

	
blockquote:first-letter{
	background: url(images/open-quote.png) no-repeat left 0px;
	padding-left: 30px;
	text-indent: -30px;
	font-size: 24px;
}


blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}


/* End Various Tags & Classes*/

/* Begin Post styles  */
.videosexcerpt{
	min-height: 80px;
}

.blogtitles a{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #ca073d;
	padding: 0px 8px;
	margin: 0px;
}

.blogtitles2 a{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #ca073d;
	padding: 5px 0px;
	margin: 0px;
}

.posttitles{
	background: #ffe0e8;
	padding:4px;
}

.posttitles h1{
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #000;
	padding:5px 0px 0px;
	margin: 0px;
}

.posttitles h1 a{
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #ca073d;
	padding:0px;
	margin: 0px;
}

.postmetadetails{
	font-size: 11px;
	padding: 4px;
	margin: 0px;
	text-align: left;
}

.postdetails{
	border-bottom: 3px solid #ffe0e8;
	font-size: 11px;
	padding: 4px;
	margin: 0px;
	text-align: left;
}

#introduction .postlink{
	font-size: 11px;
	padding:0px 2px 0px 8px;
	margin: 0px 0px 20px 0px;
	text-align: left;
}

.postmetadetails a, .postmetadetails a:visited, .postmetadetails a:hover, .postmetadetails a:active{
	font-size: 11px;
}

.postdetails a, .postdetails a:visited, .postdetails a:hover, .postdetails a:active{
	font-size: 11px;
	margin: 0px 10px 0px 0px;
}

#socialbookmark{
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding:4px 2px 4px 8px;
	margin: 0px 0px 50px 8px;
	text-align: left;
	height: 24px;
}

#socialbookmarktitle{
	color: #000;
	font: bold 15px Arial, Helvetica, sans-serif;	
	margin: 0px 0px 5px 8px;	
}

.bookmarkicon{
	border:0px;
	float: left;
	padding: 0px;
	margin: 0px 6px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.titleforpage{
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #ca073d;
	border-bottom: 1px solid #feb8c9;
	border-top: 1px solid #feb8c9;
	padding: 5px 20px;
}

/* End Post styles  */

/* ----------------- Begin Comments styles -----------------  */	
#comments{
	padding:4px;
}

#respond{
	padding:4px;
	margin-top: 40px;
}

.commentlist {
	padding:4px;
	margin: 0px;
	text-align: left;
}
	
.commentlist ol{
	padding: 0px;
	margin: 0px;
}
	
.commentlist .alt{
	border: 0px;
	background: #fff;
	padding: 0px;
}	

.commentlist .odd{
	padding: 0px;
	margin-bottom: 20px;
}	

.commentlist .even{
	padding: 0px;
	margin-bottom: 20px;
}	

.commentlist li {
	margin: 15px 0px 3px;
	padding: 5px 0px;
	list-style: none;
}

.commentlist p {
	margin: 10px;
	}

#commentform p {
	margin: 5px 0;
	}

.children{
	padding: 0px;
	margin-left: 20px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}


#commentform p {
	font: 12px/20px Arial, Helvetica, sans-serif;
}

.comment-author{
	color: #000;
	text-decoration: none;
	font: 14px Arial, Helvetica, sans-serif;
}

.comment-author a, .comment-author a:visited{
	color: #ca073d;
	text-decoration: none;
	font: 14px Arial, Helvetica, sans-serif;
}

.comment-author a:hover{
	text-decoration: underline;
}
	

.general{
	border: 1px solid #ffe0e8;
	background:#fff;
	margin-bottom: 15px; 
	padding: 0px;
}


#commentform textarea {
	width: 97%;
}

.comment .title{
	border-bottom: 1px solid #ffe0e8;
	height: 40px;
	padding:2px 2px 2px 8px;
}

.comment_counter{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000;
	display: inline;
} 

.cmd-avatar{
	clear: none;
	display: inline;
	float: left;
	padding: 0px 10px 0px 0px;
	margin:  0px 3px 0px 0px;
	vertical-align: middle;
}

.reply{
	padding: 4px;
	text-align: right;
}

.reply a{
	font-size: 11px;
}

.commentblocktitle{
	color: #000;
	font: bold 15px Arial, Helvetica, sans-serif;
	padding: 0px;
}	

#commentform{
	background: #fff;
	border: #000 solid 1px;	
	padding: 10px;
	margin-top: 15px;
}

.vcard{
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #000;
}

.commentmetadata{
	font: 11px/20px Arial, Helvetica, sans-serif;
	color: #000;	
}


/* ----------------- End Comments styles -----------------  */	

/* form elements */
label{
	display:block;
}

#loginform, #searchform, #lostpass{
	margin-bottom: 20px;
	padding: 12px;	
}

#loginform a {
	color:#ec5502;
	font: 12px/20px Arial, Helvetica, sans-serif;
	text-decoration: none;;
}

#loginform a:hover {
	text-decoration: underline;
}

#loginform .button{
	background: #ececec;
	border: 1px solid #aeaeae;	
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

#registerform{
	padding: 12px;
	margin-bottom: 20px;	
}

#submit, #user_email, #user_login, #log, #pwd, #login_password, #email, #code, #cimy_uef_1, #cimy_uef_2, #author, #url, #securitycode, #comment, #addcommentbutton, #captchatext{
	background: #ececec;
	border: 1px solid #aeaeae;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

#lastName, #mobile, #suburb, #postCode, #state, #electorate, #localArea, #organise, #upcoming, #emailFeatured{
	background: #ececec;
	border: 1px solid #aeaeae;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

#search{
	margin-bottom:10px;
}

#searchform input
{
	background: #ececec;
	border: 1px solid #aeaeae;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

#captchacode{
	font: bold 20px Arial, Helvetica, sans-serif;
	text-align:left;
	color:#f00;
}


/* ----------------- Sidebar styles -----------------  */	
/* Begin Sidebar */
#leftPanel div ul li a{
	color:#ca073d;
	font: bold 14px/14px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#leftPanel div ul li a:hover{
	text-decoration: underline;	
}

#leftPanel div, #leftPanel div ol {
	margin: 0;
	padding: 0;
}

#leftPanel div{
	margin: 0px 0px 5px 0px;
	width: 100%;
}

#leftPanel .widget_search, #leftPanel .flexipages_widget, #leftPanel #subscribe2, #leftPanel .widget_tag_cloud, #leftPanel  #recent-comments-3{ 
	background: #feb8c9;
}

#leftPanel #tag_cloud-3 div{ 
	padding: 10px;
	width: 160px;
}


#leftPanel #subscribe2 .subscribe{ 
	padding: 5px;
}

#leftPanel #subscribe2 .subscribe input{ 
	padding: 2px;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
}

#leftPanel #sponsors{
	text-align: center;
	color: #9e9e9e;
	font-size: 14px;
}


#leftPanel div div{
	border: 0px;	
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#leftPanel div ul{
	margin: 0px;
	padding: 10px;
}

#leftPanel div ul li ul{
	margin: 0px 0px 20px 0px;
	padding: 0px 10px;
}

#leftPanel div ul li{
	list-style-type: none;
	list-style-image: none;
	margin:0px;
}

#leftPanel form {
	margin: 0;
	}

#leftPanel #searchform #s {
	width: 115px;
	padding: 5px;
	margin: 0px 4px 0px 0px;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	font: bold 15px Arial, Helvetica, sans-serif;
	}

#leftPanel #searchform #searchsubmit {
	padding: 5px 4px;
	background: #fff;
	border: 1px solid #000;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;	
}

#leftPanel div #loginform, #leftPanel div #searchform
{
	border: 0px;	
	padding: 0px;
}

#leftPanel div #loginform fieldset, #leftPanel div #searchform fieldset
{
	border: 0px;	
	padding: 3px;
}

#leftPanel h2{
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	margin:0px;	
	padding: 10px;
	background: #f93a9d;
}


/* ----------------- end sidebar styles -----------------  */	

/* ----------------- begin links -----------------  */
#linksdisplay{
	padding:2px 2px 2px 8px;
	margin: 0px;
	text-align: left;
}

#linksdisplay ul{
	margin: 0px;
	padding: 4px;
}

#linksdisplay ul li{
	list-style-type: none;
	list-style-image: none;
	margin:0px;
}

/* ----------------- end links -----------------  */


/* ----------------- end sidebar styles -----------------  */

/* ----------------- calendar/archives -----------------  */	
/* Begin Calendar */
#calendar_wrap{	
	border: 0px;
	text-align:center;
}

#wp-calendar {
	empty-cells: show;
	margin: 5px;
	width: 99%;
}

#wp-calendar #next a {
	margin-right: 10px;
	text-align: right;
	/*border: solid 1px #f6f6e4;*/
	}

#wp-calendar #prev a {
	margin-left: 10px;
	text-align: left;
	/*border: solid 1px #f6f6e4;	*/
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	 }


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 11px;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
#wp-calendar caption, cite {
	text-decoration: none;
}		
	
/* End Calendar */	


/* ----------------- end calendar/archives -----------------  */	

/* ----------------- end prev/next posts -----------------  */
.nextprevPosts{
	display: block;
	margin-bottom: 5px;	
}

.nextPost{
	float:right;
	width: 48%;
	text-align: right;
}

.prevPost{
	float:left;
	width: 48%;
}

.nextprevPosts .icons{
	vertical-align:middle;
	padding: 0px 4px;
	margin: 0px;
	border: 0px;
}

/* ----------------- end prev/next posts -----------------  */

/* ----------------- various links -----------------  */	
.authorlinks, a.authorlinks, a.authorlinks:visited, a.authorlinks:active{
	color: #ca073d;
	text-decoration: none;
	font: 14px/20px Arial, Helvetica, sans-serif;
}

a.authorlinks:hover{
	text-decoration: underline;
}

.authorstitle{
	color: #000000;
	text-decoration: none;
	font: 14px/20px Arial, Helvetica, sans-serif;
}

.category{
	margin-left: 35px;
} 

/* ----------------- end various links -----------------  */

/* ----------------- pagination -----------------  */
/* comments pagination */

.commentsPages{
	padding: 0px;
	text-align:center;
	margin: 0px;
}

.commentsPages a, .commentsPages a:link, .commentsPages a:visited{
	padding: 2px 7px;
	margin: 2px;
	border: 1px solid #ca073d;
	text-decoration: none; /* no underline */
	color: #ca073d;
	font: bold 10px Arial, Helvetica, sans-serif;
}

.commentsPages a:hover{
	color: #fff;
	background: #ca073d;
	border: 1px solid #ca073d;
	text-decoration:none;
}

.commentsPages .current {
	padding: 2px 7px;
    margin: 2px;
	background-color: #ccc;
	border: 1px solid #ccc;
	color: #000;
	font: bold 10px Arial, Helvetica, sans-serif;
}


/* post pagination */
#postPages{
	text-align: right;
	padding: 2px 10px;
	font: bold 10px/20px Arial, Helvetica, sans-serif;
	color: #000;
	border-bottom: 1px dotted #000;
}

#postPages a, #postPages a:link, #postPages:visited{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	text-decoration: none; /* no underline */
	color: #ec5502;
	font: bold 10px/20px Arial, Helvetica, sans-serif;
	border-top: 1px solid #ec5502;
	border-right: 1px solid #ec5502;
	border-bottom: 1px none #ec5502;
	border-left: 1px solid #ec5502;
}

#postPages a:hover{
	background: #ec5502;
	color: #fff;
	font: bold 10px/20px Arial, Helvetica, sans-serif;
	border-top: 1px solid #ec5502;
	border-right: 1px solid #ec5502;
	border-bottom: 1px none #ec5502;
	border-left: 1px solid #ec5502;
}



/* ----------------- css menu -----------------  */
.menu {width:900px; height:50px; position:relative; z-index:100;/*border-right:1px solid #000;*/ font: 10px arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:900px; w\idth:899px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {/*width:100px;*/}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;/*width:100px;*/position:relative; text-align:left;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:16px;text-decoration:none; color:#febbd2; width:138px; height:43px;/* border:1px solid #000; border-width:1px 0 1px 1px; background:#09c;*/ padding:5px 10px 0px 20px; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {/*width:100px; w\idth:98px;*/}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#dd136d }
/* style the second level hover */
.menu ul ul a.drop:hover{background:#dd136d}
.menu ul ul :hover > a.drop {background:#dd136d}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#dd136d;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#dd136d;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:43px;left:0; width:149px; }
/* another hack for IE5.5 */
* html .menu ul ul {top:43px;t\op:44px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#dd136d; color:#febbd2; height:auto; line-height:1em; padding:10px 10px; width:128px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff;/* background:#b7d186;*/}
.menu :hover > a, .menu ul ul :hover > a {color:#fff; /*background:#b7d186;*/}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}

