/* @override http://j.macslash.dev/css/main.css */

html,body {
    min-width:635px;
    min-height:500px;
    height:100%;
    background: whitesmoke;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1#logo {
    text-indent: -9999px;
	padding:225px 0 0 240px;
    background: url(/images/macslash-logo.png) no-repeat 0 0;
}

h2 {
    padding: 1.5em;
}

label {
	font-size: .8em;
	font-weight: bold;
}
#outer{
    height:100%;
    width:100%;
    display:table;
    vertical-align:middle;
}

#container {
    text-align: center;
    position:relative;
    vertical-align:middle;
    display:table-cell;
    height: 468px;
}

#container2 {
	width: 920px;
    margin-left:auto;
    margin-right:auto;
}

#inner {
    width: 635px;
    background:white;
    min-height: 500px;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    border:1px solid #000;
	padding: 2em;
	float: left;
}

#twitter {
    width: 150px;
    min-height: 500px;
    text-align: left;
    margin-left:auto;
    margin-right:auto;
    border:1px solid #000;
	font-size: .8em;
	float: right;
	max-height: 500px;
	overflow: auto;
	padding: 1em;
    background: white;
/*
    background: white url(/images/twitter-logo-120x28.png) no-repeat scroll center 6px;
	padding: 50px 1em 1em;
*/
}

#twitter img {
	padding-bottom: 1em;
}

#twitter li {
	margin-bottom: 2em;
}

#twitter .date {
	font-weight: bold;
	color: orangered;
}

#twitter .time {
	color: orangered;
	width: 100%;
}

#twitter .tweet {
	color: #242424;
	margin-top: .5em;
	text-align: left;
	font-size: .9em;
	border-bottom: 1px solid orangered;
	padding-bottom: 2em;
}

.clear {
	clear: both;
}

p {
    margin-top: 1em;
    color: gray;
	font-size: .8em;
}

.error, .errors {
	color: red;
	font-weight: bold;
	font-size: 1.2em;
}

#ads {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 3em;
	border: 1px solid silver;
	width: 500px;
	color: black;
	font-size: .7em;
	background-color: #f9f9f9;
}

#ads ul {
	padding: 1em;
}

#ads ul li {
	padding: .2em;
}

#ads a {
	color: gray;
}