/*
Theme Name:     Graphene Pads
Theme URI:      http://padsforgrads.net
Description:    Child theme for the Graphene theme
Author:         Pads for Grads
Author URI:     http://padsforgrads.net
Template:       graphene
Version:        1.0
*/
@import url("../graphene/style.css");

/* CSS MODIFICATIONS */

/* SON OF SUCKERFISH DROPDOWN STYLING */
 
#nav .menu li a{
	font:normal 12px 'trebuchet ms';
	color:#f9da30;
	text-decoration:none;
	line-height:26px;
	padding:0 5px;
	text-transform:uppercase;
}
#nav .menu ul{
	border:1px solid #a0a0a0;
}
#nav .menu ul li, #nav .menu ul li{
	background:#fff;
	padding-top:0;
}
#nav .menu ul a, #nav .menu ul a:visited{
	font-size:12px;
}
#nav .menu ul li a, #nav .menu ul li a:visited{
	color:#000;
	line-height:normal;
	padding:5px 5px;
	text-decoration:none;
	border-bottom:1px solid #a0a0a0;
	width:190px;
}
#nav .menu li a:hover, #nav .menu li:hover a, #nav .menu li:hover a:visited, #nav .menu li a:hover, #nav .menu li.sfhover a, #nav .menu li.sfhover a:visited, #nav .menu li.current_page_item a, #nav .menu li.current_page_ancestor a, #nav .menu li.current_page_parent a, #nav .menu li.current_page_item a:visited, #nav .menu li.current_page_ancestor a:visited, #nav .menu li.current_page_parent a:visited{
	color:#000; !important;
}
#nav .menu li:hover, #nav .menu li.sfhover, #nav .menu li.current_page_item, #nav .menu li.current_page_ancestor, #nav .menu li.current_page_parent{
	background:(images/sprite_h.png) left -66px repeat-x;
	color:#000000 !important;
}
#nav .menu ul li a:hover{
	background:#e0e0e0 !important;
}


/* Top level header menu, default state */
#header-menu-wrap{
	position: relative;	
}
#header-menu {
	background: url(images/sprite_h.png) left -3px repeat-x #101010;
}
#header-menu > li {
	font: normal 14px arial;
	margin: 0 2px;
}
#header-menu > li:first-child {
	margin-left: 10px;
}
#header-menu > li > a {
	color: #fff;
	line-height: 16px;
	padding: 9px 10px 10px;
}
#header-menu > li > a > span {
	display: block;
	font-size: 11px;
	color: #aaa;
}
#header-menu > li.menu-item-ancestor > a {
	background: url(images/sprite_master.png) -877px -236px no-repeat transparent;
	padding-left: 6px;
}

/* Top level header menu, hover and current state */
#header-menu > li:hover,
#header-menu > li.current-menu-item,
#header-menu > li.current-menu-ancestor {
	background: url(images/sprite_h.png) left -100px repeat-x #eee;
}
#header-menu > li:hover > a,
#header-menu > li.current-menu-item > a,
#header-menu > li.current-menu-ancestor > a {
	color: #fff;
}
#header-menu > li:hover > a > span,
#header-menu > li.current-menu-item > a > span,
#header-menu > li.current-menu-ancestor > a > span {
	color: #484848;
}
#header-menu > li.menu-item-ancestor:hover > a,
#header-menu > li.current-menu-item > a,
#header-menu > li.current-menu-ancestor > a {
	background-position: -877px -192px;
}

/* HIDE HOME PAGE TITLE */

.home .post-title{
   display:none;
}

/*added to widen contact form 7 text field*/
textarea {
   height: 100px;
   width: 500px;
}


.sidebar h3{ background: #000000; background: -moz-linear-gradient(#898989, #000000); background: -webkit-linear-gradient(#898989, #000000); background: -o-linear-gradient(#898989, #000000); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#898989', EndColorStr='#000000')"; background: linear-gradient(#898989, #000000); }.featured_slider{ -pie-background: linear-gradient(left top,#000000,#4d4d4d); background: #4d4d4d; background: -moz-linear-gradient(left top,#000000, #4d4d4d); background: -webkit-linear-gradient(left top,#000000, #4d4d4d); background: -o-linear-gradient(#000000, #4d4d4d); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=1,startColorStr='#000000', EndColorStr='#4d4d4d')"; background: linear-gradient(left top,#000000, #4d4d4d); }.block-button, .block-button:visited, .Button, .colour-preview .button, #commentform #submit, .wpsc_buy_button{ background: #E5CA00; background: -moz-linear-gradient(#ffe414,#E5CA00); background: -webkit-linear-gradient(#ffe414,#E5CA00); background: -o-linear-gradient(#ffe414, #E5CA00); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffe414', EndColorStr='#E5CA00')"; background: linear-gradient(#ffe414,#E5CA00); border-color: #E5CA00; text-shadow: 0 -1px 1px #c7c7c7; color: #000000; -moz-box-shadow: 0 0 5px #555555; -webkit-box-shadow: 0 0 5px #555555; box-shadow: 0 0 5px #555555} .block-button:hover, .colour-preview .button:hover, #commentform #submit:hover,.wpsc_buy_button:hover{ background: #E5CA00; background: -moz-linear-gradient(#ffe414,#CBB000); background: -webkit-linear-gradient(#ffe414,#CBB000); background: -o-linear-gradient(#ffe414, #CBB000); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffe414', EndColorStr='#CBB000')"; background: linear-gradient(#ffe414,#CBB000); color: #000000; }.header_title, .header_title a, .header_title a:visited, .header_title a:hover, .header_desc {color:#blank}.featured_slider #slider_root{height:100px}#content-main, #content-main .grid_11, .container_16 .slider_post, #comments #respond {width:670px}#sidebar1, #sidebar2 {width:250px}.comment-form-author, .comment-form-email, .comment-form-url {width:203.333333333px}.graphene-form-field {width:195.333333333px}#commentform textarea {width:642px}

