/*
Theme Name:		Oilweek
Theme URI: 		http://www.oilweek.com
Author: 		  Wayne Federation
Author URI:		http://www.oilweek.com
Version:      0.1
*/

/* Reset Browser Defaults */
/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-r-owk.css' );

@import url ('/include/style.css');

input {
  font-family: Arial, Helvetica, sans-serif;
}

textarea {
  font-family: 'Courier New', Courier, monospace;
}

#submit {
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid  #004890;
  color: #004890;
  background-color: #BEC8E0;
  margin-top: 6px;
  margin-bottom: 18px;
}

.container {
  text-align: left;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  background: white;
}

.hfeed { width:700px; float: left; vertical-align:top; }
.aside { width:225px; float: right; vertical-align:top; }
.footer { clear: both; }