/* CSS Document */
body
{
	background:url(../img/backgroundTile.gif) repeat;
	margin: 0;
    padding: 0;
}

img
{
	border:0;
}

#wrapper
{
	margin: 0 auto;
    width: 600px;
}
#wrapper h1
{
	font-family:Colaborate-Medium;
	font-size:40pt;
	color:#fff;
	text-align:center;
	margin-top: 50pt;
	
}
#content
{
	background:url(../img/opacity.png) repeat;
	margin-bottom:40px;
}
#bg
{
	background:#fff;
	opacity:0.2;
	position:absolute;
	top:100;
	width:600px;
	height:100%;
}
#words
{
	
}
#words ul
{
	padding:0;
	margin:0;
}
#words ul li
{
	list-style-type:none;
	border-bottom:2px solid #1367a8;
	overflow:hidden;
	padding: 5px 0;
}
#words ul li:last-child
{
	border-bottom:0 solid #1367a8;
}
#words img
{
	float:left;
	padding:10px;
}
.post-title
{
	padding-top:12px;
}
.title
{
	color:#fff;
	font-family:Colaborate-Medium;
	font-size:2em;
	margin-bottom:10px;
}

.divbotton
{
	float:left;
}
.botton
{
	background: none repeat scroll 0 0 #1367A8;
    border-radius: 6px;
    float: left;
    height: 35px;
    line-height: 35px;
	margin-right:20px;
	clear:left; 
	margin-bottom:10px;
}
.botton a
{
    color: #FFFFFF;
    font-family: Colaborate-Medium;
    font-size: 1.4em;
    padding:0 10px;
    text-decoration: none;
}


#topStripWrapper {
    border-bottom: 1px solid #51A8D6;
    height: 39px;
    margin: 0;
    padding: 0;
    /*position: fixed;*/
    top: 0;
    width: 100%;
    z-index: 9999;
}
.primaryBackground {
    background: none repeat scroll 0 0 #2292CC;
}
#footerLastBits {
    background: none repeat scroll 0 0 #BEDEF1;
    margin: 0;
    padding: 0;
    width: auto;
	height: 39px;
}

