/* v1.0 | 20080212 */

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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clr{
	clear:both;
}

p{
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	text-align:left;
}

a{
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	text-align:left;
	text-decoration:none;
	color: #3b5998;
}

a:hover{
	text-decoration:underline;
	color:#6989c6;
}

h1{
	color:#3b5998;
	font-size:16px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}

h2{
	color:#3b5998;
	font-size:14px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}

/* Top Ad */
#horzad{
	width:728px;
	height:90px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}

/* Header */
#header{
	width: 780px;
	height: 100px;
	margin:0 auto;
	padding:0 10px 0 10px;
	background: url(images/bg.jpg);
}

#headersearch{
	width: 795px;
	height: 100px;
	margin:0 auto;
	padding:0 10px 0 10px;
	background: url(images/bg.jpg);
}

/* Logo */
#logo{
	width:300px;
	height:50px;
	float:left;
	margin-top:25px;
}

/* Menu */
#menu{
	width:468px;
	height:60px;
	float:left;
	margin-top:10px;
}

/* Midbox */
#midbox{
	margin:0 auto;
	width: 780px;
	margin-bottom:10px;
	padding:10px;
	background: #e9e9e9;
}

#midboxsearch{
	margin:0 auto;
	width: 795px;
	margin-bottom:10px;
	padding:10px;
	background: #e9e9e9;
}

/* Content */
#content{
	width: 525px;
	padding:10px;
	background: #FFF;
}

/* Emos */
.emos{
	width:170px;
	height:14px;
	padding:10px;
	border:1px solid #ccc;
	margin: 0 10px 10px 0;
	float:left;
}

.emos:hover{
	border:1px solid #6989c6;
}

/* Emos Ad */
#emosad{
	width:120px;
	height:600px;
	float: right;
}

/* Share Counts */
.shares{
	margin-bottom:10px;
	margin-right:10px;
	float:left;
}


/* Sidebar */
#sidebar{
	width:205px;
	height:724px;
	background:#FFF;
	padding:10px;
}

.sidebarcon{
	width:205px;
	margin-top:5px;
	padding-top:5px;
	border-top:1px solid #ccc;
}

/* Footer */
#footer{
	margin:0 auto;
	width: 780px;
	height:12px;
	padding:5px 10px 5px 10px;
	color:#868686;
	border-top:1px solid #ccc;
	margin-bottom:10px;
}

#footer ul{
	display:inline;
	margin:0;
	padding:0;
	text-decoration:none;
}

#footer li{
	display:inline;
	padding:0 10px 0 0;
}

#footersearch{
	margin:0 auto;
	width: 795px;
	height:12px;
	padding:5px 10px 5px 10px;
	color:#868686;
	border-top:1px solid #ccc;
	margin-bottom:10px;
}

#footersearch ul{
	display:inline;
	margin:0;
	padding:0;
	text-decoration:none;
}

#footersearch li{
	display:inline;
	padding:0 10px 0 0;
}

