@charset "UTF-8";
/* CSS Document */

body{
	margin: 10px 0px 0px 0px;
}

.greenBackground {
	background-color: #99CC00;
	background-image: url(../images/background_green.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	background-attachment:fixed;
}

.orangeBackground {
	background-color: #FF9900;
	background-image: url(../images/background_orange.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	background-attachment:fixed;
}

.yellowBackground {
	background-color: #FFCC00;
	background-image: url(../images/background_yellow.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	background-attachment:fixed;
}

.blueBackground {
	background-color: #FFCC00;
	background-image: url(../images/background_blue.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	background-attachment:fixed;
}

.purpleBackground {
	background-color: #9933FF;
	background-image: url(../images/background_purple.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	background-attachment:fixed;
}

.goldBackground {
	background-color: #999965;
	background-image: url(../images/background_gold.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	background-attachment:fixed;
}

#mainContainer{
	width: 100%;
}
#container {
	width: 1000px;	
	margin: 0px auto;
	
}

#header{
	background: url(../images/content_bg_top.png) no-repeat center bottom;
	height: 160px;
	position: relative;
}

#tagLine{
	position: absolute;
	background: url(../images/header_magazines.png) no-repeat;
	width: 330px;
	height: 95px;
	top: 45px;
}

#tagLine span{
	display: none;
}

#homeButton{
	position: absolute;
	left: 350px;
	top: 100px;	
}
#homeButton a, #homeButton a:visited{
	width: 40px;
	height: 40px;
	display: block;
	background: url(../images/button_home.png) no-repeat;
}
#homeButton a:hover, #homeButton a:visited:hover, #homeButton a.selected{
	background-position: 0px -40px;
}
#homeButton a span{
	display: none;
}


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

#helpButton{
	position: absolute;
	left: 610px;
	top: 100px;	
}
#helpButton a span{
	display: none;
}
#helpButton a, #helpButton a:visited{
	width: 40px;
	height: 40px;
	display: block;
	background: url(../images/button_help.png) no-repeat;
}
#helpButton a:hover, #helpButton a:visited:hover, #helpButton a.selected{
	background-position: 0px -40px;
}
#helpButton a span{
	display: none;
}
#loginBox{
	background: url(../images/login_tab.png) no-repeat;
	position: absolute;
	left: 670px;
	top: 78px;
	height: 65px;
	width: 300px;
	text-align: right;
}
#loggedinBox{
	background: url(../images/loggedin_tab.png) no-repeat;
	position: absolute;
	left: 670px;
	top: 78px;
	height: 65px;
	width: 300px;
	text-align: right;
}

#userButtons{
	position: absolute;
	left: 30px;
	width: 250px;
}
#accountDetails{
	position: absolute;
	border: 0;
	top: 35px;
	left: 13px;
	height: 15px;
	width: 205px;
	font-size: 1.2em;
	color: #fff;
	text-align: left;
}
#accountDetails a, #accountDetails a:visited{
	color: #fff;
	text-decoration: underline;
}
#usernameBox{
	position: absolute;
	border: 0;
	top: 35px;
	left: 13px;
	height: 15px;
	width: 110px;
	color: #99CC00;
	font-size: 10px;
	font-weight: bold;
}
#passwordBox{
	position: absolute;
	border: 0;
	top: 35px;
	left: 150px;
	height: 15px;
	width: 110px;
	color: #99CC00;
	font-size: 10px;
	font-weight: bold;
}
#loginButton{
	position: absolute;
	border: 0;
	top: 35px;
	left: 270px;
}

#content{
	background-color: #fff;	
	width: 1000px;	
}

#menu{
	margin: 0px;
	padding: 10px 30px;
}



#nav{
	margin: 0px;
	padding: 0px;
}

#nav li{
	float: left;
	list-style-type: none;
	margin: 0;
}

#nav li a{
	background: url(../images/menu.png) no-repeat;
	display: block;
	height: 47px;
}

#nav li a span{
	display: none;
}

#nav #button1 a, #nav #button1 a:visited{
	width: 152px;
}

#nav #button1 a:hover, #nav #button1 a:visited:hover{
	background-position: 0px -47px;
}

#nav #button1selected a, #nav #button1selected a:visited{
		width: 152px;
background-position: 0px -94px;
}

#nav #button2 a, #nav #button2 a:visited{
	width: 206px;
	background-position: -152px 0px;
}

#nav #button2 a:hover, #nav #button2 a:visited:hover{
	background-position: -152px -47px;
}

#nav #button2selected a, #nav #button2selected a:visited{
	width: 206px;
	background-position: -152px -94px;
}

#nav #button3 a, #nav #button3 a:visited{
	width: 207px;
	background-position: -358px 0px;
}

#nav #button3 a:hover, #nav #button3 a:visited:hover{
	background-position: -358px -47px;
}

#nav #button3selected a, #nav #button3selected a:visited{
	width: 207px;
	background-position: -358px -94px;
}

#nav #button4 a, #nav #button4 a:visited{
	width: 186px;
	background-position: -565px 0px;
}

#nav #button4 a:hover, #nav #button4 a:visited:hover{
	background-position: -565px -47px;
}

#nav #button4selected a, #nav #button4selected a:visited{
	width: 186px;
	background-position: -565px -94px;
}

#nav #button5, #nav #button5selected{
	margin: 0px 0px 0px 0px;
}
#nav #button5 a, #nav #button5 a:visited{
	width: 189px;
	background-position: -751px 0px;
}

#nav #button5 a:hover, #nav #button5 a:visited:hover{
	background-position: -751px -47px;
}

#nav #button5selected a, #nav #button5selected a:visited{
	width: 189px;
	background-position: -751px -94px;
}

#contentArea{
	padding: 20px 30px 30px 30px;
	clear: both;
}

#column1{
	width: 300px;	
	float: left;
	display: inline;
	margin-right:20px;
	height: 1%;
}

#column2{
	display: inline;
	width: 300px;	
	float: left;
	margin-right:20px;
	height: 1%;
}

#column3{
	width: 300px;	
	float: left;
	display: inline;
	height: 1%;
}

#column1alt{
	float: left;
	display: inline;
	width: 620px;
	height: 1%;
}

#column2alt{
	width: 300px;
	float: left;
	display: inline;
	margin-left: 20px;	
	height: 1%;
}

#footer{
	width: 100%;
	padding: 710px 0px 120px 0px;
	background: url(../images/daisy_planet.png) no-repeat center;
	position: relative;
}
#footer p{
	text-align: center;
	color: #9D865A;
	font-weight: bold;
}
#footer a, #footer a:visited{
	color: #9D865A;
	font-weight: bold;
}
#footer a:hover, #footer a:visited:hover{
	color: #000;
	font-weight: bold;
}

#news{
	background: url(../images/home_box_middle.gif) repeat-y;
}
#newsTop{
	background: url(../images/home_box_top.png) no-repeat;
	padding: 50px 20px 0px 20px;
	margin: 0px;
}
#newsContent{
	padding: 0px 20px 20px 20px;
	background: url(../images/home_box_bottom.gif) no-repeat;
	background-position: bottom;
	line-height: 1.5em;
}
#newsContent p{
	color: #9933FF;
}

#freeDemoButton{
	float: right;
}
#freeDemoButton a,#freeDemoButton a:visited{
	display: block;
	width: 240px;
	height: 302px;
	background: url(../images/free_demo.jpg) no-repeat;
}
#freeDemoButton a:hover, #freeDemoButton a:visited:hover{
	background-position: -240px 0px;
}
#freeDemoButton a span{ display: none; }

.contentSection{
	background: #e6e6e6;
	padding: 10px;
	width: 90%;
}

#publicationsSteps{
	margin-bottom: 20px;
}

#subMenu{
	width: 230px;
	float: left;
	display: inline;
	background: url(../images/submenu_bg_top.gif) no-repeat;
}
#subMenu h4{
	font-family: 'AdiraDisplaySSiRegular', sans-serif;
	color: #99cc00;
	font-weight: normal;
	padding: 0px 20px 0px 20px;
	font-size: 24px;
}
#subMenu ul{
	padding: 0px 0px 100px 0px;
	background: url(../images/submenu_bg_bottom.gif) no-repeat bottom;
	margin-bottom: 0px;
}
#subMenu li{
	list-style-type: none;
	margin: 0px 0px 4px 0px;
	padding: 0px 20px 0px 20px;
	font-family: 'AdiraDisplaySSiRegular', sans-serif;
	font-size: 16px;
}
#subMenu li a, #subMenu li a:visited{
	background: url(../images/submenu_bg.gif) no-repeat;
	display: block;
	width: 180px;
	height: 27px;
	padding: 3px 0px 0px 10px;
	color: #fff;
}
#subMenu li a:hover, #subMenu li a:visited:hover{
	background-position: 0px -30px;
	color: #fff;
	text-decoration: none;
}

#subMenuPurple{
	width: 230px;
	float: left;
	display: inline;
	background: url(../images/submenu_bg_top1.gif) no-repeat;
}
#subMenuPurple h4{
	font-family: 'AdiraDisplaySSiRegular', sans-serif;
	color: #9933FF;
	font-weight: normal;
	padding: 0px 20px 0px 20px;
	font-size: 24px;
}
#subMenuPurple ul{
	padding: 0px 0px 100px 0px;
	background: url(../images/submenu_bg_bottom1.gif) no-repeat bottom;
	margin-bottom: 0px;
}
#subMenuPurple li{
	list-style-type: none;
	margin: 0px 0px 4px 0px;
	padding: 0px 20px 0px 20px;
	font-family: 'AdiraDisplaySSiRegular', sans-serif;
	font-size: 16px;
}
#subMenuPurple li a, #subMenuPurple li a:visited{
	background: url(../images/submenu_bg1.gif) no-repeat;
	display: block;
	width: 180px;
	height: 27px;
	padding: 3px 0px 0px 10px;
	color: #9933FF;
}
#subMenuPurple li a:hover, #subMenuPurple li a:visited:hover{
	background-position: 0px -30px;	
	text-decoration: none;
}
#iconMagazine{
	background: url(../images/icon_magazine_sm.png) no-repeat;
	padding-left: 25px;
}
#iconProfile{
	background: url(../images/icon_profile_sm.png) no-repeat;
	padding-left: 25px;
}
#iconBoblets{
	background: url(../images/icon_boblets_sm.png) no-repeat;
	padding-left: 25px;
}
#iconAddresses{
	background: url(../images/icon_addresses_sm.png) no-repeat;
	padding-left: 25px;
}
#iconPages{
	background: url(../images/icon_pages_sm.png) no-repeat;
	padding: 0px 0px 3px 25px;
}
#iconPictures{
	background: url(../images/icon_images_sm.png) no-repeat;
	padding: 0px 0px 3px 25px;
}
#iconPicturesWhite{
	background: url(../images/icon_images_white_sm.png) no-repeat;
	padding: 0px 0px 3px 25px;
}
#iconAddPage{
	background: url(../images/icon_addpage_sm.png) no-repeat;
	padding: 0px 0px 3px 25px;
}
#iconEdit{
	background: url(../images/icon_edit_sm_p.png) no-repeat;
	padding: 0px 0px 3px 25px;
}
#iconPreviewPurple{
	background: url(../images/icon_preview_sm_p.png) no-repeat;
	padding: 0px 0px 3px 25px;
}
#iconPublish{
	background: url(../images/icon_publish_sm.png) no-repeat;
	padding: 0px 0px 3px 25px;
}
#iconMagazinePurple{
	background: url(../images/icon_magazine_sm_p.png) no-repeat;
	padding: 0px 0px 3px 25px;
}

#mainColumn{
	width: 690px;
	float: left;
	display: inline;
	margin-left: 20px;
}

#pageButtons{
	float: right;
	width: 400px;
	display: inline;
	text-align: right;
}

#buttonCreateMag a, #buttonCreateMag a:visited{
	display: block;
	width: 300px;
	height: 300px;
	background: url(../images/button_createmagazine.gif);
}
#buttonCreateMag a:hover, #buttonCreateMag a:visited:hover{
	background-position: 0px -299px;
}

#buttonViewMag a, #buttonViewMag a:visited{
	display: block;
	width: 300px;
	height: 300px;
	background: url(../images/button_viewmagazines.gif);
}
#buttonViewMag a:hover, #buttonViewMag a:visited:hover{
	background-position: 0px -299px;
}
#buttonCreateMagazine{
	width: 215px;
	float: right;
}
#buttonCreateMagazine a, #buttonCreateMagazine a:visited{
	display: block;
	width: 215px;
	height: 90px;
	background: url(../images/button_createmagazine1.gif);
}
#buttonCreateMagazine a:hover, #buttonCreateMagazine a:visited:hover{
	background-position: 0px -90px;
}

#buttonCreateStory{
	width: 215px;
	float: right;
}
#buttonCreateStory a, #buttonCreateStory a:visited{
	display: block;
	width: 215px;
	height: 90px;
	background: url(../images/button_createstory.gif);
}
#buttonCreateStory a:hover, #buttonCreateStory a:visited:hover{
	background-position: 0px -90px;
}

#buttonBespokeMag a, #buttonBespokeMag a:visited{
	display: block;
	width: 300px;
	height: 300px;
	background: url(../images/bespoke_button.gif);
}
#buttonBespokeMag a:hover, #buttonBespokeMag a:visited:hover{
	background-position: 0px -300px;
}



#buttonBespokeMag a span, #buttonViewMag a span, #buttonCreateMag a span, #buttonCreateMagazine span, #buttonCreateStory span{
	display: none;
}
.publicationpage{
	margin-bottom: 20px;
	clear: both;
}

.publicationpage li{
	margin-left: 10px;
}

.publicationPreview{
	border: 2px solid #C7C6BE;
	width: 145px;
	float: left;
	display: inline;
	margin: 0px 30px 0px 0px;
}
#buttonRead a, #buttonRead a:visited{
	display: block;
	width: 190px;
	height: 30px;
	background: url(../images/button_read.png);
}
#buttonRead a:hover, #buttonRead a:visited:hover{
	background-position: 0px -30px;
}

.imageThumb{
	margin: 0px 5px 5px 0px; 
	border: 1px solid #7FAA00;
	float: left;
	width: 177px;
	height: 155px;
}


#bespoke_container {
margin:0 auto;
padding:0;
clear:both;
width:940px;
text-align:left;
background-image:url(../images/bob_bespoke.jpg);
background-repeat:no-repeat;
background-position:right top;
}

#bespoke_container h1{
font-size:52px;
font-family: 'AdiraDisplaySSiRegular', sans-serif;
color: #333;
margin:0 0 10px 0;
font-weight:normal;
padding:0;
width:940px;
display:block;
}

#bespoke_container h2 {
font-size: 22px;
color: #9A9B95;
font-weight: bold;
margin:0 0 10px 0;
padding:0;
}

#bespoke_container p {
font-size: 16px;
color: #9A9B95;
font-weight: normal;
margin:0 0 10px 0;
padding:0;
line-height:22px;
}

.p_narrow {
width:780px;
}

#bespoke_container ul {
margin:0;
padding:30px 0;
clear:both;
width:940px;
list-style-type:none;
}

#bespoke_container li {
width:256px;
background-color:#F4F4EE;
border:2px solid #E6E6DC;
height:375px;
padding:20px;
float:left;
list-style-type: none;
}

.bespoke_magazine_cover {
margin:0 20px 0 0;
}

.bespoke_magazine_cover_right {
margin:0;
}

#bespoke_container li a img:hover {
opacity:0.8;
filter:alpha(opacity=80);
}

#bespoke_container li a img {
border:none;
}

.clear_fix {
clear:both;
width:100%;
height:0;
margin:0;
padding:0;
}

#shareButton{
	z-index: 100;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px;
	background: #fff;
}


.helpBox{
	background: url(../images/helpbox_top.gif) no-repeat;
	padding: 0px;
	margin-bottom: 20px;
}
.helpBoxContent{
	background: url(../images/helpbox_bottom.gif) no-repeat bottom left;
	padding: 3px 100px 10px 50px;	
}
.helpBoxContent p{
	color: #fff;
}
