@import url(/css/cake.banner.css);

body
{
    padding: 5px;
    margin: 10px;
    background: #737D87;/*#282828; */
    font: 14px Verdana, sans-serif; 
    line-height: 1.1em; 
    color: #333; 
}


/*////////////////*/
a
{
    text-decoration: underline;
}
a.permalink
{
    text-decoration: none;
}
a:link,
a:visited
{
    color: #1D85C0;
}
a:hover
{
    color: #737D87;
}
/*////////////////*/

#container
{
    width: 850px;
    margin: 0px auto;
    border: 1px solid black;
    background: white;
    overflow: visible;
}
#content
{
    font-size: 0.88em;
    line-height: 1.8em;
    background: white;
    padding: 2px 25px;
}
#content p img.center-photo {
	border-color: #a9a9a9;
	display:  block;
	border-color: #a9a9a9;
  	background-color: #fff;
  	border: 1px solid;
	padding: 4px;
	margin: 0px auto;
	max-width:  475px;
}
#content #body p img.center-photo {
	border-color: #a9a9a9;
	display:  block;
	border-color: #a9a9a9;
  	background-color: #fff;
  	border: 1px solid;
	padding: 4px;
	margin: 0px auto;
}
#content p img.inset, #content p img.right-photo
{
	border-color: #a9a9a9;
	display: block;
	float: right;
	border-color: #a9a9a9;
  	background-color: #fff;
  	border: 1px solid;
	padding: 4px;
	margin: 0px;
	margin-left: 10px;
}
#content p img.left-photo
{
	border-color: #a9a9a9;
	display: block;
	float: left;
	border-color: #a9a9a9;
  	background-color: #fff;
  	border: 1px solid;
	padding: 4px;
	margin: 0px;
	margin-right: 10px;
}
#content p img.noborder
{
	border: none;
}
div#content div#side-bar
{
    background: #fff;
    width: 130px;
    margin: 15px -100px 15px 15px;
    border: 1px solid black;
    padding: 10px;
}

div#content div#side-bar ul
{
    list-style: none;
    padding-left: 0px;
}
div#content div#side-bar div.one-image
{
    padding-top: 5px;
}
div#content div#side-bar img.giThumbnail
{
    width: 130px;
    height: 97px;
}

div#nav_bar
{
	min-width: 875px;
	width: 62.5em;
	max-width: 1075px;
	margin-left: -26px;
	margin-top: -25px;
	border: 1px solid black;
	height: 1.07em;
	padding: 5px 0px 5px 25px;
	/*line-height: .55em;*/
	font-size: 1em;
	background: #AFB4BA url(/img/nav_bar.jpg) repeat-x;
}
div#nav_bar .nav_item a:link,
div#nav_bar .nav_item a:visited
{
    padding: 15px;
    text-decoration: none;
    color: white;
}
div#nav_bar .nav_item a:hover
{
    color: black;
}

div#center-ads
{
    width: 468px;
    padding: 0px;
    margin: 5px auto 0px;
}
#center-ads a
{
	text-decoration: none;
	border:  none;
}

div.posted {
    padding-bottom: 2px;
}
div#tag-list div.posted {
    clear: both;
}
div.post
{
    font-family: palatino, georgia, times new roman, serif;
    color: black;
}
div.post .date
{ 
    font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
    display: inline;
    font-size: .88em;
    margin-left: 10px;
    line-height: .5em;
    color: #4B452B;
}
div.post .atitle
{
    margin-bottom: 0px;
    line-height: 1.9em;
}
div.post-body
{
    font-size: 1.11em;
    line-height: 1.8em;
    margin-left: 1em;
}
div#footer {
    clear: both;
}
div.divider
{
	height: 10px;
	width: 500px;
	margin: 0px auto 10px;
	padding: 0px;
	clear: both;
	border-bottom: 1px dashed #b8b8b8;
} 
div#body div.video a {
	display:block;
	width:640px;
	height:480px;
} 
div#cowboy-blog div.video a {
	display:block;
	width:480px;
	height:360px;
}
div.post .atitle a:link,
div.post .atitle a:visited
{
    color: #6E6E6E;
    text-decoration: none;
    border-bottom: 1px solid #b8b8b8;
}
div.post .atitle a:hover
{
    color: #50535A;
    text-decoration: none;
}

div#comments
{
    margin: 5px 10px;
    padding-top: 15px;
    clear: both;
}
div#comment-count
{
	display:  inline;
	padding-left: 5px;
}
div#comments div.noaccess
{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #b8b8b8;
}
div#comments h3.closed
{
    text-align: center;
    margin-top: 10px;
}


div.mfcomment div.description
{
    margin: 0px 10px;
}
div.submit {
	text-align: left;
	margin-left:  38em;
	margin-right:  2px;
}
div#postForm div.submit {
	float:  left;
}
div#userForm div.submit {
	margin-left:  24em;
	float:  none;
	margin-right:  0px;
}

/*          Forum            */

div.post-form {
	width:  55em;
	margin:  20px auto;
}
div.post-form#userForm {
	width:  30em;
}
div.post-form div.tag-input {
	margin-left:  0px;
	float:  none;
}
div.post-form select {
	width: 290px;
}
div.post-form div.input {
	margin-top:  3px;
}
div.post-form div.input label, div.post-form p label {
	display:  block;
	float:  left;
	clear: both;
	width: 10em;
}
div.post-form div.checkbox label {
	display:  inline;
	float:  none;
	clear: both;
	width: auto;
}
div.post-form div.checkbox {
	display:  block;
	float:  left;
	clear: both;
	padding:  0px;
	margin:  0px;
}
div.post-form div.checkbox input {
	padding:  0px;
	margin-left:  11em;
	margin-right: 8px;
}
div.post-form div.text input, div.post-form div.password input {
	width:  39.5em;
}
div.post-form#userForm div.text input, div.post-form#userForm div.password input {
	width:  20em;
}
#PostBody, #CommentBody, #PostExcerpt, textarea.postarea
{
    width: 40em;
    height: 200px;
}
#PostExcerpt {
	height:  100px;	
}
#PostTitle, #TopicSubject
{
    width: 39.5em;
    margin: 0px;
}

ul.archive
{	
	list-style: none;
}

ul.archive li span.date_year
{
	font-size: 1.2em;
	font-weight: bold;
}

div.tags {
    text-align: right;
    word-spacing: 3px;
    font-size: 1.1em;
    font-family: Monoco, "Andale Mono", Arial, sans-serif;
}
div.news
{
    margin: 0px 0px 5px 524px;
    padding: 0px;
    width: 300px;
    background: white;
    border: none;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
}

div#cowboy-blog {
	float:  left;
    width:  500px;
}

div#content div.post div.divider
{
	clear: both;
}


div.news div.feeder
{
    border-bottom: 1px solid #000;
}

div.news div.feeder a img
{
    border:  none;
}

div.news div.feeder div
{
    padding: 2px 10px;
}


div.news div.feeder ul
{
    margin-left: 0px;
    padding-left: 5px;
    list-style-type: circle;
    list-style-position: inside;
}

div.news div.feeder div.title
{
    border-bottom: 1px solid #000;
	background: #487C68 url(/img/nav_bar.jpg);
}


div.news div.feeder div.title a:link,
div.news div.feeder div.title a:visited
{
    color: white;
}

div.news div.feeder ul a:visited
{
    color: #B00000;
}


div.news div.feeder div.title a:hover
{
    color: black;
}

div.pagination_navigation div {
    display: inline;
}
/* User */
div.error-message {
	color:  red;
	margin-left:  120px;
	
}

/* breadcrumbs */
#breadcrumbs { font-size: 11px; color: #444; background: url(/img/sam-icon/Sam24x24.png) no-repeat; background-position: 15px 0px; overflow: hidden; height: 26px; line-height: 24px; font-weight: bold; text-shadow: 2px 2px 1px #fff; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC;}
#breadcrumbs a { text-decoration: none; font-weight: bold; float: left; padding: 0 10px; position: relative; margin-left: -10px; _cursor: hand; }
#breadcrumbs a:hover { color: #333; text-decoration: none !important; }
#breadcrumbs a.home { margin: 0; height: 1px; visible: hidden; width: 15px; padding-top: 26px; padding-left: 26px; overflow: hidden;}
#breadcrumbs span { float: left; width: 9px; margin: 0 10px 0 0; position: relative; height: 0; padding-top: 34px; margin-top: 1px; overflow: hidden; background: url(/img/forum/breadcrumb_sep.png) no-repeat; }

/* Admin */
#acos {
	padding-left: 0px; 
	border: 1px solid black; 
	height: 500px; 
	margin-top: 10px; 
	overflow: auto; 
	width: 250px; 
	float: left;
}
#aros {
	padding-left: 0px; 
	border: 1px solid black; 
	height: 500px; 
	overflow: auto; 
	width: 500px; 
	margin-top: 10px; 
	float: left; 
	margin-left: 10px;
}
.aco-list a {
	text-decoration: none; 
	white-space: nowrap; 
	overflow: hidden; 
	display: block; 
	padding: 2px 5px; 
	font-size: 1.2em;
	padding-left: 15px;
}
.highlight a {
	background: #eee;
	padding-left: 5px;
}
.aco-list highlight a:hover, .aco-list a:hover {
	background: #FFF9C4;
}
.aro-list {
	text-decoration: none; 
	white-space: nowrap; 
	overflow: hidden; 
	display: block; 
	padding: 0px;
	font-size: 1.2em;
	border-top: 1px solid black;
}
.aro-path {
	display: block; 
	padding: 2px 5px; 
	float: left; 
	width: 400px;
}
.first-aro {
	border-top: none;
}
.aro-access {
	text-align: center; 
	display: block; 
	padding: 2px 5px; 
	float: left;
	min-width: 65px;
}
.native-allow {
	background: #44AF65;
}
.inherit-allow {
	background: #63FF93;
}
.native-deny {
	background: red;
}
.inherit-deny {
	background: orange;
}

