/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 85%;
    text-align: center;
    color: #000;
    background-color: #000;
}
div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

h1, h2, h3, h4 {
	 font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}
h1 { font-size: 18px; }
h2 { font-size: 14px; }
h3 { font-size: 13px; }
h4 { font-size: 11px; }

p { padding: 0 0 1em; }

a, a:link { 
    text-decoration: none;
    color: #69c;
}
a:visited { color: #669; border-color: #669; }
a:hover { color: #693; border-color: #693; text-decoration: none; }
a:active { color: #c33; border-color: #c33 }


a img, img {
    border: none;
}

ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}


.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}


#page {
    width: 1250px;
    margin: 0px 55px 0px 0px;
    text-align: left;
    background: #000000 url("http://www.dndphysiques.com/assets/images/dnd-back1.jpg");
    background-repeat: no-repeat;

}

#page2 {
    width: 1250px;
    margin: 0px 55px 0px 0px;
    text-align: left;
    background: #000000 url("http://www.dndphysiques.com/assets/images/dnd-back2.jpg");
    background-repeat: no-repeat;

}

#page3 {
    width: 1250px;
    margin: 0px 55px 0px 0px;
    text-align: left;
    background: #000000 url("http://www.dndphysiques.com/assets/images/dnd-back2.jpg");
    background-repeat: no-repeat;

}

#page4 {
    width: 1250px;
    margin: 0px 55px 0px 0px;
    text-align: left;
    background: #000000 url("http://www.dndphysiques.com/assets/images/dnd-back4.jpg");
    background-repeat: no-repeat;

}

#page5 {
    width: 1250px;
    margin: 0px 55px 0px 0px;
    text-align: left;
    background: #000000 url("http://www.dndphysiques.com/assets/images/dnd-back5.jpg");
    background-repeat: no-repeat;

}

#page6 {
    width: 1250px;
    margin: 0px 55px 0px 0px;
    text-align: left;
    background: #000000 url("http://www.dndphysiques.com/assets/images/dnd-back6.jpg");
    background-repeat: no-repeat;

} 

#holder {
float: left;
margin: 0px 0px 0px 300px;
width: 970px;

}

#holder2 {
float: left;
margin: 0px 0px 0px 300px;
width: 970px;
background-color: #fb2cdb;
}

#holder3 {
float: left;
margin: 0px 0px 0px 300px;
width: 970px;
background-color: #999999;
}

#content {
    float: left;
    text-align: left;
    width: 900px;
    padding: 25px 15px 10px 15px;
    line-height: 1.5em;
}

#content  p {
    color: #fff;
}

#content2 {
    float: left;
    background: #edbfdf;
    text-align: left;
    width: 700px;
    padding: 25px 15px 10px 15px;
    line-height: 1.5em;
}

#content3 {
    float: left;
    background: #d8d5d7;
    text-align: left;
    width: 700px;
    padding: 25px 15px 10px 15px;
    line-height: 1.5em;
}

/* Special text formatting 
------------------------------------------------------------------------------- */

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h4.date-header {
    margin-top: 0;
    padding-left: 14px;
    font-size: 90%;
    color: #f93;
    background: url(images/date_icon.gif) no-repeat 0 50%;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }


.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}

/* Header 
------------------------------------------------------------------------- */

#header { 
      float: right;
      width: 850px;
      text-align: center;
     height: 240px;
     padding: 10px 0px 5px 375px;
}

#sidebutton {
    float: right;
    padding: 40px 40px 0px 0px;

}

#header flash {
     float: left;
    padding-left: 400px;
}


#header h1 {
    font-size: 19px;
    margin: 0;
    color: #fff;
}

#header h1 a {
    text-decoration: none;
    border-bottom: none;
    color: #fff;
}
#header h1 a:hover { 
    color: #eee; 
    text-shadow: #fff 0 0 4px;
}
#header h3 {
padding-top: 5px;
font-size: 12px;
color: #29c0ec;
}


/* Navigation Links 
------------------------------------------------------------------------- */
#navlist li { 
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}


/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
    float: right;
    width: 225px;
    padding: 10px 5px 10px 5px;
    font-size: 85%;
    line-height: 1.4em;
    background-color: #2972ec; 
    color: #fff;
}


#sidebar h2 {
    padding: 25px 0 0 35px;
    color: #666;
    background: url(images/sidebar_icon.gif) no-repeat 5px 15px;
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}

#sidebar h3 {
    text-align: center;
    padding: 10px 0 0 0px;
    color: #fff;
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}

#sidebar ul, #sidebar p {
    padding: 5px 15px 1em;
    margin-left: -5px;
}

#sidebar ul { margin-bottom: 1em }
#sidebar ul ul { margin-bottom: 0; border-bottom: 1px solid #ddd; }
#sidebar ul ul ul { border-bottom: none; margin-bottom: 0; }
#sidebar ul li ul li { background: url(images/tictac_green.gif) no-repeat 0 6px; }

#sidebar2 {
    float: right;
    width: 225px;
    padding: 10px 5px 10px 5px;
    font-size: 85%;
    line-height: 1.4em;
    background-color: #fb2cdb; 
    color: #fff;
}
#sidebar2 h2 {
    padding: 25px 0 0 35px;
    color: #666;
    background: url(images/sidebar_icon.gif) no-repeat 5px 15px;
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}

#sidebar2 h3 {
    text-align: center;
    padding: 10px 0 0 0px;
    color: #fff;
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}


#sidebar3 {
    float: right;
    width: 225px;
    padding: 10px 5px 10px 5px;
    font-size: 85%;
    line-height: 1.4em;
    background-color: #999999; 
    color: #fff;
}
#sidebar3 h2 {
    padding: 25px 0 0 35px;
    color: #666;
    background: url(images/sidebar_icon.gif) no-repeat 5px 15px;
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}

#sidebar3 h3 {
    text-align: center;
    padding: 10px 0 0 0px;
    color: #fff;
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}


/* Footer 
------------------------------------------------------------------------- */
#footer {
    width: 1245px;
    margin: 0px;
    text-align: center;
    padding: 5px 25px 9px 0px;
    font-size: 85%;
    color: #000;
    background: #69b6fd;
}

#footer p {font-weight: bold;
    padding: 7px 0px 0px 25px;
}

#footer a, a:link { 
    text-decoration: none;
    color: #0c4cb6; 
}
#footer a:visited { color: #0c4cb6; }
#footer a:hover { color: #f7fa05; text-decoration: none; }
#footer a:active { color: #0c4cb6;  }

#footer2 {
    width: 1245px;
    margin: 0px;
    text-align: center;
    padding: 5px 25px 9px 0px;
    font-size: 85%;
    color: #000;
    background: #ea89fc;
}

#footer2 p {font-weight: bold;
    padding: 7px 0px 0px 25px;
}

#footer2 a, a:link { 
    text-decoration: none;
    color: #fd0cbc; 
}
#footer2 a:visited { color: #fd0cbc; }
#footer2 a:hover { color: #fff; text-decoration: none; }
#footer2 a:active { color: #fd0cbc;  }


/* Forms 
------------------------------------------------------------------------------- */
form {
	width: 360px;
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	border: none;
}
form.full { width: 100%; }


fieldset {
    border: none;
}

legend {
	display: none;
}
form h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

form label,
form p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

form input {
	display: block;
	margin-top: 3px;
}

form select {
	float: left;
	display: block;
}

form label.first,
form label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

form label.second,
form label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
form label.state { width: 60px; }

form label.first input,
form label.city input,
form label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

form label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.zip,
form label.zip input {
	float: left;
	width: 80px;
}
form label.zip { clear: none; }

form label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

form label input {
	float: left;
	width: 310px;
	padding: 0;
}

form input.radio,
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

form label.radio,
form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

form input.checkbox,
form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the form elements to look similar across browsers ... emulates Safari */
form label input,
form textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
form input.checkbox,
form select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
    clear: left;
}

/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}
