/*
Theme Name: Hosting Inside
Theme URI: http://numberonedesigner.com/
Description: Makeup by <a href="http://dimox.name/">Dimox</a>
Version: 1.0
Author: Number One
Author URI: http://numberoneblogger.com/
*/

* {
  margin: 0;
  padding: 0;
}
body {
  font: 12px/15px Arial, Tahoma, sans-serif;
  width: 100%;
  background: #484848;
  color: #484848;
}
a {
  color: #055192;
  outline: none;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0;
  padding: 8px 0;
}

#wrapper {
  width: 750px;
  margin: 22px auto 0;
  background: #FFF;
  padding: 16px 5px 5px;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 46px;
	padding: 212px 0 0;
	background: url(i/header.jpg) no-repeat;
  position: relative;
}
#black {
	position: absolute;
	top: 0;
	right: 0;
	width: 410px;
	height: 117px;
	border-right: #2F3738;
	background: #202A2B url(i/logo-bg.gif) repeat-x;
}
#logo {
	position: absolute;
	top: 26px;
	left: 27px;
	width: 352px;
	line-height: 60px;
	color: #FFF;
	font-size: 28px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	letter-spacing: 8px;
}
#logo b {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 352px;
	height: 60px;
	background: url(i/logo.gif) no-repeat;
}

a#rss {
	display: block;
	float: left;
	font-size: 11px;
	line-height: 24px;
	margin: 10px 0 0 10px;
	padding: 0 0 0 28px;
	background: url(i/rss.gif) no-repeat;
}
* html a#rss {margin-left: 5px;}

#header form {
	float: right;
	width: 324px;
	height: 34px;
	padding: 12px 0 0 15px;
	background: #F2F2F2;
	border-right: 227px solid #FFF;
	font-size: 11px;
}
.search {
	border: 1px solid #484848;
	width: 253px;
	margin: 1px 5px 0 8px;
	font: 11px Arial, Tahoma;
	padding: 1px 2px 2px;
}
* html .search {margin: 0 5px -1px 8px;}
*+html .search {margin: 0 5px -1px 8px;}
.go {
	border: none;
	background: url(i/go.gif) 0 5px no-repeat;
	width: 8px;
	height: 18px;
	cursor: pointer;
}
html:root .go {margin-bottom: -2px;}


/* Content
-----------------------------------------------------------------------------*/
#container {
	width: 528px;
	border-right: 222px solid #ECECEC;
  float: left;
}
#content {
  width: 482px;
  padding: 20px 23px;
}
.post {
	margin: 0 0 50px;
}
#content h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
}
#content h1 a {color: #484848;}
h3.pagetitle {
	text-align: left;
	margin: 5px 0 20px !important;
	font-weight: normal;
	text-align: center;
	font-size: 15px !important;
}
#content h3 {
	font-size: 14px;
	margin: 0 0 10px;
}

.post h2 {
	font-size: 16px;
	line-height: 18px;
	margin: 10px 0;
}
.post h3 {
	font-size: 14px;
	line-height: 16px;
	margin: 10px 0;
}
.post h4 {
	font-size: 13px;
	line-height: 15px;
	margin: 10px 0;
}
.post h5 {
	font-size: 11px;
	line-height: 13px;
	margin: 10px 0;
}
.post h6 {
	font-size: 10px;
	line-height: 12px;
	margin: 10px 0;
}

.postmetadata {
	margin: 17px 0 0;
	font-size: 11px;
	color: #A3A3A3;
}
.postmetadata a {
	color: #A3A3A3;
}
.entry {
	text-align: left;
}
.comments {
	text-align: right;
	margin: 10px 0 0;
	font-size: 11px;
}
.comments a {
	background: url(i/comments.gif) 0 4px no-repeat;
	padding: 0 0 0 14px;
}

.post ul,
.post ol {
	margin: 7px 0 7px 30px;
}
.post li {
	padding: 2px 0;
}

.commentlist {margin: 20px 0 40px 20px;}
.commentlist li {padding: 8px 8px 2px;}
.alt {background: #F4F4F4;}

#author, #email, #url, #comment, #submit {
	font: 12px Arial, Tahoma;
	padding: 2px;
	width: 150px;
	border: 1px solid #ACACAC;
}
#comment {
	width: 450px;
	height: 170px;
}
#submit {
	width: 100px;
	height: 22px;
	background: #ECECEC;
}

.navigation {
	height: 30px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}


/* Right
-----------------------------------------------------------------------------*/
#right {
  float: left;
  width: 200px;
  padding: 13px 11px 0;
  margin-left: -222px;
  margin-top: -141px;
  background: #ECECEC;
  position: relative;
  font-size: 11px;
}
#right h3 {
	font-size: 11px;
	line-height: 11px;
	color: #797979;
	background: url(i/folder.gif) 22px 1px no-repeat;
	padding: 0 0 0 38px;
	position: relative;
}
#right ul {
	list-style: none;
	margin: 5px 0 23px 40px;
	line-height: 18px;
}
#right a {
	text-decoration: none;
	color: #747474;
}
#right a:hover {
	text-decoration: underline;
}

/* Calendar */

#wp-calendar {
	margin: 10px auto 20px;
	text-align: center;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar a {
	font-weight: bold;
	text-decoration: underline;
}
#wp-calendar a:hover {
	text-decoration: none;
}
#wp-calendar td {
	padding: 2px 4px;
}

.recent li {
	line-height: 14px;
	padding: 4px 0;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	text-align: center;
	color: #FFF;
	font: 10px Tahoma, Arial;
	padding: 19px 0;
}
#footer a {color: #FFF;}


.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}