body {
background: url('/images/bg.jpg') repeat;
font-family: Arial, sans-serif;
color: #FFFFFF;
margin: 0 auto;
padding: 0;
}

p {
margin: 0;
padding: 0;
clear: both;
}

a {
 color: #afafaf;
}


#border {
background: url('/images/border.png') no-repeat;
width: 468px;
height: 617px;
margin: 0 0 0 250px;
}

#container {
background: #000000;
width: 450px;
height: 551px;
margin: 0 0 0 17px;
padding: 50px 0 0 0;
}

#container h1 {
padding: 0;
margin: 0 0 10px 10px;
font-size: 20px;
text-shadow: 0 1px 0 #595858;
}

#container h2 {
padding: 0;
margin: 0 0 10px 10px;
font-size: 18px;
text-shadow: 0 1px 0 #595858;
text-align: center;
}

#container p {
margin: 10px 10px 10px 25px;
}

#container ol {
margin: 10px 20px 10px 25px;
}

#container ol li {
	margin: 10px 0 10px 0;
}

#logo {
margin-top: -25px;
}

#logo img {
margin: 0 0 20px 40px;
float: left;
}

#logo h1 {
font-size: 28px;
text-indent: -15px;
position: relative;
top: 70px;
left: 5px;
text-shadow: -2px 2px 0 #595858;
-moz-text-shadow: -2px 2px 0 #595858;
-webkit-text-shadow: -2px 2px 0 #595858;
line-height: 24px;
font-weight: 100;
text-transform: capitalize;
}

#user_info {
border: 1px #afafaf solid;
margin: auto;
margin-bottom: 25px;
width: 400px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

#user_info img {
float: left;
margin: 10px;
}

#user_info p {
font-size: 14px;
clear: none;
}

#user_info p.username {
	font-weight: bold;
}

#user_info p.status {
font-style: italic;
color: #afafaf;
}

#user_info a {
font-size: 12px;
font-style: italic;
font-weight: 100;
text-decoration: none;
color: #afafaf !important;
}

#user_info a:hover {
text-decoration: underline;
}

#title {
position: absolute;
left: 0;
top: 500px;
background: url('/images/title_bg.png') no-repeat;
width: 166px;
height: 46px;
font-size: 20px;
padding-top: 6px;
}

#title a {
margin: 0 0 0 40px;
padding: 10px 0 10px 20px;
text-shadow: 0 1px 0 #595858;
-moz-text-shadow: 0 1px 0 #595858;
-webkit-text-shadow: 0 1px 0 #595858;
color: white !important;
text-decoration: none;
}

#login_form {
clear: both;
width: 300px;
height: 150px;
border: 1px #595858 solid;
background: #ffffff url('/images/login_form_bg.jpg') no-repeat;
margin: 50px auto;
color: #000000;
text-align: center;
}

#login_form p {
font-weight: bold;
margin-top: 20px !important;
text-shadow: 0 1px 1px #cccccc;
}

#login_form img {
border: 0;
text-align: center;
margin-top: 25px;
}

#login_form input[type=text], #login_form input[type=password], #contact input {
display: block;
padding: .5em;
margin: 5px auto;
width: 250px;
font-size: 16px;
}

#login_form fieldset {
width: 300px;
margin: 50px auto;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

input[type=submit] {
padding: .8em;
border: none;
margin-right: 1em;
padding: 6px;
text-decoration: none;
font-size: 14px;	
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #595858;
color: white;
box-shadow: 0 1px 0 white;
-moz-box-shadow: 0 1px 0 white;
-webkit-box-shadow: 0 1px 0 white;
}

input[type=submit]:hover {
cursor: pointer;
background: #999999;
}

input[type=submit]:active {
cursor: pointer;
background: white;
color: #595858;
}

#login_form input[type=submit] {
margin-left: 14px;
}

a.main_menu {
display: block;
width: 240px;
text-align: center;
padding: 30px;
font-size: 18px;
background: #595858;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
box-shadow: 0 1px 0 #afafaf;
-moz-box-shadow: 0 1px 0 #afafaf;
-webkit-box-shadow: 0 1px 0 #afafaf;
text-decoration: none;
margin: 10px auto;
color: white;
}

a.main_menu:hover {
background: #999999;
}

a.main_menu:active {
background: white;
color: #595858;
}

#add_tweet {
width: 350px;
margin: auto;
}

#add_tweet input[type=submit] {
font-size: 16px;
padding: 10px;
}
#add_tweet textarea, #contact textarea {
	font-size: 16px;
	font-family: Arial, sans-serif;
	color: #afafaf;
	width: 100%;
	height: 150px;
	margin: 5px 0 5px 0;
	padding: .5em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#contact textarea {
width: 250px !important;
color: black !important;
}

#contact {
text-align: center;
clear: both;
}

#view_status table, table {
	margin: auto;
	width: 400px;
	padding: 0;
	border-spacing: 0;
}

#view_status td, td {
	padding: 10px;
}

#view_status a, td a {
	color: white;
	text-decoration: none;
}

#pagination {
	margin: 30px 10px 10px 20px;
}

#pagination a {
	padding: 5px;
	border: 1px #afafaf solid;
	background: #999999;
	color: white;
	text-decoration: none;
}

#pagination p {
	padding: 5px;
	border: 1px #afafaf solid;
	background: #afafaf;
	color: #999999;
}

#word_count {
color: #afafaf;
font-size: 22px;
float: right;
}

#footer_border {
background: url('/images/full_footer_border.png') no-repeat;
width: 468px;
height: 218px;
margin: 0 0 0 250px;
}

/*IE 7 fix*/
html>body #footer_border {
margin: -17px 0 0 250px !important;
}

#footer {
background: #FFFFFF;
width: 450px;
height: 132px;
margin: -17px 0 0 17px;
padding-top: 70px;
}

/*IE 7 fix*/
html>body #footer {
margin: 0 0 0 17px;
}

#footer p {
text-align: center;
color: #afafaf;
margin-bottom: 20px !important;
font-size: 12px;
}

p.instructions {
margin-top: 25px !important;
}

p.note {
font-style: italic;
}

#user_area p.main_menu {
	margin-top: 55px !important;
}
#user_display {
background: #595858;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px #afafaf solid;
}

#user_display img {
float: left;
padding: 5px;
}

#user_display p {
padding: 20px 10px 10px 5px !important;
margin: 0;
font-size: 14px;
float: right;
clear: none;
}

fieldset {
clear: both;
}

legend {
color: white;
}

p.text {
font-size: 14px;
}

#ads {
position: absolute;
left: 750px;
top: 10px;
text-align: center;
width: 280px;
}

#ads img {
margin: 0 15px 10px 0;
float: left;
}

#ad_box {
background: #E1E1E1;
border: 1px #B3B3B3 solid;
color: #555;
height: 125px;
width: 125px;
text-align: center;
line-height: 1000%;
font-size: 12px;
display: block;
margin: 0 0 30px 0;
text-decoration: none;
text-shadow: 0 1px 0 #FFFFFF;
float: left;
}

#ad_box:hover {
border: 1px #999999 solid;
background: #E4E4E4;
color: #000000;
}

