/* CSS Document */
* { padding: 0; margin: 0; }

body { 
	font-family: Arial, Helvetica, sans-serif;
	background: url(/img/bg.jpg) repeat-x #CCC;
}

#wrapper {
	width: 800px; 
	margin-left: auto;
	margin-right: auto;
}

#wrapper_bottom {
	width: 800px; 
	margin-left: auto;
	margin-right: auto;
}

#form { margin-bottom: 20px; }

#form #text_input { 
	width: 680px;
	height: 25px;
	font-size:19px;
	padding: 5px;
	color: #003399;
	border: 1px solid #999999;
	margin-right: 15px;
}

#form #submit_input { 
	width: 90px;
	font-size:18px;
	padding: 4px
}

#left { 
	float: left;
	width: 550px;
	padding: 10px;
	background: #FFF;
	border: 1px solid #999999;
}

#right { 
	float: right;
	width: 210px;
}

.inside_right {
	padding: 10px;
	background: #FFF;
	border: 1px solid #999999;
	margin-bottom: 20px;
}

.inside_right ul {
	margin-top: 10px;
	margin-left: 45px;
}
.inside_right li {
	list-style-type: square;
}

#top_left { float: left; }
#top_left img { border: none; }
#top_right { 
	float: right; 
	margin-top: 30px;
}

#top_right li { 
	display: inline; 
	background-color: #A5B6BD;
	padding: 10px;
	margin-right: 5px;
}

#top_right li:hover { background-color:#000; } 

#top_right li a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 10px;
	display:inline-block;
}

#results { 
	width: 100%;
	font-size: 12px;
}

#results td {
	padding: 5px; 
}

#results a img {
	border: 2px solid #666666;
	width: 48px;
	height: 48px;
}

#results h3 {
	display: inline;
	font-size: 14px;
	margin-right: 3px;
	padding: 3px;
}

#results span { color: #999999; margin-right: 10px; }

#results h3 a { text-decoration: none; color: #7DA1DE; }
#results h3:hover { background-color: #000000; }


.tweet { 
	color: #000;
	padding: 10px;
	background:#F0F0F0;
	margin-bottom: 10px;
}
	
.tweet a { color: #86abb7; }

.bold_large {
	font-size: 20px;
	margin-bottom: 10px;
}

#footer {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	color: #333333;
	text-align: center;
}

.links
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	font-size:14px;
	text-align:center;
}

#follow {
	font-size: 13px; 
	margin-bottom: 10px;
	text-align: center;
}

#follow a { text-decoration: none;	color: #333333; }

#advanced {
	font-size: 10px;
	text-align: center;
	margin-top: 5px;
}

.blog {
	margin-bottom: 30px;
}

.blog p {
	padding: 5px;
}

.blog h2 {
	font-size: 24px;
	color: #003399;
	margin-bottom: 5px;
}

.blog .post {
	font-size: 12px;
}

#pic { margin-top: 15px; text-align:center; }

.inside_right #pic {
	margin-top: 0px;
	margin: 15px;
}

#pic img { border: 3px solid #333; }
#pic a img { width: 150px; height: 150px; }

#left p {
	padding: 5px;
	font-size: 12px;
	margin-bottom: 5px;
} 

.date {
	font-size: 11px;
	color: #999999;
}

.post img { border: 4px solid #999999; margin: 10px; }