/* @override 
	http://localhost/arenadesign.com/css/screen.css
	http://www.arenadesign.com/css/screen.css
	http://localhost/_archive/arenadesign.com/css/screen.css
*/

/* Design Notes

	Green: #9ca400
	Orange: #f39000
	Blue: #5777b7
	Grey: #999
 */

/* @group Layout */

#container
{
	position: relative;
	display: block;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#logo
{
	position: absolute;
	top: 0;
	left: 0;
}

/* @end */

/* @group Global Styles */

.section_title
{
	color: #afb600;
	text-transform: uppercase;
	font-size: 1em;
	background: url(../img/circle.png) no-repeat 0 center;
	padding-left: 14px;
	margin: 5px 0;
}

.curNav
{
	color: #abb200;
}

#navigation
{
	border-width: 1px 0px;
	border-color: #c5c5c5;
	border-style: solid;
	text-transform: uppercase;
	list-style-type: none;
	line-height: 150%;
	padding: 8px 3px;
	font-size: .9em;
	margin: 0px;
}

#navigation a:hover
{
	text-decoration: none;
	color: #f39000;
}

.cur
{
	color: #f39000;
}

.clear
{
	clear: both;
}

/* @end */

/* @group Home Page */

#index #homepage #logo, #index #navigation, #index #content{
	top: 70px;
}

#index #homepage #logo{
	position: absolute;	
	left: 100px;
}

#index #navigation
{
	position: absolute;
	left: 361px;
}

#index #banner
{
	position: absolute;
	top: 331px;
}


#index #copyright
{
	position: absolute;
	top: 256px;
	left: 360px;
	font-size: 9px;
}



#index #content
{
	position: absolute;
	width: 400px;
	color: #f39000;
	left: 561px;
	font-size: 15px;
	line-height: 159%;
}

#index #content h2
{
	color: #f39000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}

#index #content p
{
	color: #f39000;
	margin: 0px;
	padding: 0px;
}

/* @end */

/* @group Admin */
#admin
{
	background: #fff url(../img/background_admin.png) repeat-y center;
}

#admin #container
{
width: 960px;
}

#admin #logo
{
	position: absolute;
	top: 100px;
}

.error
{
	color: #ed3300;
	font-style: italic;
	text-transform: uppercase;
	font-weight: bold;
}

.inactive
{
	text-decoration: line-through;
	font-size: .8em;
}

#admin #navigation
{
	position: absolute;
	width: 182px;
	top: 161px;
	text-align: right;
	left: 91px;
}


#admin #content
{
	position: absolute;
	top: 90px;
	width: 450px;
	right: 129px;
	color: #fff;	
	line-height: 160%;
}

#admin #content p, #admin #content h1, #admin #content h2, #admin #content h3, #admin #content h4, #admin #content h5, #admin #content h6, #admin #content label, #admin #content ul, #admin #content li, #admin #content li em, #admin #content li strong, #admin #content em, #admin #content strong
{
color: #fff;	
}

#admin #content b
{
	color: #e0ed36;
	font-style: italic;
}

#admin #content label
{
	font-size: 1.2em;
	font-weight: bold;
}

#admin #content h1
{
	font: normal 1.8em Helvetica, Arial, Geneva, sans-serif;
	border-bottom: 1px solid #fff;
	padding-bottom: 6px;
}

#admin #content p
{
	font-family: Helvetica, Arial, Geneva, sans-serif;
	line-height: 140%;
}



#admin #content a
{
	color: #fff232;
}

#admin #content li
{
	list-style-type: none;
}


#admin #content input[type=text], #admin #content textarea
{
	color: #000;
	font: 1.1em/130% Helvetica, Geneva, Arial, sans-serif;
	width: 461px;
	-webkit-border-radius: 5px;
	padding: 3px;
	
}

#admin #content textarea
{
	width: 461px;
}

#textile_help
{
	background-color: #92a100;
	padding: 7px;
}

#textile_help *
{
	color: #fff;
}


.manageList
{
	margin: 0;
	padding: 0 0 0 13px;
}

.manageList li
{
	background: url(../img/fileicon.gif) no-repeat;
	padding-left: 20px;

}

.handle
{
	display: block;
	cursor: move;
	float: left;
	margin-right: 8px;
	padding: 2px;
}

.iframeform
{

	height: 34px;
	width: 490px;
}

/* @end */

/* @group About Us */
#about
{
	background: url(../img/background_about.gif) repeat-x;
}

#about #container
{
width: 960px;
}

#about #logo
{
	position: absolute;
	top: 233px;
}

#about #characters
{
	position: absolute;
	top: 203px;
	right: 205px;
}

#about #navigation
{
	position: absolute;
	top: 43px;
	right: 10px;
	width: 155px;
}

#about #logo_sm
{
	position: absolute;
	top: 234px;
	right: 113px;
}


#about #content
{
	position: absolute;
	top: 291px;
	width: 440px;
}

#about #content p
{
	
	color: #fff;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	line-height: 140%;
}

/* @end */
#about #content p a, #contact #content p a
{
	color: #fff;
}


/* @group Contact */

#contact
{
	background: url(../img/background_contact.png) repeat-y center;
}

#contact #container
{
width: 960px;
}

#contact #logo
{
	position: absolute;
	top: 233px;
	left: 0;
}

#contact #characters
{
	position: absolute;
	top: 303px;
	left: 101px;
}

#contact #navigation
{
	position: absolute;
	top: 43px;
	right: 10px;
	width: 155px;
}

#contact #logo_sm
{
	position: absolute;
	top: 234px;
	right: 113px;
}


#contact #content
{
	position: absolute;
	top: 220px;
	width: 387px;
	left: 384px;
}

#contact #content p, #contact #content address
{
	color: #fff;
	font: 1.23em/150% Helvetica, Arial, Geneva, sans-serif;
}

#contact #content address
{
	font-weight: normal;
	font-style: normal;
	margin-top: -17px;
}

/* @end */

/* @group Portfolio */
#col_center iframe
{
	border: 1px #000 solid;

	width: 450px;
	color: #000;
}

/* @end */

/* @group Left Column */

#col_left
{
	width: 279px;
	float: left;
	position: absolute;
	top: 69px;
	left: 0;
}

#col_left h1
{
	color: #5777b7;
	font-size: 1.5em;
	position: absolute;
	top: 101px;
	font-weight: normal;
	font-style: normal;
}

/* My Comment */

#project_navigation
{
	color: #999;
	font-size: 1.6em;
	position: absolute;
	width: 120px;
	top: 77px;
	height: 20px;
}

#project_navigation ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#project_navigation li
{
	float: left;
}

.arrowleft a, .arrowright a
{
	display: block;
	width: 12px;
	height: 20px;
	text-indent: -9000px;	
}

.arrowleft a
{
	background: url(../img/arrow_left.png) no-repeat center 0;
	margin-right: 10px;
}

.arrowright a
{
	background: url(../img/arrow_right.png) no-repeat right;
	margin-left: 10px;
}

.arrowleft a:hover
{
	background: url(../img/arrow_left_over.png) no-repeat center 0;
}

.arrowright a:hover
{
	background: url(../img/arrow_right_over.png) no-repeat right;	
}

#project_navigation a:hover
{
	color: #f39000;
	text-decoration: none;
}


#client, #description
{
	border-bottom: 1px solid #c5c5c5;
	position: absolute;
	padding-bottom: 10px;
}

#client
{
	top: 175px;
}

#description
{
	top: 243px;
}

#client p, #description p
{
	font-size: 1em;
	width: 243px;
	margin: 0;
	padding: 0;
}

#subsections
{
	list-style-type: none;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
}

#subsections li
{
	float: left;	
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 5px;
}

#subsections li a
{
	display: block;
	font-size: 1.1em;
	color: #fff;
	background-color: #abb200;
	width: 20px;
	height: 20px;
	padding-top: 2px;
	text-decoration: none;
}

#subsections li a:hover
{
	background-color: #c7ce0e;
}

/* @end */

/* @group Center Column */
#col_center
{
	width: 483px;
	float: left;
	position: absolute;
	top: 138px;
	padding: 10px;
	left: 245px;
}

#col_center p
{
font-size: 1em;
}
/* @end */

/* @group Right Column */
#col_right
{
	width: 210px;
	float: left;
	position: absolute;
	top: 69px;
	right: 0;
}

#column1
{
	float: left;
	width: 100px;
}

#column2
{
	float: right;
	width: 100px;
}

#column1, #column2
{
	font-size: 1em;
}


#projectlist ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height: 140%;
}

#projectlist ul a
{
	color: #5777b7;
}

#projectlist ul a:hover
{
	color: #93b0e9;
	text-decoration: none;
}

#logo_ad
{
	margin-top: 7px;
}

/* @end */
