/*
Theme Name: Resume Desk Theme
Theme URI: http://resumedesk.com/
Description: A custom theme for Resume Desk.
Version: 1.0
Author: Adrogen
Author URI: http://www.adrogen.com/
*/


body {
	margin: 0;
	padding: 0;
	background: url('images/bg.jpg') repeat-x 0 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}

h1, h2, h3, h4, h5, h6, form { margin: 0; padding: 0; }
.clear { clear: both; }
.alignright { float: right; }
.alignleft { float: left; }
a { outline: none; }
.error { color: #aa0000; font-size: 12px; }
.success {
	background: #ecfeec;
	padding: 10px;
	font-size: 14px;
	margin-bottom: 10px;
	font-family: monospace;
	border: 1px solid #3eb53e;
	color: #3eb53e;
	display: block;
}
.small {
	font-size: 12px;
}

/* Large Form */
a.help_icon {
	display: block;
	height: 20px;
	width: 20px;
	background: url('images/help-icon.jpg') no-repeat 0 0;
	text-indent: -9999px;
	margin: 0 auto;
}
a.alert_icon {
	background: url('images/alert-icon.jpg') no-repeat 0 0;
}
table.form_table {
	font-size: 18px;
	color: #4e4e4e;
	width: 100%;
}
table.form_table td {
	padding-bottom: 15px;
}
table.form_table td.first {
	width: 175px;
}
table.form_table td.third {
	width: 40px;
}
table.form_table td.small {
	font-size: 12px;
}
table.form_table input.textfield {
	font-size: 18px;
	color: #4e4e4e;
	width: 344px;
	border: 1px solid #e5e5e5;
	padding: 4px 4px;
}
table.form_table input.textfield_short {
	width: 53px;
}

table.form_table input.textfield_med_long {
	width: 275px;
}

table.form_table input.textfield_med {
	width: 183px;
}

table.form_table input.textfield_med_short {
	width: 75px;
}

table.form_table textarea.textfield {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #4e4e4e;
	width: 344px;
	border: 1px solid #e5e5e5;
	padding: 4px 4px;
	height: 200px;
}
table.form_table textarea.med_height {
	height: 120px;
}

table.form_table select.textfield {
	font-size: 14px;
	color: #4e4e4e;
	width: 344px;
}

/* bullets */
.bullet {
	margin-bottom: 5px;
}
a.delete_bullet {
	display: block;
	height: 20px;
	width: 20px;
	background: url('images/delete-icon.jpg') no-repeat 0 0;
	text-indent: -9999px;
	margin: 5px 0 0 0;
	float: right;
}
a.new_bullet {
	display: block;
	text-indent: -9999px;
	background: url('images/add-bullet.jpg') no-repeat 0 100%;
	width: 134px;
	height: 26px;
	margin-top: 10px;
	margin-bottom: 25px;
}
a.new_bullet:hover {
	background-position: 0 0;
}

/* Listings */
.listings {
	font-size: 14px;
	color: #4e4e4e;
	width: 100%;
	border: 1px solid #CACACA;
	border-width: 0 0 1px 1px;
	margin-bottom: 25px;
}
.listing_head {
	text-align: left;
	color: #fff;
	background: #65aad9;
	font-weight: bold;
}
.listing_content {
	background: #fff;
}
.listing_head, .listing_content {
	border: 1px solid #CACACA;
	border-width: 1px 1px 0 0;
	padding: 6px;
}
.listings input.textfield {
	font-size: 14px;
	color: #4e4e4e;
	border: 1px solid #e5e5e5;
	padding: 2px 2px;
}
.listings input.textfield_med_short {
	width: 250px;
}
.listings textarea.textfield {
	font-size: 14px;
	color: #4e4e4e;
	border: 1px solid #e5e5e5;
	padding: 2px 2px;
	width: 400px;
	height: 200px;
	display: block;
	margin-top: 5px;
}
.page .listing_content p {
	line-height: 20px;
	margin-top: 5px;
}
.actions {
	margin-top: 4px;
}
a.save_notes {
	text-indent: -9999px;
	display: block;
	width: 76px;
	height: 19px;
	background: url('images/save-notes.jpg') no-repeat 0 0;
	margin-top: 4px;
	float: left;
}
a.cancel_notes {
	float: left;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 5px;
}
.notes_saved {
	color: #3eb53e;
	float: left;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 5px;
}


/* Work History and Education Listing */
ul#work_experience_order, ul#education_order, ul#resume_sections, ul#resume_sections_non_sort {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#work_experience_order li, ul#education_order li, ul#resume_sections li {
	cursor: move;
	position: relative;
}
ul#resume_sections_non_sort li {
	position: relative;
}
ul#work_experience_order ul, ul#education_order ul, ul#resume_sections ul, ul#resume_sections_non_sort ul {
	margin-top: 0px;
	list-style-type: disc;
}

/* Overview */
ul#resume_sections li {
	margin-bottom: 30px;
	border: 1px solid #CACACA;
}
ul#resume_sections_non_sort li {
	margin-bottom: 15px;
	border: 1px solid #CACACA;
}
.listing_head_sections {
	text-align: left;
	color: #777;
	font-weight: bold;
	background: #efefef;
	padding: 6px;
	border-bottom: 1px solid #cacaca;
	font-size: 18px;
}
ul#resume_sections li .listing_head_sections {
	background: #efefef url('images/blue-corner-drag.jpg') no-repeat top right;
}
ul#resume_sections li .listing_head_sections_main {
	background: #efefef url('images/main-section-bg.jpg') no-repeat 0 0;
	color: #444;
}
ul#resume_sections_non_sort li .listing_main_nodrag {
	background: #efefef url('images/main-section-bg-nodrag.jpg') no-repeat 0 0;
	color: #444;
}
.listing_head_sections span {
	font-weight: normal;
}
.listing_content_sections {
	background: #fff;
}
.section_main_content {
	padding: 6px;
}
.on_off_area {
	padding: 6px;
	width: 120px;
	border-left: 1px solid #CACACA;
}
a.section_on {
	display: block;
	width: 100px;
	height: 35px;
	margin: 0 auto;
	background: url('images/on-off-icon.jpg') no-repeat 0 100%;
	text-indent: -9999px;
}
a.section_off {
	background: url('images/on-off-icon.jpg') no-repeat 0 0;
}

/* Buttons */

input.form_submit {
	background: url('images/submit-bg.jpg') repeat-x 0 0;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	border: 1px solid #4f87ad;
	padding: 3px 9px;
	text-align: center;
	text-transform: uppercase;
}

input.form_submit_overview {
	background: url('images/submit-overview-bg.jpg') repeat-x 0 0;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	border: 1px solid #6aa34a;
	padding: 3px 9px;
	text-align: center;
	text-transform: uppercase;
}

input.form_submit_back {
	background: url('images/back-bg.jpg') repeat-x 0 0;
	color: #8f8f8f;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #a6a5a5;
	padding: 2px 3px;
	text-align: center;
}

input.extra_space {
	margin-top: 8px;
}


/* Head */
.content {
	width: 960px;
	margin: 0 auto;
}

.header {
	height: 122px;
	background: url('images/logo.jpg') no-repeat 0 0;
}

.header h3 a {
	width: 274px;
	height: 122px;
	display: block;
	text-indent: -9999px;	
	float: left;
}

.tagline {
	padding-top: 72px;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #fff;
	float: left;
}

.utility_links {
	float: right;
	padding-top: 89px;
	font-size: 16px;
	color: #fff;
}
.utility_links a {
	color: #fff;
	text-decoration: none;
}
.utility_links a:hover {
	text-decoration: underline;
}

.top_nav {
	height: 42px;
}
.top_nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.top_nav ul li {
	float: left;
	padding-top: 12px;
}
.top_nav ul li a {
	display: block;
	float: left;
	background: url('images/top-nav-icon.jpg') no-repeat 0 0;
	color: #358cc7;
	font-size: 16px;
	padding-top: 0px;
	padding-left: 33px;
	padding-right: 20px;
	text-decoration: none;
}
.top_nav ul li a:hover {
	text-decoration: underline;
}

/* Footer */
.footer {
	background: #5f5f5f url('images/footer-bg.jpg') repeat-x 0 0;
	padding-top: 32px;
}
.footer table {
	width: 945px;
	margin: 0 auto;
	font-size: 14px;
	color: #e8e8e8;
	padding-bottom: 30px;
}
.footer table td {
	padding-top: 10px;
	padding-bottom: 30px;
}
td.foot_td_left {
	width: 280px;
}
td.foot_td_right {
	border-left: 1px solid #767676;
	width: 236px;
}

.small {
	font-size: 12px;
}

.footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer li {
	line-height: 23px;
}
.footer li a {
	color: #e8e8e8;
	text-decoration: none;
}
.footer li a:hover {
	text-decoration: underline;
}

/* Home page */
.home {
	width: 834px;
	margin: 0 auto;
	padding-top: 34px;
}
.home h1 {
	font-size: 30px;
	color: #65aad9;
	font-weight: bold;
	padding-left: 34px;
}
.home h2 {
	font-size: 21px;
	color: #858585;
	font-weight: bold;
	padding-left: 100px;
}

.home_left {
	width: 485px;
	float: left;
	padding-top: 48px;
}
.home_left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.home_left li {
	font-size: 19px;
	color: #3b3b3b;
	margin-bottom: 23px;
	background: url('images/checkbox.jpg') no-repeat 0 0;
	padding-left: 40px;
}

.home_right {
	float: right;
	margin-top: 39px;
	padding-top: 82px;
	width: 324px;
	height: 334px;
	background:url('images/home-form-bg.jpg') no-repeat 0 0;
}
a#form_start_submit {
	display: block;
	width: 255px;
	height: 62px;
	margin: 15px 0 0 49px;
	text-indent: -9999px;
	background: url('images/home-submit.jpg') no-repeat 0 100%;
}
a#form_start_submit:hover {
	background-position: 0 0;
}
input.home_input {
	color: #858585;
	width: 241px;
	font-size: 22px;
	padding: 8px 11px;
	border: 1px solid #a5baca;
	display: block;
	margin-left: 28px;
	margin-bottom: 11px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;

}

.disclaim {
	font-size: 12px;
	line-height: 19px;
	color: #9e9e9e;
	width: 227px;
	margin-left: 52px;
	padding-top: 15px;
	text-align: center;
}
.disclaim a {
	color: #9e9e9e;
	text-decoration: underline;
}

.home_quote {
	margin-top: 20px;
	margin-bottom: 45px;
	font-size: 15px;
	line-height: 28px;
	color: #474747;
}
.home_quote span {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	color: #a6c58d;
	line-height: 28px;
}
.home_quote span.open {
	float: left;
	height: 20px;
	padding-top: 5px;
	padding-right: 4px;
}
.home_quote span.close {
	float: right;
}

.home_quote h2 {
	color: #65aad9;
	padding: 0;
	font-weight: bold;
	font-size: 20px;
}

.author {
	margin-top: 5px;
	text-align: right;
	font-size: 17px;
	font-weight: bold;
	color: #65aad9;
}
.title {
	font-style: italic;
	font-size: 15px;
	color: #858585;
	text-align: right;
}

/* Page */
.page {
	width: 960px;
	margin: 0 auto;
	font-size: 14px;
	color: #333333;
}
.page a {
	color: #65aad9;
	text-decoration: none;
}
.page a:hover {
	text-decoration: underline;
}
.page p {
	margin: 0;
	padding-bottom: 15px;
	line-height: 24px;
}
.ct_header {
	background: url('images/inside-container-head.jpg') no-repeat 0 0;
	height: 55px;
}
.ct_footer {
	background: url('images/inside-container-footer.jpg') no-repeat 0 0;
	height: 96px;
}
.ct_body {
	background: url('images/inside-container-body.jpg') repeat-y 0 0;
	padding: 0 52px;
}
.ct_body h1 {
	font-size: 30px;
	color: #65aad9;
	font-weight: bold;
}
.ct_body h2 {
	font-size: 21px;
	color: #858585;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 35px;
}
.ct_body h1.no_h2 {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 35px;
}
.ct_body h3 {
	font-size: 17px;
	color: #858585;
	font-weight: normal;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-top: 35px;
	margin-bottom: 20px;
}

.ct_left {
	width: 560px;
	float: left;
}

.help_center {
	float: right;
	width: 227px;
	padding: 15px 10px 15px 15px;
	background: #fff;
	border: 1px solid #d1d1d1;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	color: #494949;
	font-size: 14px;
	line-height: 24px;
}
.help_center h3 {
	font-size: 18px;
	font-weight: bold;
	color: #65aad9;
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 4px;
	margin-bottom: 8px;
	margin-top: 0;
}
.window {
	height: 250px;
	overflow: auto;
	padding-right: 5px;
}

/* Puzzle PIeces */
.puzzle_pieces {
	border-top: 1px solid #e5e5e5;
	margin-top: 35px;
	padding-top: 25px;
}
table a.jump_steps {
	display: block;
	width: 122px;
	height: 93px;
	color: #cbcbcb;
	font-size: 12px;
	line-height: 12px;
	background: url('images/puzzle-pieces.jpg') no-repeat 0 100%;
	text-align: center;
}
table a.jump_steps div {
	cursor: pointer;
	float: left;
	width: 82px;
	padding-left: 13px;
	padding-top: 30px;
}
table a.jump_steps span {
	cursor: pointer;
	display: block;
	font-size: 25px;
	line-height: 21px;
	padding-bottom: 2px;
	padding-left: 33px;
	font-weight: bold;
	text-align: left;
}
table a.jump_steps:hover {
	color: #5fa0cd;
	text-decoration: none;
}
table a.selected, table a.selected:hover {
	color: #fff;
	background-position: 0 0;
	text-decoration: none;
}
td.dots {
	padding: 0 2px;
}

a.overview_icon {
	display: block;
	width: 137px;
	height: 124px;
	text-indent: -9999px;
	background: url('images/overview-icon.jpg') no-repeat 0 100%;
	margin: 10px auto 0;
}
a.overview_icon:hover, a.overview_icon_selected {
	background-position: 0 0;
}

a.delete { color: #aa0000; }

/* Buttons */
a.button {
	display: block;
	width: 254px;
	height: 67px;
	text-indent: -9999px;
}
a.side_button {
	margin-top: 17px;
}
a.preview {
	background: url('images/preview.jpg') no-repeat 0 100%;
}
a.export {
	background: url('images/export.jpg') no-repeat 0 100%;
}
a.manage {
	background: url('images/manage.jpg') no-repeat 0 100%;
}
a.button:hover {
	background-position: 0 0;
}


input.submit_fancy_button {
	display: block;
	width: 254px;
	height: 67px;
	text-indent: -9999px;
	border: 0;
	cursor: pointer;
	float: left;
	font-size: 0px;
	line-height: 0px
}
input.download_msword {
	background: url('images/msword-button.jpg') no-repeat 0 100%;
	margin-right: 10px;
	margin-left: 12px;
}
input.download_pdf {
	background: url('images/pdf-button.jpg') no-repeat 0 100%;
}
input.download_preview {
	background: url('images/preview.jpg') no-repeat 0 100%;
}
input.submit_fancy_button:hover {
	background-position: 0 0;
}

/* Icon Links */
a.edit_section {
	display: block;
	font-size: 16px;
	line-height: 23px;
	background: url('images/edit-icon.jpg') no-repeat 0 0;
	padding-left: 32px;
}

/* Congrats */
#congrats {
	background: #e7eee4;
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 28px;
	padding: 10px;
	border: 1px dashed #479325;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}

.listing_head_tracker {
	background: url('images/eztrack-bg.jpg') repeat-x;
	height: 37px;
}

.members_only {
	/*border-top: 1px dotted #c9c9c9;*/
	margin-top: 4px;
	padding-top: 6px;
}
