/*
STYLESHEET "Live" FOR squarehappy (http://squarehappy.com/)

Here you are. You obviously came to this stylesheet for a reason, so let me make it easier for you. This stylesheet is divided by headers that you can use your editor's Find function to jump directly to. These headers are:

STYLING, GENERIC CLASSES, STRUCTURE, SPECIFIC PAGES

This stylesheet was created by Michael Huch. Feel free to use any of the CSS techniques within.

*/


/* STYLING
-------------------------------------------------------------------- */

a {
	color: #EC732A;
	font-weight: bold;
}
a:visited {
	color: #B45820;
}

blockquote {
	margin: 12px;
	padding: 18px 24px 18px 36px;
	border: 1px solid #EC732A;
	background: #B45820 url(commentbar_bg.jpg) repeat-y;
	font-style: italic;
}

form .login, form .large_form {
	border: 1px solid #EC732A;
	background: #212121;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", serif;
	color: #F4F4EB;
	margin-bottom: 3px;
	padding: 2px;
	width: 179px;
}
form .large_form {
	background: #F4F4EB;
	color: #212121;
}
form textarea.large_form {
	width: 360px;
}
form input.submit {
	font-family: Georgia, "Times New Roman", serif;
	color: #fff;
	background: #EC732A;
	font-size: 90%;
	border-left: #F0B289 solid 1px;
	border-top: #F0B289 solid 1px;
	border-right: #B45820 solid 2px;
	border-bottom: #B45820 solid 2px;
}

h1, h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Arial Black", Impact, serif;
}
h1 a, h3 a {
	font-weight: normal;
}

h1 {
	background: url(h1_bg2.gif) no-repeat bottom left;
	text-decoration: none;
	font-size: 175%;
	margin: 0 48px 0 21px;
	padding: 0 0 0 24px;
	font-weight: normal;
}
* html h1 {
	padding-left: 22px;
}
h1 a {
	display: block;
	text-decoration: none;
}
h1 a, h1 a:visited {
	color: #212121;
}

h3 {
	margin: 6px 0 6px -12px;
	font-size: 140%;
	color: #EC732A;
}

img {
	background: url(../../images/loading.gif) no-repeat 50% 50%;
}

img.border {
	padding: 3px;
	border: 1px solid #EC732A;
}

p { margin-top: 0; }
.main_text p { margin-top: 1em; }
.main_text ul li p, .article_listing p { margin-top: 0; }

p.post_info {
	margin: 0 48px 12px 48px;
	text-transform: uppercase;
	font-size: 80%;
	color: #EC732A;
	font-weight: bold;
}

ul, ol, dl {				/* lists */
	border: 0;
	padding: 0;
	margin: 0;
	white-space: normal;
}
dl dt {
	margin-top: 12px;	
}
dl dd {
	margin: 0;
}
#sidebar dl dt {
	margin-top: 6px;
	font-size: 90%;
	text-transform: uppercase;
	font-weight: bold;
}
ul {
	list-style-image: url(ul_bullet.gif);
}
* html ul {
	list-style-image: url(ul_bullet_ie.gif);
}
li {
	margin: 0 0 6px 0;
	color: #F4F4EB;
}


/* GENERIC CLASSES
-------------------------------------------------------------------- */

.add_info {
	color: #EC732A;
	font-size: 90%;
	margin-bottom: 2px;
}
span.accesskey {
	text-decoration: underline;	
}

div.main_text {
	margin: 0 48px 48px 48px;
	font-size: 95%;
}

.clear {
	clear: both;
}
.right {
	display: block;
	float: right;
	margin: 0 0 12px 12px;
}
.left {
	display: block;
	float: left;
	margin: 0 12px 12px 0;
}

div.char {				/* same in every stylesheet, maybe inline it somewhere */
	float: left;
	height: 16px;
	width: 10px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(http://sh.illusioned.net/v2/images/emailchars.gif) no-repeat;
}


/* STRUCTURE
-------------------------------------------------------------------- */

a#skiplink {
	display: none;
}

body, #header, #header h2, #subheader h4 {
	margin: 0;
	padding: 0;
}

body {
	background: #212121 url(background.gif) repeat-y;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 100%;
	color: #F4F4EB;
}

#header {
	position: absolute;
	top: 0; left: 0;
	z-index: 100;
	width: 213px; height: 221px;
	overflow: hidden;
	background: url(header.gif) no-repeat;
}
#header h2, #subheader h4 {
	overflow: hidden;
}
#header h2 a {
	display: block;
	height: 221px;
	width: 213px;
	text-indent: -5000px;
}

#subheader {
	background: #F4F4EB;
	margin: 0 0 0 200px;
	height: 11px;
	overflow: hidden;
}

#menubar {
	background: #EC732A;
	margin: 0 0 0 200px;
	padding: 0;
	text-transform: lowercase;
	font-weight: bold;
	text-align: right;
	height: 1.7em;
	position: relative;
}
#menubar ul {
	width: 100%;
	border: 0;
	list-style-type: none;
	margin: 0.2em 0;
	padding-right: 48px;
	position: absolute;
	right: 0; bottom: 0;
}
#menubar ul li {
	display: inline;
	padding-left: 5%;
	margin: 0;
}
#menubar ul li a {
	color: #fff;
	text-decoration: none;
}

#sidebar {
	margin: 171px 0 36px 0;
	padding-left: 9px;
	float: left;
	width: 200px;
	color: #212121; 
}

* html #sidebar {
	margin-top: 188px;
}

#sidebar a#ulink_link {
	display: block;
	height: 19px;
	width: 68px;
	background: url(../../images/ulink.gif) no-repeat;
	text-indent: -9999px;
	margin: 0 0 4px 0;
}
#sidebar_ulink {
	margin-top: 24px;	
}

#sidebar h3#sidebar_search_header {
	display: none;
}
div#sidebar_search {
	margin: 0 0 16px 0;	
}
div#sidebar_search input.login {
	width: 174px;
}

#sidebar h3 {
	clear: left;
	display: block;
	padding-top: 18px;
	width: 191px; height: 0px !important;
	height /**/: 18px;
	overflow: hidden;
	background: url(aboutarticle_header.gif) no-repeat;
	margin: 0 0 3px 0;
}
h3#sidebar_style_header a {
	background: url(style_header.gif);
	margin: 0 0 3px 12px;
}
h3#sidebar_aboutsh_header {
	background: url(aboutsh_header.gif);
}
h3#sidebar_aboutmike_header {
	background: url(aboutmike_header.gif);
}
h3#sidebar_contactform_header {
	background: url(contactform_header.gif);
}
h3#sidebar_categories_header {
	background: url(categories_header.gif);
}
h3#sidebar_newcomments_header {
	background: url(newcomments_header.gif);
}

#sidebar div {
	padding-right: 9px;
	font-size: 75%;
	margin-bottom: 18px;
}

#sidebar_style dl  {
	overflow: auto;
}
#sidebar_style dt {
	clear: left;
	float: left;
	margin: 0 0 3px 0;
}
#sidebar_style dd a {
	display: block;
	float: left;
	margin: 15px 0 0 6px;
}

div#sidebar_contactform h6 {
	margin: 6px 0 3px 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 90%;
	color: #212121;
}

h3#sidebar_categories_header {
	margin-top: 18px;	
}
div#sidebar_categories ul, div#sidebar_newcomments ul {
	margin: 0 0 0 12px;
}
* html #sidebar_categories ul, * html #sidebar_newcomments ul {
	margin-left: 16px;
}

div#sidebar_categories ul li, div#sidebar_newcomments ul li {
	margin: 0 0 3px 0;
}
div#sidebar_categories ul li a, div#sidebar_newcomments ul li a {
	color: #212121;
	text-decoration: none;
	font-weight: normal;

}
div#sidebar_categories ul li a:hover, div#sidebar_newcomments ul li a:hover {
	text-decoration: underline;
}

#main {
	margin: 24px 0 0 200px;
	text-align: justify;
}

#toplink {
	clear: left;
	float: left;
	width: 200px;
	height: 55px;
}
#toplink a {
	display: block;
	width: 192px;
	height: 31px;
	margin: 0 auto;
	background: url(stereo.gif) no-repeat;
	text-indent: -9999px	
}

#footer {
	float: left;
	margin: 24px 48px;
	position: relative;
	top: -31px;
}
#footer_css_info {
	margin-bottom: 3px;
}


/* SPECIFIC PAGES
-------------------------------------------------------------------- */

div#sh_logo {						/* about */
	float: right;
	margin: 0 0 12px 12px;
	padding-top: 200px;
	width: 200px; height: 0px !important;
	height /**/: 200px;
	overflow: hidden;
	background: url(squarehappy_logo.gif) no-repeat;
}

#welcome {						/* main */
	margin: -24px 48px 48px 48px;
	padding: 24px 48px;
	background: #B45820;
	font-size: 95%;
	border: 1px solid #EC732A;
	border-top: none;
}
#welcome a {
	color: #fff;
}
#welcome a:visited {
	color: #F4F4EB;
	text-decoration: underline;
}

body.categories div.article_listing {				/* categories */
	margin-bottom: 18px;
}
body.categories div#main ul {
	list-style: none;
}

.folio_item {						/* folio */
	margin: 0 48px 48px 48px;
	background: url(bars_bg.gif) repeat-y;
	padding: 0 0 18px 24px;
	border-bottom: 3px solid #F4F4EB;
}
.folio_item h1 {
	/* position: relative; left: -45px; */
	margin: 0 0 18px -24px;
}
.folio_item img {
	float: left;
	border: 3px solid #EC732A;
	border-left: none;
	padding: 0;
}
.folio_item p, .folio_item > a {
	margin: -3px 18px 0 118px; 
}
.folio_item p {
	margin-bottom: 1em;
}

#comments_bar h2 {						/* comments */
	margin: 12px 0 12px 3px;
	padding-left: 33px;
	background: #B45820 url(commentbar_bg.jpg) no-repeat;
	border-top: 1px solid #EC732A;
	border-bottom: 1px solid #EC732A;
}
#comments_bar h2 a {
	color: #F4F4EB;	
	text-transform: uppercase;
	font-family: "Arial Black", Impact, serif;
	letter-spacing: 1px;
	font-weight: normal;
	text-decoration: none;
}

a#post_a_comment {
	display: block;
	margin-bottom: 12px;
}
#comments {
	margin: 0 48px 48px 48px;
}
div.comment {
	margin-bottom: 24px;
}
a.comment_number {
	margin-left: -12px;
	float: left;
	font-family: Impact, serif;
	text-decoration: none;
}
div.comment_info {
	font-size: 80%;
}

#comment_form fieldset {
	border: 0;	
}
#comment_form label {
	display: block;
}
#comment_form h6 {
	margin: 6px 0 3px 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 90%;
	color: #EC732A;
}
label.remember_me {
	margin: 9px 0;
}

.style_item {						/* style */
	clear: right;
}
.style_item a img {
	float: right;
}
.style_item p {
	margin-right: 120px;
}