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


body {
	margin: 0 auto;
	background: #660000;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	color: #000;
	position: relative;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	z-index: 1; /* gives rest of body a low z-index so alerts work with IE7 bug */

}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	 margin: 0;
}

.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0;
	margin: 0;
	border: #660000 solid 2px;
}

#container {
	height: auto;
	color: #ffdddd;
}



#player {
	width: 560px;
	float: left;
}

h1 {
	color: #ffdddd;
	font-weight: normal;
	font-size: 24px;
	margin: 20px 0;
}

h1 em, h2 em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #df6060;
}


/* branding / badge column
========================== */

#branding {
	width: 360px;
	float: left;
	text-align: center;
}

#branding p {
	margin: 50px 0 0;
	background: url(../images/vday_rose.png) no-repeat left top;
	height: 45px;
	line-height: 45px;
	text-align: left;
	text-indent: 35px;
}

/* app badge copy
========================== */

h2 {
	color: #ffdddd;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	margin: 15px auto;
	width: 340px;
}

/* app badge
========================== */

#badge {
	margin: 125px auto 20px;
	width: 200px; /* 191px; */
	height: 68px; /* 59px; */
	
}

body.presentation #badge {
	margin: 20px auto;
}

#badge a {
	width: 200px;
	height: 68px;
	position: relative;
	background: url(../images/vday_badge.png) center no-repeat;
	display: block;
	text-indent: -9000px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#badge a:hover {
	background: url(../images/vday_badge.png) center no-repeat #ffeeee;
}



/*  widget
=================================================== */

#poemflow-container {
	position: relative;
	margin: 20px 0 20px;
	width: 480px;
	height: 320px;
/*	background: url(../images/vday_border.png) no-repeat left center;
*/}

#flash-container {
	position: absolute;
	width: 480px;
	height: 320px;
}

#poemflow {
	position: relative;
	margin: 0 auto;
	width: 480px;
	height: 320px;
	border: none;
}


/*  #steps -- visual indicators
=================================================== */

#steps {
	margin: 0 auto 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 200;
	text-align: center;
	width: 960px;
	list-style: none;
}

#steps strong {
	font-weight: 600;
}

#steps li {
	float: left;
	margin: 0;
	width: 316px;
	padding: 8px 0;	
	background: #ffeeee url(../images/vday_buttongrad.png) repeat-x top left;
	border: 2px solid #660000;
}

#steps .current {
	background: #ffaaaa url(../images/vday_buttongrad.png) repeat-x top left;
}

.excerpt {
	display: none;        /* required */
	position: fixed;   /* required */
	z-index: 300;
	width: 300px;
	padding: 2px 15px;
	border: 2px solid black;
	background-color: white;
	color: #666;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.excerpt h4 {
	color: #222;
	margin: 10px 0;
	font-size: 18px;
}

.excerpt h5 {
	margin: 0 0 20px 20px;
	color: #660000;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	text-align: right;
}


/*  #step1 -- 1/3
=================================================== */

#step1 {
	position: relative;
	width: 956px;
	margin: 0 auto 20px;
	height: 325px;
	font-size: 16px;
	background: #fff;
	color: #000;

}


#categories {
	margin: 0;
	padding: 20px 0 0 0;
	list-style: none;
	text-align: center;
	color: #777;
	font-size: 12px;
}

#categories li {
	display: inline;
	margin: 0 15px;
	color: #333;
	font-size: 14px;

}

#categories li a {
	padding: 4px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	color: #333;
	background: #eee;
	border: #999 solid 1px;
}

#categories li a:hover {
	background: #999;
}

#categories li a.current-category {
	background: #ffeeee;
}

.category-container {
	margin: 10px 0 0;
	list-style: none;
	display: none;
}



.category-container li {
	display: inline-block;
	margin: 0 15px;
}

.category-container li {
	background: none;
}



.category-container li a img {
	padding: 5px;
	border: 1px #666 solid;
}

.category-container li a img:hover {
	background: #ffeeee;
}

.selected-poem {
	background:  #ffeeee;
}



#next-page1 {
	z-index: 150;
}

div.buttons {
	position: absolute;
	bottom: 20px;
	right: 20px;
}


button,
input[type=button] {
	padding: 4px 11px;
	background: #ffaaaa url(../images/vday_buttongrad.png) repeat-x top left;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 16px;
	border: #bb0000 2px solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
}

button {
/*	margin: 0 25px 10px 0;
*/}

button:hover,
input[type=button]:hover {
	background: #ffdddd url(../images/vday_buttongrad.png) repeat-x top left;
	cursor: pointer;
	
}

.current-category-container {
	display: block;
}



/* 
    SCROLLABLE
	 root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.category-container {
	position: relative;
	height: 250px;
}

div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 900px;
	 margin: 0 auto;
	 padding: 0;
    height:200px; 
} 




/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable ul.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute;
	 padding: 0;
	 list-style: none;
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable ul.items li { /*disable this to prevent viewing edge of more content on the far right of poem list*/
   display: inline;
} 


.poemscroll-buttons {
	margin: 10px auto;
	text-align: center;
}

.poemscroll-buttons a {
	margin: 0 20px;
	font-size: 16px;
	width: 100px;
	height: 35px;
	line-height: 30px;
	text-align: left;
	background: #ffeeee;
	color: #333;
	padding: 8px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: #999 solid 1px;
	cursor: pointer;

}


.poemscroll-buttons a:hover {
	background: #999;
}

.poemscroll-buttons a.disabled {
	display: none;
}



/*  #step2 -- 2/3 -- personalisation
=================================================== */

#step2 {
	width: 956px;
	margin: 0 auto 20px;
	padding: 0;
	height: 325px;
	font-size: 16px;
	background: #fff;
	color: #000;
	display: none;
	position: relative;
}

.rounded-form {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px 6px;
	border: 2px solid #660000;
	margin: 0;
}

form {
	margin: 0 auto;
	width: 960px;
	top: 0;
}

label,
form p {
	display: block;
	font-size: 16px;
	text-align: left;
	margin: 0 auto 2px;
}

form p {
	padding: 10px 0;
}

div.thirds {
	float: left;
	position: relative;
	height: 100%;
	width: 317px;
}

fieldset {
	background: #ffeeee;
	width: 290px;
	text-align: center;
}


fieldset#names { /* col 1 */
	margin: 20px auto;
	height: 180px;
}

p#inspiration {
	width: 290px;
	margin: 20px auto;
} 

p#inspiration a {
	color: #660000;
}

p#inspiration a:hover {
	color: #ffaaaa;
}

#message input {
	text-align: center;
}

fieldset p {
	font-size: 14px;
	padding: 5px 15px 16px;
}

fieldset ol {
	position: relative;
	margin: 0 10px;
	padding: 0;
	list-style: none;
}

fieldset ol li {
	padding: 10px 0;
}

fieldset#buttons-page2 {
	margin: 10px auto 0;
		width: 290px;

	padding: 0;
	border: none;
	background: none;
}

fieldset#buttons-page2 ol {
		width: 290px;

	position: relative;
	padding: 0;
	background: #eee;

}

fieldset#buttons-page2 ol li {
	padding: 1px 0;
}

fieldset#message {
	margin: 20px auto;
	height: 280px;
}

fieldset#message ol li input {
	margin: 3px 0;
}

fieldset ol li.next-back {
	display: inline-block;
	margin: 0;
	padding: 0;
	
}

input[type=text] { 
	width: 250px; /* total width = this + (.rounded-form L +R ) */
	font-size: 14px;
}

input#preview-button {
	margin: 4px 15px 4px 4px;
	float: left;
	background: #bb0000 url(../images/vday_buttongrad.png) repeat-x top left;
	color: #fff;
	text-shadow: 1px 0px 1px #000;
	font-weight: bold;
	border: #999 1px solid;
}

input#preview-button:hover {
	color: #000;
	background: #ffdddd url(../images/vday_buttongrad.png) repeat-x top left;
	border: #999 1px solid;
		text-shadow: none;

}

label[for="preview"] {
	min-height: 40px;
	text-align: left;
	margin: 0;
	font-weight: normal;
	font-size: 14px;
}



div#images {
	width: 290px;
	height: 160px;
	margin: 20px auto 0;
	height: 180px;
	background: #ffeeee;
}

#images p {
	margin: 10px 0 0 10px;
	padding: 0;
	font-size: 16px;
	text-align: left;
}

/* 
    SCROLLABLE for IMAGES
	 root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 


div#image-chooser {
	margin: 10px auto;
	width: 185px;
	height: 120px;
	background: #fff;
	padding: 0 10px;
	border: 1px solid #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div.image-scrollable { 
 
    /* required settings */ 
    position:relative; 
	 float: left;
    overflow:hidden; 
    width: 125px;
	 margin: 5px auto;
	 padding: 0;
    height:110px; 
	 text-align: center;
} 

.image-scrollable ul {
	margin: 0 auto;
	list-style: none;
}

.image-scrollable ul li {
	width: 125px;
	height: 100px;

}

.image-scrollable ul li img {
	

}
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.image-scrollable ul.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute;
	 padding: 0;
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.image-scrollable ul.items li { 
    float:left; 
} 

#image-chooser a {
	font-size: 30px;
	line-height: 30px;
	display: block;
	float: left;
	width: 28px;
	height: 30px;
	margin: 40px 0;
	background: #ccc;
	border: 1px solid #999;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


#image-chooser a:hover {
	background: #999;
	cursor: pointer;
}


/*  #step3 -- 3/3 -- sharing
=================================================== */

#step3 {
	width: 960px;
	margin: 0 auto 20px;
	padding: 0;
	height: 325px;
	font-size: 16px;
	background: #fff;
	color: #000;
	display: none;
	position: relative;
}


#step3 fieldset ol {
	position: relative;
	height: 140px;
	margin: 0 10px;
	padding: 0;
	list-style: none;
}

div#email {
	margin: 20px 0;
}

#email p {
	width: 290px;
	margin: 0 auto;
}



#email p:first-child {
	background: url(../images/vday_emailicon.png) no-repeat left top;
	text-indent: 45px;
}

#email fieldset#email-addresses {
	margin: 0 auto;
	height: 221px;
}

#email fieldset#email-addresses li.myself {
	margin: 25px 0 0;
}

#email p.privacy {
	font-size: 11px;
	color: #666;
	padding: 10px 0 0;
}


fieldset#makepublic {
	height: 260px;
	margin: 20px auto;
}

#makepublic div {
	margin: 20px 15px 35px;
}

/* makepublic checkbox */
input[type="checkbox"] {
	float: left;
	width: 20px;
	height: 20px;
	margin: 0 15px 0 0;
}

label[for="public"] {
	text-align: left;
}


#send-email {
	margin: 100px auto;
	display: block;
	font-size: 36px;
	 -moz-box-shadow: #ffcc99 2px 2px 3px;
	-webkit-box-shadow: #ffcc99 2px 2px 3px;
}



/* share tab
========================== */

#sharebutton {
	text-align: left;
	width: 480px;
	margin: 0 auto;
}

#sharebutton a {
	text-decoration: none;
}

#sharebutton a span {
	display: none;
}

#sharebutton.sharetab a span {
	display: inline;
	background: #df6060;
	margin: 0 10px;
	padding: 0 5px;
	color: #fff;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#share {
	margin: 0px auto;
	padding: 15px 0;
	width: 480px;
	background:	#df6060;
	text-align: left;
	display: none;
	border: none;
}


#share ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#share ul li {
	display: inline;
	margin: 0 15px;
	padding: 0;
}

#share ul li a {
	color: #ffdddd;
	text-decoration: none; 
	display: inline-block;
}

#share ul li a:hover,
#share ul li a.twitter-share:hover span {
	text-decoration: underline;
}

#share ul li a.twitter-share {
	background: url(http://twitter-badges.s3.amazonaws.com/t_mini-a.png) left no-repeat;
	text-decoration: none;
}

#share ul li a.twitter-share span {
	margin: 0 0 0 20px;
}

#share a span {
	margin: 0 0 0 18px;
}

#share #embed {
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
}

#share #embed label {
	font-weight: bold;
}

#share input {
	width: 200px;
}




/* addToAny overrides to avoid duplicate listings
========================== */

#a2apage_twitter,
#a2apage_facebook {display: none;}


/* footer-nav
========================== */

#footer-nav {
	font-size: 11px;
	margin: 0 0 20px;
	text-align: center;
	color: #ffdddd;
}

#nav {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	font-size: 16px;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0 10px;
	border-left: 1px #ffcc99 solid;
}

#nav li:first-child {
	border: none;
	padding-right: 9px; /* right padding = (general right padding width) - (general li right border width) --- this makes horiz spacing equal when there's a border between li items */
}

#nav li a {
	text-decoration: none;
	color: #ffdddd;
}

#nav li a:hover {
	text-decoration: underline;
}

#footer {
	font-size: 11px;
	margin: 0 0 20px;
	text-align: center;
	color: #ffdddd;
}

#footer a {
	text-decoration: none;
	color: #ffdddd;
}

#footer a:hover {
	text-decoration: underline;
}


/* cover presentation page
========================== */

.presentation {
	text-align: center;
	color: #ffeeee;
}

div.presentation #poemflow {
	margin: 0 auto 10px;;
}


div.presentation #badge {
	margin: 20px auto 30px;;
}

.presentation a {
	color: #df6060;
}

.presentation a:hover {
	color: #ffdddd;
}

.presentation h1 {
	margin: 40px 0;
}


.presentation h2 {
	margin: 40px auto;
}


/* alert windows
========================== */

.overlay { 
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height: 100%;
	z-index:100; 
	background: url(../images/vday_overlay.png) repeat; 
	display: none; 
	text-align:left; 
}  
  


  
   /*Message box, positioned in dead center of browser*/  
.alert { 
	position:absolute; 
	width:300px; 
	min-height:100px; 
	z-index:200; 
	border: 2px black solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	 -moz-box-shadow: black 3px 3px 3px;
	-webkit-box-shadow: black 3px 3px 3px;	background: #FFF; 
	top: 50%; 
	left: 50%; 
	margin-top: -100px; 
	margin-left: -150px; 
	padding: 15px 20px;
}  
  
#alertContest div.alert {
	width: 400px;
	margin-left: -200px; 

	
}    

.alert h3 {
	margin: 0;
}  
   
.alert p {
	font-size: 14px;
	line-height: 24px;
}  
  
.alert button {
	padding: 3px 5px;
	float: right; 
}
  


