/* Russel Mahmud's CSS Visit me at www.topcalibers.com */
* {
	padding: 0;margin: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;
	background: transparent;
}
body {
	line-height:1;
	color:black;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}

h2{
	color: black;
	font-weight:bold;
	font-size: 24px;
	margin-top: 22px;
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

.cb{
	clear: both;
}

/* Site Design */
a, a:visited, a:link {
  color: #787878;
}

html, body {
	color: black;
	text-align: center;
	margin: 0px;
  	background-color: #fff;
  	font: 11px/22px Verdana,Arial,Helvetica,san
}

#outer-wrapper{
	width: 960px;
	margin: 0px auto;
	text-align: left;
	background-color: white;
}
#wrapper{
	
}
/* Header CSS */
#header{
	width: 960px;
	margin-top: 15px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: bottom;
	overflow: hidden;
	/*border: 1px solid #BDBCC0;*/
}
#logo{
	text-align: center;
}
#logo img{
	width: 100%;
}
#navcontainer{
	clear: both;
}
ul#pvt-nav{
	float: right;
	margin-right: 30px;
}
ul#list-nav, ul#pvt-nav {
	padding:0;
	list-style:none;
}
ul#list-nav li, ul#pvt-nav li {
	display:inline;
}
ul#list-nav li a, ul#pvt-nav li a {
	text-decoration:none;
	padding:5px 0px 5px 15px;
	float:left;
	text-align:center;
	border-left:1px solid #fff;
	font-weight: bold;
	text-transform:uppercase;
}
ul#list-nav li a:hover, ul#pvt-nav li a:hover {
	color:#000;
	text-decoration: none;
}

#content{
	overflow: hidden;
	width: 960px;
	clear: both;
	border: 1px solid #BDBCC0;
	margin-top: 10px;
}

.blogposts {
	color: #999;
}
.blogposts li a {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}
.blogposts li a:hover{
	text-decoration:underline;
}

/* Footer CSS */
#footer{
	width: 960px;
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #000;
	line-height: 1.5;
	padding: 10px 0px;
	margin-top:50px;
}
#footer-info{
	color: #333;
	font-size: 12px;
	font-family: Courier New;
}

#footer-info img{
	margin: 0 2px 0 6px;
	vertical-align: middle;
}
#footer a{
	text-decoration: none;
	color: #333;	
}

#footer a:hover{
	text-decoration: none;
	color: #72992e;
}

#contact{
	padding:30px 0px;
}
span.text{
	padding-left: 12px;
}

#me {
	float: right;
	margin: 15px 15px 10px 10px;
}