/* ------------------------------------------------------------ 
	 RESETTERER
------------------------------------------------------------ */

* {
	font-size: 100.01%;
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%;
}

/* ------------------------------------------------------------ 
	 BASE (HOW LOW CAN YOU GO?)
------------------------------------------------------------ */

a, a:link, a:visited, a:active {text-decoration: none;}

a:hover {text-decoration: none;}

blockquote {
	font-style: italic;
	background-image: url(gr/double-quotes.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #666666;
	padding-left: 4em;
	padding-top: 0.3em;
	text-align: justify;
	padding-right: 4em;
	clear: both;
	margin-bottom: 1em;
}

.content_window blockquote {
	font-style: italic;
	background-image: url(gr/double-quotes.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #666666;
	text-align: justify;
	padding-right: 4em;
	clear: both;
	margin-bottom: 1em;
	margin-left: 4em;
	padding-top: 0.3em;
}

body {
	background-color: #fff;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
	line-height: 1.75em;
	margin-top: 1em;
	background-image: url(gr/bg/rotate.php);
	background-repeat: no-repeat;
	background-position: 0em 7.5em;
}

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.75em;
	font-weight: bold;
	letter-spacing: .1em;
	margin-bottom: .5em;
}

h2 {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.5em;
	padding-right: 1.5em;
}

.panel h2 {
	cursor: pointer;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: lowercase;
	text-align: right;
	margin-bottom: .5em;
}

h4 {font-size: 1.25em; font-weight: bold; line-height: 1.5em;}

h5 {
	font-size: 1.75em;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 2em;
}

hr {
	border: none;
	height: 1px;
	margin-top: .5em;
	margin-right: 0em;
	margin-bottom: .5em;
	margin-left: 0em;
	background-color: #999999;
	width: 90%;
}

.div_hr1, .div_hrodd {
	background-image: url(gr/hr_001.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 9px;
	margin-top: 1em;
	margin-bottom: 0.5em;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.div_hr2, .div_hreven {
	background-image: url(gr/hr_002.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 9px;
	margin-top: 1em;
	margin-bottom: 0.5em;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}


p {
	margin-bottom: 1em;
}

ol.sidebar_list, ul.sidebar_list {
	list-style-type: none;
	padding-right: 2em;
	line-height: 1.25em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-left: 0em;
}

ul.menu_list {
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 1em;
	line-height: 1.6em;
	list-style-type: none;
	list-style-image: url(gr/bullet.gif);
	margin-left: 1.5em;
}

ol.menu_list {
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 1em;
	line-height: 1.6em;
	margin-left: 1.5em;
} 

/* ------------------------------------------------------------ 
	 COLORS, COLORS, C...COLORS, COLORS
------------------------------------------------------------ */

a,
a:link,
a:visited,
a:active,
#title span,
#footer a,
#footer a:link,
#footer a:visited,
#footer a:active {color: #666666;}

body,
a:hover,
#footer,
#footer a:hover {color: #000000;}



/* ------------------------------------------------------------ 
	 PAGE CONSTRUCTORS
------------------------------------------------------------ */

#container {
	width: 60em;
}

#sidebar {
	float: left;
	width: 19em;
	background-image: url(gr/vr_001.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 0.25em;
	text-align: right;
}

#main_content {
	width: 40em;
	padding-left: 1em;
	margin-left: 20em;
}

/* ------------------------------------------------------------ 
	 MAIN PAGE ELEMENTS
------------------------------------------------------------ */

#header {
	background-image: url(gr/header-tswl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 382px;
	height: 83px;
	margin-left: 1em;
	text-indent: -1000em;
	display: block;
}

#header a
{
    position: absolute;
    top: 0;
    left: 1em;
	width: 382px;
	height: 83px;
}

.version {
	font-size: .9em;
	position: relative;
	left: 38em;
	top: -4em;
}

#subhead {
	font-style: italic;
	line-height: 1.2em;
	color: #666666;
	font-size: 1.2em;
	position: relative;
	top: -1.5em;
	background-image: url(gr/hr_002.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 1em;
	margin-left: 2em;
	padding-left: 1em;
}

#subhead a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#subhead a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

#special_menu
{
	position: relative;
	top: -1em;
	left: 24.5em;
	width: 35em;
	height: 32px;
}

#special_menu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

#special_menu ul li {
	float: left;
}

#special_menu ul li a
{
	text-decoration: none;
	float: left;
	margin: 0px;
	padding-right: 1.5em;
	text-indent: -1000em;
	height: 33px;
	width: 75px;
}

.special_menu_about {
	background-image: url(gr/menu-about.gif);
	background-position: 1.5em top;
	height: 32px;
	background-repeat: no-repeat;
}

.special_menu_about a:hover {
	background-image: url(gr/hr_001.gif);
	background-position: 0em bottom;
	background-repeat: no-repeat;
}

.special_menu_contact {
	background-image: url(gr/menu-contact.gif);
	background-position: top;
	height: 30px;
	background-repeat: no-repeat;
}

.special_menu_contact a:hover {
	background-image: url(gr/hr_002.gif);
	background-position: 0em bottom;
	background-repeat: no-repeat;
}

.special_menu_search {
	background-image: url(gr/menu-search.gif);
	background-position: top;
	height: 29px;
	background-repeat: no-repeat;
}

.special_menu_search a:hover {
	background-image: url(gr/hr_001.gif);
	background-position: -10em bottom;
	background-repeat: no-repeat;
}

.special_menu_flickr {
	background-image: url(gr/menu-flickr.gif);
	background-position: top;
	height: 23px;
	background-repeat: no-repeat;
}

.special_menu_flickr a:hover {
	background-image: url(gr/hr_001.gif);
	background-position: -15em bottom;
	background-repeat: no-repeat;
}

h2.categories_title {
	background-image: url(gr/sidebar-categories.gif);
	background-repeat: no-repeat;
	background-position: 7.25em top;
	height: 22px;
	padding-bottom: 0.5em;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.5em;
	padding-right: 1.5em;
	text-align: left;
	text-indent: -1000em;
	background-color: transparent;
}

h2.archives_title {
	background-image: url(gr/sidebar-archives.gif);
	background-repeat: no-repeat;
	background-position: 8.5em top;
	height: 27px;
	padding-bottom: 0.5em;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.5em;
	padding-right: 1.5em;
	text-align: left;
	text-indent: -1000em;
	background-color: transparent;
}

h2.support_me_title {
	background-image: url(gr/sidebar-support_me.gif);
	background-repeat: no-repeat;
	background-position: 6.5em top;
	height: 27px;
	padding-bottom: 0.5em;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.5em;
	padding-right: 1.5em;
	text-align: left;
	text-indent: -1000em;
	background-color: transparent;
}

h2.support_them_title {
	background-image: url(gr/sidebar-support_them.gif);
	background-repeat: no-repeat;
	background-position: 4.5em top;
	height: 26px;
	padding-bottom: 0.5em;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.5em;
	padding-right: 1.5em;
	text-align: left;
	text-indent: -1000em;
	background-color: transparent;
}

h2.syndicate_title {
	background-image: url(gr/sidebar-syndicate.gif);
	background-repeat: no-repeat;
	background-position: 8em top;
	height: 26px;
	padding-bottom: 0.5em;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.5em;
	padding-right: 1.5em;
	text-align: left;
	text-indent: -1000em;
	background-color: transparent;
}

.panel img {
	padding: .5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.content_window {
	padding: 1.5em;
	font-size: 1.1em;
}

.content_window ul {
	list-style-image: url(gr/bullet.gif);
	list-style-type: none;
	margin-left: 4em;
	margin-right: 4em;
	margin-bottom: 1em;
}

.content_window ol {
	font-family: "Courier New", Courier, monospace;
	margin-left: 4em;
	margin-right: 4em;
	margin-bottom: 1em;
}

.content_window a, .content_window a:active {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

.content_window a:hover, .content_window a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.modals {
margin: 1.5em;
}

#welcome_message {
margin: 1.5em;
}

img.modals {
	border: 1px solid #CCCCCC;
	padding: 0.5em;
	margin-top: .5em;
	margin-right: 0.5em;
	margin-bottom: .5em;
}

img.modals a {
	border: 1px solid #CCCCCC;
	padding: 0.5em;
	margin-top: .5em;
	margin-right: 0.5em;
	margin-bottom: .5em;
}


img.modals a:hover {
border:1px solid #999999;
}

.modals ul {
	margin-left: 2.5em;
	list-style-image: url(gr/bullet.gif);
	list-style-type: none;
}

#bottom {
	width: 40em;
	position: absolute;
	top: 49em;
	clear: both;
}

*+html #previous_entries { /* IE7 */
	width: 20em;
}

#previous_entries {
	float: left;
	width: 18em !important;
  	width: 18em;
	width/**/:/**/16em;
	background-image: url(gr/vr_002.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 1em;
}

h4.prevent_title {
	background-image: url(gr/bottom-prevent.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	padding-bottom: 0.5em;
	text-indent: -1000em;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.5em;
}

*+html #previous_comments { /* IE7 */
	width: 15em;
}

#previous_comments {
	width: 18em !important;
  	width: 18em;
	width/**/:/**/17em;
	float: left;
	margin: 1em;
}

h4.prevcom_title {
	background-image: url(gr/bottom-prevcom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	padding-bottom: 0.5em;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.5em;
	text-indent: -1000em;
}

.syndicate {
	font-size: .95em;
}

/* ------------------------------------------------------------ 
	 FOOT
------------------------------------------------------------ */

#footer {
	text-align: right;
	background-image: url(gr/hr_001.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0.5em;
	padding-bottom: 2em;
}

html>body #footer { /* Hide from IE */
	position: relative;
	top: 58em;
}

* html #footer { /* Hide from all but IE */
	position: absolute;
	top: 75em;
	width: 40em;
	clear: both;
}

/* ------------------------------------------------------------ 
	 CONTACT FORM
------------------------------------------------------------ */

#cf fieldset { border:0;margin:0;padding:0; }

#cf input.form-text, #cf textarea {
	width:25em;
	font:12px/12px 'courier new',courier,monospace;
	color:#333;
	padding:3px;
	border:1px solid #CCCCCC;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	height: 1.5em;
	cursor:text;
}
#cf textarea {
	height: 10em;
}

#cf input.form-submit {
	font-weight: bold;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
	border: 1px solid #CCCCCC;
	font-family: "Courier New", Courier, monospace;
	background-color: #FFFFFF;
	cursor:pointer;
}

#cf textarea:hover, #cf input:hover { border:1px solid #999999; }

#cf .form-message {
	font-weight: bold;
}

/* ------------------------------------------------------------ 
	 FLICKR
------------------------------------------------------------ */

#flickr_badge_uber_wrapper {
	text-align: center;
}

#flickr_badge_wrapper img {
	padding: .5em;
	margin: .5em;
	border: 1px solid #CCCCCC;
}

/* ------------------------------------------------------------ 
	 ERROR
------------------------------------------------------------ */

#error_container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
}

#error_block {
	background-image: url(gr/error_block.gif);
	background-repeat: no-repeat;
	height: 140px;
	width: 335px;
	padding-top: 3.5em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	margin-right: auto;
	margin-left: auto;
	filter:alpha(opacity=90);-moz-opacity:0.9;
}

#error_block a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#error_block a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#error_block ul {
	margin-top: 0;
	margin-right: 1.5em;
	list-style-type: none;
	list-style-image: url(gr/bullet.gif);
	margin-left: 1.5em;
	margin-bottom: 0em;
