/*  
Theme Name: Rough
Author URI: http://derekweathersbee.com
Version: 1
Author: Derek Weathersbee
Description: Horany's theme is a two column WordPress theme with plenty of negative space ... and it's widget ready.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

/* global styles */


/*
colors: 
brown copy: #705846;
maroon dark: #8e2d07;
tone stroke: #c8bfa7;
background tan:  #efead5;
nav background: #f0eeda;


*/




* { 
	margin: 0; padding: 0;
	}
	

body {
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 17px;
	color: #705846;
	background: #efead5;
}


ul, li {
margin: 0px;
padding: 0px;
}

a {
	color: #b4832c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #752d16;
}

a.request-copy {
color: #f0eeda !important;
font-family: Georgia, "Times New Roman", Times, serif;
size: 10px;
text-transform: uppercase;
letter-spacing: 2px;
height: 24px;
line-height: 24px;
padding: 0 14px;
margin: 0 0 12px;
background: #c8bfa7;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
display: inline-block !important;

}

a.request-copy:hover {
background: #aa9b7a;
text-decoration: none !important;
}



p {
	margin: 0px;
	padding: 0px;
}

h1, h1 a {
	/*font-family: "Clarendon Light", Clarendon, Georgia, "Lucida Grande";*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	line-height: 38px;
	font-style: normal;
	color: #8e2d07;
	/* color: #da1e47; */
	border: none;
	font-weight: normal !important;
	padding: 0 0 16px 0;
	margin: 0px 0px 18px;
	text-align: left;
	background: url(images/h1-border.gif) bottom left no-repeat;
}

/* ////////////////// blog title //////////////////*/

h2, h2 a, #content h2, #content h2 a  {
font-weight: bold;
/*  font-family: Georgia, "Times New Roman", Times, serif;
color: #c06c29;orange */
color: #705846;
font-size: 17px;
line-height: 24px;
margin-bottom: 12px;
display: block;
text-align: left;
}



/* #sidebar  h2, #sidebar h2 a      /////// had to be more specific */


#sidebar ul li h2, #sidebar ul li h2 a, #sidebar h2, #sidebar h2 a {
	color: #8e2d07;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 2px;
	padding: 0;
	margin: 0px 0px 5px 0px;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
	}
	

#sidebar a {
}



/* NEED to Edit These//////////////////////////////////////////////////*/
	
/*BLOG ENTRY TITLE*/

h3, h3 a {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-style: italic;
	text-align: left;
	line-height: 23px;
}



h4, h4 a {
	font-weight: bold;
	font-size: 10px;
	line-height: 15px;
	color: #8e2d07;
	text-transform: uppercase;
	margin-bottom: 6px;
	margin-top: 0px;
	padding: 0;
		text-align: left;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
	
}



/*  SMALL, INLINE UPPERCASE */

h5, h5 a {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: #8e2d07;
	margin: -8px 0 14px !important;
	padding: 0;
	display: block;
	}

.script {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #8e2d07;
	display: inline;
	margin: 0;
	padding: 0;
}


h6 {
	text-align: left;
padding: 0px;
margin: 0;
margin-bottom: 8px;
font-weight: bold;
font-size: 11px;
font-style: normal;
text-transform:capitalize;
}




.init_cap {
font-size: 55px;
margin-right: 10px;
margin-top: 3px;
line-height: 48px;
/*background: #b5291e url(images/init-cap-bg.gif) top left repeat;*/
display: inline;
float: left;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
}
	





/*///////////////////////////////// HEADER STYLES ////////////////////////////////////*/

#header {
	background: url(images/header-bg.gif) top left repeat-x;
	text-align: left;
	width: 100%;
	height: 148px;
	margin: 0;
	padding: 0px;
	overflow: hidden;
	position: relative; 
	display: block;
}


.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: visible;
	padding: 0px;
	margin: 0px;
	display: block;
}

/* SEARCH FORM NOT BEING USED ////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

#searchform {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 10;
	right: 0px;
	text-align: left;
	overflow: hidden;
	}


.searchBox {
color: #705846;
	background-color: #fff;
	border: 1px solid #b3b3b3;
	height: 30px;
	width: 242px;
	line-height: 30px;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 4px;
	margin: 0;


}

.searchBox:focus {

}

/* SEARCH FORM NOT BEING USED ////////////////////////////////////////////////////////////////////////////////////////////////////////////// */






/*///////////////////////////////// NAV BAR ////////////////////////////////////*/
/*///////////////////////////////// NAV BAR ////////////////////////////////////*/

#nav {
margin:0;
padding: 0;
width: 100%;
background: #f0eeda;
text-align: left;
display: block;
border-bottom: solid 1px #c8ba9a;
}

#nav-int {
width: 874px;
margin-left: 90px;
position: relative;
padding-top: 10px;
}


#nav ul {
	height: 42px;
	list-style-type: none;
	padding: 0px;
	margin: 0;
	display: block;
}

#nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#nav ul a {
	font-size: 13px;
	color: #705846;
	display: block;
	float: left;
	margin: 0px;
	height: 42px;
	line-height: 42px;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 0 14px;
}

#nav ul a:hover {
color: #d76823;
text-decoration: none;
}




/* Hover and current page ///////////////////////////////////////////////////////////////////*/


#nav ul a#current  {
color: #d76823;
text-decoration: none;
background: #efead5;
border-top: solid 1px #c8ba9a;
border-left: solid 1px #c8ba9a;
border-right: solid 1px #c8ba9a;
}



/*///////////////////////////////// POST STYLES - NOT NEEDED //////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*
.title {
width: 100%;
margin: 0;
margin-bottom: 12px;
overflow: visible;
border-bottom: 1px dotted #4D4D4D;
position: relative;
clear: both;

}

#content div.post_date {

font-size: 9px;
letter-spacing: 2px;
font-family: Georgia, "Times New Roman", Times, serif;
margin: 6px 0px 0px 6px;
height: 10px;
line-height: 10px;
padding: 0px 5px 14px 7px;
text-transform: uppercase;
display: block;
background-color: #0f1e2a;
position: absolute;
bottom: 0px;
right: 0px;
overflow: visible;
}

.post-day {
font-size: 32px;
margin-bottom: -6px;
}

p.comment-number {
width: 28px;
height: 18px;
line-height: 18px;
padding-bottom: 6px;
color: #fff;
font-size: 9px;
text-align: center;
background: url(images/comment-bubble-bg.gif) top left no-repeat;
position: absolute;
top: 0px;
left: -38px;
}



#content p.post_navigation {

font-size: 12px;
text-align: left;
margin: 0px;
padding: 0px;
text-transform: none;
font-style: italic;
text-decoration: none;
float: right;
}

#content p.post_navigation a {
color: #f4cc6b;
text-decoration: none;
}


#content p.post_navigation a:hover, #content p.cat_desc a:hover {
color: #fff;
}


div.previous-article a {
background: url(images/previous-article.gif) left no-repeat;
padding: 0 10px 0 22px;
height: 42px;
line-height: 42px;
font-family: "Lucida Grande", Verdana, sans-serif;
font-size: 9px;
letter-spacing: 1px;
text-transform: uppercase;
color: #fff;
display: block;
float: left;
margin-right: 10px;
}

div.next-article a {
background: url(images/next-article.gif) right no-repeat;
padding: 0 22px 0 10px;
height: 42px;
line-height: 42px;
font-family: "Lucida Grande", Verdana, sans-serif;
font-size: 9px;
letter-spacing: 1px;
text-transform: uppercase;
color: #fff;
display: block;
float: left;
}






div.page_nav {
display: block;
float: right;
text-align: right;
height: 20px;
margin: 0;
line-height: 20px;
font-size: 12px;
font-style: italic;
}

div.page_nav a {

}



div.page_nav a:hover {
color: #ec008c;
}



div.tween {
height: 30px;
width: 100%;
display: block;
}
*/


/* ///////////////////////////////// POST STYLES /////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ///////////////////////////////// POST STYLES /////////////////////////////////////////////////////////////////////////////////////////////////////*/








/*///////////////////////////////// CONTAINER ////////////////////////////////////*/

#container { 
	width: 874px; 
	text-align: left; 
	margin: 0 0 0 90px;
	overflow: hidden;
	padding: 0px;
	clear: both;
	}


/* /////////////////////////////// CONTENT STYLES //////////////////////////////////////////////////////////////////////////*/


#content { 
	width: 584px; 
	float: left; 
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 32px;
	}
	
	
#content { text-align: justify; text-justify: newspaper }
	
#content p {
	margin: 0 0 16px 0;
	padding: 0;
	}

#content img, #store_content img.store_home_img, #content object, #content embed   {

}

#content p.in_category {
margin-top: -6px;
margin-bottom: 17px;
font-size: 10px;
text-transform: uppercase;

}


#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
	
	
	
	
#content ul {
	margin-bottom: 18px;
	padding: 0;
	padding-left: 18px;
	}
	
#content ul li {
	margin: 0;
	padding: 0 0 4px;
	}
	
#content ul li a {
	color: #ff9900;
	text-decoration: underline;
	}

#content ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}




#content blockquote{
	margin: 15px 0 20px;
	padding: 12px 15px 4px;
	font-style: normal;
	background-color: #ded8bc;
	border: solid 1px #aa9b7e;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	}
	
	#content blockquote p{
	margin: 0px 0px 10px 0px;
	padding: 0px;

	}
	
#content blockquote.pull {
	float: right;
	border: none;
	background: url(images/pull-quote-stroke.gif) top left no-repeat !important;
	margin: 4px 0 40px 30px;
	padding: 14px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	width: 170px;
		-moz-border-radius: 0;
	-webkit-border-radius: 0;
	display: block;
	}
	
#content blockquote.pull p {
	margin: 0;
	padding: 0 0 16px;
	background: url(images/pull-quote-stroke.gif) bottom left no-repeat;
	}
	

.postspace {
	width: 584px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	width: 584px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}

/* /////////////////////////////////////// SIDEBAR SIDEBAR SIDEBAR /////////////////////////////////////////////////////////////////////////////////// *//* /////////////////////////////////////// SIDEBAR SIDEBAR SIDEBAR /////////////////////////////////////////////////////////////////////////////////// */

#sidebar { 
	width: 246px; 
	float: right; 
	margin-bottom: 20px;
	padding-top: 32px;
	font-size: 12px;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	}

#sidebar p{
	margin: 0px;
	/*line-height: 18px;*/
	padding: 0px 0px 10px 0px;
	}
	
#sidebar p img{
	border: none;
	margin: 0;
	padding: 0;
	/*margin-right: 5px;*/
	}

#sidebar img {

}


/* the list of widgets */
#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	
	}
	
/* wrap the individual widgets */
#sidebar ul li {
	list-style: none;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	padding-bottom: 20px;
	border-bottom: solid 2px #c8bfa7;
	}
	
#sidebar ul li ul li {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	border: none;
	}

#sidebar ul li ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
	
#sidebar ul li a {
	color: #7d6a4b;
	text-decoration: none;
	font-weight: normal;
	display: block;
	}

#sidebar ul li a:hover {
	color: #201713;
	text-decoration: underline;
	}

/*#sidebar ul li ul li {
	color: #000000;
	padding: 5px 0px 0px 15px;
}
#sidebar ul li ul li a {
	color: #ff9900;
} */



/*///////////////////////////////// FOOTER STYLES ////////////////////////////////////*/



#footer {
	color: #9a8b6f;
	text-align: left;
	width: 854px;
	margin: 0 0 0 90px;
	padding-top: 10px;
	padding-bottom: 30px;
	font-size: 9px;
	border-top: solid 2px #c8bfa7;
}

#footer p {
	margin-bottom: 14px;
}
#footer a {
	font-style: normal;
	/*color: #8a7656;
	text-decoration: underline;*/
	color: #875b13;

}
#footer a:hover {
	color: #752d16;
	
}

/* end footer styles */	

	


/* ///////////////////////////////// FORM styles/////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ///////////////////////////////// FORM STYLES /////////////////////////////////////////////////////////////////////////////////////////////////////*/



select {
	line-height: 20px;
	height: 20px;
	background-color: #DFDFDF;
	width: 160px;
	margin: 0px;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


input.txtInput, textarea.bodyText {
	line-height: 22px;
	color: #999999;
	height: 22px;
	width: 408px;
	margin-right: 16px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom: 10px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F0F0F0;
	margin-top: 0px;
	font-size: 11px;
	padding-left: 2px;
}

textarea.bodyText {
	height: 140px;
	padding-top: 3px;
}

p.formLabel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #993300;
	font-style: normal;
	margin-bottom: 5px;
}



/*///////////////////////////////////// FLOATS  ////////////////////////////////////////////////////*/

img.alignright {
float: right;
margin-left: 16px;
margin-bottom: 8px;
}

img.alignleft {
float: left;
margin-right: 16px;
margin-bottom: 8px;

border: none !important;
}

/*/////////////////////////////////////  CAPTIONS  ////////////////////////////////////////////////////*/

#content div.wp-caption {
background: #fff url(images/caption-bg.gif) top left repeat;
padding: 0px;
margin: 0px;
margin-bottom: 14px;
width: 584px !important;
text-align: center;
}

#content div.wp-caption img {
margin: 30px auto !important;
border: none;

-moz-box-shadow: 5px 5px 3px #999;
-webkit-box-shadow: 5px 5px 3px #999;

}

#content p.wp-caption-text {
/*margin-bottom: -4px !important;
margin-top: -4px !important;*/
font-size: 11px;
text-align: center;
padding: 6px 15px;
line-height: 15px;
border-top: 1px solid #c8bfa7;
/*background-color: #d6c9b0;*/
font-family: Georgia, "Times New Roman", Times, serif;
}


/*///////////////////////////////// THUMBNAILS ////////////////////////////////////*/
/*///////////////////////////////// THUMBNAILS ////////////////////////////////////*/
/*///////////////////////////////// THUMBNAILS ////////////////////////////////////*/

div.excerpt {
width: 100%;
padding-bottom: 15px;
margin-bottom: 20px;
border-bottom: dotted 1px #999;
overflow: hidden;
}

div.excerpt div.type {
margin-left: 128px;
}

#content div.excerpt div.type h2 {
margin-bottom: 8px !important;
padding: 0 !important;
}

img.thumbnail {
float: left;
margin: 0px !important;
padding: 4px !important;
background: #c8bfa7 !important;
border: none !important;

}

/*///////////////////////////////// THUMBNAILS ////////////////////////////////////*/


.widgettitle {
margin-left: 0px !important;
padding-left: 0px !important;
text-align: left !important;
}




/*///////////////////////////////// PAGE NAVIGATION ////////////////////////////////////*/



div.previous-article a {
background: url(images/previous-article.gif) left no-repeat;
padding: 0 10px 0 22px;
height: 42px;
line-height: 42px;
font-family: "Lucida Grande", Verdana, sans-serif;
font-size: 9px;
letter-spacing: 1px;
text-transform: uppercase;
color: #fff;
display: block;
float: left;
margin-right: 10px;
}

div.next-article a {
background: url(images/next-article.gif) right no-repeat;
padding: 0 22px 0 10px;
height: 42px;
line-height: 42px;
font-family: "Lucida Grande", Verdana, sans-serif;
font-size: 9px;
letter-spacing: 1px;
text-transform: uppercase;
color: #fff;
display: block;
float: left;
}

div.previous-page  {
background: url(images/previous-article.gif) left no-repeat;
padding: 0 10px 0 22px;
height: 42px;
line-height: 42px;
font-family: "Lucida Grande", Verdana, sans-serif;
font-size: 9px;
letter-spacing: 1px;
text-transform: uppercase;
color: #fff;
display: block;
float: left;
margin-right: 10px;
margin-bottom: 14px;
font-weight: bold;
}

div.next-page {
background: url(images/next-article.gif) right no-repeat;
padding: 0 22px 0 10px;
height: 42px;
line-height: 42px;
font-family: "Lucida Grande", Verdana, sans-serif;
font-size: 9px;
letter-spacing: 1px;
text-transform: uppercase;
color: #fff;
display: block;
float: left;
margin-bottom: 14px;
font-weight: bold;
}
br.clear {
clear: both;
}

span.pipe {
margin: 0 6px;
}


/*///////////////////////////////// HOME ////////////////////////////////////*//*///////////////////////////////// HOME ////////////////////////////////////*//*///////////////////////////////// HOME ////////////////////////////////////*//*///////////////////////////////// HOME ////////////////////////////////////*/

.home1 {
border-bottom: solid 3px #c8bfa7;
color: #875b13;
font-size: 16px;
line-height: 24px;
font-family: Georgia, "Times New Roman", Times, serif;
padding-bottom: 20px;
overflow: hidden;
text-align: left;
}

.ready {
height: 42px;
line-height: 42px;
display: inline-block;
margin-right: 10px;
font-family: "Lucida Grande", sans-serif;
float: left;
font-size: 12px;
}


a.start {
background: url(images/next-article.gif) right no-repeat;
padding: 0 22px 0 10px;
height: 42px;
line-height: 42px;
font-family: "Lucida Grande", Verdana, sans-serif;
font-size: 9px;
letter-spacing: 1px;
text-transform: uppercase;
color: #fff;
display: inline-block;
}

/*///////////////////////////////// CALLOUTS ////////////////////////////////////*/

#content ul.home2 {
margin:0;
padding: 0;
margin-top: 20px;
list-style: none;
clear: both;
float: left;
text-align: center;
display: block;
width: 584px;
}

#content ul.home2 h3, #content ul.home2 h3 a {
color: #752d16;
}

#content ul.home2 li {
margin: 0;
padding: 0;
display: block;
text-align: left;
}

#content ul.home2 li.left {
width: 175px;
float: left;
}

/*#content ul.home2 li.center {
margin: 0 205px !important;
}*/

#content ul.home2 li.center {
margin: 0 auto;
width: 174px;
}

#content ul.home2 li.right {
width: 175px;
float: right;
}


#content ul.home2 li.left h3 {
background: url(images/homelist-articles.gif) top left no-repeat;
}

#content ul.home2 li.right h3 {
background: url(images/homelist-get-a-copy.gif) top left no-repeat;
}

#content ul.home2 li.center h3 {
background: url(images/homelist-games.gif) top left no-repeat;

}
#content ul.home2 h3 a {
	visibility: hidden;
}

#content ul.home2 h3 {
display: block;
height: 36px;
margin-bottom: 4px;
}

#content ul.home2 p {
margin-bottom: 6px;
}

#content ul.home2 img {
padding: 4px;
border: 1px solid #c8ba9a;
}



/*///////////////////////////////// DALLAS SHOW ////////////////////////////////////*/

#content .dallas-main {
border: none !important;
margin:0!important;
padding:0!important;
background: url(images/dallas-bg.gif) top left no-repeat;
position: relative; 
width: 584px;
height: 445px;
overflow: hidden;
}
#content .dallas-type {
position: absolute;
width: 198px;
top: 182px;
right: 8px;
color: #fff;
font-size: 9px;
line-height: 11px;
text-align: center;
}

#content .dallas-type h3{
font-family: Georgia, "Times New Roman", Times, serif;
color: #006187;
font-size: 10px;
margin: 0 0 2px !important;
padding: 0 !important;
font-style: normal;
text-align: center;
line-height: 12px;
font-weight: bold;
}

#content .dallas-type em {
font-family: Georgia, "Times New Roman", Times, serif;
}


#content.dallas-content {
line-height: 20px;
text-align: left;
}

#content.dallas-content img {
border: 4px solid #fff;
margin-bottom: 40px;
margin-right: 28px;
float: left;
}

#content.dallas-content p {
margin-bottom: 6px;
}

br.clear {
clear: both;
}

/* TYPE QUIZ STYLES */

div#question {
display: block;
overflow: hidden;
float: left;
}

div#question img {
border: 4px solid #c8bfa7;
margin: 0 20px 20px 0;
}

div#type-quiz-form {
display: block;
overflow: hidden;
float: left;
margin: 0 0 14px;
padding: 0;
text-align: left;
}

div#type-quiz-form input.radio {
margin-right: 8px;
}

span.correct-questions {
color: #8e2d07;
font-size: 13px;
font-family: Georgia, "Times New Roman", Times, serif;
}







/*Quotes////////////////////////////////*/



p.sidebar-quote {


}


/*COMMENTS////////////////////////////////*/



ol.commentlist {
text-align: left !important;
}
