@charset "utf-8";
/* CSS Document */

body {
	font: 75%/150% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px auto;
	padding: 0px 0px 30px;
}

p {
	font: bold 16px/100% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-right: 20px;
}

h1 {
	margin: 0px;
	margin-bottom: 20px;
	font: bold 36px/100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#logo {
	background: #FFFFFF url(../images/header.png) no-repeat;
	height: 195px;
	width: 1000px;
	margin: auto;
	margin-top: 10px;
}

#content {
	background: url(../images/bg_img.png) repeat-y;
	width: 1000px;
	height: 791px;
	margin: 0px auto;
}

#leftbar {
	background: url(../images/bg_img.png) repeat-y;
	width: 250px;
	height: auto;
	float: left;
	margin-top: 35px;
	padding-left: 20px;
}

.form {
	margin-bottom: 20px;
	height: 25px;
}

.form input {
	width: 200px;
	height: 21px;
	border: 1px solid #000;
	margin-right: 1px;
	float: left;
	font-size: 16px;
}

.form .submit {
	background: #FFFFFF url(../images/submit.png) no-repeat;
	height: 25px;
	width: 25px;
	float: left;
	border: 1px solid;
}

#form .email {
	width: 150px;
	height: 25px;
}

#page {
	background: url(../images/bg_img.png) repeat-y;
	width: 1000px;
	float: left;
	height: auto;
}

#subscribe {
	margin-top: -15px;
	font: bold 12px/100% Verdana, Arial, Helvetica, sans-serif;
}

#ads {
	width: 728px;
	height: 90px;
	margin-left: -20px;
	float: left;
}

#submission {
	font: bold 42px/100% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 10px 0px 10px 0px;
}

#links {
	text-transform: uppercase;
	text-align: justify;
}

#links a {
	font: 24px/100% Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	margin: 0px 5px 0px 5px;
}

#quotes {
	width: 720px;
	float: left;
}

#list, #Searchresult {
	width: 520px;
	float: left;
}

#list .list-item {
	width: 520px;
	list-style: none;
	height: auto;
	padding: 5px;
	margin: 8px 0px;
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	/*
	border: 1px solid #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FFFFFF;
	*/
}

#list .list-item a {
	font-size: 14px;
	text-decoration: none;
	color: #999999;
}

#popular-quote a {
	text-decoration: none;
	color: #FFFFFF;
}

#quote-of-day a {
	text-decoration: none;
	color: #FFFFFF;
}

#list .author-list {
	width: auto;
	text-align: center;
	list-style: none;
	line-height: 30px;
	margin: 0px
}

#list .author-list a {
	text-decoration: none;
	font: bold 14px/100% Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#list .list-item-first {
	width: 520px;
	list-style: none;
	height: 55px;
	border: 1px solid #000000;
	margin: 20px 0px 8px 0px;
	float: left;
}

#rightbar {
	width: 150px;
	height: auto;
	float: right;
	margin: 5px 21px 10px 0px;
}

#footer {
	background: #FFFFFF;
	width: 1000px;
	height: 50px;
	margin: auto;
}

#footer .links {
	width: 750px;
	height: 50px;
	float: left;
	text-align: center;
	margin-top: 20px;
}

#footer .links a {
	text-decoration: none;
	color: #000000;
}

#footer .follow_us {
	width: 250px;
	height: 50px;
	float: left;
	margin-top: 20px;
}

#twitter {
	background: #FFFFFF url(../images/follow-twitter.png) no-repeat;
	float: left;
	height: 24px;
	margin-right: 10px;
}

#facebook {
	background: #FFFFFF url(../images/follow-facebook.png) no-repeat;
	height: 24px;
	float: left;
}

.subscribe {
	margin: -15px 0px 5px 0px;
	font: bold 11px/100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

/*----- pagination -----*/
#pagination {
	font-size: 12px;
	color: #000;
	padding: 0px 0px 20px 0px;
	float: left;
	margin-left: 100px;
}
#pagination ul {
	padding: 0px;
}
#pagination li {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	list-style: none; /* savers */
	float: left;
}
#pagination a {
	border: solid 1px #d3d3d3;
	background: #FFFFFF;
}
#pagination .previous-off,
#pagination .next-off {
	border: solid 1px #d3d3d3;
	color: #888;
	display: block;
	float: left;
	font-weight: normal;
	padding: 2px 4px;
	background: #FFFFFF;
}
#pagination .next a,
#pagination .previous a {
	font-weight: normal;
}	
#pagination .active     {
	background: #FF0000;
	color: #fff;
	font-weight: bold;
	display: block;
	float: left;
	padding: 2px 4px; /* savers */
}
#pagination a:link, 
#pagination a:visited {
	color: #336699;
	display: block;
	float: left;
	padding: 2px 4px;
	text-decoration: none;
}
#pagination a:hover {
	border: solid 1px #336699;
}
span.page {
	color: #666;
	float: right;
	margin-top: 3px;
}

/* login box */
#login_box {
	margin: 0px auto;
	width: 350px;
	height: 250px;
	border: 1px solid #000000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#login_box .form {
	padding: 60px 45px;
}

#login_box .column1 {
	width: 80px;
	float: left;
}

#login_box .column2 {
	width: 160px;
	float: right;
}

#login_box .column3 {
	width: 240px;
	float: none;
}


