@charset "UTF-8";

/* project-p anubis css */

/* default */

* {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    font-style: inherit;
    text-align: inherit;
    white-space: inherit;
    margin: 0;
    padding: 0;
/* border: 1px solid red !important; */
}

body
{
    color: #333333;
    background: #efefef;
    font-family: "Lucida Sans", "‚l‚r ‚oƒSƒVƒbƒN", Osaka, sans-serif;
    text-align: center;
    font-size: 9pt;
    background-image: url(./images/background.png);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h1
{
    margin: 0px auto;
    padding-left: 0.5em;
    padding: 10px;
    text-align: left;
    font-size: 17pt;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover{
    text-decoration: none;
    color: white;
}

h2
{
    margin: 0px auto;
    padding: 0px;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: left;
    font-size: 13pt;
}

h3
{
    margin: 0px auto;
    padding: 0px;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: left;
    font-size: 11pt;
}

h4
{
    margin: 0px auto;
    padding: 0px;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: left;
    font-size: 11pt;
}

p {
    line-height: 130%;
    margin: 6px;
}

em {
    font-weight: bold;
    font-style: normal;
}

strong {
    font-weight: bolder;
    color: red;
}

pre {
    white-space: pre;
    margin-left: 30px;
    margin-right: 30px;
    padding: 5px;
    border:1px dashed #666666;
}

address {
    font-style: normal;
}

blockquote {
    margin-left: 30px;
    margin-right: 30px;
    padding: 10px;
    border: 1px dotted #999999;
    color: #5E7C81;
    line-height: 140%;
}

ul {
    padding: 5px;
    list-style: disc;
    list-style-image: url("./images/li.png");
}

ol {
    padding-left: 0px;
    list-style: decimal;
}

li {
    margin-left: 3em;
    line-height: 1.5em;
}

table {
	width: 90%;
	margin: 1px auto;
	border-collapse: collapse;
	border: 1px #929292 solid;
}

td{
	padding: 2px;
	background-color: #ffffff;
	border: 1px #929292 solid
}

dt {
    color: #333333;
    border-bottom: 1px dotted #666666;
    margin: 0px auto;
    margin-left: 20px;
    margin-right: 20px;
    padding: 3px;
}

dd {
    color: #666666;
    margin: 0px auto;
    margin-left: 20px;
    margin-right: 20px;
    padding: 3px;
}

th{
    background-color: #eeffbb;
}

hr {
    border: none;
    border-top: 1px dashed #99a8ad;
    margin-top: 5px;
    margin-bottom: 5px;
}

a:link {
    color: #47A4CE;
}

a:visited {
    color: #999999;
}

a:hover {
    color: #666666;
    text-decoration: none;
}

a:active {
    color: #666666;
    text-decoration: none;
}

input, textarea, select {
    color: #666666;
    border: 0px;
    margin: 2px auto;
    padding: 4px;
    background-color: #F5F2EA;
    background-image: url(./images/foam_bg.png);
}

/* Anubis default */

/* Body */

#container{
    width: 800px;
    margin: 0px auto;
    text-align: center;
    background-color: #F5F2EA;
    background-image: url(./images/container_bg.png);
}

/* Header */

#header {
	height: 150px;
    margin: 0px auto;
    background-image: url(./images/header.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

#title {
	height: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
    margin: 0px auto;
    vertical-align: top;
    text-align: left;
}

#header h1 {
    color: #ffffff;
    margin: 0px auto;
    font-size: 21pt;
    text-align: left;
}

#header img {
	border: 0px;
}

#googleadsense {
    margin: 0px auto;
    margin-right: 10px;
    padding-left: 1em;
}

#menu {
    height: 20px;
    text-align: right;
    font-size: 11pt;
    margin: 0px auto;
    padding: 10px;
    /*
    background-image: url("./images/menu.png");
    */
    background-repeat: no-repeat;
    color: #ffffff;
}

#menu a {
    font-weight: bold;
}

#menu a:link , #menu a:visited {
    color: #ffffff;
    text-decoration: none;
}

#menu a:hover , #menu a:active {
    color: #000000;
    text-decoration: none;
    background-color: #999999;
}

/* Content */

#content{
    margin: 0px auto;
    padding: 0px;
}

/* Main */

#main{
	float: left;
    width: 566px;
    line-height: 160%;
    margin: 0px auto;
    padding: 15px;
}

#main div.section {
    width: 566px;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0px;
    line-height: 130%;
    text-align: left;
    background-color: #ffffff;
    background-image: url("./images/main-middle.png");
}

#main div.section p {
    margin: 0px auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 140%;
}

#main h2 {
	margin: 0px auto;
	padding-top: 16px;
	padding-bottom: 4px;
	padding-left: 40px;
    font-weight: bold;
    line-height: 120%;
    color: #334785;
    font-size: 17px;
    background-color: #ffffff;
    background-image: url("./images/main-top.png");
    background-position: top;
    background-repeat: no-repeat;
}

#main img {
	margin: 2em;
}

#main h2 a:link {
    color: #018CB9;
    text-decoration: none;
}

#main h2 a:visited {
    color: #004d99;
    text-decoration: none;
}

#main h2 a:active, #main h2 a:hover, #main h2 a:focus {
    color: #333333;
    text-decoration: underline
}

div.section h3 {
	margin: 0px auto;
	padding: 5px;
	padding-left: 15px;
    font-weight: bold;
    color: #334785;
}

div.section h4 {
	margin: 0px auto;
	padding: 5px;
	padding-left: 15px;
    font-weight: bold;
    color: #334785;
}

div.timestamp {
    margin: 0px auto;
    padding: 5px;
	padding-left: 15px;
    text-align: left;
    color: #999999;
}



div.section-footer {
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
    font-weight: bold;
    color: #000000;
    height: 23px;
    font-size: 13px;
    background-color: #ffffff;
    background-image: url("./images/main-bottom.png");
    background-position: center bottom;
    background-repeat: no-repeat;
}

div.section div.edithelper a:link , div.section div.edithelper a:visited {
    color: #007399;
    text-decoration: none;
}

div.section div.edithelper a:active, div.section div.edithelper a:hover , div.section div.edithelper a:focus {
    color: #333333;
    text-decoration: none;
}

/* Sidebar */

#sidebar{
    width: 180px;
	float: right;
    margin: 0px auto;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 0px;
    padding-bottom: 15px;
    text-align: left;
}

#sidebar h2 {
	margin: 0px auto;
	padding: 10px;
    text-align: center;
    font-size: 13px;
    color: #666666;
}

#sidebar h3 {
	margin: 0px auto;
	padding: 10px;
	padding-top: 10px;
    border-bottom: #C2D7D5 dotted 1px;
    font-size: 13px;
    color: #666666;
}

div.sectionside {
    margin: 0px auto;
    padding: 5px;
    line-height: 130%;
    text-align: left;
}

div.sectionside p {
    padding: 0px;
}

#sidebar img {
    border:0px; 
}

#sidebar div.flickrphoto {
	margin: 0px auto;
	text-align: center;
}

#sidebar div.flickrphoto a:active img, #sidebar div.flickrphoto a:hover img, #sidebar div.flickrphoto a:focus img {
    color: #3EA3E5 !important;
    background-color: inherit;
    border-color: #3EA3E5;
    border-width: 1px;
    border-style: dashed;
    text-decoration: none;
}

.urlimg {
	float:left;
	margin:5px auto;
    padding:0px; 
	margin-bottom:1.5em;
}

/* Footer */

#footer {
	clear: both;
    color: #333333;
    text-align: right;
    margin: 0px auto;
    padding:10px;
    background-position: center top;
    background-image: url("./images/footer.jpg");
}

/* Flickr Helper */
ul#flickrphotolist li {
    list-style-type: none;
    list-item-position: inside;
    display: inline;
}

