/* 
	2008 MULTILAYER DESIGN - AFTERBREASTCANCER.COM
	www.multilayerdesign.co.uk

	Created: Thursday 14th Aug 2008
	Author: Kevin Jaques
	Updates: Created Stylesheet
	
*/

/*  	REFERENCES - 

	COLORS
		Body Background: #f0a8c2

        Top Silos (a): #df7352 #ff7f35

        Sidebar titles: #860639

        Sidebar Silos (a): #860639 #f77939

        Sidebar article, recently added (h4): #000
        grey texts: #7f7f7f

		Main Text (p): #860639
        Main Headers (h4): #860639
		Links (a): #860639, #000(external)
        Breadcrumb, company links: #
        

	SECTIONS ORDER - should retain 100% seo
		1. MAIN CONTENT
		2. SIDEBAR
		3. HEADER
		4. FOOTER
*/

body, html
{
	background: #efa9c1 url(../images/bgstripe.png) repeat;
	color: #000;
	font-family:  Verdana, Arial, Georgia, serif;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body
{
	min-width: 1000px;
	
}

ul
{
	list-style-type: none;
}

/*drop caps*/
.dropcap
{
  float: left;
  font: normal 36pt/0.8em Verdana, Arial, Georgia, serif;
  color: #ff6699;
  margin-right: 3px;
}

p span
{
    float: left;
    font: normal 36pt/0.8em Verdana, Arial, Georgia, serif;
    color: #ff6699;
    margin-right: 3px;
}

/* standard tags start */
p
{
	font-size: 0.8em;
	padding: 10px 50px 10px 40px;
}

table
{
	font-size: 0.8em;
}

table label
{
	font-size: 1.0em;
}

h1
{
	font-size: 1.0em;
	font-family: Georgia, Verdana, Arial;
}

h2
{
	font-size: 0.9em;
	font-style: italic;
	color: #999;
	font-weight: normal;
	margin-left: 20px;
}
h3
{
    font-size: 1.2em;
    color: #860639;
    margin: 0;
    padding: 0;
}

h4
{
    text-align: left;
    font-size: 1.0em;
    color: #000;
    font-weight: normal;
    font-family: Georgia, Verdana, Arial;
    margin: 0;
    
}

h5
{
    font-size: 0.9em;
    color: #e76e96;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
h6
{
    font-size: 0.7em;
    color: #bf5a3b;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

hr
{
    border-style: inset;
    color: #bf5a3b;
    margin: 4px 0 0 0;
}

.pad_ten
{
    padding-left: 10px;
}
.pad_thirty
{
    padding-left: 30px;
}

.fl
{
    float: left;
}

.fr
{
    float: right;   
}

.cl
{
    clear: left;
}

.cb
{
    clear: both;
}

.nobullets
{
    list-style: none;
}
.nopadding
{
    padding: 0;
}

a
{
    color: #860639;
    border: none;
    outline: none;
    text-decoration: none;
    
}

a:hover
{
    text-decoration: underline;
}

img
{
    border: none;    
}

.smallfonts
{
    font-size: 0.6em;
    color: #666;
    line-height: 1.2em;
    
}



.it
{
    font-style: italic;
    text-indent: 10px;
}

.dots
{
    padding-bottom: 5px;
    border-bottom: dotted 1px #666;
}

.greydateitdot
{ 
    font-size: 0.6em;
    color: #666;
    line-height: 1.2em;
    font-style: italic;
    text-indent: 10px;
    padding-bottom: 5px;
    border-bottom: dotted 1px #666;
}


fieldset
{
    margin: 0;
    padding: 0;
    border: none;    
}

label
{
    position: relative;
    float: left;
    width: 235px;
    height: 26px;
    color: #666;
    font-size: 0.8em;
    margin: 0;    
    /*border: solid 1px red;*/
}

input
{
    position: relative;
    float: right;
    margin-top: -15px;
}

.moveinline
{
    float: right;
    margin: -8px 15px 0 0;
    /*margin: -27px 15px 0 0;*/
    padding: 0;
}

/* standard tags end */


#bodywrapper
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
	padding: 0;
    background: url(../images/bgverticalgradient.png) repeat-x top;
    /*border: solid 4px red;*/
}

#mainwrapper
{
    position: relative;
    width: 990px;
    height: auto;
    margin: 0 auto 0 auto;    
}

/* HEADER SECTION TOP */
#section3
{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto 0 auto;
    width: 980px;
    height: 180px;
    /*border: solid 1px red;*/
}

#section1 /* maincontent section*/
{
    position: relative;
    float: left;
    margin-top: 170px;
    width: 659px;
    height: auto;
    min-height: 400px;
    /*border: solid 1px red;*/
    background: url(../images/contentbodyleft.png) repeat-y left;
}

#section2 /* sidebar section*/
{
    position: relative;
    float: left;
    margin-top: 170px;
    width: 321px;
    height: 400px;    
    /*border: solid 1px orange;*/
    /*background: url(../images/sidebar.png) repeat-y right; part of mainbody so we can stretch vertically the sidebar*/
    
}


#section4 /* footer section*/
{
    position: relative;
    float: left;
    width: 980px;
    height: auto;
    /*border: solid 2px red;*/
}



#maincontent
{
	position: relative;
	float: left;
	margin: 0 0 0 54px;
	padding: 0;
	width: 926px;
	height: 100%;
	min-height: 400px;
	/*border: solid 2px blue;*/
	/*background: #fff;*/
	background: url(../images/sidebar.png) repeat-y right;
	/*border: dashed 1px red;*/	
}

#topcontent
{
    position: absolute;
    top: 15px;
    left: 0;
    margin: 0;
	padding: 5px 0 0 0;
	width: 605px;
	height: 40px;
	background: #fff;
	/*border-bottom: dotted 1px #666;*/
}

#mainbodycopy
{
    position: relative;
    float: left;
    margin: 60px 0 0 5px;
    padding: 0;
    width: 600px;
    height: 100%;
    background: #fff;
    min-height: 470px;
}

/*headersectionbar.png*/

#breadcrumb
{
    float: left;
    
    
}

#todaysdate
{
    float: right;
}


#sidebar
{    
    position: relative;
    float: left;
	margin: 16px 0 0 20px;
	width: 284px;	
	height: 300px;
	min-height: 400px;
	background: url(../images/sidebarstripes.png) no-repeat right;
}


/* HEADER SECTION START */
#headerleft, #headerright
{
    background-image: url(../images/frame_top.png);
}


#headerleft
{
    position: relative;
    float: left;
    margin: 14px 0 0 0;
    width: 66px;
    height: 156px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#headermiddle
{
    position: relative;
    float: left;
    margin: 14px 0 0 0;
    width: 848px;
    height: 156px;
    background: url(../images/frametopmiddle.png) repeat-x;
}

#headerright
{
    position: relative;
    float: right;
    margin: 14px 0 0 0;
    width: 66px;
    height: 156px;
    background-position: -66px 0;
    background-repeat: no-repeat;    
}

#headerstripe
{
    position: absolute;
    top: 25px;
    left: 20px;    
    width: 940px;
    height: 146px;
    background: url(../images/headerstripe.png) no-repeat;
}

#logo
{
    position: absolute;
    top: 35px;
    left: 36px;
}

#motto
{
    position: absolute;
    top: 110px;
    left: 380px;
    width: 250px;
    height: auto;
    /*border: dashed 1px red;*/
}

#topsilos
{
    position: absolute;
    top: 30px;
    left: 320px;
    width: 650px;
    height: 50px;
}

#topsilos ul li
{
    display: inline;
    font-size: 0.9em;
    font-weight: bold;
}

#topsilos ul li a
{

	display:block;
	float: left;
	padding-left: 30px;
	margin-right: 18px;
}

#topsilos ul li a:hover
{
    position: relative;

    background: url(../images/icons/linkbullet.png) no-repeat;    

	padding-left: 30px;

	display:block;
	float: left;
	margin-right: 18px;
}

#registersection
{
    position: absolute;
    top: 90px;
    right: 30px;
    width: 275px;
    height: 70px;
    border: solid 1px #ccc;
    font-size: 0.8em;
    background: url(../images/regnewsletterbg.jpg) repeat-x;
    
}

#registernewsletter
{
    position: relative;
    float: left;
    width: 285px;
    height: 65px;
    margin: 5px 0 0 5px;
}

#headerbar
{
    position: absolute;
    top: 170px;
    left: 21px;
    width: 938px;
    height: 16px;
    margin: 0;
	padding: 0;
    background: #e76e96 url(../images/headersectionbar.png) repeat-x;    
}


/* HEADER SECTION END */


/* MAIN SECTION START */


/* MAIN SECTION END */


/* SIDEBAR SECTION START */

#search_top
{
    position: absolute;
    top: 10px;
    left: 0;
    width: 284px;
    height: 30px;
    font-size: 0.8em;
    /*border: dashed 1px yellow;*/
}

#menu_middle
{
    position: relative;
    margin: 10px 0 0 5px;
    width: 260px;
    height: auto;
    /*border: dashed 1px red;*/
    
}

#menu_middle ul
{
	margin-top:5px;
}

#menu_middle ul li
{
    line-height: 1.8em;
    border-bottom: solid 1px #e76b94;
    font-size: 0.9em;
    list-style: none;
/*    border: solid 1px red;*/
}

#menu_middle ul li a
{
    /*border: solid 1px black;*/
	display:block;
	width: 100%;
	height: 100%;
}

#menu_middle ul li a:hover
{
    position: relative;
    margin: 0 0 0 -30px;
    padding: 0 0 0 30px;
    width: 26px;
    height: 9px;
    background: url(../images/icons/linkbullet.png) no-repeat;    

    /*border: solid 1px black;*/

	display:block;
	width: 100%;
	height: 100%;	
}



#informationpanel
{
    position: relative;
    margin: 5px 0 0 0; /*abc info line lines up wth recently added text*/
    float: left;
    width: 300px;
    height: 80px;
    /*border: solid 1px red;*/
    font-size: 0.8em;
}

#informationpanel ul li
{
    list-style: none;
    line-height: 1.8em;
}

/* SIDEBAR SECTION END */


/* FOOTER SECTION START */

#footer
{
    position: relative;
    float: left;
    width: 100%;
    height: 256px;
    /*border: solid 1px yellow;*/
    background: url(../images/footer.png) no-repeat left;
}

#quickinfo
{
    position: relative;
    width: 610px;
    height: 180px;   
    margin-top: 20px;
}

#recentlyaddedcontent
{
    position: relative;
    float: right;
    margin: 65px 0 0 0;
    width: 320px;
    height: 90px;
    /*border: solid 2px red;*/
}

#regno
{
    position: relative;
    float: left;
    margin: 0;
    width: 300px;
    height: 20px;
    /*border: dashed 1px green;*/
    padding: 0;
    color: #666;
}

#regno ul
{
    padding: 0;
    margin: 0;
}

#changearea ul
{
    position: relative;
    float: right;
    width: 350px;
    height: 20px;
    /*border: dashed 1px green;*/
    padding: 0;
    margin: 0;
    color: #666;
}

#changearea ul
{
    padding: 0;
    margin: 0;
}

#quickinfo
{
    position: relative;
    float: left;
    margin: 30px 0 0 120px;
    width: 520px;
    height: 220px;
    /*border: dashed 1px blue;*/
}

#validationlinks
{
    position: relative;
    float: left;
    width: 950px;
    margin: 0 0 0 50px;
    padding: 0;
    height: 60px;
    /*border: dashed 1px red;*/
}

#validationlinks ul
{
    margin: 0;
    padding: 0;    
}
#validationlinks ul li, #quickinfo ul li
{    
    display: inline;
    font-size: 0.7em;
    margin: 0 20px 0 0;
    padding: 0;
    vertical-align: bottom;
}

#recentlyaddedcontent ul li
{
    display: block;
    line-height: 1.8em;
    border-bottom: dotted 1px #860639;
    font-size: 0.8em;
}




/* FOOTER SECTION END */

.Listable ul
{
	list-style-type: none;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

.Listable li
{
	list-style-type: none;
	display: block;
	padding-top: 3px;
	width: 100%;
	clear: left;
}

.Listable li label
{
	display: block;
	width: 140px;
	overflow: hidden;
	float: left;
	clear: left;
}

.Listable li span
{
	font-size: 0.8em;
	margin-left: 10px;
	float: left;
}

.Listable li div
{
	display: block;
	width: 150px;
	overflow: hidden;
	float: left;
}

.Listable li input
{
	margin: 0;
	margin-left: 10px;
	float: left;	
}

.Listable li textarea
{
	margin-left: 10px;
	float:left;
}

.Listable p
{
	clear: left;
	margin-top: 0px;
	padding-top: 10px;
	margin-left: 110px;
}

.Listable p a
{
	margin-right: 30px;
}

.ContactUs a
{
	margin-right: 30px;
}


.ContactUs input
{
	width: 250px;
	margin: 0;
}

.ContactUs textarea
{
	width: 300px;
	height: 200px;
}
.ContactUsValidation
{
	float: left;
	margin-top: 10px;
}

.list
{
	font-size: 0.8em;	
	list-style-type: decimal;
}

#adminmenu
{
	font-size: 0.8em;
	line-height: 2.0em;
}

p.adminheader span
{
	font-size: 1.2em;
}

ul.userlist
{
	font-size: 0.8em;
	list-style-type: none;
	line-height: 2.0em;
}

ul.userlist li
{
	width: 100%;
	clear: left;
}

ul.userlist label
{
	width: 150px;
	display: block;
	font-size: 1.0em;
}

ul.userlist span
{
	display: block;
}

.faq li p
{
	padding: 5px 50px 15px 40px;
}

#pennyraised
{
	font-size: 1.0em;
	text-align: center;
	padding-left: 40px;
	margin-left: 70px;
	width: 140px;
}

#pennyraised a
{
	color: #ff6699;
	line-height: 1.5em;
}

#facebookcontainer
{
	background-color:#fff;
}
