/*
Theme Name: Red Torus Forge
Author: Jenny Medford

*/


/* Layout */
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;	
	font-size: 14px;
	line-height: 20px;
	color: #605244;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;

}


/* Default */

blockquote {
	padding: 0 0.5em;
	margin: 0;
}

img.alignleft {
	float: left;
	margin: 0 .8em .8em 0;
}

img.alignright {
	float: right;
	margin: 0 0 .8em .8em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

a {outline:none;color:#bb162d;text-decoration:none;}
a:hover {outline:none;color:#bb162d;text-decoration:underline;}
a img {
}

form {
	padding: 0;
	margin: 0;
}

/* Layout */
#wrapper {
	background-image: url(images/wrapper2.gif);
	background-repeat: no-repeat;
	text-align: left;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center top;
}

#inner-wrapper {
	width: 1031px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
        padding-top:185px;
}
#nav { 
        width:1031px;	
        margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
        

}

#nav ul {
	font-size: 14px;
	color: #FFFFFF;
	height: 23px;
	width: 779px;
        padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 100%;
        text-align:left;
        margin-left:180px;
}


#nav ul li { 
	display: inline; 
        margin-left:0px
}





#nav ul li a {
	color: #ffffff;
	margin: 0px 0 0 0;
	padding: 0px 85px 0px 0px;
	text-decoration: none;
	float: left;

}



#nav ul li a:hover {
	color: #bb162d;
	text-decoration: none;
}

#nav ul li.current_page_item a
 {
	color: #bb162d;
	text-decoration: none;
}


#searchBar {
	clear: left;
	background: url(images/searchBarBk.gif) repeat-x;
	text-align: right;
}

#searchform {
	padding: 5px;
}

#s {
	border: 1px solid #bbb;
}

#searchsubmit {
	border: 1px solid #bbb;
	background: url(images/buttonBk.gif) repeat-x;
}

#sidebar {
	float: right;
	width: 150px;
	font-size: 11px;
}

#sidebar a {
	color: #605244;
	text-decoration: none;
}
#sidebar a:hover {
	color: #605244;
	text-decoration: underline;
}

#sidebar ul {
	padding: 0;
	margin: 0 0 45px 0;
	list-style: none;

}

#sidebar ul li {	
	margin: 0 0 13px 0;
}

#sidebar ul li h2 {
	font-size: 20px;
	color: #bb162d;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #bb162d;
        padding-bottom:10px;
}

#sidebar ul li p,
#sidebar ul li div {
	padding: 5px 10px 10px 10px;
	margin: 0;
}

#sidebar ul li table {
	padding-bottom: 5px;
}

#sidebar ul li table caption {
	padding: 5px 0 0 0;
}

#sidebar ul li ul {
	padding: 0.3em 0;
}

#sidebar ul li ul ul,
#sidebar ul li ul ul ul,
#sidebar ul li ul ul ul ul,
#sidebar ul li ul ul ul ul ul {
	padding: 0;
}

#sidebar ul li ul li {
	font-size: 1em;
	padding: 0.2em 1em 0.2em 0;
	margin: 0 0 0 1em;
}

#sidebar ul li ul li li,
#sidebar ul li ul li li li,
#sidebar ul li ul li li li li,
#sidebar ul li ul li li li li li {
	margin: 0 0 0 1em;
}

#sidebar ul li ul li a {
	text-decoration: none;
	background: url(images/sidebarBullet.gif) left center no-repeat;
	padding-left: 1em;
}
#sidebar ul li ul#themeswitcher li a,
#sidebar ul li ul li.recentcomments a {
	background-image: none;
	padding-left: 0;
}
#sidebar ul li ul#themeswitcher li,
#sidebar ul li ul li.recentcomments {
	background: url(images/sidebarBullet.gif) left center no-repeat;
	padding-left: 1em;
}

#sidebar ul li ul li a:hover {
}

/* Calendar */
#wp-calendar {
	width: 100%;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
}

#wp-calendar td#today {
	font-weight: bold;
}

h2.pagetitle {
	font-size: 30px;
	font-weight: bold;
	color: #bb162d;
}
h2.archivetite {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}


#content {
	width: 700px;
	margin: 101px 0 0 165px;
	min-height:665px;
	text-align: left;
	line-height: 20px;

}
#home #content {
	width: 779px;
	margin: 71px auto 0 auto;
	min-height:665px;
	text-align: left;
        padding-left:0px;
        
}

#gallery #content {
	width: 779px;
}
#blog #content {
	width: 800px;
}


/* Post */

.post  {
	float: left;
	width: 500px;
}

.post h2.posttitle {
	font-size: 30px;
	font-weight: bold;
	color: #bb162d;
}

.post h2.posttitle a {
	text-decoration: none;
	color: #bb162d;
}

.post h2.posttitle a:hover {
	text-decoration: none;
	color: #000000;
}

/* make your own sticky post styling */
.sticky {
}

small.postmetadata {
	font-size: 10px;

	margin-top: 15px;
	margin-bottom: 15px;
        font-weight:bold;
}
small.postmetadata a {
	color: #605244;
	text-decoration: none;
}
small.postmetadata a:hover {
	color: #605244;
	text-decoration: underline;
}

ul.postmetadata {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul li.tags {
	float: left;
}

ul li.comments {
	text-align: right;
}

div.divider {
	height: 47px;
	margin: 1em 0;
}

div.navigation {
	text-align: center;
	padding: 0 0 2em 0;
}

div.commentnavigation {
	padding: 0;
}


#commentwrapper {
	padding: 0 15px 49px 15px;
}

#commentwrapper h2 {
	margin: 0;
	padding: 0.5em 0;
}

/* Comment */
h2.commentheading {
	font-size: 14px;
}

ol.commentlist {
	padding: 0;
	margin: 0;
	list-style: none;
}

ol.commentlist a {
	text-decoration: none;
        color:#605244;
}

img.avatar {
	border: 3px solid #fefef6;
	margin: 0 0.5em;
}

ol.commentlist li.commentind {
	padding: 0 0 2em 0;
	margin: 0;
}

ol.commentlist li.depth-1 {
	border-bottom: 3px double #fefef6;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
}

ul.children {
	list-style: none;
}

ol.commentlist ul.children li.commentind {
	padding: 1em 0 0 0;
}

ol.commentlist li.commentind cite {
	font-style: normal;
}

p.commentsedit {
	font-size: 0.9em;
	margin: 0 0 0 0.5em;
}

.commentindheader {
	border-bottom: 1px dotted #fefef6;
}

.commentindheader img.avatar {
	float: left;
}

ol.commentlist li.legacyAlt .commentindheader {
	text-align: right;
}

ol.commentlist li.legacyAlt .commentindheader img.avatar {
	float: right;
}

ol.commentlist li.legacyAlt p.commentsedit {
	text-align: right;
	margin: 0 0.5em 0 0;
}

/* Comment form */
form#commentform input,
form#commentform textarea {
	border: 1px solid #bbb;
}

input#author,
input#email,
input#url {
	width: 60%;
}

textarea#comment {
	width: 90%;
}

input#submit {
	border: 1px solid #bbb;
	background: url(images/buttonBk.gif) repeat-x;
}



#footer-wrapper {
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	height: 32px;
	width: 100%;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
        line-height:32px;
	clear: both;
        background-color:none;
}


#subfooter {
	font-size: 10px;
	color: #605244;
	clear: both;
	width: 779px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}


#subfooter a {
	color: #605244;
	text-decoration: none;
}


#subfooter a:hover {
	text-decoration: underline;
}


div#recaptcha_widget_div {
	float: right;
}

/* Wordpress required */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

h3.subpages {
	padding: 1em 0 0.5em 0;
	margin: 0;
}

ul.subpages {
	padding: 0 0 0 1em;
	margin: 0 0 0 1em;
	list-style: square;
}

/* Formatting */
fieldset {
	border: 1px solid #ccc;
	padding: 0 1em;
	margin: 0;
}

legend {
	color: #999;
	font-size: 1.1em;
	font-weight: bold;
}

hr {
	border: 0;
	color: #cfc887;
	background-color: #cfc887;
}

pre, code {
	width: 100%;
	overflow: auto;
	font-size: 1em;
}

.post table {
	width: 100%;
	border: 1px solid #ccc;
	border-top: 0;
	border-collapse: collapse;
}

.post table th,
.post table td {
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: .3em .5em;
}

.post table th {
	text-align: left;
	border-bottom: 2px solid #ccc;
}

p.loggedinAs {
	margin: 0; 
	padding: 0;
}
p.loggedinAs a {
	color:#605244;
}

a#cancel-comment-reply-link {
	display: block;
	margin-bottom: 1em;
}


