/*
-----------------------------------------------
Site Title
Author:   Tim Anderson-Bonsor
Version:  Date V1.0
----------------------------------------------- */
 

/* =Global Structure
----------------------------------------------- */
p, li {
font-size: 13px;
}
#content {
margin-top: 24px;
width: 330px;
float: left;
padding: 0 20px;
background: #cc3300;
color: #f7cbc3;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-shadow: 0 0 10px #ccc;
-moz-box-shadow: 0 0 10px #ccc;
-webkit-box-shadow: 0 0 10px #ccc;
}
#content a {
color: #fff;
}
.inset {
float: left;
margin: 3px 6px 6px 0;
}
#side-bar {
width: 180px;
float: right;
margin: 10px 10px 0 0;
}
#side-bar h4 {
margin-bottom: 0;
padding-top: 10px;
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
font-size: 12px;
}
#side-bar ul,
#content ul,
#side-bar li,
#content li {
margin: 0;
padding: 0;
list-style-type: none;
}
#content ul {
border-top: 1px solid #a92011;
padding: 0 0 20px 0;
}
#content li {
border-bottom: 1px solid #a92011;
padding: 15px 10px;
}
#side-bar li {
border-bottom: 1px solid #ccc;
padding: 3px;
}
#content li h4,
#event-content h4 {
color: #fff;
}
#content li p,
#content li h4,
#event-content h4 {
margin: 0;
}
#side-bar li,
#side-bar p {
font-size: 11px;
overflow: auto;
}
.edit {
text-align: right;
margin-right: 20px;
font-size: 10px;
color: #444;
font-style: italic;
}
/* =Leftbar Structure
----------------------------------------------- */
/* =Rightbar Structure
----------------------------------------------- */
/* =Header
----------------------------------------------- */
/* =Footer
----------------------------------------------- */
.footer {
clear: both;
}
/* =Titles
----------------------------------------------- */
h2 {
font-size: 16px;
}
/* =Navigation + =Links
----------------------------------------------- */
/* =Tables
----------------------------------------------- */
.nice-table {
width: 100%;
border-collapse: collapse;
margin: 0;
font-size: 13px;
}
.nice-table td,
.nice-table th {
border-bottom: 1px solid #ccc;
padding: 5px 10px;
border-collapse: collapse;
margin: 0;
}
.nice-table th {
text-align: left;
}
/* =Lists
----------------------------------------------- */
/* =Forms
----------------------------------------------- */
/* =Misc and =Redundant
----------------------------------------------- */
/* =End
----------------------------------------------- */