/*  
Theme Name: Torchlight 2009
Theme URI: http://dshendler.com/test/wp-content/themes/Torchlight2009/
Description: Custom template for Torchlight Technologies.
Version: 0.1
Author: Big Cloud Media
Author URI: http://bigcloudmedia.com/
*/


.bodybox
{
width:1024px;
margin-left: auto;
margin-right: auto;
background:white;
border:2px solid #cccccc;
}

body {
font: 12px Tahoma, Verdana, sans-serif;
color: #A0A0A0;
background: gray;
margin-top: 0px;
text-align:center;
color:black;
}


/* global */
* {
margin: 0;
padding: 0;
}
img {
border: 0;
}
h1, h2, h3 {
font-family: Tahoma, Verdana, sans-serif;
font-weight: normal;
}
h2 {
font-size: 1.5em;
color: #B43B42;
}
h3 {
font-size: 1.4em;
}
blockquote {
background: #fff;
margin: 20px 0;
padding: 0 20px 0 50px;
}
code {
font: 1em 'Courier New', Courier, Monospace;
}
.clear {
clear: both;
}
.widthfix {
/*width: 880px;*/
width:1024px;
/*margin: 0 auto;*/
margin:0px auto;
padding:0px auto;
text-align:left;
}

/* header */
#header {
margin: 0 auto;
width: 100%;
height: 200px;
/*height: 150px;*/
background: url(images/bars.gif) top center no-repeat;
padding:0px;
text-align:left;
}

.logo {
border: none;
margin-bottom:0px;
padding:0px auto;
margin-left:40px;
}


/* nav menu */
ul.menu {
margin-bottom: 10px; 
list-style-type: none;
margin-right: 0px;
margin-left:0px;
/*width: 840px;*/
width:1004px;
background: #eee url(images/formfield_bg.png) repeat-x;
height:30px;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
margin-top:5px;
padding-left:20px;

.menubox
{
	width:100%;
margin:0px;
padding:0px;
}

}
ul.menu li {
float:left;
width:relative;
}
ul.menu li a {
float: left;
display: block;
padding: 6px 15px 2px 15px;
text-align: center;
color: #000;
text-decoration: none;
font-size:10.5pt;
height:22px;
}
ul.menu li a:hover {

background: url(images/buttonback.jpg) repeat-x;
/*color: #B41921;*/
Color:white;

}
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
color: black;
text-decoration: none;
font-weight:bold;
}
	
/* content */
#content {
width: 975px;
text-align:center;
margin:20px auto;
}
#content h2 a {
text-decoration: none;
}


/* links */
a {
color: #B43B42;
text-decoration: none;
}
a:hover {
color: #213571;
}

/*search*/

.button
{
height:24px; padding:2px; float:right;
}
.searchbox_1{
float:right;
margin-top:0px;
}

#searchform {
margin-top: 0px;
float:right; 
}
#searchform input {
font: 1.1em Arial, Tahoma, Verdana, sans-serif;
background: #eee url(images/formfield_bg.png) repeat-x;
margin-top: 5px;
padding: 3px;
border: 1px solid #ccc;
}
#s {
font: 1.1em 'Lucida Grande', Tahoma, Verdana, sans-serif;
background: #eee url(images/formfield_bg.png) repeat-x;
width: 150px;
padding: 3px;
border: 1px solid #ccc;
vertical-align: middle;
}

/* box */
#article {
float: left;
width: 70%;
text-align:left;
margin-left:30px;
}
#sidebar {
float: left;
width: 15%;
text-align:left;
margin-left:40px;
padding-top:20px;
}

/* entry */
.entry {
background: #fff;
margin: 10px 10px 10px 5px;
padding: 10px 10px 20px 10px;
color:black;
}
.entry p {
color: black;
line-height: 170%;
margin: 7px 0;
}
.entry ul {
margin: 0 0 0 30px;
}
.entry ul li {
margin: 7px 0;
}
.entrytitle h2, .entrytitle h3 {
display: inline;
}
.date {
font-size: 1em;
color: #a8adad;
}

/* sidebar */
#sidebar ul {
margin-top: 10px;
margin-left:20px;
}
#sidebar li {
list-style-type: none;
margin: 3px 5px;
padding: 0 0 0 15px;
background: url(images/li.png) 0 7px no-repeat;
}
#sidebar li:hover {
background: url(images/li_on.png) 0 7px no-repeat;
}
#sidebar li a {
}
#sidebar li a:hover {
}
.aside {
background: #fff;
margin-top:8px;
padding:2px;
/*margin: 10px 0 30px 0;
padding: 10px 10px 0 15px;*/
width:170px;

}
.aside h2 {
font-size: 1.25em;
margin-bottom: 2px;
}
.aside p {
color: black;
line-height: 120%;
}

/* footer */
#bottom {
background: url(images/bars_bottom.gif) bottom center;
color: #fff;
width: 100%;
height:70px;
}
#tag {
background: #000;
color: #fff;
margin: 0 auto;
padding: 5px 200px 5px 0;
width: 600px;
}
#footer {
padding-top: 10px;
width: 100%;
height:40px;
margin-left:auto;
margin-right:auto;
color:white;

}



/*Images*/
img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright{
padding: 4px;
margin: 0 0 0 7px;
display: inline;
}
img.alignleft{
padding: 4px;
margin: 0 7px 0 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}

/*comments*/
#comments {
margin-left: 10px;
}
.commentlist li, #commentform input, #commentform textarea {
font: 1em 'Lucida Grande', Tahoma, Verdana, sans-serif;
}
#commentform input, #commentform textarea {
background: #eee url(images/formfield_bg.png) repeat-x;
border: 1px solid #ccc;
padding: 3px;
}
#commentform textarea {
width: 480px;
}
.commentlist cite, .commentlist cite a {
font-style: normal;
font-size: 1.1em;
}
.commentlist p {
font-weight: normal;
line-height: 1.6em;
text-transform: none;
}
#commentform p {
font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
}
.alt {
padding: 10px;
}
.commentlist {
width: 490px;
text-align: justify;
}
.commentlist li {
background: #ececec;
margin: 15px 0;
padding: 10px;
border: 1px solid #cdd1d1;
list-style: none;
}
.commentlist p {
margin: 10px 5px 10px 0;
}
#commentform p {
margin: 10px 0;
}
.nocomments {
text-align: center;
}
.commentmetadata {
border-bottom: 1px dotted #cdd1d1;
padding-bottom: 5px;
display: block;
}
#respond {
margin-top: 20px;
}
.commentcount {
font-family: Georgia,sans-serif;
font-size: 1.8em;
font-weight: bold;
color: #cdd1d1;
float: right;
}

/*misc*/
.adsense {
}
.related {
margin: 0 0 20px 10px;
}
.none {
display: none;
}