﻿/*
Theme Name: PSS CMS and API
Description: A WordPress theme used solely for serving the API.
Version: 1.0
Author: James Carter
*/

body {
    padding-top: 50px;
}

#content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.content-area {
    max-width: 800px;
    padding: 20px;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin: 10px 0;
}

a {
    color: #0073aa;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
