/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(http://www.slurpystudios.com/wp-content/themes/slurpy-studios/images/background.jpg);
	background-color: #f3f3f1;
	letter-spacing: 1px;
	color: #555555;
}
a {
	color: #555555;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#top-bar {
	height: 35px;
	width: 100%;
	background-color: #cabea0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #777777;
}
#top-bar-left {
	float: left;
	margin-top: 6px;
	margin-left: 20px;
	width: 190px;
}
#top-bar-left h1 {
	font-size: 18px;
}
#top-bar-right {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	font-size: 12px;
	text-align: right;
	width: 200px;
}
#page-box {
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	width: 660px;
	padding: 0px;
	height: 212px;
}
#text-box {
	height: 110px;
	width: 270px;
	float: left;
	background-color: #cabea0;
	border: 2px solid #F4F4F2;
	padding-top: 70px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 16px;
	background-image: url(http://www.slurpystudios.com/wp-content/themes/slurpy-studios/images/client-login-logo.jpg);
	background-repeat: no-repeat;
	background-position: 18px 12px;
}
#text-box  p.gap  {
	padding-bottom: 15px;
}
#login-box {
	height: 160px;
	width: 270px;
	float: left;
	background-color: #a41213;
	border: 2px solid #F4F4F2;
	color: #f9eac9;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#page-box-add {
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	width: 330px;
	padding: 0px;
	height: 100%;
}
#login-box-add {
	height: 100%;
	width: 270px;
	float: left;
	background-color: #a41213;
	border: 2px solid #F4F4F2;
	color: #f9eac9;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.grey-outline {
	border: 1px solid #777777;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
lable {
	margin-top: 10px;
}
.text-line {
	background-color: #dccba5;
	border: 1px solid #555555;
	width: 265px;
	font-size: 16px;
	margin-top: 5px;
	padding: 2px;
	letter-spacing: 1px;
}
.remember {
	margin-left: 15px;
	font-size: 12px;
}
#login-box-bottom {
	width: 270px;
}
#login-checkbox {
	float: left;
}
#login-submit {
	float: right;
}
.submit {
	background-color: #F4F4F2;
	color: #A41213;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#view-project {
	text-align: center;
}
#view-project a {
	color: #555555;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	border: 2px solid #333333;
	background-color: #F2F2F0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#view-project a:hover {
	color: #A41213;
	background-color: #f9eac9;
	text-decoration: none;
}
#view-project p{
	margin-top: 110px;
	text-align: left;
	font-size: 12px;
}
#table-list {

}
#table-rows {
	font-size: 14px;
	margin-top: 40px;
	margin-left: 30px;
}
#table-rows th {
	background-color: #999999;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
#table-rows td{
	background-color: #D4D4D4;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
#table-rows    .id-col  {
	width: 50px;
}
#table-rows .username-col {
	width: 200px;
}
#table-rows .url-col {
	width: 400px;
}
#table-rows .edit-col {
	width: 60px;
}
#page-box-edit {
	margin-left: 24px;
	margin-top: 20px;
	margin-bottom: 50px;
}
#page-box-edit a {
	color: #f9eac9;
	text-decoration: none;
}
#page-box-edit a:hover {
	color: #f9eac9;
}

