/* @override http://myurbanabode.com/wp-content/themes/thesis_16/custom/custom.css?022610-212651 */

/* @override http://myurbanabode.com/wp-content/themes/thesis_16/custom/custom.css?022710-42013 */

/* @override http://myurbanabode.com/wp-content/themes/thesis/custom/custom.css?082809-180800 */

/* @override http://myurbanabode.com/wp-content/themes/thesis/custom/custom.css?080909-180821 */

h2 a:hover {
	color: #b32317;
}

/* @override http://myurbanabode.com/wp-content/themes/thesis/custom/custom.css?050309-180547 */



/* @override http://myurbanabode.com/wp-content/themes/thesis/custom/custom.css?050309-180508 */







/*







File:			custom.css







Description:	Custom styles for Thesis















BASIC USAGE:















If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 







will be appended with the "custom" class, like so: <body class="custom">. You can use 







the "custom" class to override *any* CSS declarations contained in the style.css file.















For example, if you wish to change the default link color to green, you would add the 







following declarations to this file:















	.custom a, .custom a:visited { color: #090; }	<--- This makes links green







	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them















WHY THIS WORKS:















By using the "custom" class, you are creating more specific CSS declarations for HTML







elements. CSS styling is applied through rules of specificity, and because declarations







prepended with .custom are more specific, they get applied when the page is rendered!















More information about styling your Thesis installation using this file can be found







in the User's Guide:







	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/







*/

body.custom {
	background: #b32318 url(http://myurbanabode.com/wp-content/uploads/2009/08/redfadebg.jpg) repeat-x;
}

div#page {
	background-color: #fff;
	border-style: none;
	border-color: #000;
}

div#header {
	margin: 0;
	padding: 0;
	border-style: none;
}

div#theheaderyesyes {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 128px;
}

.custom #container { margin-top: 2.2em; margin-bottom: 2.2em; border: 0.1em solid #000; }

div#floatingicons {
	width: 70px;
	position: fixed;
	top: 240px;
	right: 15px;
}

#floatingicons a img {
	width: 65px;
	background-color: #fff;
	margin-bottom: 10px;
	border: 1px solid #000;
}

object#viddler_d9036776 {
	margin-left: -7px;
}