/*******************************************************/
/* CSS file for lynn.v1 design                         */
/*******************************************************/

/* # = id = once per document */
/* . = class = multiple times in a document */

body
{
    background: #014d71; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#011b40, #0e5a99); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#011b40, #0e5a99); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#011b40, #0e5a99); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#011b40, #0e5a99); /* Standard syntax */
    color: #aaaaaa;
    font-family: Georgia, serif;
    font-size: 14px;
}

#leftbar
{
    top: 0px;
    width: 200px;
    position: fixed;
    padding: 10px;
/*    border-right: 1px solid #dcdcdc; */
    height: 600px;
}

#topbar
{
    position: relative;
	margin: 0;
	top: 0px;
	left: 257px;
	width: 800px;
	height: 287px;
	background-image: url("images/new_header.png");
    text-align: right;
}

#topbar-content
{
    position: absolute;
    bottom: 8px;
    text-align: right;
    width: 100%;
}

.section
{
/* source: http://lea.verou.me/css3patterns/#lined-paper (Sarah Backhouse) */
    background-image: 
        linear-gradient(90deg, transparent 103px, #011b40 103px, #011b40 105px, transparent 105px),
        linear-gradient(#6da5c8 .2em, transparent .1em);
    background-size: 100% 16px;
    color: #222222;
    background-color: #aec6d2;
    width: 700px;
    position: relative;
    top: 0px;
    left: 275px;
    padding: 10px;
    border: 15px solid #011b40;
    margin-bottom: 30px;
    line-height: 16px;
}

h1
{
    text-align: center;
}

a:link
{
	color: #4c4cff;
	text-decoration: none;
}
a:visited
{
	color: #4c4cff;
	text-decoration: none;
}
a:active
{
	color: #4c4cff;
	text-decoration: none;
}
a:hover
{
	color: #bc0523;
	cursor: pointer;
}

.centertext
{
    text-align: center;
}

.indent
{
    position: relative;
    left: 105px;
    width: 600px;
}
