/* =content for pages other than Sport and Exercise home page ==================================================================
Last update: 07 March 2011 by gjms1
*/

#container #contentWrapper #content {
    float: right;   /* floats content div right, allows other content to flow around it */
    text-align: left;
    position: relative;
    width: 760px;   /* essential to specify width with floats */
	overflow:hidden;
    }

    #container #contentWrapper #content #main {
        float: left;    /* floats image left WITHIN #content */
        margin: 20px 0 20px 0;
        width: 520px;   /* essential to specify width with floats */
		min-height: 720px;
        }

    #container #contentWrapper #content #related {
        left: 420px;    /* floats text right WITHIN #content */
        float: right;
        margin: 20px 20px 10px 0;
        top: 10px;
        width: 180px;   /* essential to specify width with floats */
        }


.alert, .error, .feature, .notice, .success  {
    border: 2px solid #ddd;
    clear: both;
    margin-bottom: 1em;
    padding: 5px 5px 5px 10px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
    }

.feature {background: #e9f1f9; color: #00529b; border-color: #c0d7ec;}
.notice {background: #fff6bf; border-color: #ffd324; color: #514721;}
.success {background: #e6efc2; border-color: #c6d880; color: #264409;}
.alert,.error {background: #fbe3e4; border-color: #fbc2c4; color: #8a1f11;}
.feature a {color: #00529b;}
.notice a {color: #514721;}
.success a {color: #264409;}
.alert a, .error a {color: #8a1f11;}

.feature a:link, .feature a:visited,
.notice a:link, .notice a:visited,
.success a:link, .success a:visited,
.alert a:link, .alert a:visited, .error a:link, .error a:visited {
    text-decoration: underline;
    }

.feature a:hover, .feature a:active,
.notice a:hover, .notice a:active,
.success a:hover, .success a:active,
.alert a:hover, .alert a:active, .error a:hover, .error a:active {
    text-decoration: none;
    }

.feature p:last-child,.notice p:last-child,.success p:last-child,.alert p:last-child,.error p:last-child {margin: 0; padding: 0;}

