/*  
Theme Name: ISmokeTooMuch
Theme URI: http://www.ismoketoomuch.com
Description: Ismoketoomuch.com theme by Zim.
Version: 1.0
Author: Zim
Author URI: http://www.ismoketoomuch.com/
Tags: not yours, mine
*/

/* Reset */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Main */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background: url('images/lines.gif');
}

a, a:visited {
	color: #090;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

#page {
	width: 960px;
	margin: 0 auto;
	border: solid 5px #000;
	background: #9c9;
}

#header {
	height: 100px;
	width: 100%;
	background: url('images/istm-head-bg.png') repeat-x #9c9;
}

#logo {
	width: 54px;
	height: 90px;
	margin: 10px 10px 0 20px;
	float: left;
	background: url('images/logo.png');
}

#logohome img {
	padding: 15px 0 0 5px;
}

#nmenu {
	list-style: none;
}

#nmenu .nm, #nmenu .nms {
	float: left;
}

#nmenu .nm a {
	display: block;
	padding: 5px 10px;
	font-family: Courier New, Courier, monospace;
	font-weight: bold;
	color: #000;
}

#nmenu .nm a:hover {
	text-decoration: none;
	color: #363;
}

.nms {
	margin: 0 30px 0 10px;
	float: right;
	color: #fff;
}

#s {
	border: solid 1px #000;
	font-size: 12px;
	height: 14px;
	padding: 3px;
	width: 150px;
}

#searchsubmit {
	padding: 0px 3px;
}

#content {
	float: left;
}

.post {
	margin: 5px 20px 10px 20px;
	width: 660px;
	line-height: 14px;
}

.entry {
	background: #fff;
	border-right: solid 1px #000;
	border-bottom: solid 3px #000;
	border-left: solid 3px #000;
	padding: 10px;
}

.post .etitle {
	display: block;
	background: #fff;
	border-right: solid 1px #000;
	border-left: solid 3px #000;
	border-top: solid 1px #000;
	font-size: 16px;
	padding: 10px 0 5px 10px;
}

.post .etitle h2 a:hover {
	text-decoration: none;
}

.post small, .post small a {
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

.post p {
	margin: 10px 0;
}

p.addtoany_share_save_container {
	display: block;
	text-align: right;
	margin: 0;
}

/*comments */
#comments {
	margin: 20px;
}

.commentlist li {
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 3px #000;
	border-left: solid 3px #000;
	background: #dfefdf;
	display: block;
	padding: 10px;
	margin: 20px 20px 0 20px;
}

.commentlist li .avatar {
	padding: 0 10px 10px 0;
	float: left;
}

.commenttext p {
	margin: 10px 0;	
}


#commentform, #respond {
	margin: 20px;
}
#commentform input {
	border: solid 1px #000;
	margin: 1px;
}
#comment {
	width: 600px;
	border: solid 1px #000;
}


#submit {
	margin: 10px 0 0 0;
	border: solid 1px #000;
	color: #000;
	background: #6c6;
}


.navigation {
	text-align: center;
}

.wp-pagenavi {
	background: #fff;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	border-left: solid 3px #000;
	border-bottom: solid 3px #000;
	padding: 10px;
	text-align: center;
	margin: 5px 20px 10px 20px;
}

.theband {
	text-align: center;
}



/* sidebar */
#sidebar {
	float: left;
}

.box {
	background: #fff;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	border-left: solid 3px #000;
	border-bottom: solid 3px #000;
	padding: 10px;
	margin: 5px 10px 10px 0;
	float: left;
	clear: left;
	width: 210px;
	line-height: 14px;
}

.box h4 {
	margin: 0 0 5px 0;
}

#adbox {
	text-align: center;
	margin: 20px;
	background: #fff;
}

#footer {
	padding: 10px;
	color: #000;
	text-align: center;
}

#footer a, #footer a:hover {
	color: #000;
	text-decoration: none;
}

/* Development Projects */

.proj {
	border: solid 1px #ccc;
	padding: 5px;
	margin: 10px 0;
	background: #ddd;
}

.projdesc {
	font-style: italic; 
}

.projinst li {
	list-style: inside square;
	
}

.proj .projlink a {
        line-height: 30px;
	padding-left: 130px;
        color: #333;
        display: block;
	background: url('images/projdl.png') top left no-repeat;
	font-weight: bold;
	margin: 2px;
	font-size: 14px;
}
/* Misc */
.clear {
	clear: both;
}
.center {
	text-align: center;
}
