/* 
	Theme Name: Custom
	Theme URI: http://www.topicinfo.com
	Description: A two column theme.
	Author: TopicInfo
	Author URI: http://www.topicinfo.com
	Version: 1.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	font-family: "Trebuchet MS", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
	margin: 0;
	padding: 5px 0;
	background-color: #CCCCCC;
	}

/* Structure Divs */
#content {
	background: #fff;
	border: 1px solid #9C9C9C;
	margin: 0 auto;
	padding: 5px;
	width: 795px;
	}

#header {
	background: url(/images/header.jpg) no-repeat;
	height: 150px;
	margin: 0;
	padding: 0;
	}
	
	/* Header */
#header h1 {
	font-size: 30px;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 20px 0 2px 15px;
	width: 400px;
	text-align: center;
	color: #999999;
		}
		
#header h2 {
	font-size: 15px;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 2px 0px 0px 15px;
	width: 400px;
	text-align: center;
		}
		
#header a, #header a:hover {
	background: transparent;
	color: #666666;
	text-decoration: none;
	}

#pages {
	background: #B8D4FF;
	font-size: 12px;
	margin: 0;
	padding: 15px 0 6px 20px;
	}
	
.zerosize {
	height: 0px;
	width: 0px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	overflow: hidden;
	position: absolute;
}

.video {
	float: left;
}
.floatleft {
	padding: 2px;
	float:left;
}

.floatright {
	padding: 2px;
	float:right;
}

#sidebar {
	font-size: 10px;
	text-align: left;
	width: 200px;
	}
	
.imgspace {
	padding-bottom: 38px;
	float:left;
	padding-left: 2px;
	padding-right: 2px;
}

#sidebar .imgspace {
	padding-bottom: 38px;
	float: none;
}

a {
	color: #3366FF;
	text-decoration: none;
}

a:hover {
	color: #3333FF;
	background-color: #CCCCCC;
}

#twitter_msg{
	background:#fff;
	margin:0;
	padding:8px 10px;
	border:1px solid #ccc;
	border-right-width:0;
	outline-width:0;
-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	font:18px Helvetica,Arial,Sans-serif;
	width:450px;
}
#twitter_msg:focus{
	outline-width:0;
	border-color:#999999;
}
#twitter_submit{
	background:#bbb url("http://s.twimg.com/a/1255464717/images/bg-btn-search.png") repeat-x 0 0;
	padding:8px 15px;
	border:1px solid #ccc;
	margin-left:-0.5em;
-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;		
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	font:18px Helvetica,Arial,Sans-serif;
	font-weight:bold;
	color:#333;
	outline:none;
	text-decoration:none;
	text-shadow:0 1px 0 #fff;
}
#twitter_submit::-moz-focus-inner{padding:0;border:0;}
.chrome #twitter_submit{
	padding:8px 10px 9px;
}
.firefox-windows #twitter_submit{
	padding:9px 10px 8px;
}
.firefox-windows.firefox2 #twitter_submit{position:relative;top:1px;}
.ie7 #twitter_submit,.ie6 #twitter_submit{
	position:relative;
	top:-9px;
	left:-5px;
	padding:8px 10px 8px 20px;
}
#twitter_submit:hover,#twitter_submit:focus{
	background-position:0 -5px;
	cursor:pointer;
	color:#111;
}
#twitter_submit:active{
	background-image:none;
}