/**
-------------------------------
PropertyOrder
-------------------------------

 @ display
 @ visibility
 @ overflow
 @ list-style
   @ type
   @ image
   @ position
   @ position
 @ float
 @ clear
 @ top right bottom left
 @ width
 @ height
 @ margin
 @ padding
 @ border
 @ background
   @ color
   @ image
   @ repeat
   @ position
   @ attachement
 @ color
 @ font
   @ style
   @ variant
   @ weight
   @ size
   @ line-height
   @ family
 @ text-decoration
 @ text-align
 @ vertical-align
 @ white-space
 @ other text
 @ quotes
 @ content
*/

@CHARSET "UTF-8";

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
height: 150px;
padding-left: 100px;
}

#topsection h1{
margin-top: 0;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
}

.entry{
margin:10px 0 10px 0;
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
}

#footer{
clear: left;
width: 100%;
padding: 4px 0;
}

.innertube{
margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
}