/* http://www.colorcombos.com/color-scheme-221.html */

/* common setup
body {
    background-color: #1C263C;
    color: #B6C0D2;
    font-family: Georgia;
}

a {
    color: #9CFF00;
}
*/

/* blog style overrides for homepage layout */

#primarycontent {
	margin-right: 0;
}

h3 {
	padding-right: 0;
}

#primarycontainer h3, h4, h5 {
    margin: 15px 0 10px 0;
    display: block;
}

#primarycontainer ul {
    margin-bottom: 10px;
}

/* homepage */

ul#sites-internal, ul#bio, ul#sites-external, ul#sites-other {
	display: block;
	margin-bottom: 1.5em;
}

ul#sites-internal li, ul#bio li, ul#sites-other li {
	margin-left: 3em;
}

/* contact page */

ul#sites-external {
    list-style-type: none;
    text-align: center;
	vertical-align: middle;
}

ul#sites-external li {
    display: inline;
	margin-left: 1.5em;
}

ul#sites-external img {
    border: 0;
    background-color: #fff;
    margin: 10px;
}

ul#sites-internal, ul#bio, ul#sites-external, ul#sites-other, ul.list {
	display: block;
	margin-bottom: 1.5em;
}

ul#sites-internal li, ul#bio li, ul#sites-other li, ul.list {
	margin-left: 3em;
}