/* Type CSS rules here and they will be applied
to pages from 'editcss'
immediately as long as you keep this window open. */

/**** LINK-tag style sheet Bauglir.css ****/

/**************************************************

	Style		Bauglir
	Version	1.1
	Author	Eris Siva <erissiva@gmail.com>
	Created	2005-03-24
	Edited	2005-03-28

            This work is licensed under the Creative Commons
            Attribution-NonCommercial-ShareAlike License. 
            To view a copy of this license, visit 
            http://creativecommons.org/licenses/by-nc-sa/2.0/ 
            or send a letter to 
            Creative Commons, 559 Nathan Abbott Way
            Stanford, California 94305, USA.

**************************************************/

/* ########## BODY ########## */

body {
	position: relative;
	background: #333;
	height: 100%;
	font-family: tahoma, sans-serif,Arial;
	text-align:left;
	color:#000;
	font-size: 10px;
	margin:  0px;
	padding: 0px;
	text-align: center;
}

#sblog_root {
	position: relative;
	height: 100%;
	width: 700px;
	border-left: 10px solid black;
	border-right: 10px solid black;
        border-top: 10px solid black;
        border-bottom: 10px solid black;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#sblog_head {
	border: none;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
}

#sblog_body {
	position: relative;
	top: 0px;
	height: 100%;
	margin: 0px auto;
	background-color: #fff;
	text-align: left;
}

#sblog_foot {
	height: 0px;
	clear: both;
        background-color: #000000;
}

#sblog_copy {
	color: #FFFFFF;
        font-size: 10px;
	text-align: center;
	padding: 10px 0px 4px 0px;
	clear: both;
        background-color: #000000;
        margin-top: 15px;
}

#sblog_page_title {
	text-align: left;
}

#sblog_page_title_text {
	font-size: 18px;
	font-weight: normal;
	text-transform: lowercase;
}

#sblog_page_title_link {
	color: #333333;
        border-bottom: none;
}

#sblog_page_title_link:hover {
	text-decoration: none;
}

#sblog_page_description {
	text-align: left;
}

#sblog_page_description_text {
	font-weight: normal;
        font-size: 12px;
	color: #666666;
        text-transform: lowercase;
}

#sblog_main {
	margin-left: 150px
}

/* ########## LINKS ########### */

a {
	color: #333333;
	text-decoration: none;
        border-bottom: 1px dotted #666666;
}

a:hover {
	color: #FF3333;
	text-decoration: none;
}

a.sblog_post_options_link_comments, a.sblog_post_options_link_perma, a.sblog_post_options_link_delete, a.sblog_post_options_link_edit, a.sblog_comment_options_link {
	padding-right: 4px;
        border: none;
}

a.sblog_menu_link {
	padding: 5px;
        border: none;
        text-transform: lowercase;
}

a.sblog_menu_link:hover {
        color: #FF3333;
	text-decoration: none;
}

a.sblog_copy {
	color: #FFFFFF;
	text-decoration: none;
        border-bottom: 1px dotted #FFFFFF;
}

a.sblog_copy:hover {
	color: #FF3333;
}

a.sblog_external {
	background-image: url('Bauglir/external.png');
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 14px;
}

/* ########## MENU ########## */

#sblog_menu {
	text-align: left;
	background-color: #f1f1f1;
        PADDING: 5px;
        margin-top: 5px;
        margin-left: 15px;
	margin-bottom: 10px;
        margin-right: 15px;
	border: 1px #999999 dotted;
} 

/* ########## POST ########## */

.sblog_post {
	padding-bottom: 10px;
        margin-left: 5px;
        margin-right: 15px;
}

.sblog_post_topic {
	padding: 4px 0px 0px 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
        text-transform: lowercase;
}

.sblog_post_topic_text {
	font-size: 1.2em;
	font-weight: bold;
}

.sblog_post_text {
	padding: 4px;
	color: #333333;
}

.sblog_post_options {
	margin-top: 10px;
	margin-bottom: 20px;
        border-bottom: none;
}

.sblog_post_edit {
	color: #666666;
	font-family: tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
}

/* ########## COMMENTS ########## */

.sblog_comment {
	margin-bottom: 20px;
}

.sblog_comment_topic {
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 0px 1px 0px;
	border-bottom: 1px #666666 solid;
}

.sblog_comment_text {
	color: #666666;
	padding: 4px;
}

.sblog_comment_options {
	margin-top: 10px;
}

.sblog_comment_edit {
	color: #999999;
	font-family: tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
}

/* ########## BLOCK ########## */

#sblog_block_body {
	float: left;
	width: 140px;
        margin-left: 5px;
}

.sblog_block {
	margin-bottom: 10px;
}

.sblog_block_topic {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	padding: 4px 0px 0px 0px;
}

.sblog_block_topic_text {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
        text-transform: lowercase;
}

.sblog_block_text {
	padding: 4px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
        text-transform: lowercase;
        border: 0px;
}

.sblog_block_text a {
        border: 0px;
}

/* ########## PAGES ########## */

.sblog_pages {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666666;
	background-color: #FFFFFF;
	padding: 4px;
}

.sblog_pages_prev {
	float: left;
	width: 140px;
	text-align: left;
}

.sblog_pages_current {
	width: 50px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.sblog_pages_next {
	float: right;
	width: 140px;
	text-align: right;
}

/* ########## LIST ########## */

ul {
	list-style-image: url('Bauglir/ul.png');
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

/* ########## CALENDAR ########## */

.sblog_cal a {
   border-width: 0px;
}

table.sblog_cal {
	background-color: #FFFFFF;
	width: 100%;
	margin-bottom: 10px;
}

td.sblog_cal_header {
	text-align: center;
}

td.sblog_cal {
	font-size: 7px;
	text-align: center;
	color: #333333;
}

td.sblog_cal_empty {
}

td.sblog_cal_day {
	text-align: center;
	font-size: 10px;
	height: 20px;
	color: #333333;
}

td.sblog_cal_day a {
       color: #999999;
}

td.sblog_cal_today {
	background-color: #D3D3D3;
	text-align: center;
}

td.sblog_cal_active {
	background-color: #F1F1F1;
	text-align: center;
}

/* ########## FORMS ########## */

form {
	margin: 0px;
}

/* special case to keep ie's original fieldset */
form>fieldset {
	border: 1px #666666 solid;
}

legend {
	color: #333333;
	font-weight: bold;
}

label.sblog_label_col {
	width: 200px;
	float: left;
}

input {
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
        background-color: #FFFFFF;
}

textarea, select {
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
        background-color: #FFFFFF;
        border: 1px #333333 solid;
}

input.sblog_input {
	background-color: #FFFFFF;
	color: #333333;
	margin: 2px;
	border: 1px #333333 dotted;
	padding: 2px;
}

input.sblog_search {
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #333333;
	width: 130px;
	border: 1px #333333 solid;
}

textarea.sblog_text {
	width: 420px;
	height: 400px;
	border: 1px #333333 dotted;
	background-color: #FFFFFF;
	color: #333333;
}

textarea.sblog_comment {
	width: 300px;
	height: 100px;
	border: 1px #333333 dotted;
	margin: 2px;
	padding: 2px;
	background-color: #FFFFFF;
	color: #333333;
}

.sblog_button {
        background-color: #FFFFFF;
        border: 1px #333333 solid;
}

.sblog_var {
	float: left;
	width: 120px;
	padding-right: 2px;
}

.sblog_val {
	margin-left: 120px;
	margin-bottom: 2px;
}

/* ########## IMAGES ########## */

img {
	border-width: 0px;
	vertical-align: middle;
	margin-bottom: 2px;
}

.sblog_image {
	background-color: #FFFFFF;
	border: 1px #666666 solid;
	margin-bottom: 10px;
	padding: 4px;
	width: 440px;
	overflow: hidden;
}

.sblog_image a {
        border: 0px;
}

.sblog_image_info {
	margin-left: 130px;
}

.sblog_image_tn {
	float: left;
}

/* ########## MISC ########## */

/* This removes underlines from smilies */
fieldset a {
        border: 0px;
}

span.hilite {
	background-color: #666666;
        color: #FFFFFF;
}

.sblog_category {
	color: #333333;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.sblog_quote {
	border: 1px #999999 dotted;
	background-color: #F1F1F1;
	padding: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 15px;
        margin-right: 15px;
}

.sblog_line {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	text-align: center;
        margin-top: 4px;
        margin-bottom: 0px;
        margin-left: 150px;
        margin-right: 150px;
}

.sblog_code {
	border-top: 1px #666666 solid;
	border-left: 1px #666666 solid;
	border-right: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	background-color: #F1F1F1;
	color: #000000;
}

h1, h2 {
	margin: 0px;
	font-size: 1em;
	font-weight: normal;
}

span.sblog_censor {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FF0000;
}





