/*
Theme Name: Top 10 Best Web Hosting
Theme URI: http://top10bestwebhosting.com
Description: Top 10 Best Web Hosting Theme
Version: 1
Author: David Yell
Author URI: http://www.justdevelop.it
Tags: blue, custom header, fixed width, two columns, widgets
*/

h1{
	font: bold 18px Arial, Helvetica, sans-serif;

}

.entry p{
	margin: 10px 0 !important;
}
.entry ul{
	list-style-position: inside;
	margin-left: 10px;
}
.entry ul li{
	margin: 5px 0;
}

#page{
	width: 798px;
	margin: 0 auto 30px auto;
	padding: 20px;
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #5783c8;
}

.navigation{
	width: 495px;
	float: left;
	clear: left;
}
.navigation a, .navigation a:active, .navigation a:link, .navigation a:visited{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #2e55a0;
}
.navigation .alignleft{
	float: left;
}
.navigation .alignright{
	float: right;
}

div.blogtitle{
	height: 30px;
	width: 820px;
	margin: 10px auto 0 auto;
	padding: 4px 0 0 20px;
	background: #fff url(images/header-back.jpg) no-repeat;
	border-bottom: 10px solid #5783c8;
}
div.blogtitle a, div.blogtitle a:active, div.blogtitle a:link, div.blogtitle a:visited{
	color: #fff;
}
div.blogtitle .description, p.postmetadata{
	display: none;
}

#content{
	width: 447px;
	float: left;
	background-color: #e1ebfb;
	border-left: 1px solid #bacdea;
	border-right: 1px solid #bacdea;
	padding: 23px;
	margin: 0 0 20px 0;
}
#content .content-top, #content .content-bottom{
	width: 493px;
	height: 4px;
}
#content .content-top{
	background: url(images/article-top.jpg) no-repeat;
	margin: -27px 0 0 -23px;
}
#content .content-bottom{
	background: url(images/article-bottom.jpg) no-repeat;
	margin: 0 0 -27px -23px;
}

#content h2, #content h2 a, #content h2 a:active, #content h2 a:link, #content h2 a:visited, 
#sidebar h2, #sidebar h2 a, #sidebar h2 a:active, #sidebar h2 a:link, #sidebar h2 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #2e55a0;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
#content hr, #sidebar hr{
	border-top: 1px solid #bacdea;
	border-right: none;
	border-bottom: 1px solid #fff;
	border-left: none;
	margin: 10px 0;
}
#content small{
	font-size: 11px;
	color: #717e85;
}

#sidebar{
	width: 248px;
	float: right;
	background-color: #e1ebfb;
	border-top: none;
	border-right: 1px solid #bacdea;
	border-bottom: none;
	border-left: 1px solid #bacdea;
	padding: 23px 23px 0 18px;
	margin: 0 0 20px 0;
}
#sidebar img, .entry img{
	border: none;
}
#sidebar img{
	margin-bottom: 20px;
}
#sidebar ul{
	width: auto;
}
#sidebar ul li{
	text-align: left;
	text-transform: none;
	background: none;
	border: 0;
}
#sidebar .sidebar-top, #sidebar .sidebar-bottom{
	width: 290px;
	height: 4px;
}
#sidebar .sidebar-top{
	background: url(images/sidebar-top.jpg) no-repeat;
	margin: -27px 0 0 -18px;
}
#sidebar .sidebar-bottom{
	background: url(images/sidebar-bottom.jpg) no-repeat;
	margin: 0 0 -4px -18px;
}
#sidebar ul li ul{
	list-style: inside square;
	color: #bacdea;
}
#sidebar ul li ul li a{
	font-weight: normal;
	color: #000;
}

div.footerlinks{
	width: 350px;
	margin: 0 auto;
	clear: both;
	display: none;
}
