﻿/*----------------------------
	Site Template: Redeeze-Blue
----------------------------*/

/*----------------------------
	Basic Tags
----------------------------*/
html, body
{
    background-color: #497399;
    color: #333333;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" ,Arial,Verdana,sans-serif;
}
h1, h2, h3, h4, h5, h6
{
    color: #2A5E84;
}
h1
{
    margin-top: 0;
}
h2 a, h2 a:hover
{
    color: #2A5E84;
}
hr
{
    border: 1px solid #EFEFEF;
}
a
{
    text-decoration: underline;
    color: Blue;
}
a:hover, a:active
{
    color: Blue;
    text-decoration: underline;
}
pre
{
    font-family: "Lucida Grande" , "Lucida Sans Unicode" ,Arial,Verdana,sans-serif;
}
p
{
    margin: 0.4em 0;
}
li
{
    margin-bottom: 0.4em;
}
/*----------------------------
	Basic Classes
----------------------------*/
.border
{
    border: solid 1px #555;
}
.date
{
    color: #777777;
}
.sub-heading
{
    color: #5F6163;
    padding-left: 5px;
    margin: 0;
}
/*----------------------------
	Template Heirarchy
	
	#wrapper
	-- #header
	-- -- .logo
	-- -- .feed
	-- #page
	-- -- #topmenu
	-- -- -- #menu-links
	-- -- -- -- #main-links
	-- -- -- -- -- a
	-- -- #page-content
	-- -- -- #banner
	-- -- -- #stage-wrapper
	-- -- -- -- #stage
	-- -- -- -- -- .breadcrumbs
	-- -- -- -- -- #stage-body
	-- -- -- -- -- -- #stage-content
	-- -- -- -- -- -- -- .inner
	-- -- -- -- -- -- #stage-sidebar
	-- -- -- -- #stage-footer
	-- -- #footer
----------------------------*/

/*----------------------------
	#wrapper
----------------------------*/
#wrapper
{
    width: 920px;
    margin: auto;
}
/*----------------------------
	-- #header
	-- -- .logo
	-- -- .feed
----------------------------*/
#header
{
    clear: both;
    position: relative;
    width: 916px;
    margin: auto;
}
#header a, #header a:visited, #header a:link
{
    color: White;
}
#header .logo
{
    width: 500px;
}
#header .feed
{
    position: relative;
    top: 30px;
    margin-right: 60px;
}
#header .feed td
{
    vertical-align: middle;
    font-weight: bold;
}
#header .feed img
{
    display: inline;
}
/*----------------------------
	-- #page
----------------------------*/
#page
{
    width: 919px;
    clear: both;
    position: relative;
    background: url(Images/blog-background-gray.gif) no-repeat right top;
    padding-top: 12px;
    margin-top: 5px;
}
/*----------------------------
	-- -- #topmenu
	-- -- -- #menu-links
	-- -- -- -- #main-links
	-- -- -- -- -- a
----------------------------*/
#topmenu
{
    clear: both;
    background: url(Images/menu-bar.gif) no-repeat center;
    width: 901px;
    height: 40px;
    margin: auto;
}
#topmenu #menu-links
{
    position: relative;
    left: 20px;
    top: 3px;
    width: 866px;
}
#topmenu .tab
{
    display: inline-block;
    margin-right: 5px;
}
#topmenu .tab .tab-left
{
    background: url(Images/Redeeze-Horizontal-Sprite.gif) no-repeat left 0;
    display: inline-block;
}
#topmenu .tab .tab-right
{
    background: url(Images/Redeeze-Horizontal-Sprite.gif) no-repeat right -160px;
    display: inline-block;
}
#topmenu .tab .tab-inner
{
    background: url(Images/Redeeze-Horizontal-Sprite.gif) repeat-x 0 -80px;
    margin: 0 10px;
    height: 35px;
    display: inline-block;
    width: 100px;
    text-align: center;
}
#topmenu .selected .tab-left, #topmenu .tab:hover .tab-left
{
    background: url(Images/Redeeze-Horizontal-Sprite.gif) no-repeat left -40px;
}
#topmenu .selected .tab-right, #topmenu .tab:hover .tab-right
{
    background: url(Images/Redeeze-Horizontal-Sprite.gif) no-repeat right -200px;
}
#topmenu .selected .tab-inner, #topmenu .tab:hover .tab-inner
{
    background: url(Images/Redeeze-Horizontal-Sprite.gif) repeat-x 0 -120px;
}
#topmenu a
{
    color: White;
    text-decoration: none;
    font-size: 20px;
    display: block;
    line-height: 35px;
}
#topmenu a:hover span.link
{
    text-decoration: underline;
}
/*----------------------------
	-- -- #page-content
----------------------------*/
#page-content
{
    margin: 10px auto 0 auto;
}
/*----------------------------
	-- -- -- #banner
----------------------------*/
#banner
{
    clear: both;
    position: relative;
    background: url(Images/banner.gif) no-repeat center top;
    width: 100%;
    height: 140px;
}
/*----------------------------
	-- -- -- #stage-wrapper
----------------------------*/
#stage-wrapper
{
    clear: both;
    position: relative;
    width: 919px;
}
/*----------------------------
	-- -- -- -- #stage
	-- -- -- -- -- .breadcrumbs
----------------------------*/
#stage
{
    background: #FFF url(Images/stage-top-bg.gif) repeat-x;
    margin-top: 5px;
}
.canvas #stage
{
    background-color: #E6E6E6;
}
#stage .breadcrumbs
{
    padding: 0 0 10px 10px;
    color: #aaa;
}
#stage .breadcrumbs a, #stage .breadcrumbs a:visited
{
    color: #aaa;
    font-size: 90%;
}
#stage .breadcrumbs a:hover, #stage .breadcrumbs a:active
{
    color: Blue;
    text-decoration: underline;
}

/*----------------------------
	-- -- -- -- -- #stage-body
----------------------------*/
#stage-body
{
    width: 901px;
    margin: auto;
}
/*----------------------------
	-- -- -- -- -- -- #stage-content
	-- -- -- -- -- -- -- .inner
----------------------------*/
#stage-content
{
    font-size: 13px;
    line-height: 1.7em;
    padding: 10px 10px 15px 10px;
    background: url(Images/blog-stage.gif) no-repeat;
    width: 612px;
    min-height: 200px;
    overflow: hidden;
    position: relative;
}
#stage-content .abs-right
{
    right: 15px;
}
#stage-content li
{
    line-height: 1.5em;
}
.navigation #stage-content
{
    float: right;
}
.article #stage-content
{
    float: left;
}
/*----------------------------
	-- -- -- -- -- -- #stage-sidebar
----------------------------*/
#stage-sidebar
{
    width: 261px;
    position: relative;
    display: inline;
}
.navigation #stage-sidebar
{
    float: left;
}
.article #stage-sidebar
{
    float: right;
}

/*----------------------------
	-- -- -- -- #stage-footer
----------------------------*/
#stage-footer
{
    background: url(Images/Stage-bottom.gif) no-repeat bottom center;
    height: 15px;
}
.canvas #stage-footer
{
    background: url(Images/Stage-bottom-gray.gif) no-repeat bottom center;
}
/*----------------------------
	-- -- #footer
----------------------------*/
#footer
{
    clear: both;
    position: relative;
    background: url(Images/footer.gif) no-repeat center;
    width: 100%;
    height: 60px;
    color: #FFF;
}
#footer div.right, #footer div.left
{
    padding: 20px;
}
#footer a
{
    color: #FFF;
}

/*----------------------------
      Section: Blog
----------------------------*/
.entry
{
    padding: 0;
    border-top: solid 1px #EDEDED;
}
.entry .published
{
    color: Gray;
    font-size: 0.9em;
}
.entry .title
{
    font-size: 1.5em;
}
/*----------------------------
      Section: Websites
----------------------------*/
.website-index
{
    width: 100%;
}
.website-index h4 a
{
    font-size: 80%;
    font-weight: normal;
}
.website-index td
{
    width: 50%;
    text-align: center;
    vertical-align: top;
}
.website-index .row
{
    margin-bottom: 15px;
}
.website-image
{
    margin-bottom: 5px;
}
.website-buttons
{
    margin-left: 40px;
}
.website-index-panel
{
    min-height: 510px;
}
