/*  
Website Name: DiOss Technologies Website
Description: DiOss Technologies Website Framework
Version: 1.0
Author: Jana Tamm
Editor: Shaji Zaidi
Site URI: http://www.DiOssTech.com
*/

/* Generic Styling */
body {
	background:url(./images/body.jpg) repeat-x top center #222222;
	font-family: "Humanst521 BT Roman" Palatino,Linotype,Trebuchet MS, Arial, Helvetica sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
	}
* {
	margin:0;
	padding:0;
	}
img {
	border:0;
	}
p {
	margin-bottom:0.25em;
	}
a {
	text-decoration:none;
	color:#993325;
	}
a:hover {
	text-decoration:none;
	color:#0093B7;
	}

/* Structure */
#wrapper {
	margin:0 auto;
	width:700px;
	background:#efefef;
	font-size:1.20em;
	}
#header {
	height:140px;
	background:url(./images/header.jpg) no-repeat;
	}
#menu {
	height:35px;
	line-height:35px;
	background:url(./images/menu.png) repeat-x;
	padding:0 10px;
	}
#tag-line {
	width:480px;
	height:10px;
	background:url(./images/tag-line.png) no-repeat;
	padding:5px;
	}
#sidebar {
	float:right;
	width:180px;
	background:#efefef;
	margin-right:10px;
	}
#content {
	float:left;
	width:480px;
	height:380px;
	}
#bottom-tag {
	clear:both;
	height:5px;
	background:url(./images/tag-line.png) no-repeat;
	margin-left:10px;
	}
#comments {
	clear:both;
	height:20px;
	background:url(./images/icon-comment.png) no-repeat;
	margin-left:10px;
	}
#footer {
	/*clear:both;*/
	height:100px;
	background:url(./images/footer.jpg) no-repeat;
	}

/* Entries */
.entry {
	padding:5px 30px;
	text-align:justify;
	line-height:1.75em;
	}
.entry-title {
	font-size:1.50em;
	color:#0093B7;
	font-weight:normal;
	letter-spacing:-1px;
	}
.entry-title:hover {
	color:#0093B7;
	text-decoration:underline
	}
.date {
	font-size:1.0em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}
.date:hover {
	color:#bbb;
	text-decoration:underline
	}

/* Menu */
#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#efefef;
	margin-right:2px;
	}
#menu li a:hover {
	background:url(images/menu-hover.png) no-repeat center center;
	color:#efefef;
	}

/* Sidebar */
#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}
#sidebar li {
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#973324;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	background:#efefef;
	color:#0093B7;
	}
/*
#sidebar-bottom {
	height:20px;
	background:url(./images/sidebar-bottom.gif) no-repeat top center;
	}
*/	

/* Comment */
#comment-valid {
	color:#222222;
	}
#comment-valid a {
	color:#222222;
	padding-left:20px;
	padding-right:2px;
	}
#comment-valid a:hover {
	color:#973324;
	}

/* Footer */
#footer-valid {
	float:right;
	padding-top:5px;
	padding-right:20px;
	cursor:default;
	color:#973324;
	}
#footer-valid2 {
	float:left;
	padding-top:50px;
	padding-left:20px;
	cursor:default;
	color:#efefef;
	}
#footer-valid2 a {
	color:#efefef;
	text-decoration:none;
	}
#footer-valid2 a:hover {
	color:#efefef;
	/*
	text-decoration:underline;
	*/
	}

/* Heading's */
h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	}

/* Feed */
#feed {
	height:25px;
	width:126px;
	background:url(images/feed.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url("images/button-feed.png") 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}

/* End */
