/*    
Theme Name: Flourish
Description: The Flourish website theme
Author: a couple of prunes
Version: 1.0 
. 
General comments/License Statement if any. 
. 
*/

h1 {
	color: #ffffff;
	font-weight: normal;
	font-size: 38px;
	letter-spacing: 3px;
}

body
{
    background: #000;
}

.home
{
    background: url("images/testbg.jpg") fixed no-repeat #000;
}

.profile
{
    background: url("images/profile_bg.jpg") fixed no-repeat #000;
}

.services
{
    background: url("images/services_bg.jpg") fixed no-repeat #000;
}

.contact
{
    background: url("images/contact_bg.jpg") fixed no-repeat #000;
}

.blog
{
    background: url("images/blog_bg.jpg") fixed no-repeat #000;
}

.single
{
    background: url("images/blog_bg.jpg") fixed no-repeat #000;
}

.portfolio
{
    background: url("images/portfolio_bg.jpg") fixed no-repeat #000;
}

#container
{

    width: 1280px;
    margin-left: 60px;
}

/**********************
Navigation
**********************/

#nav
{
    margin-top: 34px;
    font-size: 1.2em;
}

#nav a:link, #nav a:visited
{
    color: #9c9c9c;
    text-decoration: none;
}

#nav a:hover
{
    color: #9a5e5e;
}

#nav a.current
{
    color: #9a5e5e;
}

#nav ul
{
    list-style: none;
    padding: 0px;
}

#nav li
{
    display: inline;
    margin-right: 50px;
}

#secondaryNav
{
    font-size: 80%;
    margin-top: 10px;
}

#secondaryNav li
{
    margin-right: 25px;
}


/**********************
Home Specific
**********************/

#home_content
{
    color: #fff;
    margin-top: 105px;
}

#home_content p
{
    width: 750px;
}

#home_content .recentnews
{
    color: #ff9999;
    text-transform: uppercase;
}

#home_content .entrytitle
{
    color: #656361;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
}

#home_content .entrytitle em
{
    font-size: 1.2em;
    font-style: normal;
}

#home_content .readmore
{
    color: #656361;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin-top: 20px;
}

#home_rule
{
    height: 2px;
    width: 1340px;
    background: #ff9999;
    margin: 20px 0px;
}

#home_img
{
    margin-left: -60px;
}

#home_footer
{
    margin-top: 100px;
    margin-bottom: 20px;
}

#home_twitter
{
margin-bottom: 40px;
margin-left: 60px;
}

#home_facebook
{
margin-bottom: 40px;
margin-left: 20px;
}

#james
{
    margin-bottom: 40px;
    margin-left: 200px;
}

#copyright
{
    margin-right: 110px;
    text-align: right;
    font-size: 0.7em;
}

.home a,
.home a:link,
.home a:visited,
.home a:hover
{
    text-decoration: none;
    color: #656361;
}

/**********************
Secondary
**********************/

.masthead
{
    margin-top: 40px;
    margin-left: -38px;
}

#content
{
    color: #fff;
    height: 500px;
    margin-top: 30px;
    margin-left: 25px;
}

#left
{
    width: 385px;
    float: left;
}

#right
{
    width: 385px;
    float: left;
    margin-left: 45px;
 }
 
/**********************
Blog
**********************/

.blog .left
{
    width: 687px;
    float: left;
}

/*.blog .right
{
    width: 224px;
    margin-left: 28px;
    float: right;
}*/

.blog .right
{
    width: 190px;
    margin-left: 28px;
    float: right;
    padding: 12px 17px 0px 17px;
    color: #fff;
}

.blog .right p
{
    color: #fff;
    font-size: 0.9em;
}

.blog .right h3
{
    font-size: 0.8em;
    color: #fff;
    font-weight: bold;
}

.blog .right ul
{
    list-style: none;
    padding: 0px;
}

.blog .right a
{
    font-size: 0.8em;
    text-decoration: none;
    color: #b0afad;
}

.blog .right table
{
    border: 0px solid;
    margin-top: 5px;
}

.blog .right table td
{
    border: 0px solid;
}

.blog .right h3
{
    margin-top: 28px;
}

.blog #content
{
    background: url("images/blog_bg.png") repeat-y;
    width: 939px;
    height: 100%;
}

.blog p
{
    padding: 0px;
    color: #9c9c9c;
}

.blog .left h3
{
    color: #ff9999;
    font-size: 1.6em;
    font-weight: normal;
    float: left;
}

.blog .date
{
    color: #fff;
    margin: 0px 0px 13px 0px;
    padding-top: 10px;
    clear: left;
}

#rule
{
    height: 2px;
    background: #ff9999;
    padding: 0px;
    margin: 33px 0px;
}

/**********************
Comments / Single
**********************/

.single .left
{
    width: 687px;
    float: left;
}

.single .left h3
{
    color: #ff9999;
}

.single .left .commentlist
{
    margin-top: 20px;
}

.single .left .commentlist li
{
    margin-top: 15px;
}

.single .right
{
    width: 190px;
    margin-left: 28px;
    float: right;
    padding: 12px 17px 0px 17px;
}

.single .right h3
{
    font-size: 0.8em;
    color: #fff;
    font-weight: bold;
}

.single .right ul
{
    list-style: none;
    padding: 0px;
}

.single .right a
{
    font-size: 0.8em;
    text-decoration: none;
    color: #b0afad;
}

.single .right table
{
    border: 0px solid;
    margin-top: 5px;
}

.single .right table td
{
    border: 0px solid;
}

.single .right h3
{
    margin-top: 28px;
}

.single .right p
{
    color: #fff;
    font-size: 0.9em;
}

.single #content
{
    background: url("images/blog_bg.png") repeat-y;
    width: 939px;
    height: 100%;
}

#respond
{
    /*background: #000;*/
}

#respond h3
{
    margin-bottom: 20px;
}

/**********************
Gallery
**********************/

#gallery
{
    /*height: 571px;*/
    width: 855px;
    text-align: center;
    margin-left: 105px;
}

#gallery img
{
    border: 4px solid #232323;
}

#galleryNav
{
    margin-top: 3px;
    border-color: #232323;
    border-style: solid;
    border-width: 2px 0px;
    height: 53px;
}

#galleryNav ul
{
    text-align: left;
    list-style: none;
    padding: 0px;
}

#galleryNav img
{
    border: 0px;
    margin-top: 3px;
}

#galleryNav li
{
    display: inline;
}



/*****************************/


#gallery-1
{
    margin-top: 3px !important;
    border-color: #232323 !important;
    border-style: solid !important;
    border-width: 2px 0px !important;
    text-align: center;
}

#gallery-1 ul
{
    text-align: left !important;
    list-style: none !important;
    padding: 0px !important;
}

#gallery-1 img
{
    border: 0px !important;
    margin-top: 3px !important;
}

#gallery-1 li
{
    display: inline !important;
}

#gallery-1 .gallery-item
{
    text-align: left !important;
    margin: 0px !important;
}

#gallery-1 .gallery-item
{
    list-style: none;
    padding: 0px;
    text-align: left;
    display: inline;
}

#gallery-1 .gallery-icon
{
    display: inline;
}

/***************************

Common classes

***************************/

.decimalUL
{
    list-style-type: decimal;
    padding-left: 20px;
}

.whiteTxt
{
    color: #fff;
}

.pinkTxt
{
    color: #ff9999;
}

.grayTxt
{
    color: #9c9c9c;
}

#logo
{
    float: right;
    position: relative;
    left: -345px;
    margin-top: -27px;   
}

.keyword
{
    font-style: normal;
}

#top_contact
{
    height: 0px;
    padding: 0px;
    margin: 0px;
    color: #fff;
    margin-top: 10px;
    font-size: 0.8em;
}

#top_contact ul
{
    padding: 0px;
    margin: 0px;
    float: left;
}

#top_contact li
{
    display: inline;
    margin-right: 10px;
}

#top_contact a
{
    color: #9c9c9c;
    text-decoration: none;
}

/**********************
Footer
**********************/

#footer
{
    display: block;
    width: 1100px;
    text-align: right;
}

#footer #james
{
    margin: 0px;
}

#footer #copyright
{
    margin-right: 6px;
}

.blog #footer, .portfolio #footer, .single #footer
{
    margin-top: 30px;
    margin-bottom: 30px;
}