/* Main */
html {
	background: url(http://jasonmalone.com/images/top.jpg) #7ad4fc top center repeat-x;
}

body {
	color: #6c6c6c;
	font: 62.5% Helvetica, Arial, sans-serif;
	line-height: 1.4em;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.spacer {
	height:30px;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
code {
	font-family:"Courier New", Courier, monospace;
	line-height:1.2em;
	font-size:0.9em;	
}
hr {
	background:#c1c2c3;
	border: 0;
	color: #c1c2c3;
	height: 1px;
	margin:30px 0 35px 0;
}
blockquote {
	margin:10px 0;
	background:#f3f3f3;
	border:1px solid #dfdfdf;
	padding:15px;
	font-size:0.9em;
}
/* Lists */
ul.ul {
	list-style:url(http://jasonmalone.com/images/li.gif);
	padding:10px 0 10px 40px;
}
	ul.ul li {
		padding:3px 0 3px 5px;
	}
ol.ol {
	list-style:decimal;
	padding:10px 0 10px 20px;
}

/* Forms */
label {
	display:block;
	margin:10px 0 10px 0;
}
input,
textarea {
	background:url(http://jasonmalone.com/images/input-back.gif) repeat-x top;
	border:1px solid #dfe0e1;
	padding:7px;
	margin:0 0 5px 0;
	font-family: Helvetica, Arial, sans-serif;
}
input {
	width:250px;
}
	input.smaller {
		width:100px;
	}
	input.larger {
		width:400px;
	}
textarea {
	width:400px;
	height:150px;
	overflow:auto;
}
.submit {
    border:none;
	width:100px;
	height:30px;
	margin:10px 0 0 0;
	font-weight:bold;
	color:#fff;
    background:url(http://jasonmalone.com/images/send-button.gif) no-repeat 0% 0px;
}
	.submit:hover {
		background-position: 0% -30px;
		cursor:pointer;
	}

/* Headings */
h1, h2, h3 {
	color:#fcb33e;
	font-weight:normal;
	font-size:1.4em;
	padding:5px 0 10px 0;
}
h2 {
	font-size:1.2em;
}
h3,h4,h5,h6 {
	font-size:1.1em;
	font-weight:bold;
}
h4 {
	font-size:1em;
}

hr {
	color: #86582a;
	background-color: #86582a;
}

/* Links */
a, a:active {
	color:#25aae1;
	text-decoration:none;
}
a:hover {
	color:#fcb33e;
}

/* Header */
#header {
	z-index: 9;
	height:115px;
	position:relative;
	margin:0 auto;
	width:960px;
}
	/* Logo Container */
	#header div#logo {
		position:absolute;
		top:0;
		left:0;
		height:42px;
		width:960px;
/*		background:url(../images/logo-white-shade.png) no-repeat; */
	}
		/* Logo */
		div#logo h1, div#logo h1 a {
			display:block;
			width:960px;
			height:42px;
			border:none;
		}
		
		div#logo h1 {
			z-index:999;
			background:url(http://jasonmalone.com/images/logo.png) no-repeat;
			height:42px;
			text-indent:-999em;
			margin-top:10px;
			padding:0;
		}
		
	/* Rapid info */
	#header div#rapid-info {
		position:absolute;
		right:0;
		top:45px;
		text-align:left;
	}
		/* Call us */
		#rapid-info img {
			display:block;
			float:right;
			margin:0 0 15px 0;
		}
		/* Sitemap - Client login - Contact */
		#rapid-info p {
			clear:both;
		}
			#rapid-info p a {
				font-size:1.1em;
				font-style:italic;
				color:#9e9e9e;
			}
	
	/* BEGIN NAVIGATION */
	#header .nav {
		position:absolute;
		margin-top:65px;
		width:960px;
		background:url(http://jasonmalone.com/images/nav-bar.gif) no-repeat;
	}

		#header .nav ul li {
			float:left;
			padding: 20px 0 20px 0;
			width:112px;
			text-align:center;
		}

	
		#header .nav ul li a {
			background:url(http://jasonmalone.com/images/menu-li-break.gif) no-repeat right;
		}

		#header .nav ul li a:hover,
		#header .nav ul li a.over,
		#header .nav ul li a.selected, 
		#header .nav ul li.current a {
			background:url(http://jasonmalone.com/images/menu-li-break.gif) no-repeat right;
			color: #86582a;
			font-weight: bold;
		}
		#header .nav ul li a.last:hover,
		#header .nav ul li a.last.over,
		#header .nav ul li a.last.selected,
		#header .nav ul li a.last {
			background: none;
		}
		#header .nav ul li a {
			font-size:1.4em;
			display:block;
		}

	/* drop down */
#header .nav li.selected li a,
#header .nav li:hover li a,
#header .nav li.over li a {	background: none; display:block;}

#header .nav ul li:hover ul,
#header .nav ul li.over ul {display: block;}

#header .nav ul li ul {
	z-index: 999;
	position: relative;
	height: auto;
	background: none;
	display: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	#header .nav ul li ul {	margin-top: -2px; }
}
	/* adjust drop down width accordingly */
#header .nav ul li ul { width:200px; }

#header .nav ul li ul li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	width: 200px;
	background: none;
}

#header .nav ul li ul li a {
	margin: 0;
	padding: 5px 10px;
	background: none;
	font-size: 1.4em;
}

#header .nav li li.selected,
#header .nav li li:hover,
#header .nav li li.over, 
#header .nav li li a.selected,
#header .nav li li a:hover ,
#header .nav li li a.over {	background: none;}

	/* Nav Color */	
#header .nav li a {color: #ffffff;}

#header .nav li a:hover,
#header .nav li a.over {
	background:url(http://jasonmalone.com/images/menu-li-highlight.gif) no-repeat top;
	color: #86582a;
	font-weight: bold;
}

#header .nav li a.selected {
	background:url(http://jasonmalone.com/images/menu-li-highlight.gif) no-repeat top;
	color: #86582a;
	font-weight: bold;
}

#header .nav ul li.current {
	background:url(http://jasonmalone.com/images/menu-li-highlight.gif) no-repeat top;
	color: #86582a;
	font-weight: bold;
}

	/* drop down */
#header .nav ul li ul {
	background-color: #fcb33e;
	border-left: 1px solid #86582a;
	border-right: 1px solid #86582a;
}

#header .nav ul li ul li {
	border-bottom: 1px solid #86582a;
}

#header .nav li.selected li a,
#header .nav li:hover li a,
#header .nav li.over li a {	color: #ffffff;}

#header .nav li li.selected,
#header .nav li li:hover,
#header .nav li li.over, 
#header .nav li li.selected a,
#header .nav li li:hover a,
#header .nav li li.over a, 
#header .nav li li a.selected,
#header .nav li li a:hover ,
#header .nav li li a.over {	background-color: #86582a; color: #fcb33e;}
	/* End Nav Color */

	
	/* Search */		
#navigation form {
	float:right;
}
#navigation input {
	background:url(http://jasonmalone.com/images/nav-search-input.gif);
	border:none;
	width:109px;
	margin:11px 10px 0 0;
	padding:8px 9px 8px 9px;
	font-size:1.1em;
	color:#666;
}
	/* End Search */	
	/* END NAVIGATION */




/* Wrapper */
#wrapper {
	margin:0 auto;
	width:960px;
	position:relative;
	font-size:1.6em;
	line-height:1.5em;
	padding:0 0 0 0;
}
	/* Sections promo picture */
#contentbody {
	background-color:#ffffff;
}

#home-promo-pic {
		z-index:99;
		border-bottom:5px solid #7ad4fc;
		background:url(http://jasonmalone.com/images/promo-home.png) top center no-repeat;
		width:960px;
		height:272px;
}

#promo-pic-content {
	list-style:none;
	color:#FFFFFF;
}

#promo-pic-content h1 {
	color:#FFFFFF;
}

#promo-pic-content h2 {
	color:#FFFFFF;
}


#promo-pic {
		border-bottom:5px solid #7ad4fc;
		background:url(http://jasonmalone.com/images/promo-normal.png) top center no-repeat;
		width:960px;
		height:160px;
}

#promo-pic-content {
		width:300px;
		height:150px;
		padding:20px;
}


	#promo-pic-foot {
		margin-top:-30px;
	}
	
	/* Left column */
	.med-col {
		width:615px;
		padding:50px 0 0 30px;
		color:#86582a;
	}

	/* Right column */
	.small-col {
		width:230px;
		background:url(http://jasonmalone.com/images/small-col-left-shade.gif) #FFF no-repeat left top;
		padding:0 25px 0 25px;
		margin:50px 0 0 0;
		font-size:.75em;
		color:#86582a;
	}
	#homepage_sidebar {
		list-style:none;
	}
	
	/* Pro Services */
	.pros li {
		line-height:18px;
		border-bottom:1px solid #7ad4fc;
		background:url(http://jasonmalone.com/images/accepted_16.gif) no-repeat left;
		padding:0 0 0 30px;
		font-size:1em;
	}
	
	/* Mini-box info */
	.mini-box {
		width:277px;
		float:left;
		color:#919191;
		font-weight:bold;
		font-size:0.9em;
		line-height:1.4em;
		margin:0 15px 20px 15px;
	}
		.mini-box img {
			float:left;
			width:48px;
			height:48px;
		}
		.mini-box .desc {
			width:210px;
			float:right;
		}
		.mini-box h3 {
			padding:0;
		}
	
	/* About us */
	.member {
		float:left;
		margin:7px 0 10px 0;
	}	
		.member span {
			color:#565656;
			line-height:35px;
		}	
		.member img {
			padding:0 25px 0 0;
			height:90px;
			width:90px;
		}
	
		/* Left-right rounded corners */
		#page #bl,
		#page #br {
			width:9px;
			height:9px;
			position:absolute;
			bottom:0;
		}
		#page #bl {
			background:url(../images/bottom-bl.gif) no-repeat;
			left:0;
		}
		#page #br {
			background:url(../images/bottom-br.gif) no-repeat;
			right:0;
		}
		
		#wrapper #body_footer {
			background:url(http://jasonmalone.com/images/bodyfooter.gif) top center no-repeat;
			width: 960px;
			height:9px;
		}


	/* Footer */
	#footer {
		background:url(http://jasonmalone.com/images/footer_bg.gif) #FFFFFF repeat-y;
		margin:0 auto;
		position:relative;
		margin-top:30px;
		padding:25px 0px 20px 0px;
		width:960px;
		text-align:center;
	}
		#footer {
			color:#86582a;
			font-weight:bold;
			font-size:1.2em;
		}
		#footer a {
			color:#ffffff;			
		}
		#footer a.over,
		#footer a:hover {
			color:#25aae1;
		}


		#footer #tl,
		#footer #tr {
			width:9px;
			height:9px;
			position:absolute;
			top:0;
		}
		#footer #tl {
			background:url(../images/footer-tl.gif) no-repeat;
			left:0;
		}
		#footer #tr {
			background:url(../images/footer-tr.gif) no-repeat;
			right:0;
		}

		#footer #footer_top {
			background:url(http://jasonmalone.com/images/footer_top.gif) top center no-repeat;
			width: 960px;
			height:16px;
			margin-top:-25px;
		}
		#footer #footer_bottom {
			background:url(http://jasonmalone.com/images/footer_bottom.gif) top center no-repeat;
			width: 960px;
			height:20px;
			margin-bottom:-25px;
		}

/* Start Twitter */
#twitter_t {
   width: 320px;
   height: 20px;
   background-image:url(http://jasonmalone.com/images/twitter_feed_bg_top.png);
}

#twitter_m {
   width: 320px;
   padding: 0px 10px 0px 10px;
   background:url(http://jasonmalone.com/images/twitter_feed_bg_content.png)  0 0 repeat-y;
}
#twitter_container {
	min-height:45px;
	height:auto !important;
	height:40px;
	padding-bottom:10px;
}

#home_twitter_update_list {
	width: 300px;
	padding: 0;
	overflow: hidden;
	font-family:inherit;
	font-size: 18px;
	color: #fcb33e;
	line-height: 20px;
	font-weight:bold;
}

#twitter_update_list {
	width: 300px;
	padding: 0;
	overflow: hidden;
	font-family:inherit;
	font-size: 14px;
	color: #fcb33e;
	line-height: 16px;
	font-weight:bold;
}

#twitter_update_list li {
	width: 300px;
	list-style: none;
}

#twitter_update_list li a {
	color: #86582a;
	border-bottom: dotted 1px;
	text-decoration: none;
}

#twitter_update_list li a:hover {
	color: #86582a;
	background: #ffffff;
}

#twitter_b {
   width: 320px;
   height: 20px;
   background-image:url(http://jasonmalone.com/images/twitter_feed_bg_bottom.png);
}
/* End Twitter */

/* WordPress */
/* Sidebar */
#sidebar {
	color:#86582a;
}
#sidebar a {
	font-weight: bold;
	color:#fcb33e;
}
#sidebar .widgettitle,
#sidebar .widgettitle a,
#sidebar a.title {
	font-size:1.25em;
	color:#25aae1;
	font-weight: bold;
}
#sidebar li.widget.widget_categories ul li {
	padding:5px 0 5px 20px;
	background:url(http://jasonmalone.com/images/accepted_16.gif) no-repeat left;
}
#sidebar li.widget.widget_archive ul li {
	padding:5px 0 5px 20px;
	background:url(http://jasonmalone.com/images/accepted_16.gif) no-repeat left;
}
#sidebar li {
	border-bottom:1px solid #7ad4fc;
}

/* End Sidebar */
/* Main Content */
#wpcontent {
	color:#86582a;
}

#wpcontent h2,
#wpcontent h2 a {
	color:#25aae1;
	text-decoration:none;
}
#wpcontent a {
	font-weight: bold;
	color:#fcb33e;
}
/* End Main Content */
/* Forms */
#searchform label {
	display:block;
	margin:10px 0 10px 0;
}
#searchform input,
#searchform textarea {
	background:url(http://jasonmalone.com/images/input-back.gif) repeat-x top;
	border:1px solid #dfe0e1;
	padding:7px;
	margin:0 0 5px 0;
	font-family: Helvetica, Arial, sans-serif;
}
#searchform input {
	width:200px;
}
	#searchform input.smaller {
		width:100px;
	}
	#searchform input.larger {
		width:400px;
	}
#searchform textarea {
	width:400px;
	height:150px;
	overflow:auto;
}
#searchform .submit {
    border:none;
	width:100px;
	height:30px;
	margin:10px 0 0 0;
	font-weight:bold;
	color:#fff;
    background:url(http://jasonmalone.com/images/send-button.gif) no-repeat 0% 0px;
}
	#searchform .submit:hover {
		background-position: 0% -30px;
		cursor:pointer;
	}
/* End WordPress */
#socnet {
	width:170px;
}
#socnet a{
	text-decoration: none;
	vertical-align:middle;
}
#socnet img {
	float:left;
	width:18px;
	border:none;
	vertical-align:middle;
	margin-top:0px;
}
#socnet .socnettext {
	float:left;
	vertical-align:middle;
	line-height: 18px;
	text-align:center;
	width:150px;
	margin:0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	background:url(../images/tinySWYN/follow_bg.gif) top left no-repeat;

}
