/*** ftweet.com Master Style Sheet **********************
/
/*** Notes *********************************************

	image path: url(../images/image.jpg)
	
	Brown: #7B493A
	Orange: #BA5028
	Cream: #F6DAA8
	Grey: #92816D

********************************************************/

/*** Imports ******************************************/

@import url("reset.css");
@import url("print.css") print;

/**** Global *********************************/

body {
	background:url(../images/bg.png) no-repeat center 15px ;
	text-align:center;
	border-top:solid 30px #7B493A;
	color:#92816D;
	font-family:"Lucida Grande", lucida, arial, sans-serif;
}

#wrapper {
	width:800px;
	margin:0 auto;
	overflow:auto;
}

a, a:visited {
	color:#BA5028;
}

h1 {
	font-size:18px;
	color:#92816D;
	margin-bottom:30px;
	font-weight:bold;
	text-align:center;
}

/**** Header *********************************/

#header {
	margin:60px 0;
}

/**** Form **********************************/

#form {
	background:url(../images/form-bg.png) no-repeat;
	width:410px;
	height:37px;
	margin:0 auto 30px;
	clear:both;
}

#form input {
	background:transparent;
	border:1px;
	color:#92816D;
	font-size:18px;
	width:200px;
	
}

#form .username {
	width:280px;
	float:left;
	margin:5px 0 0 10px;

}

#form .submit {
	background:url(../images/form-bg.png) no-repeat right #BA5028;
	color: #F6DAA8;
	width:120px;
	height:37px;
	font-weight:bold;
	float:left;
	cursor:pointer;
}

/**** Core ***********************************/

#core {
	overflow:auto;
	text-align:left;
	margin:20px;
	padding-bottom:20px;
	border-bottom:solid 2px #92816D;
}

#left_pane h1 {
	font-size:28px;
	margin-top:10px;
	text-align:left;
}

#left_pane {
	float:left;
	width:388px;
	margin-right:20px;
	
}

#right_pane {
	float:left;
	width:350px;
	text-align:center;
}

.list_heading {
	font-size:22px;
	font-weight:bold;
}

#ftw_list .list_heading {
	color:#BA5028;
}

#ftl_list .list_heading {
	color:#92816D;
}

#ftw_list, #ftl_list {
	float:left;
	width:180px;
	list-style:none;
	margin:0;
	padding:0;
	font-size:10px;
}

#ftw_list {
	margin-right:15px;
}

#ftl_list a {
	color:#92816D;
}

#ftw_list li, #ftl_list li{
	margin:5px 0 10px 0;
	border-bottom:dashed 1px #92816D;
}

#ftl_list li{
	border-bottom:dashed 1px #BA5028;
}



/*** Sidebar *********************************/

/**** Footer *********************************/

#footer {
	margin:60px 0 20px 0;
	line-height:200%;
}