/* G-Tech CMS CSS */


/* Structure */
#cms_header_container { height: 140px; width: 100%; background: #dadada; }
	#cms_header { width: 960px; margin: 0 auto; }
		#cms_header_left { float: left; margin: 20px 0 0; }
		#cms_header_right { float: right; margin: 86px 0 0; }
		
#hero_thumbs { clear: left; width: 1000px; }
	div.hero_thumb { background: #181818; width: 290px; padding: 10px 10px 6px; margin: 15px 15px 0 0; float: left; position: relative; }
	
#add_hero_form { display: none; width: 520px; padding: 20px 20px 5px; background: #111111; position: fixed; top: 250px; left: 50%; margin: 0 0 0 -280px; z-index: 50; -moz-border-radius: 6px; -webkit-border-radius: 6px; }

#game_left { float: left; width: 450px; }
#game_right { float: left; width: 450px; }

/* Headers */
#cms_header h2 { color: #181818; font: bold 36px Lucida Grande, arial; }
#cms_header h2 span { font: bold 48px Lucida Grande, arial; }
h3, h3 a { color: #ccccff; font: bold 20px Palatino, arial; }

/* Paragraphs */
#cms_header p { color: #383838; font: 15px Lucida Grande, arial; }
.img_size { font: 11px Lucida Grande, arial; }
p.rss_title { font: 15px/25px Lucida Grande, arial; color: #ccc; }
p.rss_title a { color: #ccccff; font: 10px Lucida Grande, arial; }

/* links */
#cms_header_left a { color: #383838; font: bold 15px Lucida Grande, arial; text-decoration: underline; }
#cms_header_right a { text-indent: -1000em; display: block; width: 185px; height: 32px; float: left; position: relative; }

#cms_header_links a.first { left: 10px; background: url(../images/cms/add_content.png) no-repeat; }
#cms_header_links a.first:hover, #cms_header_links a.first.current { left: 10px; background: url(../images/cms/add_content.png) no-repeat -185px 0; }

#cms_header_links a.second { left: 5px; background: url(../images/cms/add_content.png) no-repeat; }
#cms_header_links a.second:hover, #cms_header_links a.second.current { left: 5px; background: url(../images/cms/add_content.png) no-repeat -185px 0; }

#cms_header_links a.third { background: url(../images/cms/edit_hero.png) no-repeat; }
#cms_header_links a.third:hover, #cms_header_links a.third.current { background: url(../images/cms/edit_hero.png) no-repeat -185px 0; }

#add_hero { text-indent: -1000em; display: block; width: 186px; height: 32px; background: url(../images/cms/add_hero_link.png) no-repeat; float: left; }
#save_hero { text-indent: -1000em; display: block; width: 186px; height: 32px; background: url(../images/cms/save_hero_link.png) no-repeat; float: left; position: relative; left: -5px; }
#cancel_hero { display: block; font: bold 13px Lucida Grande, arial; color: #ccccff; float: left; position: relative; left: 10px; top: 7px; }

#reorder_hero { display: block; text-indent: -1000em; width: 186px; height: 32px; background: url(../images/cms/reorder_hero_link.png) no-repeat; position: absolute; bottom: 10px; left: 10px; }
#delete_hero { display: block; text-indent: -1000em; width: 111px; height: 32px; background: url(../images/cms/delete_hero_link.png) no-repeat; position: absolute; bottom: 10px; right: 10px; }

p.cms_edit { position: absolute; z-index: 100; }

#home_cms_links { display: none; }
body.home #home_cms_links { display: block; }
#edit_home_news { top: 780px; margin-left: -32px; display: none; }


#add_hero_form .close_button { position: absolute; top: -15px; right: -15px; }

/* Images */


/* Forms */
#add_hero_form h3 { font: bold 25px Lucida Grande, arial; color: #cccccc; }
#add_hero_form p { margin: 0 0 15px; }
#add_hero_form label { font: bold 16px Lucida Grande, arial; color: #cccccc; display: block; margin: 0 0 4px; }
#add_hero_form input[type="file"] { width: 400px; }

#edit_news_form { margin: 15px 0 0; }

#add_game_form p, #edit_game_form p, #add_news_form p, #add_rss_form p, #edit_news_form p { margin: 0 0 10px; color: #eee; font: bold 14px Lucida Grande, arial; }
#add_game_form label, #edit_game_form label, #add_news_form label, #add_rss_form label, #edit_news_form label { font: bold 16px Lucida Grande, arial; color: #cccccc; display: block; margin: 0 0 2px; }
#add_game_form input[type="text"], #edit_game_form input[type="text"], #add_news_form input[type="text"], #add_rss_form input[type="text"], #edit_news_form input[type="text"] { background: #fff; border: none; padding: 5px; width: 400px; font: 12px Lucida Grande, arial; }
#add_game_form textarea, #edit_game_form textarea { background: #fff; border: none; padding: 5px; width: 400px; height: 200px; font: 12px Lucida Grande, arial; }
#add_news_form textarea, #edit_news_form textarea { background: #fff; border: none; padding: 5px; width: 550px; height: 300px; font: 12px Lucida Grande, arial; }
#add_game_form select, #edit_game_form select { width: 205px; }
#add_game_form input[type="image"], #edit_game_form input[type="image"], #add_news_form input[type="image"], #add_rss_form input[type="image"], #edit_news_form input[type="image"] { margin: 5px 0 0; }

/* Tables */


