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

/*
Theme Name: Campanula
Description: Online Psychological Services | Homepage
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 0;
	padding: 0;
	background: url(images/hp_bg_nogloballite.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; height: auto; } 
#footer-homepage { 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;
	}

/* TOP CONTENT AREA */

#top_content {
	width:100%;
	margin:0 auto;
	}


/* Circle Area */

#circle {
	background:url(images/hp_circle_bg.png) left top no-repeat;
	margin:-52px 0 0 0;
	width:511px;
	height:541px;
	z-index:1;
	position:relative;
	display:block;
	}

#circle .circle-top {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	width:300px;
	margin:0;
	padding:145px 0 0 90px;
	line-height: 1.4em;
	color:#2b3782;
	font-weight:normal;
	}
	
#circle .circle-bottom {
	width:290px;
	margin:40px 0 0 130px;
	}


blockquote.style1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	padding: 8px;
	margin: 5px;
	text-indent: 23px;
	line-height:1.3em;
	font-weight:bold;
	background: url(images/open_quote.png) left top no-repeat;
	color:#ffffff;
   }
   blockquote.style1 span {
	display: block;
	background: url(images/close_quote.png) right bottom no-repeat;
	margin: 0 18px 0 0;
    }
	
/* Story Area */

#story-area {
	width:390px;
	height:auto;
	padding: 8px;
	margin:0 40px 0 0;
	color:#ffffff;
	font-weight:normal;
	}

#story-area .story {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.172em;
	font-style:italic;
	line-height:1.20em;
	}

#story-area .click {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	margin: 30px 0;
	font-weight:bold;
	}


#story-area .click a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2B3782;

	font-weight:bold;
	}

#story-area .click a:hover {
	color:#ffffff;
	text-decoration:0;
	}

/*Register Button Area*/

#register-button a{
	width:252px;
	height:70px;
	background:url(images/register_button.png) top center no-repeat;

display:block;
margin:0 0 0 100px;
padding: 2px;
text-decoration:none !important;
}

#register-button a:hover, #register-button h3:hover{
color:#cccccc;

}

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

#register-button p {
	font-size:1.0em;
	color:#ffffff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style:normal!important;
	margin:-15px 5px 5px;
	text-align:center;
	text-shadow:0 -1px 1px rgba(0,0,0,0.5);  
	}
	
/* Teaser Text Area */
#top_content .teaser-text p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	width:550px;
	margin:0;
	padding:15px 0 0 60px;
	line-height: 1.3em;
	color:#ffffff;
	font-weight:normal;
	}
	
#top_content .teaser-text h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	font-weight:normal;
	width:565px;
	height:auto;
	margin:25px 0 0 50px;
	padding:15px;
	line-height: 1.3em;
	color:#ffffff;
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	background-color:#588C31;
	}
	
/*  BOTTOM CONTENT AREA   */

#shadow-deco {
	background:url(images/hp_footer_shadow.png) center top no-repeat;
	width:823px;
	height:23px;
	margin:20px auto 0;
	position:relative;
	z-index:10;
	}

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

#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 h4 {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.1em;
	text-align:justify;
	font-weight:normal;
	line-height:1.2em;
	}
	
#bottom_content .flower-deco {
	background: url(images/hp_bottom_deco.png) center top no-repeat;
	width:201px;
	height:87px;
	display:block;
	margin:10px auto 20px;
	}

/* Featured Content */
#featured {
	width:410px;
	height:auto;
	}
	
#bottom_content .column {
	width:200px;
	margin:0 45px 0 0;
	padding:0;
	float:left;
	display:block;
	position:relative;
	}

#bottom_content .column h3, #featured h3 {
	color:#2B3782;
	font-size:1.3em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal!important;
	margin:0;
	text-align:left;
	}

#bottom_content .column p, #featured p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	margin: 0;
	line-height: 1.4em;
	color:#000000;
	font-weight:normal;
	text-align:left;
	}
	
#bottom_content img {
	background-color:#ffffff;
    border: 1px solid #AFAFAF;
    float: left;
	width:190px;
    height: 110px;
    margin: 0 20px 15px 0;
    padding: 5px;
	}
	
.shadow-deco {
	background:url(images/hp_thumb_deco.png) center bottom no-repeat;
	width: 182px;
	height:129px;
	display:block;
	margin:0 auto;
	}


/* Contact Badge */

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

#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:55px 15px 0 0;
	}

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

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

}

#contact-button h3 a{
	font-size:1.0em;
	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-homepage {
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-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;}





	

