/*
THEME NAME: RHINO-ALT
THEME URI: http://www.rhinocrafts.com
DESCRIPTION: RHINO Contemporary Crafts Theme
VERSION: 1.0
AUTHOR: Kathy Sautter
AUTHOR URI: http://www.kcwebconcepts.com
TEMPLATE: sandbox
*/

@import url('reset.css');

/* layout */
html {
	font-size:12px;
	padding: 0;
	margin: 0;
	height:100%;
	overflow:auto;
	background-color:#000;
}

body {
	margin: 0;
	padding: 0;
	background-color:#000;
}

#wrapper {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	letter-spacing:.01em;
	line-height:1.3em;
	width:900px;
	margin: 0 auto;
	padding:0;
	background-color:#FFF;
	color:#000;
	}

#header {
	width:900px;
	height:190px;
	margin:0;
	padding:0;
	background:url(images/header.gif) top left no-repeat;
	}
	
.clear {clear:both;}

#container {
	float: right;
	margin:0;
	padding:0;
	margin-top:0px;
	width:600px;
	min-height:400px;
	height:auto !important;
	height:400px;
	padding-bottom:25px;
	}

.page div#container {
	float: right;
	margin:0;
	padding:0;
	margin-top:0px;
	width:900px;
	min-height:400px;
	height:auto !important;
	height:400px;
	padding-bottom:25px;
	}

#content {
	width:550px;
	margin-left:25px;
	margin-right:25px;
	margin-top:40px;
	margin-bottom:20px;
	padding:0;
}

.page div#content {
	width:850px;
	margin-left:25px;
	margin-right:25px;
	margin-top:40px;
	margin-bottom:20px;
	padding:0;
}

.home div#content {
	width:875px;
	margin-left:25px;
	margin-bottom:10px;
	margin-right:0;
	margin-top:40px;
	padding:0;
}

.sidebar {
}

.page div#primary {
	display:none;
}

#primary {
	background:url(images/divider.gif) bottom center no-repeat;
	float:left;
	padding-left:0;
	padding-right:25px;
	padding-top:40px;
	padding-bottom:20px;
	margin:0;
	width:275px;
	overflow:hidden;
	visibility:visible;
	}
	
#secondary {
	display:none;
}

#footer {
	clear:both;
	width: 900px;
	height: 175px;
	background:url(images/footer.gif) top left no-repeat;
	font-size:.8em;
	text-align:center;
}
#left-footer {
	width:97px;
	height:100px;
	padding-left:100px;
	float:left;
	}
	

#right-footer {
	float:right;
	padding-top:65px;
	height:70px;
	width:600px;
	}

#generator-link, #theme-link {
	display:none;
}

#generator-link a {
}

#theme-link a {
}

#blog-title {
	width:300px;
	float:left;
}

#blog-title a {
}

#blog-title a:hover {
}

#blog-description {
	display:none;
}

#access {
	float:right;
	height:50px;
	width:595px;	
}

.skip-link {
	display:none;
	}
	
/* end layout */

/* links */
	
a {
	color:#f60;
	text-decoration:none;
}
a img {border:0;
		test-decoration:none;}

a:hover {
	background:#f60
	color:#fff;
	text-decoration:none;
}

a:visited {
	color:#f60;
	text-decoration:none;
}

blockquote {
	color: #000;
	border: 0;
	font-style:italic;
	text-indent: 15px;
	line-height: 1.5em;
}

p {
	padding: .5em 0 .5em 0;
	display: block;
}

ol, ul, li {
	list-style: none;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: .9em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

strong {
	font-weight:bold;
	color: #000;
}

em {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

del, del a, div.entry-content p del a {
	color: #bbb;
}

.caps {
	text-transform:uppercase;
}

code, pre {
	white-space: pre-wrap;
	font-family:"Trebuchet MS", Tahoma, Arial, san-serif;
	font-size:.9em;
	margin-bottom:0pt;
	margin-left:0pt;
}

/* navigation */
#menu {
	font-size:.9em;
	height:65px;
	padding-left:90px;
	width:490px;
}

#menu ul a {
	font-weight:bold;
	text-decoration:none;
	outline: none;
	color:#000;
}

#menu ul, #menu ul ul, #menu ul li {
	list-style:none;
	margin:0;
	padding:0;
}

#menu ul li {
	float:left;
	width:70px;
	height:50px;
	margin-top:15px;
	padding-top:25px;
	text-align:center;
	padding:0;
}

#menu ul li a {
	padding:0;
	height:60px;
	outline: none;
	color:#000;
}

#menu ul li a:hover {
	height:60px;
	margin-top:5px;
	padding-bottom:30px;
	background: url(images/transwhite.png);
	color: #f60;
}

#menu ul li:hover ul li a:hover, #menu ul li:hover ul li {
	background:#fff;
	color: #f60;
	display:none;
}

#menu ul ul {
	display:none;
}

#menu ul ul li {
	float:none;
	display:none;
}

#menu ul ul li a {
	margin:0;
	padding:0;
	outline: none;
	color:#000;
	display:none;
}

#menu ul li:hover ul {	
	display:block;
	font-size:0.9em;
	padding-top:.5em;
	position:absolute;
	display:none;	
}

#menu ul li:hover ul li a {
	background:inherit;
	color: #000;
	display:block;
	padding:.5em;
	width:10em;
	outline: none;
	display:none;
}

/* content */
.entry-content {
	width: 550px;
	padding-top:20px;
	padding-bottom:20px;
}

.page .entry-content {
	width: 850px;
	float: left;
	padding-right:25px;
	padding-top:20px;
	padding-bottom:20px;
}

.home .entry-content {
	width:875px;
	float: left;
	padding-top:0px;
	padding:0;
	}

.homecontent {
	margin-right:25px;
	}


#slidesh {
	width:600px;
	height:400px;
	float:right;
	margin-left:25px;
	margin-top:0px;
	margin-bottom:25px;
	border-top:2px solid #000;
	border-left:2px solid #000;
	border-bottom:2px solid #000;
	}
	
.entry-title{
	clear:both;
	font-size: 1.5em;
	margin: .3em 0;
	letter-spacing:.05em;
}


.entry-title a {
	text-decoration:underline;
	color:#f60;
}

.entry-title a:hover {
	color:#000;
	outline: none;
}

.home .entry-title {
	display:none;
	}

.entry-date {
	margin: .5em 0;
	color: #000;
	font-size: .9em;
}

.entry-meta {
	color: #000;
	width: 550px;
	margin: 1em 0;
	padding: .5em 0;
	display: block;
	font-size: .9em;
}

.entry-meta a {
	color: #f60;
}

.author.vcard {
	margin-bottom: .5em;
}

.entry-meta .cat-links {
	display: block;
	margin: .5em 0;
}

.entry-meta .comments-link {
	display: block;
}
.comments p a, .entry-content a, .entry-content ul li a, .entry-content ol li ul a {
	color: #f60;
	text-decoration:underline;
	}


.comments a:hover, #nav-below a:hover, .entry-content p a:hover, .entry-content ul li a:hover, .entry-content ol li ul a:hover, .comment-meta a:hover, .comments .bypostauthor .comment-meta a:hover, .comments .byuser .comment-meta a:hover, .comments .bypostauthor .comment-meta span.edit-link a, .comments .byuser .comment-meta span.edit-link a:hover {
	color: #f60;
	text-decoration:none;
}

.entry-content p del a:hover {
	color: #f60;
}

.entry-content blockquote p a {
	color: #f60;
}

.entry-content blockquote p a:hover {
	color:#f60;
}

.entry-content p code a {
	white-space: pre-wrap;
	font-family:"Trebuchet MS", Tahoma, arial, sans-serif;
	font-size:.9em;
	border-bottom: 1px dotted #000;
}

.comments p strong a, .entry-content p ins a {
	border: none;
	text-decoration: underline;
}

.comments p strong a, .entry-content p ins a:hover {
	border: none;
	text-decoration: underline;
}

a.more-link, .page-link, p.akpc_pop {
	font-size: .8em;
}

.entry-content .page-link a {
	color:#f60;
}

.error404 div, .noresults div {
	width: 850px;
	color: #f60;
	float: left;
}

.entry-content ol li ul, .entry-content ul li {
	list-style: square;
	margin: .5em 1.5em;
}

#category-archives h3, #monthly-archives h3, #linkcat-2 h3, #linkcat-3 h3 {
	border-bottom: 1px dotted #000;
	margin-top: .5em;
	padding: .5em 0 0;
}

li#category-archives.content-column, li#monthly-archives.content-column, li#linkcat-2.linkcat, li#linkcat-3.linkcat {
	list-style: none;
	margin: 1em 0;
}

.entry-content ol {
	padding-left: 1.5em;
	margin: .5em 0 1em;
}

.entry-content ol li {
	list-style: decimal;
	margin: .2em 0;
}

.entry-content ol li ol {
	margin: .2em 0;
}

d.entry-content ol li ol li {
	list-style: upper-roman;
}

.entry-content ol li ul li, .sidebar ul ul ul li {
	list-style: square;
}

.entry-content ol li ol li ol {
	margin: .2em 0;
}

.entry-content ol li ol li ol li {
	list-style: lower-alpha;
}

.entry-content dl dt {
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
}

.entry-content dl dd {
	margin: 7px;
}

.entry-content p abbr, .entry-content abbr {
	cursor: help;
	border-bottom: 1px dotted #000;
}

.entry-content p ins {
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

.alignleft, .nav-previous {
	float: left;
}

.alignright, .nav-next {
	float: right;
}

#nav-above, .skip-link {
	display: none;
}

#nav-below {
	width:100%;
	height:1em;
	clear: both;
	margin:1.5em 0;
	font-size: .9em;
	padding: 1em 0;
}

#nav-below a {
	background:inherit;
	color: #f60;
}

/* asides */
body.home .category-asides .entry-content, body.home .category-asides .entry-content p, body.home .category-asides .entry-meta {
	display: inline;
	margin: 0 .7em 0 0;
}

body.home .category-asides {
	font-size: .9em;
	background:inherit;
	color: #000;
}

body.home .category-asides a {
	font-weight: normal;
	color:#f60;
}

body.home .category-asides .entry-meta {
	display: none;
}

body.home .category-asides .entry-date abbr.published {
	display: none;
}

body.home .category-asides div.entry-content {
	clear: none;
	float: left;
	width: 100%;
}

/* comments & trackbacks */
#respond {
	clear: both;
	margin-top: .5em;
}

#respond h3, #comments-list h3, #trackbacks-list h3 {
	clear: both;
	padding-top: 1em;
	margin: 1em 0;
	border-bottom: 1px solid #000;
	text-align: left;
	text-transform: uppercase;
}

#comments-list, #trackbacks-list {
	margin: 1em 0;
}

.comment-meta {
	background: inherit;
	color: #000;
	float: left;
	width: 550px;
	margin: .3em 0 .5em;
	padding: 0;
	display: block;
	font-size: .9em;
}

.comment-meta a {
	display: block;
	background: inherit;
	color: #f60;
}

.comment-author {
	clear: both;
	width: 500px;
	background: #ccc;
	color:inherit;
	display: block;
	margin: .9em 0 .5em;
	padding: 7px 0 7px 7px;
	font-size: .9em;
}

.comment-author a a:visited {
	background:inherit;
	color:#f60;
	text-decoration:none;
	outline:0;
}

.comments .byuser .comment-meta, .comments .bypostauthor .comment-meta {
	display: block;
}

.comments .byuser .comment-meta a {
	background: transparent url(images/by.registered.gif) no-repeat scroll right center;
	display: block;
}

.comments .bypostauthor .comment-meta a {
	background: transparent url(images/by.author.gif) no-repeat scroll right center;
	display: block;
}

.comments .bypostauthor .comment-meta span.edit-link a, .comments .byuser .comment-meta span.edit-link a {
	background: none;
	color: #000;
}

form#commentform .form-label {
	margin:1em 0 0;
}

form#commentform, form#commentform p {
	padding:0;
	margin: 1em 0;
}

input#author, input#email, input#url {
	width:50%;
	border:1px solid #000;
	padding: 2px;
}

input#author, input#email, input#url, textarea#comment {
	padding:0.2em;
	border:1px solid #000;
}

input#submit {
	border:1px solid #000;
	background-color:#fff;
	padding: 1px;
	font-size:1em;
}

.comments ol li {
	margin:0 0 1em;
	clear: both;
}

.comments ol li p, span.unapproved {
	width: 550px;
	float: right;
	margin: .3em 0 .5em;
	padding: 0 0 .5em;
}

textarea#comment {
	height:15em;
	margin:0 0 0.5em;
	overflow:auto;
	width:100%;
}

form#commentform span.required, span.unapproved {
	background: inherit;
	color:#f60;
}

/* sidebar */
.sidebar h3 {
	font-size:1.3em;
	padding: .5em 0 .1em;
	border-bottom: 1px dotted #000;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.sidebar input#s {
	width:9em;
}

input#s {
	border:1px solid #000;
	padding: 2px;
}

input#searchsubmit {
	border:1px solid #000;
	padding: 1px;
}

.sidebar li {
	list-style:none;
	margin:0 0 1em;
}

.sidebar li form {
	margin:0.2em 0 0;
	padding:0;
}

.sidebar ul li a {
	color: #f60;
}

.sidebar ul li a:hover {
	color: #f60;
}

.sidebar ul ul {
	margin:.3em 0
}

.sidebar ul ul li {
	list-style:none;
	margin:.2em 0;
}

.sidebar ul ul ul {
	margin:0 0 0 1.2em;
}

#searchform div {
	padding: .2em 0;
}

/* widgets and misc */
table#wp-calendar {
	width: 100%;
}

#archives select {
	margin:0.2em 0 0;
	padding:0;
}

.sidebar li#pages, .home li#recent-posts.widget.widget_recent_entries, span.meta-sep, li#pages.widget.widget_pages, .single div#secondary.sidebar, .page div#secondary.sidebar, .single li#text-1.widget.widget_text, .page li#text-1.widget.widget_text {
	display: none;
}

/* Images */
.entry-content p img {
	max-width: 550px;
}

.entry-content p.attachment a img {
	width: 550px;
}

.page .entry-content p img {
	max-width: 100%;
}

.sidebar li img, .sidebar li a img {
	padding: 3px;
	border: 1px solid #000;
	max-width: 240px;
}

img.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}


img.alignleft {
	padding:3px;
	border:2px solid #000;
	float:left;
	margin-right:40px;
	margin-bottom:25px;
	margin-top:10px;
}

img.alignright {
	padding:3px;
	border:2px solid #000;
	float:right;
	margin-left:40px;
	margin-bottom:25px;
	margin-top:10px;
}


img.wp-smiley {
	background: inherit;
	color:inherit;
}
