/*
Title: Simple Blog Skin
Developer: PropHeads Consulting (www.propheads.com)
*/

body {
	background: url(images/background.jpg) no-repeat top center #fff; 
        background-attachment:fixed;

/* 	background: url(images/background.jpg) #fff;  
*/
        color: #000;
        font-family: Arial, Verdana, sans-serif;

}


#divPageContentHolder {
/* 
   all content is contained within this div.
   You can change the width to allow for wider content.
   DO NOT change the bottom margin and bottom
   padding as these affect column layout
*/

	width: 880px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
	overflow: hidden;

}

#divMainContentHolder {
	width: 600px;
	float: left;
}

#divRightContentHolder {
	width: 230px;
	float: left;	
	filter:alpha(opacity=85);

}

#divFooterContentHolder {
	color: #fff;
	clear: both;
	width: 830px;
	margin: 0 auto;
}

#divMainContentBackground {
	width: 610px;
	position: relative;
	top: -75px;
        background:#FFF;
        opacity: 0.85;
	filter:alpha(opacity=85);

        -webkit-border-top-left-radius:10px;
        -webkit-border-top-right-radius:10px;
        -webkit-border-bottom-left-radius:10px;
        -webkit-border-bottom-right-radius:10px;

        -khtml-border-radius-topleft:10px;
        -khtml-border-radius-topright:10px;
        -khtml-border-radius-bottomleft:10px;
        -khtml-border-radius-bottompright:10px;
    
        -moz-border-radius-topleft:10px;
        -moz-border-radius-topright:10px;
        -moz-border-radius-bottomleft:10px;
        -moz-border-radius-bottomright:10px;
}


#divMenu {
	width: 600px;
	margin: 10px 0 0 0;
}

#divLogoHolder {

}

/* -------------------------------------------------------------- 
  Adjust the height value of divLogoHeightProp to increase or
  decrease the height requirement of your logo
-------------------------------------------------------------- */
#divLogoHeightProp {
    height: 110px;
    float: right;
    width: 1px;
}
#divLogoHeightClear {
    clear: both;
    height: 1px;
    overflow: hidden;
}


#divBreadCrumb {
	width: 600px;
        background:#FFF;
	margin: 0px;
	padding: 5px;
        opacity: 0.85;
	filter:alpha(opacity=85);
}


#divContentPane {
	width: 590px;
	padding: 5px;
	margin: 5px;
        background:#FFF;
        opacity: 0.85;
	filter:alpha(opacity=85);
}


#divRightPane {
/* 
 Holds all right hand column content.
 Adjust the top margin value to control logo positioning.
*/
	
	width: 195px;
	margin: 150px 0 0 20px;
	padding: 5px;
        background: #282f66;
	color: #fff;

        -webkit-border-top-left-radius:10px;
        -webkit-border-top-right-radius:10px;
        -webkit-border-bottom-left-radius:10px;
        -webkit-border-bottom-right-radius:10px;
   
        -khtml-border-radius-topleft:10px;
        -khtml-border-radius-topright:10px;
        -khtml-border-radius-bottomleft:10px;
        -khtml-border-radius-bottompright:10px;
    
        -moz-border-radius-topleft:10px;
        -moz-border-radius-topright:10px;
        -moz-border-radius-bottomleft:10px;
        -moz-border-radius-bottomright:10px;

}

#divRightPane .SubHead {
	color: #fff;
}

#divRightPane .CommandButton {
	color: #fff;
}

#divNotices {
	font-size: .8em;
	margin: -60px 0 0 0px;
	width: 650px;
	color: #fff;
	float: left;
	text-align: center;
}

#dnn_dnnPRIVACY_hypPrivacy, #dnn_dnnTERMS_hypTerms, #dnn_dnnCOPYRIGHT_lblCopyright {
	font-family: Arial, Verdana, sans-serif;
        opacity: 1;
	filter:alpha(opacity=100);
	color: #000000;
	font-size: 1em;
	opacitiy
}


#divLogin {
	color: #fff;
	width: 200px;
	margin: 0px 0 0 10px;
	text-align: center;
	float: right;
}

#dnn_dnnLOGIN_cmdLogin {
	color: #fff;
	font-size: .7em;
}

#dnn_dnnUSER_cmdRegister {
	color: #fff;
	font-size: .7em;
}


#divLogo {
	width: 570px;
	position: relative;
	top: 30px;
	left: 10px;
        padding: 10px;
	z-index: 2;
        background:#282f66;
        -webkit-border-top-left-radius:10px;
        -webkit-border-top-right-radius:10px;
        -webkit-border-bottom-left-radius:10px;
        -webkit-border-bottom-right-radius:10px;
    
        -khtml-border-radius-topleft:10px;
        -khtml-border-radius-topright:10px;
        -khtml-border-radius-bottomleft:10px;
        -khtml-border-radius-bottompright:10px;
    
        -moz-border-radius-topleft:10px;
        -moz-border-radius-topright:10px;
        -moz-border-radius-bottomleft:10px;
        -moz-border-radius-bottomright:10px;
}


