/*
Theme Name:     Attitude Child
Theme URI:      http://themehorse.com/themes/attitude
Description:    Attitude Child Theme
Author:         Cliff Dugan
Author URI:     http://questronixsoftware.com
Template:       attitude                             
Version:        1.0.0.0
*/

@import url("../attitude/style.css");

body, input, textarea {
	color: #777;
	/*font: 15px 'PT Sans', sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height: 1.5em;
}
.wrapper {
	-webkit-box-shadow:0 0 24px #ddd;      /*-webkit-box-shadow: 0 0 5px #ddd;*/
	-moz-box-shadow:0 0 24px #ddd;         /*-moz-box-shadow:  0 0 5px #ddd;*/
	box-shadow:0 0 24px rgba(0,0,0,0.5);   /*box-shadow: 0 0 5px #ddd;*/
}
h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Philosopher', sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
}

p {}
.justify {text-align:justify;}

a {color: #004b91;} /*950021*/
a:focus, a:active, a:hover {color: #64B4E5;} /*05a9c5*/

ul.bullets {list-style:disc outside; /*list-style-type:circle;*/}
ul.bullets li {margin-left:24px; padding-left:0; margin-bottom:8px;}

#site-title a {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
}
.hgroup-wrap {
padding-top:0;			/*20px*/
padding-bottom:24px;	/*51px*/
}
.page-title-wrap {padding: 16px 0;}	/* 20px 0 */
.entry-title {font-family: Arial, Helvetica, sans-serif;}

/*64B4E5 - 004b91*/
#access {
background: #5aafcd; /* Old browsers */
background: -moz-linear-gradient(top,  #5aafcd 0%, #53cbf1 0%, #64b4e5 0%, #004b91 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5aafcd), color-stop(0%,#53cbf1), color-stop(0%,#64b4e5), color-stop(100%,#004b91)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5aafcd 0%,#53cbf1 0%,#64b4e5 0%,#004b91 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5aafcd 0%,#53cbf1 0%,#64b4e5 0%,#004b91 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5aafcd 0%,#53cbf1 0%,#64b4e5 0%,#004b91 100%); /* IE10+ */
background: linear-gradient(to bottom,  #5aafcd 0%,#53cbf1 0%,#64b4e5 0%,#004b91 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5aafcd', endColorstr='#004b91',GradientType=0 ); /* IE6-9 */
}
#access a {
	color: #ffffff;
	padding: 8px 0 0;		/* 16px 0 0 */
	height: 31px;			/* 39px */
}
#access a:hover, 
#access ul li.current-menu-item a, 
#access ul li.current_page_ancestor a, 
#access ul li.current-menu-ancestor a, 
#access ul li.current_page_item a,
#access ul li:hover > a {
	color: #feef01;
}
#access ul li ul {
	border-top: 4px solid #64B4E5; 	/*05A9C5*/
	top: 39px;						/* 55px */
}
.sub-menu {box-shadow:4px 4px 2px rgba(0,0,0,0.5);}

#colophon {font-size:12px;}
a.footerlink {color: #777;}
a.footerlink:hover {color: #64B4E5;} /*950021*/

blockquote {border-left:4px solid #64B4E5;} /*05a9c5*/

/*#main{padding-top:0px;}*/



