/*

Theme Name: PCP
Theme URI: http://yourURL.org/
Description: This wordpress theme was created for PCP.
Version: 1.0
Author: amy
Author URI: http://pcp.com/
Tags: pcp, pasadena city pharmacy

    MDistinct v1.0
    This theme was designed and built by,
    http://pcp.com/
*/


@import url('css/jquery.bxslider.css'); 

@import url(http://fonts.googleapis.com/css?family=Roboto);

body {
    font-family: Roboto, Arial, San-serif;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
}

h2 {
    color: #399fbe;
    font-size:2em;
}

h3 {
    color: #399fbe;
    font-size: 1.2em;
    font-weight: 900;
}

h4 {
    color: #FFFFFF;
    font-size: 1em;
    text-transform: uppercase;
    display: inline;
    float: left;
}


.entry-content {
    color: #399fbe;
    font-size: 1em;
    width: 100%;
}

.bodycopy {
    color: #444a4f !important;
    font-size: 1em;
    width: 100%;
}

#topmodule {
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
    padding: 0px 0px 0px 0px;
    display: block;
    z-index:9999;
    margin-bottom: 10px;
}

.blueshape {
    width: 100%;
    height: 15px;
    background-color: #399fbe; /*this is the blue color*/
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

div a img {
    margin: 0px 0px 0px 92px;
    float: left;
}

#nav {
    float: right;
    margin: 55px 92px 0px 0px;
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

div ul a li {
    display: inline;
    font-size: 2em;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: rgba(57, 159, 190, 0.8);
    padding: 10px;
}

div ul a li:hover {
    display: inline;
    font-size: 2em;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #399fbe;
    padding: 10px;
}

div ul a li:active {
    display: inline;
    font-size: 2em;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #399fbe;
    padding: 10px;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(57, 159, 190, 0.75);
    -moz-box-shadow: 0px 3px 0px 0px rgba(57, 159, 190, 0.75);
    box-shadow: 0px 6px 0px 0px rgba(57, 159, 190, 0.75);
}

#carousel {
    width: 100%;
    clear: both;
    display: block;
    margin: auto;
}

#middlemodule {
    margin: 0px 92px 0px 92px;
}

.blueline {
    width: 100%;
    height: 2px;
    background-color: #399fbe;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

#news {
    width: 60%;
    display: inline-block;
    float: left;
}

#events {
    width: 35%;
    display: inline-block;
    float: right;
}

#bio {
    width: 100%;
    display: inline-block;
    float: right;
}

div p {
    color: #ffffff;
}

#footer {
    clear: both;
    width: 100%;
    height: 150px;
    background-color: #399fbe;
}

#hours {
    color: #FFFFFF;
}

.subpageimage{
    width: 500px;
    max-width: 500px;
    margin: auto;
}