@import url("style.admin.css");

body {
	/*width: 960px;*/
	background-color: #00080a;
	background-image: url(../images/background.body.jpg);
	background-repeat: repeat-x;

	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	color: white;

	margin: 0;
	
	/*border: 1px solid #555; /**/
}


a {
	color: #FF8040;
	/*color: #18C0EB; /**/
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: white;
	background-color: #00303d;
}
div#header a:hover {
	color: white;
	background-color: transparent;
}


h3 {
	margin: 0;
	padding: 0.4em 0;
}

h4 {
	padding: 0.5em 0;
	padding-top: 0.7em;
	margin: 0;
}

#content #menubar {
	padding: 0;
	width: 340px;
	float: right; 
	font-size: 0.9em;
	border-left: 20px solid #00080a;
	border-bottom: 20px solid #00080a;
}

#content #menubar .box {
	background-color: #101617;
	background-image: url(../images/background.box.jpg);
	background-repeat: no-repeat;
	min-height: 114px;
	padding: 0 5px;
	padding-bottom: 1em;
	margin-bottom: 1em;
	clear: both;
}

#content #text {
	padding: .5%; 
}

#header {
	background-image: url(../images/background.header.jpg);
	background-repeat: no-repeat;
	height: 156px;
	width: 100%;
}
#header h1,
#header h2 {
	display: none;
	visibility: hidden;
}

#header a {
	background-color: transparent;
	display: block;
	position: relative;
	width: 100%;
	height: 150px;
}

p {
	margin: 0;
	margin-bottom: 1em;
	text-align: justify;
}

.blogEntry {
	margin-bottom: 2em;
}

.blogEntry .title {
	background-image: url(../images/icon.item.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
	min-height: 47px;
}

.blogEntry .title h3 {
	margin: 0.6em 0;
	margin-right: 1em;
	padding: 0.1em 0;
	display: inline;
	line-height: 1em;
}
.blogEntry .title .entryInfo {
	display: inline;
	text-align: right;
	float: right;
	font-size: 0.7em;
	margin: 0;
	padding-left: 0.1em;
}
.blogEntry .title .entryInfo li {
	list-style-type: none;
}

.blogEntry .title div {
	font-size: 0.7em;
}

.blogEntry .item-content,
.commentViewBoxStyle {
	padding: 1em 10px;
	border-top: 1px dotted gray;
	background-image: url(../images/background.item-content.gif);
	background-repeat: repeat-x;
	min-height: 60px;
}

.blogEntry .album .thumb {
	width: 80px; 
	height: 80px; 
	background-image: url(../images/thumbbackground.png); 
	background-repeat: no-repeat;
	padding: 7px; float: left;
}

.blogEntry .album .thumb img {
	border: none;
}
.blogEntry .album .thumb a {
	width: 66px; 
	height: 66px; 
	display: block; 
	overflow: hidden;
}

.hCalendarDayCurrent {
	background-color: #424675;
}

.archiveLinksTableStyle,
.titleListStyle {
	width: 100%;
}

a.categoryListLinkStyle,
.archiveLinksTableStyle td,
.titleListStyle td {
	border-bottom: 1px dotted #233;
}

a.categoryListLinkStyle,
.archiveLinksTableStyle td a,
.titleListStyle td a {
	display: block;
	font-weight: normal;
	background-image: url(../images/linkarrow.png);
	background-repeat: no-repeat;
	padding-left: 16px;
}

a.categoryListLinkStyle {
	display: inline;
}

a.categoryListLinkStyle:hover,
.archiveLinksTableStyle td a:hover,
.titleListStyle td a:hover {
	background-image: url(../images/linkarrow_over.png);
	background-color: #233;
}

#footer {
	font-size: 0.8em;
	margin-top: 0px;
}

#footer a {
	color: #FFFFFF;
}

#footerMenu {
	font-size: 1.2em;
	background-image: url(../images/background.footer.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	float: left;
	width: 100%;
}

#footerMenu ul {
	margin: 0;
	padding: 10px;
	padding-top: 278px; /* == height of background.footer.jpg */
	list-style: none;
}

#footerMenu ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#footerMenu a {
	float: left;
	margin: 0;
	margin-right: 1em;
	padding: 0.5em 1em;
}

#footerMenu a.active,
#footerMenu a:hover {
	background-color: #009067;
	color: white;
}

#footerMenu a span { padding: 0.5em; }

.footerBox {
	background-color: #015f44;
	background-image: url(../images/background.footerBox.jpg);
	background-repeat: repeat-x;
	min-height: 300px;
	clear: both;
	padding: 1%;
}

.searchContainerStyle input {
	margin-top: 10px;
	display: block;
}

.tagCloud {
	line-height:200%;
}
a.largestTag {
	font-size:135%;
}
a.largerTag {
	font-size:130%;
}
a.largeTag {
	font-size:120%;
	opacity:0.9;
}
a.mediumTag {
	font-size:115%;
	opacity:0.9;
}
a.smallTag {
	font-size:110%;
	opacity:0.85;
}
a.smallerTag {
	font-size:105%;
	font-weight:normal;
	opacity:0.8;
}
a.smallestTag {
	font-size:100%;
	font-weight:normal;
	opacity:0.75;
}

.searchword {
	background-color: red !important;
	color: white;
}

.commentBoxStyle {
	margin-left: 10px;
	margin-bottom: 1em;
	width: 560px;
	border: 1px solid rgb(51, 51, 51);
	background-color: rgb(17, 17, 17);
}

.commentViewBoxStyle {
	width: 580px;
}

.commentDateStyle,
.commentBoxFooterStyle,
.commentSpamStateStyle,
.gravatarLabel .commentViewLabelStyle  {
	font-size: 0.7em; 
}

.commentSpamStateStyle {
	color: #555555;
}

.commentBodyStyle.livepreview {
	background-color: #222222;
	border: 1px solid #555555;
}

.commentDateStyle {
	border-bottom: 1px solid #444444; 
	padding: 5px 10px; 
	background-color: #333333;
}

.commentBodyStyle,
.commentBoxFooterStyle {
	padding: 10px; 
}

.commentGravatarBlock  img{
	padding-right: 1em;
	vertical-align: top;
}
.commentBoxFooterStyle .deleteLinkImageStyle {
	margin-left: 1em;
}

