
h1 {
	font-weight: normal;
	font-size: 2.2em;
	color: #2e2e2e;
}
h1 span {
	color: #713b8f;
}


/* page structure
--------------------------------------------------*/

#outerWrapper {
	width: 1017px;
	margin: 0 auto;
}
#outerWrapper #contentWrapperTop {
	height: 88px;
	background-image: url(../images/contentWrapperTop_bg.png);
	background-repeat: no-repeat;
}
#outerWrapper #contentWrapperTop h1 {
	float: left;
	margin: 40px 0 0 53px;
}
#outerWrapper #contentWrapperTop .editing {
	float: right;
	margin: 26px 53px 0 0;
	color: #999;
	font-size: 1.1em;
	text-align: right;
}
#outerWrapper #contentWrapperTop .editing #currently-editing {
	font-weight: normal;
	font-size: 2em;
	color: #713b8f;
	height: 29px;
	width: 650px;
	overflow: hidden;
}
#outerWrapper #contentWrapper {
	min-height: 369px;
	background-image: url(../images/contentWrapper_bg.png);
	background-repeat: repeat-y;
	padding: 0 8px;
}
#outerWrapper #contentWrapperBottom {
	height: 49px;
	background-image: url(../images/contentWrapperBottom_bg.png);
	background-repeat: no-repeat;
}


/* section header
--------------------------------------------------*/

.section-header {
	overflow: hidden;
}
.section-header h2 {
	font-weight: normal;
	font-size: 1.8em;
	padding: 2px 0 6px 121px;
	color: #2f2f2f;
	margin: 3px 0 0 0;
	float: left;
}
.section-header p {
	float: right;
	width: 162px;
	font-size: 1.2em;
	color: #979797;
	padding-top: 10px;
}
.section-header .required {
	float: left;
	padding-right: 5px;
	color: #b80000;
	font-size: 1.7em;
}

/* instructions
--------------------------------------------------*/

#content p.text, #content p.instructions {
	font-size: 1.2em;
	color: #858585;
	padding: 20px 43px 0 43px;
}
#content p.instructions {
	background-repeat: no-repeat;
	background-position: 43px 50%;
	padding: 15px 43px 15px 120px;
	margin: 20px 0;
}
#content .firstword {
	color: #713b8f;
	font-size: 1.5em;
}

#instructions-addimages {
	background-image: url(../images/icon_addimages.png);
}
#instructions-manageimages {
	background-image: url(../images/icon_manageimages.png);
}
#instructions-choosedesign {
	background-image: url(../images/icon_choosetheme.png);
}
#instructions-addtosite {
	background-image: url(../images/icon_addtosite.png);
}
#instructions-settings {
	background-image: url(../images/icon_settings.png);
}

/* full width bands
--------------------------------------------------*/

.text-with-button {
	overflow: hidden;
	padding-right: 20px;
}
.text-with-button p.text {
	margin-right: 150px;
}

.band {
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	background-color: #f0f0f0;
	padding: 20px 20px 20px 20px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: 35px 50%;
	overflow: hidden;
}
.band .first-thumb {
	margin-left: 23px;
	width: 87px;
	float: left;
}
.band .first-thumb img {
	border: solid 5px #bababa;
}
.band .info {
	margin: 0 170px 0 115px;
	padding-top: 10px;
}
.band .info h2 {
	color: #161e29;
	font-size: 2.3em;
	font-weight: normal;
	margin-bottom: 5px;
}
.band .info p {
	color: #858585;
	font-size: 1.2em;
}
.band .info p .separator {
	padding: 0 10px;
}
.band .info p a.edit-title {
	background-image: url(../images/icon_pencil.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #713b90;
	padding-left: 20px;
}
.band .button, .text-with-button .button {
	float: right;
	width: 140px;
	padding-top: 22px;
}
.band .button a, .text-with-button .button a {
	background-color: #3e3e3e;
	width: 126px;
	display: block;
	padding: 8px 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.band .button a:hover, .text-with-button .button a:hover {
	background-color: #8452a3;
}
.band .button span {
	display: none;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	padding: 0 0 0 15px;
	margin-top: -5px;
}
.band .delete-icon {
	position: absolute;
	margin: -57px 0 0 144px;
	cursor: pointer;
	display: none;
}

.band:hover {
	background-color: #d4d4d4;
}
.band:hover .info p {
	color: #3d3d3d;
}
.band:hover .first-thumb img {
	border-color: #999;
}

.current-band, .current-band:hover {
	background-color: #713b8f;
	border-top-color: #3d3d3d;
	border-bottom-color: #3d3d3d;
}
.current-band .info h2, .current-band:hover .info h2 {
	color: #fff;
}
.current-band .info p, .current-band:hover .info p {
	color: #bbb;
}
.current-band .first-thumb img, .current-band:hover .first-thumb img {
	border-color: #fff;
}
.current-band .info h2 a {
	color: #fff;
}
.current-band .info h2 a:hover {
	color: #fbfbfb;
}
.current-band .button a {
	display: none;
}
.current-band .button span {
	display: block;
}
.current-band .info p a.edit-title {
	color: #fff;
}


/* tabs (add images)
--------------------------------------------------*/

.tab-titles {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	margin-left: 43px;
	margin-bottom: -1px;
}
.tab-titles li {
	float: left;
	background-color: #e0e0e0;
	border: solid 1px #d1d1d1;
	color: #713b8f;
	cursor: pointer;
	font-size: 1.2em;
	text-align: center;
	padding: 7px 20px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	margin-right: 10px;
}
.tab-titles li.current {
	background-color: #f0f0f0;
	border-bottom-color: #f0f0f0;
}

.tab-content {
	display: none;
}

/* boxex
--------------------------------------------------*/

.box {
	padding: 14px 14px 14px 42px;
	font-size: 1.2em;
	margin: 0 43px 25px 43px;
	border: solid 1px #3e3e3e;
	background-position: 7px 7px;
	background-repeat: no-repeat;
	border-radius: 10px;
	color: #3e3e3e;
	background-color: #dadada;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.box a {
	font-weight: bold;
	text-decoration: underline;
}
.box-error {
	border-color: #b80000;
	background-color: #FFE6E4;
	color: #b80000;
	background-image: url(../images/icon_delete.png);
}
.box-error span {
	font-style: italic;
}
.box-error a {
	color: #b80000;
}
.box-success {
	border-color: #060;
	background-color: #ddffde;
	color: #060;
	background-image: url(../images/icon_save.png);
}
.box-success a {
	color: #060;
}
.box-info {
	color: #006;
	background-color: #d9e9ff;
	border-color: #006;
	background-image: url(../images/icon_info.png);
}
.box-info a {
	color: #006;
}
#box-watermark-success, #box-watermark-error, #box-login-success, #box-login-error {
	display: none;
}
#box-login-success, #box-login-error {
	margin-top: 25px;
}
#box-server-upload-error, #box-server-upload-success, #box-server-upload-error-gd {
	display: none;
}


