/* Rules common to both this and 'author' are in /public/stylesheets/common.css. */

/* CONTENT STYLES */

div.theme_display {
	width: 193px;
	float: left;
	margin-bottom: 10px;
}

#content .theme_display img {
	float: left;
	margin-right: 10px;
}

#content .theme_display p {
	display: inline;
}

/* SIDEBAR STYLES */

div#welcomebox ul.iconned {
	margin-bottom: 0px;
	padding-left: 0px; /* switch */
	margin-left: 0px;
}

div#welcomebox ul.iconned li {
	list-style-type: none;
	border: none;
	padding: 0px;
	margin-bottom: 0px;
	background-image: url(/images/welcome/rule.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	/* background-color: salmon; /* switch */
}

div#welcomebox ul.iconned li.customize {
	background-image: none;
}

div#welcomebox ul.iconned li div {
	/* background-color: yellow; /* switch */
	font-size: 1.1em;
	line-height: 40px;
	padding-left: 60px; /* switch */
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 20px 5px;
	width: 200px;
	margin: 0px;
}

ul.iconned li.build div {
	background-image: url(/images/welcome/icon_build.gif);
}
ul.iconned li.choose div {
	background-image: url(/images/welcome/icon_choose.gif);
}
ul.iconned li.photo div {
	background-image: url(/images/welcome/icon_photo.gif);
}
ul.iconned li.customize div {
	background-image: url(/images/welcome/icon_customize.gif);
}

/* PAGE-WIDE STYLES */



/* --LAYOUT RULES-- */

/* OVERALL */

div#container {
	margin: 0 auto;
	padding: 0 6px;
	width: 758px;
	position: relative;
}


/* HEADER */

div#header {
	/* background-color: pink; /* switch */	
	background-image: url(/images/welcome/headerpx.gif); /* switch */
	background-position: 0px 49px;
	background-repeat: repeat-x;
	height: 63px; /* switch */
	margin: 0 8px;
	padding: 5px 15px 0;
	position: relative;
}

div#header h1 {
	margin: 0;
	float: left;
	width: 128px;
	height: 50px;
	text-indent: -1000em;
	background-image: url(/images/welcome/logo.gif);
}

/* MAIN */

div#main {
	width: 740px;
	padding: 9px;
	background-image: url(/images/welcome/758_box.jpg);
	background-repeat: no-repeat;
}

/* CONTENT */

div#mainright {
	width: 418px;
	float: right;
	background-color: white;
	background-image: url(/images/welcome/contenttl.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div#mainright div#content {
	width: 386px;
	padding: 9px 16px;
	background-image: url(/images/welcome/contenttr.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

/* SIDEBAR */

div#mainleft {
}

div#mainleft div {
	margin-bottom: 10px;
	width: 292px;
	padding: 0 8px;
}

div#mainleft div#login {
	font-size: .8em;
}

div#mainleft div#login h1 {
	margin: 0 0 .3em;
	font-size: 1.7em;
	font-weight: normal;
}

div#mainleft div#login table {
	width: 292px;
}

.secondbox h1, h1#welcometab {
	font-size: 1.3em;
}

div#mainleft h1#welcometab {
	margin: 0;
	padding: 8px 8px 0;
	background-image: url(/images/welcome/welcometab.gif);
	background-repeat: no-repeat;
}

div#mainleft div#welcomebox {
	background-image: url(/images/welcome/welcometabbk.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: white;
	margin-top: 0;
	padding: 8px;
}

div#welcomebox ul {
	margin-top: 0;
}

div#mainleft div.secondbox {
	background-color: #F1E8E1;
	padding: 8px;
}

div.secondbox h1 {
	margin-top: 0;
}

