﻿/* Generic Styling */

body
{
    font-family: Arial;
    font-size: 62.5%; /* Sets default font size to 10px */
    background-color: #B4B7BF;
    margin: 0;
}

#accordionDiv
{
    margin:15px;
    width: 650px;
}

img
{
    border: 0;
}

p
{
    margin-bottom: 1.75em;
}

#googleMaps
{
    padding: 10px;
}

#blogDiv
{
    width:670px;
}

a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}

/* Structure */

#wrapper
{
    margin: 0 auto;
    width: 900px;
    background: #ffffff;
    font-size: 1.20em;
}

#profilePic
{
    float: left;
    padding: 20px;
    padding-top: 50px;
}


#profile
{
    padding-top: 50px;
    float: left;
    width: 280px;
}
#profile ul
{
    padding-left: 30px;
    padding-right: 5px;
}


#ctl00_header
{
    height: 133px;
    width: 900px;
    /*background: url("/images/Banners/Ocean.jpg");*/
}

#header i
{
    color: Gray;
    padding-left: 750px;
    padding-top: 110px;
}

#menu
{
    height: 35px;
    line-height: 35px;
    background: url(/images/bg-menu.png) repeat-x;
    padding: 0 10px;
}



#feed a:visited
{
    color: White;
}

#latestBlog h4
{
    margin: 10px;
}

#photoDescription
{
    padding-left: 10px;
}

#content
{
    float: left;
    width: 900px;
    min-height: 400px;
}

#GridViewContent
{
    height: 1300px;
    padding: 20px;
}


#defaultPageText
{
    padding: 20px;
}

#defaultPageText ul
{
    padding-left: 40px;
    padding-bottom: 5px;
}

#blogDiv
{
    padding: 20px;
}

#blogDiv ul
{
    padding-left: 20px;
}

#defaultContent img
{
    height: 75px;
    width: 110px;
    border-color: Black;
    border-style: solid;
    border-width: 1px;
}

#defaultContent p
{
    vertical-align: top;
}

#defaultGallery
{
    height: 100%;
    padding: 20px;
}

.defaultGallery img
{
    padding: 10px;
}

.photoGalleryList ul
{
    list-style-type: none;
    padding-left: 10px;
}



.photoGalleryList
{
    padding-top: 10px;   
}

.sidebar
{
    float: right;
    width: 180px;
    background: #efefef;
    margin-right: 10px;
}

#website
{
    width: 600px;
    float: left;
}

#latestBlogs
{
    float: left;
    padding-left: 20px;
}


/* Menu */

#menu ul
{
    list-style-type: none;
}
#menu li
{
    float: right;
}
#menu li a
{
    padding: 0 15px;
    display: block;
    color: #ffffff;
    margin-right: 2px;
}
#menu li a:hover
{
    background: url(images/bg-menu-hover.png) no-repeat center center;
}

/* Sidebar */

#sidebar ul
{
    list-style-type: none;
    
}
#sidebar li
{
}
#sidebar li a
{
    display: block;
    height: 20px;
    line-height: 20px;
    color: #222222;
    padding-left: 5px;
    border-bottom: 1px solid #dddddd;
}
#sidebar li a:hover
{
    background: #edebed;
    color: #6CC4D8;
}
#sidebar-bottom
{
    height: 20px;
    background: url(/images/bg-sidebar-bottom.gif) no-repeat top center;
}


/* Footer */

#footer {



    clear: both;
    height: 24px;
    background: url(/images/bottomedge.jpg);
}

/* Heading's */

h1
{
    font-size: 2.5em;
    font-weight: normal;
    cursor: default;
    position: relative;
    top: 50px;
    left: 30px;
    letter-spacing: 1px;
    color: #aaaaaa;
    font-style: italic;
}

h4
{
    padding-left: 5px;
    padding-bottom: 5px;
}

/* Extra's */

#ad-top
{
    background: url(/images/AaronHallBanner.jpg) no-repeat;
    width: 480px;
    height: 72px;
    padding: 5px;
}
#feed
{
    
    background: transparent url(/images/bg-feed.gif) no-repeat scroll 0 0;
    height: 25px;
    margin: 0 auto;
    
    font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
    font-size: 1.00em;
    text-align: center;
}



a.feed-button
{
    
    display: block;
    width: 124px;
    height: 25px;
    float: right;
    background: url(/images/button-feed.png) 0 0 no-repeat;
    text-decoration: none;
}
a:hover.feed-button
{
    background-position: 0 -25px;
}

.twitter-button img
{
 
border:0 none;
display:block;
float:left;
margin-left:32px;
margin-top:2px;
}   


.smallgraytext
{
    -x-system-font: none;
    color: #CCCCCC;
    font-family: Tahoma,sans-serif;
    font-size: 11px;

    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
}
