
/* only define template page layout styles here. */
/* any formatting/content styles should be put in 'content.css' */
* {
	outline:none;
}

.primary-color {
	background:#398bc5;
	color:#FFF;
}

html {
    background: url(/templates/front/images/html.png) repeat-x #2FB5EA;
    height:100%;
    /*
    background: url(/templates/front/images/html.png) repeat-x #2FB5EA;
    background: url(/templates/front/images/shadow_top.png) repeat-x #2FB5EA;
    background: url(/templates/front/images/shadow_bottom.png) repeat-x 0px bottom fixed #2FB5EA;
    */
}

body {
    background: url(/templates/front/images/shadow_bottom.png) repeat-x 0px bottom fixed;
    _ background: none;
    height:100%;
    /*
    background: url(/templates/front/images/shadow_top.png) repeat-x;
    background: url(/templates/front/images/shadow_bottom.png) repeat-x 0px bottom fixed; _ background: none;
    */
}

#page {
    width: 760px;
    margin: auto;
    padding: 50px 0px;
}

.hide {
    display: none;
}

.header {
    width: 96%;
    padding: 2%;
}

.header h1 {
    float: left;
    color: #123;
    line-height: 50px;
    font-size: 40px;
}

.header img {
    float: left;
    margin: -10px 0px 0px 0px;
}

#toolbar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 6px 0px;
    color: #789;
    background: url(/templates/front/images/toolbar.png) repeat-x 0px bottom;
    _ background: none;
    _ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/front/images/toolbar.png', sizingMethod='scale');
}

#actions .social {
    float: left;
    padding: 0px 8px;
}

#actions ul {
    float: left;
    padding: 0px;
    margin: 0x;
    font: bold 11px sans-serif;
    list-style-type: none;
}

#actions li {
    float: left;
    font-size: 11px;
    padding: 0px 8px;
    margin: 0px;
}

#username {
    position: absolute;
    right: 0px;
    padding: 0px 8px;
    font: bold 11px sans-serif;
}

.rounded_top {
    clear: both;
    height: 23px;
    width: 100%;
}

.rounded_top .left_corner {
    float: left;
    display: block;
    width: 20px;
    height: 23px;
    background: url(/templates/front/images/rounded_top_left.png) no-repeat left 0px transparent;
    _ background: none;
    _ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/front/images/rounded_top_left.png', sizingMethod='crop');
}

.rounded_top .right_corner {
    float: left;
    display: block;
    width: 20px;
    height: 23px;
    background: url(/templates/front/images/rounded_top_right.png) no-repeat right 0px;
    _ background: none;
    _ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/front/images/rounded_top_right.png', sizingMethod='crop');
}

.rounded_top .rounded_center,
.rounded_bottom .rounded_center {
    float: left;
    width: 720px;
    height: 23px;
    background: #FFF;
}

.rounded_bottom {
    float: left;
    clear: both;
    width: 100%;
    height: 23px;
}

.rounded_bottom .left_corner {
    float: left;
    display: block;
    width: 20px;
    height: 23px;
    background: url(/templates/front/images/rounded_bottom_left.png) no-repeat left 0px;
    _ background: none;
    _ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/front/images/rounded_bottom_left.png', sizingMethod='crop');
}

.rounded_bottom .right_corner {
    float: left;
    display: block;
    width: 20px;
    height: 23px;
    background: url(/templates/front/images/rounded_bottom_right.png) no-repeat right 0px;
    _ background: none;
    _ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/front/images/rounded_bottom_right.png', sizingMethod='crop');
}

.section {
    float: left;
    clear: both;
    width: 100%;
    background: #FFF;
}

.nav {
    float: left;
    width: 100%;
    padding-bottom: 35px;
    background: url(/templates/front/images/shadow_top.png) repeat-x 0px bottom;
    _ background: none;
}

.main {                                /* center column styles */
    float: left;
    margin-bottom: 50px;
}

.center {                            /* the center column width when it's the only column */
    width: 720px;
    padding: 0 20px;
}

.leftcenter,                            /* the center column width when there's a left column */
.rightcenter {                        /* the center column width when there's a right column */
    width: 540px;
    padding: 0 20px 20px 20px;
}

.leftrightcenter {                    /* the center column width when there's a left and a right column */
    width: 380px;
    padding: 0px 20px 20px 20px;
}

.left {
    float: left;
    width: 170px;
    background: #FFF;
    padding: 10px 0px;
}

.right {
    float: left;
    width: 170px;
    padding: 10px 0px;
}

.banner {
    float: left;
    border-top: 10px solid #369;
    width:100%;
}

#site_footer {
    clear:both;
    padding:6px;
}

#author {
    clear: both;
    color: #000;
    padding: 6px;
    font: 11px sans-serif;
    text-align: center;
}

#author a:link,
#author a:visited {
    color: #003;
    font-weight: bold;
}

#author a:hover,
#author a:active {  }

.breadcrumbs {
    margin: -20px 0px 20px 10px;
    font-size: 12px;
}

.img-shadow {
    margin: 10px 0 0 10px !important;
    margin: 10px 0 0 5px;
    background: url(/templates/front/images/image-shadow.png) no-repeat right bottom !important; /* !important is not recognized by IE */
    background:transparent url(/templates/front/images/image-shadow.gif) bottom right no-repeat;
    float:left;

}
.img-shadow img { margin:-6px 6px 6px -6px; }