/*
Theme Name: Oxford
Theme URI: http://www.oxfordmagazine.com/
Description: This is a private Wordpress Theme.
Version: 1.5
Author: Ian Gordon
Author URI: http://www.iangordon.us/
Tags: two-columns, right-sidebar

	"Oxford" by http://www.iangordon.us/

	This theme was designed and built by Ian Gordon
	of Ian Gordon Online: http://www.iangordon.us/.

	The CSS, XHTML and design is copyright the author and owners of Oxford Magazine.

*/

body {
  background: #ffffff;
  font-family: Arial, Helvetica, Verdana, Tahoma, Sans-serif;
  font-size: 10pt;
  color: #000000;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h2 {
  font-size: 2.1em;
  color: #000000;
  margin-bottom: 15px;
}

h3{
  font-size: 1.45em;
  margin-bottom: 15px;
  color: #808080 !important;
}

h4 {
  color: #808080;
  font-size: 1.3em;
}

a, a:active, a:link {
  color: #323232;
  text-decoration: none;
}
a:hover {
  color: #6d6d6d;
  text-decoration: none;
}

p {	
  margin: 15px 0;
  font-size: 11pt;
  line-height: 1.3em;
}

ul { margin-bottom: 12px; }

#site-wrapper {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  border: 1px solid #000;
}
#site-wrapper:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

#navigation { background:#0857a1; font-size: 12pt; padding:8px; }
#navigation ul {
  list-style-type: none;
}
#navigation li {
  display: inline;
  line-height: 18pt;
  padding-right: 6px;
}
#navigation a, #navigation a:visited { color: #fff; text-decoration:none; }
#navigation a:hover { color:#ff9000; text-decoration:none; }

#sponsors:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
#sponsors ul { list-style-type:none; }
#sponsors li { float:left; display:inline; }
#sponsors .skype {
  display: block;
  background: url("http://www.oxfordmagazine.com/wp-content/uploads/2010/03/sponsor_group.gif") 0 0 no-repeat;
  width: 97px;
  height: 59px;
  text-indent: -9999px;
}
#sponsors .virgin {
  display: block;
  background: url("http://www.oxfordmagazine.com/wp-content/uploads/2010/03/sponsor_group.gif") -97px 0 no-repeat;
  width: 111px;
  height: 59px;
  text-indent: -9999px;
}
#sponsors .cook {
  display: block;
  background: url("http://www.oxfordmagazine.com/wp-content/uploads/2010/03/sponsor_group.gif") -215px 0 no-repeat;
  width: 55px;
  height: 59px;
  text-indent: -9999px;
}


.two-thirds {
  float: left;
  width: 620px;
  text-align: left;
  margin: 10px;
}

.one-third {
  float: left;
  width: 300px;
  text-align: left;
  margin: 10px;
}