/*
Theme Name: srsly
Description: Original WordPress theme created specifically for use at miachimera.net and its blog in May 2010.
Author: REGINA SVPREMA
Author URI: http://www.miachimera.net/
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #ffffff url(images/body_bg_img.jpg) repeat-x;
	color: #393939;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0 auto;
	text-align: center;
}

#wrap {
	background-color: transparent;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	width: 1000px;
}

#header {
	background-color: transparent;
	height: 570px;
	padding: 0px;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#left {
	background: url(images/left_img.png) no-repeat;
	height: 570px;
	padding: 0px;
	width: 338px;
	float: left;
	margin: 0 auto;
	text-align: center;
}

#right {
	background-color: transparent;
	height: 570px;
	padding: 0px;
	width: 662px;
	float: right;
	margin: 0 auto;
	text-align: center;
}

#title {
	background-color: transparent;
	height: 188px;
	padding: 0px;
	width: 662px;
	float: right;
	margin: 0 auto;
	text-align: center;
}

#quote {
	background-color: transparent;
	color: #aaaaaa;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 11px;
	font-weight: normal;
	height: 220px;
	padding-bottom: 5px;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	width: 642px;
	float: right;
	margin: 0 auto;
	text-align: left;
}

#divideimg {
	background-color: transparent;
	height: 105px;
	padding: 0px;
	width: 662px;
	float: right;
	margin: 0 auto;
	text-align: center;
}

#navmenu {
	background-color: transparent;
	height: 50px;
	padding: 0px;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#sidebar {
	background-color: transparent;
	color: #393939;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 50px;
	padding: 1px;
	text-align: left;
	width: 225px;
}

#content {
	background-color: transparent;
	color: #393939;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	padding: 2px;
	text-align: left;
	width: 675px;
}

#footer {
	background-color: transparent;
	color: #7f7f7f;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 16px;
	margin: 0 auto;
	padding-bottom: 25px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 25px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

#footer a:link, #footer a:visited {
	border-bottom: 1px dotted #7f7f7f;
	color: #3c3c3c;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	border-bottom: 1px dotted #7f7f7f;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}


/* Navigation Menu... */


#navmenu .ulnav {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#navmenu .ulnav li {
	display: inline;
	list-style-type: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
}

#navmenu .nav {
	color: #8e8e8e;
	font-family: "Times New Roman", serif;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 26px;
	text-decoration: none;
}

#navmenu .nav a:link, #navmenu .nav a:visited {
	color: #292929;
	font-family: "Times New Roman", serif;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 26px;
	text-decoration: none;
}

#navmenu .nav a:hover, #navmenu .nav a:active {
	color: #292929;
	font-family: "Times New Roman", serif;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 26px;
	text-decoration: underline;
}

/* Default stuff... */


.clear {
	clear: both;
}

img {
	border: 0px;
}

.center {
	text-align: center;
}

.wp-caption {
	border: 2px solid #cccccc;
	display: block;
	padding: 5px;
}

.post {
	padding-bottom: 10px;
	text-align: left;
}

.entry {
	padding-bottom: 20px;
	text-align: left;
	line-height: 19px;
}

.entry ul li {
	list-style-position: inside;
	list-style-type: disc;
	margin: 0px;
	padding-bottom: 5px;
}

.entry li a:link, .entry li a:visited {
	border-bottom: 1px dotted #000000;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.entry li a:hover, .entry li a:active {
	border-bottom: 1px dotted #3c3c3c;
	color: #8b8b8b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}


/* Text and fonts... */


b, strong {
	color: #1e1e1e;
	font-weight: bold;
}

i, em {
	color: #1e1e1e;
	font-style: italic;
}

small {
	color: #1e1e1e;
	font-size: 10px;
	font-weight: normal;
}

.wp-caption-text {
	background-color: #ffffff;
	border-style: none;
	color: #656565;
	display: block;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: none;
	font-weight: normal;
	line-height: 18px;
	margin: 0 auto;
	text-align: justify;
	width: 100%;
}

#quoted {
	background-color: transparent;
	color: #767676;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 36px;
	font-style: italic;
	font-weight: normal;
	line-height: 38px;
	margin: 0 auto;
	text-align: justify;
}

#content h1 {
	background-color: transparent;
	color: #767676;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	text-transform: uppercase;
}

#sidebar h2 {
	background-color: transparent;
	color: #767676;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	padding-bottom: 5px;
	text-align: left;
	text-transform: uppercase;
}

p {
	padding-bottom: 10px;
}

#sidebar .intro {
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
}

#sidebar ul {
	list-style-position: inside;
	list-style-type: circle;
	margin: 0px;
	padding: 0px;
}

#sidebar ul li {
	line-height: 18px;
	margin-left: 5px;
	padding-left: 3px;
}

#sidebar ol {
	list-style-position: outside;
	list-style-type: upper-roman;
	margin-left: 25px;
	padding: 0px;
}

#sidebar ol li {
	line-height: 22px;
	margin-left: 1px;
	padding-left: 1px;
}

#sidebar a:link, #sidebar a:visited {
	border-bottom: 1px solid #a2a2a2;
	color: #8c4e4e;
	text-decoration: none;
}

#sidebar a:hover, #sidebar a:active {
	border-bottom: 1px solid #8c4e4e;
	color: #333333;
	text-decoration: none;
}

blockquote {
	border-left: 5px solid #8f8f8f;
	color: #8f8f8f;
	font-size: 13px;
	margin: 15px;
	padding-left: 10px;
}

a:link, a:visited {
	color: #912929;
	font-weight: normal;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

#content h2, #content h2 a:link, #content h2 a:visited {
	color: #767676;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 1px;
	padding-bottom: 15px;
	text-decoration: none;
}

#content h2 a:hover, #content h2 a:active {
	color: #b2b2b2;
	text-decoration: underline;
}

#content h3, #content h3 a:link, #content h3 a:visited {
	color: #767676;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-bottom: 15px;
	text-align: left;
	text-decoration: none;
}

#content h3 a:hover, #content h3 a:active {
	color: #b2b2b2;
	text-decoration: underline;
}

#content h4, #content h4 a:link, #content h4 a:visited {
	color: #767676;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 15px;
	text-decoration: none;
}

#content h4 a:hover, #content h4 a:active {
	color: #b2b2b2;
	text-decoration: underline;
}


/* Entry default overrides... */


.postmetadata {
	color: #5f5f5f;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px 0px;
	text-align: left;
	text-transform: uppercase;
}

.postmetadata a:link, .postmetadata a:visited {
	color: #9e9e9e;
	font-weight: bold;
	text-decoration: underline;
}

.postmetadata a:hover, .postmetadata a:active {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}

.navigation, .navigation a:link, .navigation a:visited {
	color: #8f8f8f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	padding-top: 10px;
}

.navigation a:hover, .navigation a:active {
	color: #000000;
	text-decoration: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.comment {
	padding: 10px 0px;
}

.commentstyle ol {
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	margin: 0 0 5px 0;
}

.commentstyle li {
	margin: 2px 0 5px 0;
}

#content ol {
	list-style-position: inside;
	list-style-type: decimal;
	padding-bottom: 15px;
}

#content ol li {
	line-height: 15px;
	padding-left: 5px;
}

#content ul {
	list-style-position: inside;
	list-style-type: circle;
	margin: 0px;
}

#content ul li {
	line-height: 15px;
	padding-left: 5px;
}

.onebit_mp3 a {
	display: none;
}


/* Dumb table crap that I totally hate still after 15 years... */


#sites-table {
	width: 650px;
	margin: 0px auto;
	background-color: transparent;
	border-style: none;
	text-align: center;
}

.sites-td {
	background-color: transparent;
	border-style: none;
	height: 265px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	width: 265px;
}

.sites-desc {
	background-color: transparent;
	border-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #505050;
	padding: 5px;
	text-align: center;
	text-transform: lowercase;
	vertical-align: top;
}


/* Random form and text input field crud... */


input, textarea {
	background: #ebebeb url(images/form_bg_img.jpg) repeat;
	border: 1px solid #858585;
	color: #4b4b4b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 5px;
	text-align: left;
}

#submit {
	background-color: #ffffff;
	border: 1px solid #4b4b4b;
	color: #4b4b4b;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 3px;
	padding: 5px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* FD Footnotes Plugin CSS overrides */


.footnotes {
  color: #6a6a6a;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 0 10px 0;
  text-align: left;
}

ol.notes li a:link, ol.notes li a:visited {
  color: #912929;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

ol.notes li a:hover, ol.notes li a:active {
  color: #000000;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.footnotes .footnotedivider {
  width: 120px;
  border-style: none;
}

ol.notes {
  list-style-type: upper-roman;
  list-style-position: inside;
  margin: 0 0 5px 0;
}

ol.notes li {
  margin: 2px 0 5px 0;
}

sup.footnote a {
  color: #912929;
  text-decoration: none;
  font-size: 80%;
}

sup.footnote {
  line-height: 0em;
}


/* The end. TA DA. */