/*  
Theme Name: Crossroads
Version: 1.0
Theme URI: http://uo.ultimacodex.com
Description: Crossroads
Author: Deckard
Author URI: http://uo.ultimacodex.com
Template: twentyten
*/

/* Import layout */
@import url(../twentyten/style.css);

/* Main Theme Width */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 1100px;
}

#wrapper  {
	padding: 0px;
	background: transparent;
}

#header {
	padding: 0px;
}

#branding {
	background: transparent;
}

#branding img {
    border-top: 0px;
    border-bottom: 0px;
}

#body {
	background: transparent;
}

#main  {
/*	background: #fff; */
	background-image: url('/wp-content/themes/crossroads/main-background.jpg');
	padding-top: 20px;

}

a:link, a:active {
	color: #9f3215;
}
a:visited {
	color: #9f3215;
}
a:hover {
	color: #9f3215;
	text-decoration: underline;
}

body,
input,
textarea {
	color: #000;
	font-size: 12px;
	line-height: 18px;
}

.widget_rss a.rsswidget {
    color: #9f3215;
}

.entry-meta {
	color: #000;
}

.entry-title a:hover {
	color: #9f3215;
}

.entry-title {
	border-bottom: 1px solid #000;
}

.widget-title {
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}
.widget-container {
	margin: 0px 0px 10px; 0px;
}

.page-link a:link,
.page-link a:visited {
/*	background: #f1f1f1;  */
	color: #9f3215;
}
.home .sticky .page-link a {
/* 	background: #d9e8f7; */
}
.page-link a:active,
.page-link a:hover {
	color: #9f3215;
}

.navigation {
	font-size: 14px;
}
.navigation a:link, .navigation a:visited {
    color: #9f3215;
    text-decoration: none;
}

.navigation a:hover {
    color: #9f3215;
    text-decoration: underline;
}

/*  FOOTER  */
#footer {
	/* background: #fff; */
	background-image: url('/wp-content/themes/crossroads/main-background.jpg');
	bottom-border: 2px solid #000;
}

#footer-widget-area  {
    padding-left: 30px;
}

#colophon {
	border-top: 0px;
}

#site-info {
	text-align: center;
	padding: 0px 35px 0px 35px;
	width: 90%;
	font-size: 95%;
}


/* Menu */
#access {
/* background: #9f3215; */
background-image: url('/wp-content/themes/crossroads/menu50.jpg');
display: block;
float: left;
margin: 0 auto;
width: 1100px;
height: 50px;
}

#access a {
color: #FFF;
display: block;
font-size: 15px;
line-height: 50px;
padding: 0 10px;
text-decoration: none;
/* padding-left: 15px; */
}

#access li:hover > a {
	background: transparent;
/*        width: 250px;  */
    text-decoration: underline;
}

#access ul ul {
box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
display: none;
position: absolute;
top: 50px;
left: 0;
float: left;
width: 250px; 
z-index: 99999;
background: #000;
}

#access ul ul a {
   background: #000;
   width: 250px;
}


#access ul ul :hover > a {
	background: #9f3215;
        width: 250px;
}

/* #access li a:hover, */
#access li a:focus {
	color: #fff;
        width: 250px;
}



/* Menu Search Form */
.searchform
{
margin: 12px 25px 15px 0px;
float: right;
}

/* Changing Sidebar Width to 300 */

#container {
margin: 0 -360px 0 0;
}

#primary, #secondary {
 float: right;  overflow: hidden;   width: 325px;
 padding-right: 10px;
 font-size: 14px;
}

#content {
margin: 0 365px 0 30px;
}

/* Featured Image */

.attachment-post-thumbnail{width:700px; height:290px; padding:10px 0px 10px 0px ; /* float:left */;}

/* One Column Pages */

.one-column #content {
    margin: 0px auto;
    width: 1050px;
}

/* #content tr td { padding: 6px: } */

#content tr.odd td { background: #F0F0F0; }

#content tr.even td { background: #fff; }

#content tr td { 
	padding-left: 6px;
	padding-right: 6px; 
	border-top: 1px solid #000;
	}
	
#content thead th {
	padding: 9px 6px 9px 6px;
	background: #9F3215;
	color: #fff;
}
.entry-content-no-title {
	clear: both;
	padding: 0px;
}