
BODY {
    padding: 10px 10px;
    font-family: arial;
}
a img {
	border: none;
}
#main_view {
    /*height: 385px; */
    padding: 10px 10px 0 10px;
}


#tweetform, #video_view, .column, .tweet {
    float: left;
}

#video_view, #tweetform {
    width: 320px;
}

#video_view {
	margin-right: 10px;
	margin-bottom: 6px;
}

#video_container {
    width: 320px;
    height: 240px;
    margin: -1px;
    margin-bottom: 5px; 
	margin-right: 10px;
}

#twitter_view {
    width: 310px;	/*280px; */
    /* height: 375px; */
    padding: 5px 5px;
	overflow: auto;
	margin-bottom: 10px;
}

.tweet {
    /*Steve's special class. Because Steve is special.*/
    padding: 5px 5px;
}

.tweet_img {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 5px;
	margin-bottom: 15px;
}

.tweet .date {
    padding-top: 5px;
    margin-left: 35px;
    font-size: 11px;
}

.tweet .text, .tweet .author {
    font-size: 11px; 
}

.pagination {
    font-size: 11px;
    margin-top: 10px;
    float: right;
    text-align: center;
}

.title_view {
    font-weight: bold;
    font-size: 17px;
}

.title_subtitle {
    font-style: italic;
    font-size: 12px;
    margin-bottom: 7px;
	font-weight: normal;
}

#video_view .jcarousel-skin-tango .jcarousel-container {
	margin-top: 4px;
	margin-bottom: 4px;
}

#tweetform {
	clear: both;
	padding-top: 2px;
	margin-bottom: 4px;
}
#tweetform label {
	margin-left: 4px;
    font-size: 12px;
}
#tweetform .text
{
	 width: 70px;
}
#tweetform textarea
{
	height:41px;
	margin-top: 6px;
	width:318px;
}
#tweetform .submit
{
	float: right;
	margin-top:3px;
	padding:0px;
}
#tweetform .logo {
	height: 14px;
	width: 62px;
	margin-bottom: 2px;
}
#tweetform .charcounter {
	float: left;
    font-size: 12px;
	margin-top: 7px;
}

h1 {
	margin-bottom: 9px;
}

div.itunes {
	padding-left: 5px;
	background: url("images/itunes-left.png") no-repeat left top;
	color: #4B4A44;
	text-align: center;
	margin-bottom: 7px;
}
div.itunes div {
	background: url("images/itunes-right.png") no-repeat right top;
	vertical-align: center;
}
div.itunes, div.itunes div {
	height: 46px;
}