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

/*
Theme Name: Campanula
Description: Online Psychological Services | What to Expect Page
Author: A u d e e
Author URI: http://audeemirza.com/
Version: 1.2 (CSS/CSS3 -  xHTML)
*/

/* COLORS

headings:#2B3782
text: #ffffff
text: #F4F4F4
text: #000000
main background: #EEF6F9


*/

/* BASIC LAYOUT */
 

#wrapper {
	width: 960px;
	margin: 48px auto 100px;
	padding: 0;
	background: url(images/bg_top.png) center top no-repeat #EEF6F9;
} 
#header-wrapper { width: 100%; padding: 0; height: 160px; margin:0;} 
#header { width: 960px; margin: 0 auto; padding: 0;  }
#navbar { width: 100%; margin: 0 auto; padding: 0; height: 48px; } 
#main { width: 100%; margin: 0; padding: 40px 0 0; height: auto;  } 
#main-bottom {
	display:block;
	position:relative;
	z-index:100;
	width: 960px;
	min-height:80px;
	margin: 0 auto 0;
	padding: 0;
	background: url(images/bg_bottom.png) center bottom no-repeat;
	}
#footer-inner { width: 100%; margin: -100px 0 0; padding: 0; height: 150px; } 


 
/* Float controls */
 
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.noshow { display: none; }


/* GENERAL STYLES */


h1, h2, h3, h4, h5 {
margin: 25px 0;
}

h1 {
font-size: 1.5em;
color: #f4f4f4;
}

h2 {
font-size: 1.4em;
color: #2B3782;
}

h3 {

line-height: 2em;

}


h4 {
font-size: 1.2em;
color: #2B3782;
line-height: 2em;
}

h5{
color: #000000;
line-height: 1.25em;
font-size: 1em;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}


p {
  line-height: 1.5em;
  font: normal 0.75em font-family:Georgia, "Times New Roman", Times, serif;
}


a {
text-decoration: none;

}
a:hover {
text-decoration: none;
}

body{
      background-color:#EEF6F9;
	  text-shadow: rgba(0,0,0,.1) 0 0 1px;
}



.line{
        background-color:#666666;
        border-bottom:1px solid #333333;
        height:1px;
        margin:3px 10px 5px;
}


/* HEADER AREA */


/*Logo*/
h1 a {
    background:url(images/logo_campanula.png) left bottom no-repeat;
    display: block;
    width:334px;
	height:119px;
	margin:30px 0 20px;
    overflow: hidden;
    text-indent: -99999px;
}
	
	
/* Canadian Icon */	
#canadian-member {
	background:url(images/canadian_icon.png) right bottom no-repeat;
	width:314px;
	height:101px;
	margin:68px 90px 0 0;
	}

#canadian-member p {
	color:#2B3782;
	font-size:1.2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal!important;
	margin:30px -57px 0 0;
	text-align:left;
	line-height:1.1em;
	width:150px;
	}


/* Navigation Bar */
#navbar {
	background-color:#006;
	background-image: linear-gradient(bottom, rgb(48,104,177) 0%, rgb(15,32,130) 100%);
background-image: -o-linear-gradient(bottom, rgb(48,104,177) 0%, rgb(15,32,130) 100%);
background-image: -moz-linear-gradient(bottom, rgb(48,104,177) 0%, rgb(15,32,130) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(48,104,177) 0%, rgb(15,32,130) 100%);
background-image: -ms-linear-gradient(bottom, rgb(48,104,177) 0%, rgb(15,32,130) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(48,104,177)),
	color-stop(1, rgb(15,32,130))
);
	z-index:9999;
	position:relative;
	}
	
#navbar {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		}

#navbar ul {
	width: 960px;
	margin:0 auto;
	text-align:center;
	padding:15px 0;
	}



#navbar li {
	display:inline;
	margin: 0 auto; 
	padding: 0 20px 5px 10px;
	background-image: url(images/menu_devider.png);
	background-repeat: no-repeat;
	background-position: right -5px;
	background-attachment: scroll;
	font-size:1.15em;
	height:48px;
	
	}

#navbar .last  {
	background:none!important;
	}
	
#navbar li a {
	color:#f4f4f4;
	text-shadow: rgba(0,0,0,.5) 0 0 0.5px;
	text-transform:lowercase;
	}
	
#navbar li a:hover{
	color: #c8e2ec;
	text-decoration:none;
	text-shadow: rgba(0,0,0,.5) 0 0 0.5px;
	}
	
#navbar .current a {
	color: #84C225;
	text-decoration:none;
	}

#navbar-deco {
	background:url(images/nav_shadow.png) center top no-repeat;
	width:953px;
	height:32px;
	margin:-1px auto 0;
	position:relative;
	z-index:99999;
	}


	
/*  CONTENT AREA   */


#box {
	width:560px;
	height:auto;
	display:block;
	margin:25px;
	padding:15px;
	line-height: 1.3em;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background: #DDE3CD;
	}

#box1-deco {
	background:url(images/wte-deco-1.png) left top no-repeat;
	margin:-235px 0 0 -15px;
	width:431px;
	height:333px;
	display:block;
	}

#box h2, #box p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;

	}
#box h2 {
	color:#2B3782;
	font-size: 1.4em;
	font-weight:bold;
	margin:10px 0 15px 10px;
	}



#box p {
	margin:10px !important;
	font-weight:normal;
	font-size: 0.95em !important;
	font-weight:bold !important;
	color: #000000;
	padding:0;
	}



#box1-deco {
	background:url(images/wte-deco-1.png) left top no-repeat;
	margin:-235px 0 0 -15px;
	width:431px;
	height:333px;
	display:block;
	}

#box2-deco {
	background:url(images/wte-deco-2.png) left top no-repeat;
	margin:-340px 0 0;
	width:406px;
	height:364px;
	display:block;
	}


#box-email {
	width:290px;
	height:35px;
	display:block;
	margin:25px;
	padding:15px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background: #eaeaea url(images/email-icon.png) 10px center no-repeat;
	}

#box-email p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-size: 1.05em !important;
	font-weight:normal !important;
	color:!important;
	color:#2B3782 !important;
	margin: 7px !important;
	}

#box-fee {
	width:700px;
	height:auto;
	display:block;
	margin:25px auto;
	padding:15px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background: #eaeaea;
	}

#box-fee h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-size: 1.20em !important;
	font-weight:bold !important;
	color:!important;
	margin: 7px !important;
	}




#bottom_content{
	width:900px;
	height:auto;
	position:relative;
	z-index:9999;
	margin:0 auto 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	background-color:#ffffff;
	border:solid thin #cccccc;
	padding: 30px;

	}

#bottom_content h1 {
	color:#2B3782;
	font-size:1.9em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal!important;
	margin:20px 30px;
	text-align:left;
	}

#bottom_content h4	{
	color:#2B3782;
	font-size:1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal!important;
	margin:20px 0 0 30px;
	text-align:left;
}



#bottom_content p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	margin: 0 30px 0;
	line-height: 1.3em;
	color:#000000;
	font-weight:normal;
	text-align:justify;
	}



/* DECORATIVE ELEMENTS at the Footer Area */

#shadow-deco-in {
	background:url(images/content-shadow.png) center bottom no-repeat;
	width:823px;
	height:27px;
	margin:-21px auto -40px;
	position:relative;
	z-index:9999;
	}

#bigflower-deco {
	background:url(images/big_flower_sm.png) right bottom no-repeat;
	width:302px;
	height:239px;
	margin:-239px 0 -180px;
	padding:0;
	position:relative;
	z-index:9999;
	}


/* Contact Badge */

#contact-badge {
	background:url(images/contact-bg-r.png) top right no-repeat;
	width:502px;
	height:117px;
	display:block;
	margin:20px 0 0 -57px;
	}

#contact-badge p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	font-weight:normal;
	color:#2B3782;
	margin: 65px 0 0 50px;
	}

#contact-button {
	width: 123px;
	height:35px;
	margin:56px 15px 0 0;
	}

#contact-button a {
	background: url(images/contact_button.png) top center no-repeat;
	display:block;
	width: 123px;
	height:35px;
	margin:50px 35px 0 0;
	padding: 0;
	text-decoration:none !important;
}

#contact-button a:hover{
	color:#cccccc;
}

#contact-button h3 a{
	font-size:1.0em !important;
	color:#ffffff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style:normal!important;
	font-weight:normal;
	margin:5px;
	text-align:center;
	text-shadow:0 -1px 1px rgba(0,0,0,0.5);  
	}



/*  FOOTER AREA   */
#footer-inner {
background-color:#006;	
background-image: linear-gradient(bottom, rgb(15,32,130) 7%, rgb(48,104,177) 54%);
background-image: -o-linear-gradient(bottom, rgb(15,32,130) 7%, rgb(48,104,177) 54%);
background-image: -moz-linear-gradient(bottom, rgb(15,32,130) 7%, rgb(48,104,177) 54%);
background-image: -webkit-linear-gradient(bottom, rgb(15,32,130) 7%, rgb(48,104,177) 54%);
background-image: -ms-linear-gradient(bottom, rgb(15,32,130) 7%, rgb(48,104,177) 54%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.07, rgb(15,32,130)),
	color-stop(0.54, rgb(48,104,177))
);

}

#footer-shadow {
	background:url(images/in_footer_shadow.png) center top no-repeat;
	width:960px;
	height: 27px;
	margin: -27px auto 0;
	display:block;
	position:relative;
	z-index:9999;
	}
	
#footer-wrapper {
	width:960px;
	margin: 20px auto;
	
	}

#footer-wrapper .footer-menu ul {
	width:auto;
	margin:0;
	padding:45px 0 0 30px;
	}

#footer-wrapper .footer-menu li {
	display:inline;
	margin:0;
	}
	
#footer-wrapper .footer-menu li a, #footer-wrapper p, #footer-social h4	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#f4f4f4;
	margin: 0 12px 0 0;
	text-shadow:0 -1px 1px rgba(0,0,0,0.5);
	}

#footer-wrapper .footer-menu li a, #footer-social h4	{
	text-transform:uppercase;
	font-size:0.75em;
	font-weight:bold;
	}

#footer-wrapper p	{
	margin: 25px 0 0 30px;          
	font-size:0.80em;
	font-weight:normal;
	}

#footer-wrapper p a {
	color:#f4f4f4;
	}

#footer-wrapper p a:hover {
	color:#c8e2ec;
	}
	
#footer-wrapper .footer-menu li a:hover {
	color:#c8e2ec;
	text-decoration:none;
	text-shadow:0 -1px 1px rgba(0,0,0,0.5);
	}

/* Social Media */

#footer-social {
	width:150px;
	height:auto;
	margin:-82px 0 0 0;
	}
	
#footer-social ul{
	margin:-10px 0 0;
	padding:0;
	}

#footer-social li{
	display:inline;
	margin: 0 20px 0 0;
	}
	
	
#rss { background: url(images/rss.png) no-repeat center top; width: 31px; height:33px; margin:15px -20px 0 0 !important; display:inline-block; color:transparent;}
#facebook{ background: url(images/facebook.png) no-repeat 0 top; width: 31px; height:33px;  margin:15px -20px 0 0 !important; display:inline-block; color:transparent;}
#twitter{ background: url(images/twitter.png) no-repeat 0 top; width: 37px; height:33px; margin:15px -20px 0 0 !important; display:inline-block; color:transparent;}






	

