/* @override 
	http://217.194.7.178/wp-content/themes/reflection/styles/blue/style.css
*/
/*** CONTAINER ***/
#top_container {
    /*
    	background-image: url(images/bg-cont-top.gif);
    	background-repeat: repeat-x;
    	background-position: top;
    	border-top: solid 5px #6965a4;
    	*/
    }
#bottom_container {
    /*
    	background-image: url(images/bg-cont-bottom.gif);
    	background-repeat: repeat-x;
    	*/
    }
#bottom_container_glow {
    /*
    	background-image: url(images/bg-cont-bottom-shadow.gif);
    	background-repeat: no-repeat;
    	background-position: top;
    	*/
    }
#bottom_container_r {
    /*
    	background-image: url(images/bg-cont-bottom-r.gif);
    	background-repeat: repeat;
    	background-position: bottom;
    	*/
    }
/* DROPCAPS */
.dropcap1 {
    color: #6965a4
    }
.dropcap2 {
    background: transparent url(images/dropcaps.png) top left no-repeat
    }
.dropcap3 {
    background: #6965a4
    }
/* Contact Form 7 plugin */
.wpcf7-form input, .wpcf7-form textarea {
    border: solid 1px #8f8f8f;
    background-color: #fff;
    color: #fff
    }
/* footer */
#copyright {
    background-image: url(images/bg-copyright.png);
    height: 40px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    padding-top: 20px
    }