/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Tuck
	Author Site	:
	Style Name	: asluttywife_new
	Style URI	: http://getk2.com/
	Version		: 1.00
	Header Height	:	460
	Comments	:
*/

body {
  background: black;
	color: #ff9933;
}

body.columns-two #page {
  width: 982px;
}

#page {
	/* The entire design is contained within the 'page' id */
	width: 982px;
	border: none;
	background: black;
	}
	
#header {
	margin: 0;
	background: black url('header_img.jpg') center center no-repeat;
	height: 460px;
	width: 982px;
}

.content {
  padding-top: 3px;
	background: url('nav_img.jpg') top center no-repeat;
	width: 940px;
	border-left: 1px solid #ff9966;
	border-right: 1px solid #ff9966;
	border-bottom: 1px solid #ff9966;
}
.menu {
  display: none;
}

#dropdowns ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
 
#dropdowns li { /* all list items */
	float: left;
	position: relative;
}

#dropdowns li a {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: white;
	padding: 3px 12px 4px 12px;
}

#dropdowns li a:hover {
  background: #ff9933;
}
 
#dropdowns li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 2em;
	left: 0;
	padding: 0px;
}

#dropdowns li ul li {
  padding: 4px 12px 4px 12px;
}
 
#dropdowns li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
 
#dropdowns li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	background-color: #ff9933;
	z-index: 99;
}

#dropdowns li:hover ul li:hover, li.over ul li:hover {
  border: 1px solid black;
}

.primary {
	/* Contains the main column */
	background: white;
	width: 982px;
	margin-right: 0px;
	clear: left;
}

.hentry {
	/* Each entry is contained within the 'hentry' class */
}

.entry-content {
	/* The meat and potatoes of every entry */
	color: #ff9933;
	width: 700px;
}
	
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	color: #ff9933 !important;
}

h2 span a, 
h2 span a:visited,
h3 span a,
h3 span a:visited {
	color: #996633 !important;
	font-weight: normal !important;
}

.secondary {
	/* Contains the sidebar */
}

#sidebar-1{
  /* Sidebar 1 Widgets */
}

#sidebar-1 ol {
  padding: 0;
	margin: 0;
	list-style: none;
	background: url('sidebar_1_pale.jpg') 50% 10%;
	border-top: 1px solid #ff9933;
	border-right: 1px solid #ff9933;
	border-bottom: 1px solid #ff9933;
}

#sidebar-1 ol li {
  /*border: 1px solid #996633;*/
	/*background: url('nav_img.jpg') top center;*/
}

#sidebar-1 ol li a{
	font-size: 14px;
	font-weight: bold;
	color: #003333;
	
	padding: 5px 15px 5px 15px;
}

#sidebar-1 ul {
  margin-left: 15px;
	list-style: none;
}
#sidebar-1 ul li {
  border: 0px;
}


