/*
Theme Name: Scratch
Theme URI: http://frameshaped.net/scratch/
Description: Scratch Theme for 2007
Version: 1
Author: Steven Ansell
*/


/* @ Font Face */
@font-face {
	font-family: SharpieScript; src: url('fonts/sharpieScript.otf');
}


#rssburst {
	position:absolute;
	z-index: 600;
	top: 0px;
        right: 0px;
        pixelTop: 0;
        pixelRight: 0;
    }
    
html {height: 100%; position: relative;}
body {
	color: #bbb;
	background: #313131 url('images/rays2.jpg') no-repeat 50% -300px;
	font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    position: relative;
    height: 100%;
}
a:link {
/*
	color: #eee;
*/
     text-decoration: none;
}
a:visited {
/*
	color: #ccc;
*/
        text-decoration: none;
}
a:hover {
/*
	color: #fff;
*/
	text-decoration: underline;}
img a, img a:hover, img a:visited, img {
border: none;
}
#container {
	position: relative;
	width: 800px;
	text-align: center;
	margin: 0 auto;
}
#content {
	position: relative;
    font-size: 12px;
	z-index: 2;
	margin-bottom: -50px;
}
#header {
	position: relative;
	z-index: 500;
	text-align: left;
	height: 36px;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 6px;
	background-color: #212121;
	margin-bottom: 20px;
}
#header div.logo {
	width: 800px;
	margin: 0 auto;
}
#menu { /*margin-bottom: 20px;*/ }

#menu, #sidebar, { padding: 5px; }

div#aboutbutton {
	float: right;
	width: 64px;
	/*height: 68px;*/
	margin: 10px 0px 0 0;
}
div#aboutbutton a {
	width: 30px;
	padding: 4px 8px;
	color: #E9E9E9;
	font-size: 18px;
	background: #333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    border-radius: 2px;
}
div#aboutbutton a:hover {
	background-color: #444;
	text-decoration: none;
}

/*-- post begins--*/
div.post {
    padding: 10px 0;
    margin: 30px auto 20px auto;
    background-color: #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    border-radius: 2px;
    color: #333;
	-webkit-box-shadow: /*0 -1px 0px #e9e9e9, 0 1px 0px #777,*/ 0 1px 15px #111;
	-moz-box-shadow: /*0 -1px 0px #e9e9e9, 0 1px 0px #777,*/ 0 1px 15px #111;
	box-shadow: /*0 -1px 0px #e9e9e9, 0 1px 0px #777,*/ 0 1px 15px #111;
}
.post a:link, .post a {
	color: #222;
	text-decoration: underline;
}
.post a:visited {
	color: #333;
}
.post a:hover {
	color: #ffaa00;
}
div.postcontent {
border-top: 1px solid #bbbbbb;
background-color: /*#e9e9e9*/ #444;
padding: 4px 20px 0 20px;
}
.post h2, .post h2 a, .post h2 a:link, .post h2 a:visited {
	text-decoration: none;
	/*font-family: 'SharpieScript';*/
	font-size: 1.9em;
	letter-spacing: .025em;
	color: #111;
	opacity: 0.9;
	text-shadow: 0px 1px 0px rgba(255,255,255,.4);/**/
	padding-left: 6px;
	padding-right: 6px;
}

.post h2 a:hover {
/*background-color: #ffaa00;
_background-color: ;*/
opacity: 1;
}
small {
	margin-bottom: 0px;
	font-size: 12px;
}


.postmetadata {
	clear: both;
	width: 760px;
	height: 10px;
	margin: 0 0 2px 0;
	padding: 8px 20px 0 20px;
	font-size: 12px;
border-top: 1px solid #aaa;
}
.postmetadata .alignright span a, .related a {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
   	padding: 0 4px;
	background-color: #e9e9e9;
	text-decoration: none;
}
.related {line-height: 18px;}
.related a {background-color: #ddd;}
.related a, .related a:link, .related a:hover, .related a:active, .related a:visited { text-decoration: none;}
.no-image img {display: none;}
.postmetadata .alignright span a:hover, .related a:hover {
	background-color: #ffaa00;
	color: #222;

}
.postmetadata .alignright, .postmetadata .alignleft {
margin: 0;
}
div.related {
	width: 760px;
	margin: 0 -20px;
	padding: 4px 20px 2px 20px;
	min-height: 10px;
	background-color: #bbb;
	border-top: 1px solid #aaa;
	text-align: left;
	font-size: 12px;
}
 div.lightsocial_container {
	width: 760px;
	min-height: 20px;
	margin: 0 -20px;
	padding: 4px 20px;
	background-color: #ccc;
	border-top: 1px solid #bbb;
	font-size: 12px;
	text-align: left;
_display: table;

}
 div.lightsocial_container img {
	display: table;
}
div.lightsocial_container:before
{
	float: left;
    content: "Share This: ";
}
.lightsocial_element {
}
.related h3 {
	display: inline;
	font-size: 12px;
	font-weight: normal;
}
.related br, .navigation br { display:none;}
.related p {display: inline;}
/*-- post ends--*/


/*-- navigation begins--*/
.alignright {
	float: right;
}

.alignleft {
	float: left;
}
div.navigation {
	position: relative;
	display: inline-block;
	z-index: 1;
	top: -160px;
	width: 794px;
	float: left;	
}
.navigation {
	font-size: 48px;
	padding: 0 4px;
	text-shadow: 0px 1px 0px rgba(255,255,255,.4);/**/
}
.navigation a, .navigation a:hover, .navigation a:active {
	text-decoration: none;
	color: #999;
}

.navigation .alignright {
	text-align: right;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: none;
	outline: none;
	background: #DDD;
	margin-right: -40px;
	padding: 0px;
	min-height: 60px;
	/*min-width: 50px;*/
	color: #666;
}
.navigation .alignleft {
	text-align: left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: none;
	outline: none;
	background: #DDD;
	padding: 0px;
	margin-left: -40px;
	min-height: 60px;
	/*min-width: 50px;*/
	color: #666;
}

.navigation the_content {
	background-color: #e9e9e9;
}
.navigation .alignright:hover, .navigation .alignleft:hover {
	background-color: #ffaa00;
	color: #000;
}
.navigation a {display: inline-block; min-width: 40px; padding: 0 4px;}
.navigation .alignright:hover a, .navigation .alignleft:hover a, .navigation .alignright a:hover, .navigation .alignleft a:hover { color: #222;}

.navigation .alignright:active, .navigation .alignleft:active {
	background-color: #ff8800;
}
/*
.navigation .alignright:hover, .navigation .alignleft:hover {
	-webkit-box-shadow: 0 0 10px #c4ac8d;
	-moz-box-shadow: 0 0 10px #c4ac8d;
	box-shadow: 0 0 10px #c4ac8d;
}
.navigation .alignright:active, .navigation .alignleft:active {
	-webkit-box-shadow: 0 0 15px #e0cb9c;
	-moz-box-shadow: 0 0 15px #e0cb9c;
	box-shadow: 0 0 15px #e0cb9c;
}
*/

h2, h1 {
	font-family: font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ccc;
	margin-top: 4px;
}

/*-- navigation ends--*/
/*#com_container {
	width: 500px;
	margin: 0;
}*/

#commentbox {
	clear: both;
	text-align: left;
	background-color: #262626;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
  	font-size: 10px
  	width: 740px;
  	padding: 1px 20px 30px 20px;
  	margin: 0px 0 5px 0;
/*
	-webkit-box-shadow: 0 2px 10px #111;
	-moz-box-shadow: 0 2px 10px #111;
	box-shadow: 0 2px 10px #111; 
*/
}
div#commentbox {
}
#commentbox h3 {
	font-family: font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#commentbox a {
	color: #999;
	text-decoration: underline;
}
#commentbox a:hover {
	color: #eee;
}
/*-- comments--*/
.commentlist li, #commentform input, #commentform textarea {
	font: 'Lucida Grande', Verdana, Arial, Sans-Serif;  color: ffffff;
	}
#commentform textarea {
	width: 750px;
	background: #6a6a6a;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:5px;
	border: none;
	outline: none;
	margin: 5px 0;
	resize: vertical;
}
#commentform p input#submit {
	float: right;
	min-width: 100px;
	height: 30px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: none;
	outline: none;
	background-color: #999;
	margin: 0 0 20px 0;
}
#commentform p input#submit:hover {
	background-color: #ffaa00;
}
#commentform p input#submit:active {
	background-color: #ff8800;
}

.commentlist li {
}
.comment, .alt {
	width: 100%;
    color: #ccc;
    left: -30px;
    padding: 10px 10px 10px;
    margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: -20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.comment {
    background-color: #333333;
}
.alt {
    background-color: #555555;
        }
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}
.authorstyle { background-color: #B3FFCC !important; }
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 10px;
}
#commentform p input{
	background: #6a6a6a;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:5px;
	border: none;
	margin: 5px 5px 5px 0;
}

.commentmetadata {
	font-weight: normal;
	color: #CCC;
	font-size: .75em;
}
/*-- anti-spam box begins --
#cas_image {
 	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
 	border-radius: 3px;
}
-- anti-spam box ends --*/

/*-- comments ends--*/


/*-- Footer begins --*/

#footer {
	clear: both;
	padding: 0;
	margin: 0 -30px 0 0;
	color: #999;
	*width:790px;
}
#footer ul {
	list-style-type: none;
	padding: 8px 0 0 4px;
	margin: 2px 12px;
}
#footer li, #footer ul li ul{
	padding: 8px 0 0 0;
	margin: 2px 0;
}
#footer ul.wuffie li {
	margin: 0px;
	padding: 0px;
}
#footer p {
	margin: 0px;
}
#footer li{
	margin:0px;
	padding: 2px 0px;
}
#footer div {
	padding:0px;
	margin-top: 0px;
	margin-bottom: 20px;

}
div#cola ul li h2 {
}
#footer h2 {
	font-size:200%;
	margin: 2px 0;
	color: 
}
#footer li a {
	border:none;
}
#footer li li li {
	list-style:circle inside;
	border:none;
	margin-left:0px;
}
#footer div.credits {
    background-color: #262626;
	-moz-border-radius: 6px;
	-border-radius: 3px;
	-webkit-border-radius: 6px;
    width: 700px;
	text-align: left;
	clear: both;
	margin: 0px;
*margin: 0 0 0 -20px;
	padding: 5px 10px 10px 10px;
}

#footer a:link {
	color: #bbbbbb;
    text-decoration: none;
}
#footer a:visited {
	color: #aaaaaa;
    text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;}
#footer h1.browsetag {
	text-align: center;
	font-size: 36px;
	color: #fff;
	font-weight: normal;
	margin-top: 10px;
	border-top: solid 1px #777;
	border-bottom: solid 1px #777;
}	
/*-Footer columns--*/
#footer div#cola {
    font-size:12px;
    height: 460px;
	width: 233px;
    float:left;
    background-color: #262626;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    text-align: left;
    margin: 15px 10px 10px 0;
    padding: 0;
/*	-webkit-box-shadow: 0 2px 10px #111;
	-moz-box-shadow: 0 2px 10px #111;
	box-shadow: 0 2px 10px #111;
*/ 
}
/*- End Footer columns--*/

/*--Site admin stuff begins--*/
#metas ul, #metas li {list-style: none;}
div#metas {float: right;opacity: 0.1;}
div#metas:hover {;opacity: 1;}

#metas {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 60px;
    background-color: #262626;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius:  10px;
	padding:5px;
	font-size: 10px;
	line-height: 12px;
	background-position: right top;;
}

#metas a:link {
	position: relative;
	display: block;
	color: #666;
	text-decoration: none;
    font-weight: normal;
    width: 100%;
}
#metas a:visited {
	color: #777;
	text-decoration: none;
    font-weight: normal;
}

#metas a:hover {
	text-decoration: none;
    font-weight: normal;
}
/*-- Footer ends --*/

/****************************************************************
 CSS need to display modal windows
****************************************************************/
.slidebox {
    position: absolute;
    height: 100%;
    width: 100%;
    top: -800px;
    -o-transition: top 1s linear;
    -webkit-transition: top 1s linear;
    -moz-transition: top 1s linear;
}
 
.slidebox-bg {
    position: absolute;
    z-index: 402;
    margin: -40px 0 0 0;
}
.slidebox-bg a, slidebox-bg a:hover {
	text-decoration: none;
}
 
.slidebox-content {
    background-color: #333;
	-moz-border-radius-bottom-left: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius:  10px;
	-moz-border-radius-bottom-right: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius:  10px;
	-webkit-box-shadow: 0 1px 15px #111;
	-moz-box-shadow: 0 1px 15px #111;
	box-shadow: 0 1px 15px #111;
    width: 720px;
    margin: -20px auto 0 -370px;
    padding: 20px 10px 10px 10px;
    overflow: hidden;
    position: absolute;
    top: 72px;
    left: 50%;
    z-index: 403;
}
 
.slidebox-content div {}
 
/* Open Window */
.slidebox:target { top: 0px; }
 
.slidebox:target .slidebox-bg {

}
 
.slidebox:target .slidebox-content {

    -o-transition: top 1s linear;
    -webkit-transition: top 1s linear;
    -moz-transition: top 1s linear
}
.slidebox-content p {

}
.slidebox-content a {
}
.slidebox-content a:hover {
    color: #CC0000;
}
.slidebox:target .slidebox-content div {
	position: relative;
	top: 0px;
    -o-transition: top 1s linear;
    -webkit-transition: top 1s linear;
    -moz-transition: top 1s linear
}
 
/* Close Window */

#footer div.closebutton {

}
#footer div.closebutton a {
	width: 702px;
	height: 20px;
	text-align: right;
	padding: 20px 8px 5px 8px;
	background: #222;
	color: #E9E9E9;
	font-size: 14px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
    border-radius: 6px;
	text-decoration: none;
}
#footer div.closebutton a:hover {
	background: #2c2c2c;
	text-decoration: none;
}



/*#close #container { top: 0px;}*/
#close:target .slidebox {
}
 
#close:target .slidebox-bg {
	/*position: absolute;
	top: 0px;
    -o-transition: top 1s linear;
    -webkit-transition: top 1s linear;
    -moz-transition: top 1s linear*/
}
 
#close:target .slidebox-content {
	position: absolute;
	top: 0px;
    -o-transition: top 1s linear;
    -webkit-transition: top 1s linear;
    -moz-transition: top 1s linear
}
 
#close:target .slidebox-content div {
    position: absolute;
    top: 0px;
    -o-transition: top 1s linear;
    -webkit-transition: top 1s linear;
    -moz-transition: top 1s linear;
}

#window1 {
	margin-top: -40;
}
/*END slidebox STYLES*/



/*#ie_warning {
	background-color: #ffff33;
	color: #000;
	font-size: 20px;
	width: 460px;
	position: absolute;
	border: #111 solid 4px;
	padding: 10px 20px;
	z-index: 100;
	margin-right: -250px;
	top: 120px;
	right: 50%;
}
#ie_warning a {
	text-decoration: underline;
	color: #006600;
}
#ie_warning h1 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	font-size: 80px;
	margin-top: 0;
	margin-bottom: 8px;
	color: #000;
}
#ie_warning h2 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 4px;
	color: #000;
}*/
