#searchForm{
	/* The search form. */
	padding:5px 195px 10px;
	margin:1px 0;
	position:relative;

	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
}

fieldset{
	border:none;
}

#searchInputContainer{
	/* This div contains the transparent search box */
	width:420px;
	height:36px;
	float:left;
	margin-right:12px;
}

#s{
	/* The search text box. */
	
	border:none;
	color:#888888;
	background:url("img/searchBox.png") no-repeat;
	
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	height:36px;
	line-height:36px;
	margin-right:12px;
	outline:medium none;
	padding:0 0 0 35px;
	text-shadow:1px 1px 0 white;
	width:385px;
}

/* The UL that contains the search type icons */

.icons{
	list-style:none;
	margin:10px 0 0 335px;
	height:19px;
	position:relative;
}

.icons li{
	background:url("img/icons.png") no-repeat;
	float:left;
	height:19px;
	text-indent:-9999px;
	cursor:pointer;
	margin-right:5px;
}

/* Styling each icon */

li.web{ width:15px;}
li.web.active,
li.web:hover{ background-position:left bottom;}

li.images{ width:22px; background-position:-18px 0;}
li.images.active,
li.images:hover{ background-position:-18px bottom;}

li.news{ width:14px; background-position:-44px 0;}
li.news.active,
li.news:hover{ background-position:-44px bottom;}

li.videos{ width:17px; background-position:right 0;}
li.videos.active,
li.videos:hover{ background-position:right bottom;}

span.arrow{
	/* The little arrow that moves below the icons */
	
	width:11px;
	height:6px;
	margin:21px 0 0 5px;
	position:absolute;
	background:url('img/arrow.png') no-repeat;
	left:0;
}


/* The submit button */


#submitButton{
	background:url('img/buttons.png') no-repeat;
	width:83px;
	height:36px;
	text-indent:-9999px;
	overflow:hidden;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
}

#submitButton:hover{
	background-position:left bottom;
}


/* The Search tutorialzine.com / Search the Web radio buttons */


#searchInContainer{
	float:left;
	margin-top:12px;
	width:330px;
}

label{
	color:#DDDDDD;
	cursor:pointer;
	font-size:11px;
	position:relative;
	right:-2px;
	top:-2px;
	margin-right:10px;
	white-space:nowrap;
	/*float:left;*/
}

input[type=radio]{
	cursor:pointer;
	/*float:left;*/
}


/* Styling the search results */


.pageContainer{
	/* Holds each page with search results. Has an inset bottom border. */
	border-bottom:1px solid #5e7481;
	margin-bottom:50px;
	
	/* Adding a dark bottom border with box shadow */
	
	-moz-box-shadow:0 1px 0 #798e9c;
	-webkit-box-shadow:0 1px 0 #798e9c;
	box-shadow:0 1px 0 #798e9c;
}


p.notFound{
	text-align:center;
	padding:0 0 40px;
}


/* Web & news results */


.webResult{ text-shadow:1px 1px 0 #586a75;margin-bottom:10px;}
.webResult h2{ 
	background-color:#333;
        text-align:left;
	font-size:18px;
	font-weight:normal;
	padding:8px 20px;
	
	/* Applying CSS3 rounded corners */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.webResult h2 b{ color:#fff; }
.webResult h2 a{ color:#eee;border:none;}
.webResult p{ line-height:1.5;padding:15px 20px;}
.webResult p b{ color:white;}
.webResult > a{ margin-left:20px;}


/* Image & video search results */


.imageResult{
	float:left;
	height:180px;
	margin:0 0 20px 40px;
	text-align:center;
	width:152px;
	overflow:hidden;
}
.imageResult img{ display:block;border:none;}
.imageResult a.pic{
	border:1px solid #fff;
	outline:1px solid #777;
	display:block;
	margin:0 auto 15px;
}

/* The show more button */

#more{
	width:83px;
	height:24px;
	background:url('img/more.png') no-repeat;
	cursor:pointer;
	margin:40px auto;
}

#more:hover{
	background-position:left bottom;
}




/*
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

Theme Name: OneNews Premium
Theme URI: http://ericulous.com/2007/06/11/popurls-clone-using-wordpress/
Description: Smashing News Aggregator
Version: 2.4
AUTHOR: Genkisan
Author URI: http://ericulous.com/
Tags: 3 columns, white, black, feeds, aggregator, fixed width

*/

body {
background: #000; 
color: #ddd;
font-family: verdana, geneva, sans-serif;
font-size: 75%;
line-height: 125%;
margin: 0;
padding: 0;
}

h2 { font-size: 1.3em; margin: 5px 0; padding: 5px 0; }
h3 { font-size: 1.2em; margin: 5px 0; padding: 5px 0; }
h4 { font-size: 1.1em; margin: 5px 0; padding: 5px 0; }
input, textarea { border: 1px solid #dcdcdc; }
form { margin: 0; padding: 0; }
p {	margin:0 0 1em 0; padding:0; }
a { color: #888; text-decoration: none; }
a:hover { color: #006699; }
img { border: 0; }

.content {clear: both; margin: 0px auto; width: 950px; }


/* Top part */
#top { height: 70px; padding-bottom:40px; }
	#top #logo { padding-top: 20px; margin: 0; color: #000; }
	#top #logo h3 { padding: 0; margin: 0; font-size:2.4em; font-weight:bold; }
	#top #logo p { padding:8px 0 0 0; margin:0; font-size:0.9em; font-weight: bold; }
	#top #logo a { color: #aaa; }
	#top #logo a:hover { color: #333; text-decoration:none; }
	#top #toprightbar { float: right; margin:20px 10px 0 0; padding:8px; background-color: #efefef; }


/* News Blocks */
.newsblock {
width:316px; float:left; padding:0; margin:0 0 40px 0;
}

.newsblockfull {
width:950px; float:left; padding:0; margin:0 0 40px 0;
}

.favicon {
float:left; padding-right:5px; background-color:#1F1F1F;
}

.news-entry h2 {
font-size: 1.5em;
margin: 0;
padding: 0 0 15px 0;
}

.news-entry h2 a, .news-entry h2 a:active, .news-entry h2 a:link, .news-entry h2 a:visited {
color: #fff;
}

.news-entry h2 a:hover {
color: #aaa;
}

.news-entry a, .news-entry a:active, .news-entry a:link, .news-entry a:visited {
color: #7bb9d0;
text-decoration: none;
}

.news-entry ul{
list-style-type: none;
padding: 0;
margin: 0;
font-size: 0.9em;
width: 300px;
overflow: hidden;
}

.news-entry li  {
border-top: 1px solid #505050;
line-height: 16px;
}

.news-entry li a{
display:inline-block;
width: 300px;
padding: 2px 0 2px 0;
}

.news-entry li a:visited {
color: #888;
}

.news-entry li a:hover {
color: #fff;
text-decoration: none;
background-color: #2f2f2f;
display:inline-block;
}

.news-entry img{
background-color: #555;
}

.clearer { clear: both; height: 30px; }


/* Post */
.post {
margin: 0 15px 0 0;
}

.post a {
color: #fff;
font-weight: bold;
}

.post a:hover {
background-color: #666;
color: #fff;
text-decoration: underline;
}

.post blockquote {
background: url(images/quote.gif) no-repeat; 
margin:1em; 
padding: 0 0 0 3em;
color: #ccc;
}

.postcontent {
font-size: 1.1em;
float: left;
width: 550px;
}

.postcontent h2 {
font-size: 1.3em;
margin: 0 0 15px 0;
padding: 0;
}

.postcontent h2 a {
color: #fff;
text-decoration: none;
}

.postcontent h2 a:hover {
background-color: #1f1f1f;
color: #666;
text-decoration: none;
}

.postmeta {
color: #aaa;
font-size: 1.1em;
float: left; 
margin: 0 0 0 0; 
text-align:right;
width: 380px;
}

hr {
height: 1px; 
border-style: none; 
color: #555; 
background-color: #555;
}

.navigation {
display: block;
text-align: center;
margin-top: 10px;
padding-bottom: 30px;
}


/* Comments */
.commentdiv {
width:550px;
}

ol.commentlist {
color: #fff;
list-style-type: none;
margin: 0;
margin-top: 1.5em;
padding: 0;
}

.commentlist li {
margin-bottom: 2em;
padding: 0.5em 1em 0.5em 0;
}

ol.trackbacklist {
color: #666;
list-style-type: none;
margin: 0;
padding: 0;
}

.trackbacklist li {
padding: 0.3em 0;
}

.trackbacklist li a{
color: #999;
font-weight: normal;
}

.alt1, .odd {
border-bottom:1px solid #efefef;
padding: 0.5em;
}

.alt2, .even {
border-bottom:1px solid #efefef;
padding: 0.5em;
}

.commentlist ul.children li {
border: none;
list-style: none;
}

.bypostauthor {
}

.commentcount {
float: right;
font-size: 1.8em;
font-weight: bold;
font-style: italic;
margin-top: 5px;
}

.commentcount a {
color: #ccc;
}

.commenttext {
margin: 10px 55px 0 35px;
font-size: 1.1em;
}

.commenttext blockquote {
background: url(images/quote_comments.gif) no-repeat; 
padding-left: 25px;
}

.gravatar {
float: left;
margin-top: 2px;
padding-right: 10px;
}


/* Footer */
#footer {
border-top: 1px solid #666;
clear: both;
color: #999;
font-size: 0.8em;
margin: 0 15px 1em 0;
padding: 2em 0 1em 0;
text-align: center;
}

#bottombar {
background-color: #3f3f3f;
border-top: 1px solid #666;
clear: both;
margin: 30px 15px 0 0;
padding: 0 0 20px 0;
}

#bottombar .bottomblock {
width:290px; float:left; padding:0 0 0 20px;
}

#bottombar .last {
padding: 0;
}

#bottombar h3 {
color: #eee;
font-size: 1.1em;
margin: 25px 0 0 0;
padding: 0;
}

#bottombar ul{
font-size: 0.9em;
list-style-type: none;
padding: 0;
margin: 0;
width: 298px;
}

#bottombar li {
margin: 5px 0 5px 0;
}

#bottombar li a {
color: #ccc;
text-decoration: none;
}

#bottombar li a:hover {
color: #aaa;
text-decoration: none;
}


/* Misc */
img.youtubeimage{
border: 1px solid #666;
padding: 9px 9px 9px 9px;
margin: 3px 3px 3px 5px;
margin-bottom: 8px;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
