/* Styles for FreeFlight skin, designed by EdB http://wonderwinds.com */
/* This sheet allows you to put the sidebar on the left or the right */
/* by changing the identified lines in this file. */
@import url(css/general.css); /* get general styles */
@import url(css/header.css); /* get header and blog button styles */
@import url(css/mainbody.css); /* get main body, comments and forms styles */
@import url(css/sidebar.css); /* get side bar styles */
@import url(css/calendar.css); /* get calendar styles */
@import url(css/buttons.css); /* get submit/reset and left/right button styles */
@import url(css/footer.css); /* get footer styles */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
background-image: url('img/bkgnd.jpg'); 
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 50%;
background-color: #CDF1FF;
text-align: left;
}

div#wrapper {
width: 100%;
margin: 0;
padding: 0;
}

div#navbar {
background-color: #FFFFFF;
margin: 1ex;
padding: .5ex;
font-size: 84%;
text-align: right;
/* to move the sidebar to the right change to text-align: left; */
}

div#HeadSection {
text-align: left;
/* to move the sidebar to the right change to text-align: right; */
margin: 0;
margin-left: 2ex;
/* to move the sidebar to the right change to margin-right: 2ex; */
padding: 0;
}

div#bPosts {
vertical-align: top;
float: right;
/* to move the sidebar to the right change to float: left; */
width: 69%;
margin: 0;
padding: 0 .5ex 0 0;
/* to move the sidebar to the right change to padding: 0 0 0 .5ex; */
}

div#bSideBar {
vertical-align: top;
float: right;
/* to move the sidebar to the right change to float: left; */
width: 29%;
margin: 0;
padding: 0;
}

