/* CSS Styles for Kyra and Tully */

body
{
	background-color: #111;
	background-image: url(/images/background-test.png);
}

.mainContainer
{
	background-image: url(/images/home-background.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 960px;
	padding: 60px 0 60px 0;
	margin: 0 auto 0 auto;
	line-height: 1.2;
	
}

.navbar
{
	margin: 0 auto 0 auto;
	text-align: center;
	top: 40px;
	position: relative;
}

.sub-navbar
{
    margin: 0 auto 0 auto;
    text-align: center;
    top: 60px;
    position: relative;
}

.content
{
	top: 80px;
    margin: 0 auto 0 auto;
    width: 550px;
    height: 800px;
    position: relative;
    overflow: auto;
}

.navbar-item, .navbar-item-here
{
	display: inline;
    padding: 6px !important;
}

.ui-widget-content, .entry, .show
{
	margin: 8px;
	padding: 4px;
}

.title, .date
{
	padding: 2px;
}

.ui-widget-header
{
	padding: 2px;
}

.byline, .with, .image_caption
{
    margin: 4px;
    font-size: 0.8em;   
}

#presskit .image
{
	border-bottom: 1px solid #000;
	margin: 10px;
}

#presskit .image .title
{
    font-size: larger;
    font-weight: bold;
}

