/*
@font-face {
    font-family: "YouMurderer";
    src: url(http://localhost/hugi/Essays1743.ttf);
}
*/

body {
    font-family: 'Lucida Grande', Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px;
    background-image: url( http://hugi.karlmenn.is/look/derrick.jpg );
    background-repeat: no-repeat;
    background-position: bottom right;
    /*
    background-image: url( http://hugi.karlmenn.is/look/bg.jpg );
    background-repeat: repeat-x;
    */
}

img {
     border-width: 0px;
}

a {
     color: #333399;
}

a:hover {
    color: black;
    text-shadow: white 2px 2px 1px;
}


blockquote {
    width: 28em;
    margin: 10px 10px 10px 20px;
    padding: 10px;
    border: 1px solid rgb( 230, 230, 230 );
    border-width: 0px 0px 0px 5px;
    background-color: white;
}

#web {
    margin: 10px 0px 10px 100px;
	width: 800px;
}

#header {
	padding: 20px;
}

#content {
    margin-left: 120px;
    padding: 20px 0px 20px 40px;
    line-height: 1.3;
}

#content h3 {
    font-size: 1em;
    color: black;
    letter-spacing: 2px;
    margin: 0px;
    padding: 3px 3px 3px 15px;
    background-color: rgb( 230, 230, 230 );
    clear: both;
}

#content h4 {
    font-size: 11px;
    color: gray;
    text-align: right;
    margin: -20px 0px 20px 0px;
    padding: 3px 15px 3px 3px;
}

#content p {
    padding: 5px 20px 5px 20px;
    margin: 0px;
}

#menu {
    position: absolute;
    left: 50px;
    width: 180px;
    margin: 20px 0px 0px 0px;
}

#externals {
    position: absolute;
    left: 940px;
    width: 180px;
    margin: 20px 0px 0px 0px;
}

.menuitem h1 {
    font-size: 1em;
    color: black;
    letter-spacing: 2px;
    margin: 0px;
    padding: 3px 3px 3px 15px;
    background-color: rgb( 230, 230, 230 );
    clear: both;
}

.menuitem {
    margin-bottom: 30px;
    border: 1px solid rgb( 230, 230, 230 );
	background-color: rgba( 255, 255, 255, 0.7 );
}

.menuitem ul {
    list-style: none;
}

.menuitem li {
    margin-top: 3px;
}

.menuitem ul li ul {
    margin: 0px;
    padding-left: 20px;
    list-style: circle;
}

.menuitem p {
    text-align: center;
}

.menuitem a {
    text-decoration: none;
}

.sw_newsitem {
    margin-bottom: 20px;
    border: 1px solid rgb( 240, 240, 240 );
    background-color: white;
}

.sw_newsitem img {
     margin: 20px;
}

.contentComponent {
    background-color: white;
}

.contentComponent h2 {
     font-size: large;
     margin-left: 20px;
     color: rgb( 100, 50, 10 );
}

.comments_header {
	display: none;
}

.comments {
    border: 1px solid rgb( 100, 150, 100 );
    background-color: rgb( 255, 255, 255 );
    margin-top: 10px;
}

html>body .comments {
    background-color: rgba( 255, 255, 255, 0.7 );
}

.comments label {
    display: block;
    width: 70px;
    float: left;
    margin-bottom: 10px;
    clear: left;
    text-align: right;
    padding-right: 10px;
}

.comments form {
    margin-top: 20px;
}

.comments input, .comments textarea {
    display: block;
    width: 200px;
    float: left;
    margin-bottom: 5px;
    clear: right;
    font-size: 13px;
    font-family: arial, Helvetica, Sans-serif;
}

.comments textarea {
    height: 110px;
    width: 450px;
}

.comments form br {
    clear: both;
}

.commentSubmitButton {
    clear: both;
}

.conversation {
    width: 500px;
}

.comment {
    background-color: rgb( 250, 255, 220 );
    border: 1px solid rgb( 175, 179, 154 );

    padding: 1em;
    margin: 0 0 1em 0;

    line-height: 1.3em;
}

.commentPerson A {
    display: inline;
    clear: none;
    text-decoration: none;
}

.commentPerson {
    border-bottom: 1px solid rgb( 175, 179, 154 );
    margin-bottom: 0.2em;
    padding-bottom: 0.2em;

    font-weight: bold;

    color: rgb( 119, 106, 94 );
}

.commentPerson IMG {
    float: right;

    background-color: rgb( 250, 255, 220 );
    border: 1px solid rgb( 175, 179, 154 );

    padding: 1px;
    margin: 0px 0px 10px 10px;
    
    width: 50px;
}

.commentDate {
    font-size: smaller;
    font-style: italic;
 
    margin-bottom: 0.5em;
    color: rgb( 119, 106, 94 );
}

.commentTime {
    padding-right: 0.5em;
    font-weight: bold;
}

.commentText {
    margin-right: 80px;
}

.talkblock {
    text-align: right;
    margin: 10px 0px 0px 0px;
    width: 97%;
}
	
.talkblock a {
    padding: 8px;
    text-align: center;
    background-color: rgb( 220, 220, 220 );
    background-repeat: repeat-x;
    color: black;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
}

.talkblock a:hover {
    background-color: rgb( 200, 200, 100 );
}

html>body .sw_newsitem, .contentComponent  {
    background-color: rgba( 255, 255, 255, 0.7 );
}

.swLevelSelected {
    font-weight: bold;
}

#errorMessage {
	font-size: 14px;
	color: red;
	font-weight: bold;
}

.tweeter li, .tweeter a {
	font-size: 10px;
}

.tweeter ul {
	margin: 0px;
}

.tweeter li {
	padding: 5px;
	margin-left: -30px; 
}

.moretweets {
	display: block;
	text-align: right;
	padding-right: 5px;
}

#links a {
	padding-left: 10px;
	margin-left: -15px;
	display: block;
}

.updatedToday {
	color: rgb( 230, 50, 50 );
	border-left: 15px solid rgb( 210, 50, 50 );
}

.updatedToday:after {
	content: '  \2605'
}

.updatedThisWeek {
	color: rgb( 200, 100, 100 );
	border-left: 15px solid rgb( 200, 100, 100 );
}

.updatedThisMonth {
	color: rgb( 150, 100, 100 );
	border-left: 15px solid rgb( 150, 100, 100 );
}

.updatedLastThreeMonths {
	color: rgb( 100, 100, 100 );
	border-left: 15px solid rgb( 100, 100, 100 );
}

.updatedLastSixMonths {
	color: rgb( 50, 100, 100 );
	border-left: 15px solid rgb( 50, 100, 100 );
}

.updatedThisYear {
	color: rgb( 0, 100, 100 );
	border-left: 15px solid rgb( 0, 100, 100 );
}

.else {
	color: darkblue;
	border-left: 15px solid darkblue;
}

.else:after {
	content:' \271D';
}

table {
	font-size: 11px;
	width: 400px;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid black;
}

caption {
	padding: 5px;
	font-weight: bold;
}

td, th {
	padding: 3px 20px;
	border-bottom: 1px solid rgb( 230, 230, 230 );
	text-align: left;
}
