font-size: 0.8em;
}
-
-.contentwrapper{
- width: 960px;
+.page{
+ max-width: 960px;
margin: 0 auto;
+}
+.contentwrapper{
+ overflow: auto;
}
.column-left{
float: left;
- width: 450px;
+ width: 50%;
}
.column-right{
float: right;
- width: 450px;
+ width: 45%;
}
.columns{
/*Adjustment of textAdjustment of text */
h1, h2, h3, .title{
- color: #D70A53;
+ color: #C70036;
}
.pageheader {
- border-radius: 10px;
- background-color: white;
- padding: 10px;
- width: 960px;
margin: 20px auto;
- height: 100px;
}
.pageheader .title{
padding-top: 30px;
}
+.pageheader .header{
+ border-radius: 10px;
+ background-color: white;
+ padding: 10px;
+ height: 100px;
+}
+
+.pageheader .actions{
+ padding: 10px;
+ height: 30px;
+}
+
+.pagebody{
+ max-width: 960px;
+}
+
#footer{
width: 960px;
padding: 10px;