
/* BASIC TYPOGRAPHY */

html { font-size: 62.5%; font-family:Arial, Helvetica, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], textarea { font-size: 92%; font-family:Arial; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
.floatRight{
float:right;
}
.nodisplay
{
	display:none;
}
.padright15
{
	padding-right:15px;
}

/* BASE SIZES */

.container { font-size: 1.2em; line-height: 1.6em; }
/* TABLES */





/* COLORS */

.container a:link { text-decoration: underline; color: #ff6699; }
.container a:visited { text-decoration: underline; color: #99c; }
.container a:hover { text-decoration: underline; color: #336633;}
.container a:active, .container a:focus { text-decoration: underline; color: #000; }
.container code, .container pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */

/* 24 COLUMN GRID */

body {margin:1.5em 0;}

.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* to create serif italic dramatic text, use this class */
.fancy { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-style: italic;
  font-weight: normal;
}  

/* creates small caps */
.caps { 
  font-variant: small-caps; 
  letter-spacing: 1px; 
  text-transform: lowercase; 
  font-size:1.2em;
  font-weight:bold;
  padding:0 2px;
}

/* TEXT CLASSES */

.container .small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.container .large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.container .hide {display:none;}
.container .quiet {color:#666;}
.container .loud {color:#000;}
.container .highlight {background:#ff0;}
.container .top {margin-top:0;padding-top:0;}
.container .bottom {margin-bottom:0;padding-bottom:0;}
.container .thin {font-weight: lighter;}
.container .error, .container .notice, .container .success {padding:.8em;margin-bottom:1.6em;border:2px solid #ddd;}
.container .error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.container .notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.container .success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.container .error a {color:#8a1f11; background:none; padding:0; margin:0; }
.container .notice a {color:#514721; background:none; padding:0; margin:0; }
.container .success a {color:#264409; background:none; padding:0; margin:0; }
.container .center {text-align: center;}
.error2
{
	color:#8a1f11;
	font-weight:bold;
}

/*Komen Style */

/* -------------------------- Layout Home ----------------------------- */

body#home{
background: url(../images/topGradient.jpg) top repeat-x #669933;
margin:0px;
}
body#home .container {width:960px;
	height: auto !important;
	margin: 0 auto; 
	background:url(../images/top-bkg.jpg) no-repeat top;
}
body#home #backfix{
background: url(../images/topGradient.jpg) top repeat-x #c8df8f;
z-index:-10;
}
/* --------------------------/ Layout Home ----------------------------- */
/* -------------------------- Layout Secondary ------------------------- */
body#secondary{
background: url(../images/sec-topGrad.jpg) top repeat-x #c8df90;
margin:0px;
}
body#secondary .container {width:960px;
	height: auto !important;
	margin: 0 auto; 
	background:#fff;
}
body#secondary #backfix{
background: url(../images/sec-topGrad.jpg) top repeat-x #fff;
z-index:-10;
}
/* -------------------------- / Layout Secondary------------------------- */
.container h1 {
	display:block;
	width:173px;
	height:83px;
	text-indent:-9009px;
	background:transparent url(../images/race-for-the-cure.png) no-repeat 0 0;
	margin:20px 0px 0px 52px;
	padding:0px;
	float:left;
}
.container h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
	margin:0px;
	padding:0px;
}

#home #main-nav, #secondary #main-nav {
	float:left;
	clear:left;
	width:225px;
	text-align:right;
	margin:0px;
	padding:0px;
	margin-top:123px;
}
#secondary #main-nav{
margin-top:20px;
background:url(../images/divider.jpg) no-repeat right top;
}
#secondary #content{
margin-top:20px;

}
#main-nav ul{
padding:0px;
margin:0px;

}
#main-nav ul li{
list-style-type:none;
font-size:14px;
text-transform:uppercase;
font-weight:bold;
letter-spacing:0.10em;
padding:0px;
margin:0px;
}
#secondary #main-nav ul li{
padding:10px 20px 12px 0px;
text-align:right;
width:215px;

}
#main-nav ul li a{
color:#336633;
text-decoration:none;
padding:10px 20px 12px 0px;
float:right;
width:195px;
margin:0px;
text-transform:capitalize;
}
#secondary #main-nav ul li a{
float:none;
text-align:right;
text-transform:capitalize;
}
#home #main-nav ul li a:hover {
color:#ff6699;
background:transparent url(../images/rollover_nav.png) right no-repeat ;
}
#secondary #main-nav ul li a:hover {
color:#ff6699;
background:none;
}
#secondary #main-nav ul li a.active{
color:#ff6699;
}

html, body {
	height: 100%;
}

#content{
float:right;
width:725px;
clear:none;
}

#main-content, #main-content-links, #frames-content, #chant-content, #changes-content, #changes-share {
width:495px;
padding-right:10px;
padding-left:10px;
float:left;
background:url(../images/divider.jpg) no-repeat right top;
color:#666666;
}
#main-admin 
{
	width:700px;
	padding-right:10px;
padding-left:10px;
float:left;
color:#666666;
}

.RegisterPage #main-content{
background:none;

}

#main-content p, #main-content-links p, #frames-content p, #chant-content p, #changes-content p{
padding-right:15px;
}
#frames-content{
width:330px;
min-height:350px;
}
#frames-content h2
{
	padding-right:10px;
}
#chant-content, #changes-content{
width:325px;
min-height:350px;
}
#changes-share
{
	width:335px;
min-height:350px;
}
#changes-share p
{
	padding-right:10px;
}
#main-content-links{
width:280px;
}
#side-link, #side-link-sp{
width:160px;
float:left;
clear:none;
padding-right:30px;
background:url(../images/divider.jpg) no-repeat right top;
}
#side-link a{
background:url(../images/link-bkg_07.png) no-repeat;
float:left;
width:153px;
height:43px;
margin-left:10px;
padding:12px 0px 0px 30px;
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}
#side-link-sp a
{
	background:url(../images/link-bkg_07.png) no-repeat;
float:left;
width:153px;
height:43px;
margin-left:10px;
padding:12px 0px 0px 15px;
color:#FFFFFF;
text-decoration:none;
font-weight:normal;
font-size:12px;
line-height:1.0em;

}
#side-content, #frames-widget, #chant-widget, #changes-widget{
width:150px;
float:right;
clear:none;
padding-right:30px;
}
#frames-widget{
width:335px;
}
#chant-widget{
width:332px;
}
#changes-widget
{
	width:332px;
}
#chant-widget h2{
color:#336633;
font-size:14px;
margin-bottom:0px;
padding-bottom:0px;
clear:both;
}

#side-content a, #main-content a{
color:#ff6699;
text-decoration:none;
font-weight:bold;
}
#main-content h2, .ques, #frames-content h2, #chant-content h2, #changes-content h2, #frames-widget h2, #frames-share h2{
color:#336633;
font-size:14px;
margin-bottom:0px;
padding-bottom:0px;
}
#frames-widget h2
{
	clear:both;
	float:left;
	margin:10px 0px 20px 0px;
}
.ques{
font-size:12px;
}
.optintro{

}
#side-content h2{
color:#ff6699;
text-transform:uppercase;
font-size:14px;
}

#main-content p.callout{
height:109px;
width:484px;
background:url(../images/callout.jpg) no-repeat;
text-align:center;
padding:25px 15px 15px 15px;
color:#ff6699;
text-transform:uppercase;
font-weight:bold;
}

#main-content a.download{
background:url(../images/file-bkg.png) no-repeat left;
padding:10px 30px 10px 30px;
}
#main-content a.mock {
padding:10px 0px 10px 30px;
}
#divquiz{
background:url(../images/quiz-bkg.png) no-repeat bottom right;
padding-bottom:30px;
}
.optintro{
background:url(../images/quiz-bkg-opt1.png) no-repeat top right;
padding-bottom:15px;
padding-top:10px;
}
.registerOpen{
background:url(../images/quiz-bkg-opt1.png) no-repeat top right;
padding-bottom:0px;
padding-top:10px;
padding-left:20px;
}
.registerClose, .registerCloseSummary{
background:url(../images/quiz-bkgoptin2.png) no-repeat bottom right;
padding-bottom:0px;
padding-top:10px;
padding-left:20px;
margin-left:-20px;

}
.registerCloseSummary
{
	font-weight:bold;
padding-bottom:3px;
margin-bottom:10px;
}

.bot{
padding-bottom:0px;
margin-bottom:1px;

}
.RegLabel{
color:#ff6699;
}
.RegLabel-black
{
	color:inherit;
}
.RegLabeltitle
{
	width:60px;
	float:left;
	color:#ff6699;


}
.RegLabeltwocol
{
	width:160px;
	float:left;
	color:#ff6699;
	margin-top:0px;
	
}
.wid100
{
	width:100%;
}

#optquiz{
background:url(../images/quiz-bkgoptin2.png) no-repeat bottom right;
padding-bottom:15px;
padding-top:10px;
float:left;
}
.ques-o{
color:#336633;
font-size:12px;
float:left;
width:250px;
clear:none;

}
.divw300{
width:100px;
float:left;
clear:none;
margin-top:10px;
}
.quizSubmit {
float:right;
margin-right:25px;
}
.quizresult-ans, .quizresult
{
	font-weight:bold;
	font-size:14px;
	color:#ff6699;
}
.quizresult-ans
{
	margin:0px;
	padding:0px;
	font-size:12px;
}
.goup
{
	margin-top:-10px;
}
.mar10
{
	margin-top:10px;
}
.noside
{
	background:none;
}
/* -------------------------- Login ----------------------------- */
#flashContent {
margin:0px;
padding:0px;
position:relative;
z-index:1;
}

#login-home{
position:absolute;
background: url(../images/yay_02.png) no-repeat bottom left;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
min-width:250px;
top:0px;
right:0px;
}

#login{
position:absolute;
background: url(../images/yay_02.png) no-repeat bottom left;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
min-width:250px;
top:0px;
right:0px;
}

.log-txt{
margin:0px;
text-align:left;
padding:2px 0px 5px 10px;

clear:both;
float:left;
position:relative;

}
#loginInput{
font-size:12px;
color:#336633;
float:left;
text-align:right;
width:250px;
position:relative;
}
#login .log-txt a, #login-home .log-txt a{
font-size:12px;
font-weight:bold;
color:#336633;
text-transform:uppercase;
text-decoration:none;
padding:2px 4px 0px 4px;
letter-spacing:0.05em;
}
#login .log-txt a.greenMA, #login-home .log-txt a.greenMA
{
	text-transform:none;
}

.loginSp
{
	width:258px;
}
#loginInput input{
width:150px;
height:15px;
margin-bottom:3px;
margin-top:2px;
margin-left:5px;
font-family:Arial, Helvetica, sans-serif;
}
#loginInput input.sp
{
	width:120px;
}
#loginInput .butSubmit 
{
	width:62px;
	height:21px;
	text-align:right;
	margin-bottom:-5px;
	padding-left:10px;
	margin-right:0px;

}
#loginInput .submissionline
{
	padding-top:-5px;
	font-size:12px;
	color:#cdcdcd;
	width:100%;
	float:right;
	text-align:right;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}
#loginInput .submissionline a
{
	text-decoration:none;
	font-size:11px;
}
#login .log-txt a.language, #login-home .log-txt a.language
{
	font-size:10px;

}
.green
{
	font-size:11px;
	color:#336633;
}
#wallpaper, #wallpaper-sp
{
	background: url(../images/wallpaper.jpg) no-repeat bottom;
	width:174px;
	height:434px;
}
 #wallpaper-sp
 {
 	background: url(../images/wallpaper_sp.jpg) no-repeat bottom;
 }
#wallpaper  a,  #wallpaper-sp a
{
	margin:0px;
	font-weight:normal;
	font-size:10px;

}
#wallpaper  a:hover,  #wallpaper-sp a:hover
{
	text-decoration:underline;

}
#wallpaper p,  #wallpaper-sp p
{
	margin:0px 0px 0px 90px;
	padding:0px;
		line-height:1.0em;
		float:left;
}

#wallpaper p.set,  #wallpaper-sp p.set
{
	margin-top:20px;
}
#wallpaper p.first-dl,  #wallpaper-sp p.first-dl
{
	padding-top:16px;
}
#notloggedin
{
	background: url(../images/notlogged_bkg.jpg) no-repeat top;
	padding:0px;
	margin:0px;
	border:0px;
	width:332px;
	height:176px;
}
#notloggedin p.intro, #notloggedin p.regis
{
	padding:0px;
	margin:0px;
    text-align:center;
	color:#f0f0f0;
	padding-top:8px;
}
#notloggedin p.regis
{
	color:#666;
	padding-bottom:6px;
}
a#widgetLogin, a#widgetReg 
{
text-align:center;	
width:100%;
padding:0px;
margin:0px;
float:left;
}
#widgetReg img, #widgetReg img
{
	text-align:center;	
}
.imgframe 
{
	padding:2px;
	margin:2px;
	border:#ccc;
	
}

.padleft40
{
	padding-left:40px;
}
/* -------------------------- / Login ----------------------------- */

/* -------------------------- / Gallery ----------------------------- */


/* Chris*/

#Content {
	width: 500px;
	padding: 0 20px 0 15px;
	}

#Chant ul, #Change ul, #Frame ul, #FrameMyaccount ul, #ChangesMyaccount ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}	
#Chant ul li, #Frame ul li, #FrameMyaccount ul li, #Change ul li {
	list-style-type: none;
	background: url(../images/bg_galleryList.jpg);
	width: 465px;
	height: 55px;
	margin-left: 0;
	padding-top: 10px;
	}

#Chant ul li div.chantLeft, #Change ul li div.chantLeft, #Frame ul li div.chantLeft, #FrameMyaccount ul li div.chantLeft {
	width: 160px;
	height: 35px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #336633;
	}

#Chant ul li div.chantMid, #Frame ul li div.chantMid, #Change ul li div.chantMid {
	width: 144px;
	height: 35px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #898989;
	}
	.imgupload
	{
		float:left;
		clear:both;
		margin:10px 0px 10px 0px;
	}
.name {
	color: #000;
	}
	.currentPg
	{
		padding:2px;
		font-weight:bold;
		color:#000000;
	}
	.numbers
	{
	margin:0px;
	padding:0px;	
	}
	.pager
	{
	width	:500px;	
	text-align:center;
	}
.PgNumChant {
	background: url(../images/bg_chantPgNum.jpg) no-repeat;
	height: 20px;
	padding-top: 9px;
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
	}
	.prev {
	color: #c2c2c2;
	margin-right: 17px;
	}
	.next
	{
			margin-left: 17px;
	}
	.page {
	color: #868686;
	margin-right: 17px;
	}
	.next {
	color: #626262;
	}
.ReadThis {
	color: #fe6698;
	}

#Chant ul li div.chantSend, #Change ul li div.chantSend, #Frame ul li div.chantSend  {
	width: 160px;
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	}

img { 
	margin: 0;
	padding: 0;
	}
.float_left {
	float: left;
	}
.float_right {
	float: right;
	}
.float_contain {
	overflow: auto;
	}
.clear {
	clear: both;
	}	
	#c1dl, #c2dl, #c3dl, #c4dl, #s1dl, #s2dl
	{
		width:500px;
		float:left;
		margin-bottom:30px;
	}
	#c1dl img, #c2dl img, #c3dl img, #c4dl img, #s1dl img, #s2dl img
	{
	float:left;	
	}
	#c1dl a, #c2dl a, #c3dl a, #c4dl a, #s1dl a, #s2dl textarea
	{
	float:right;	
	margin-right:100px;
	margin-top:35px;
	padding:10px;
	background: url(../images/sec-topGrad.jpg) repeat-x;
	}
	#s1dl a
	{
	margin-top:5px;	
	}
	#s2dl textarea
	{
	height: 60px;
	width:220px;	
	margin-right:40px;
	margin-top:10px;
	padding:0px;
	}
	#s2dl p
	{
		margin-top:35px;
		float:right;
		width:200px;
		margin-right:50px;
	}
	#frameselection input
	{

		margin:5px 0px 5px 0px;
	
	}
	
	#godownload
{
	width:335px;
	float:right;
	
	height:200px;
	
}
#Frame ul li.frameit, #Frame ul li.frameit div.chantMid, #Frame ul li.frameit div.chantLeft
{
	height:105px;
}
.padleft20
{
	padding-left:20px;
}
#Frame ul li {
	list-style-type: none;
	background: url(../images/bg_framesList.jpg) bottom no-repeat;
	width: 465px;
	height:105px;
	margin-left: 0;
	padding-top: 10px;
	}

	
	#FrameMyaccount ul li {
	list-style-type: none;
	background: url(../images/bg_framesList.jpg) bottom no-repeat;
	width: 465px;
	height:130px;
	margin-left: 0;
	padding-top: 10px;
	}
		#ChangesMyaccount ul li {
	list-style-type: none;
	background: url(../images/bg_framesList.jpg) bottom no-repeat;
	width: 465px;
	height:auto;

	margin-left: 0;
	padding-top: 10px;
	}
	
	/* ----------------------------Changes story-----------------------------------*/
	#changestoryPhoto
	{
		float:left;
		width:310px;
		
	}
	#changestoryCred
	{
		float:right;
		width:360px;
			margin-bottom:10px;
	}
	#changesUserShare
	{
		width:685px;
	
	}
		#changesUserShare h2{
		color:#336633;
		font-size:14px;
		margin-bottom:10px;
		padding-bottom:10px;
		clear:both;
		}
		#changesUserShare h3, #changesUserShare h4
		{
			color:#666;
			margin:0px;
			padding:0px;
			font-size:16px;
			
		}
		#changesUserShare h3{
		padding:3px 0px 10px 0px;
		}
		#changesUserShare h4
		{
			font-size:14px;
			
			
		}
		.changeStorytxt
		{
			float:left;
			padding:10px;
			width:670px;
		}
		.suv 
		{
			color: #fe6698;
			font-size:14px;
		}
		.sharecontain
		{
			width:400px;
			
		}
		.msgemail
		{
		width:300px;
		height:100px;	
		margin:3px;
		}
		a.sendit
		{
			text-decoration:none;
			font-family:Arial;
			font-size:14px;
		}
		.editChant
		{
			width:200px;
		}
/* ----------------------------Footer-----------------------------------*/

#home #home-footer{
display:block;
clear:both;
background: url(../images/bottomGradient.jpg) bottom repeat-x #c8df90;
height: 216px; 
}
#secondary #home-footer{
display:block;
clear:both;
background: url(../images/sec-bottomGrad.jpg) bottom repeat-x #c8df90;
height: 216px; 
}
#home-footer ul, #home-footer p {
width:1000px;margin:0 auto;
text-align:center;
}
#secondary #home-footer p a
{
color:#666666;
}
#home-footer p a
{
color:#f0f0f0;
}
#home-footer ul li{
list-style-type:none; 
display:inline;
text-transform:lowercase;
font-size:16px;
}
#home #home-footer ul li{
color:#FFFFFF;
}
#secondary #home-footer ul li{
color:#336633;
}

#home-footer ul{
padding-top:60px;
}
#home-footer ul li a{
font-size:14px;
text-decoration:none;
color:#336633;
padding:0px 10px 0px 10px;
letter-spacing:0.08em;
}
#home-footer ul li a:hover{
color:#ff6699;
}
#home-footer ul li a.active{
color:#ff6699;
}
#home-footer p{
color:#f0f0f0;
font-size:12px;
margin-top:10px;
/*font-weight:bold;*/
}
#secondary #home-footer p{
color:#666666;
font-size:12px;
margin-top:10px;
font-weight:normal;
}

/* ---------------------------- /Footer-----------------------------------*/