/*
Theme Name: Jacob & Eric
Theme URI: http://jacobanderic.com
Description: Custom theme for the CAIE
Version: 1.0 - xili
Author: Jacob & Eric
Author URI: http://jacobanderic.com
Tags: Jacob & Eric, Jacob and Eric
*/

@import "styles/reset.css";

/*
* html elements
* @since 090422
*/
html {
	background: #f3f3f3;
	height: 100%;
}

body, input, select, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
}

big {
	font-size: 200%;
}

small {
	font-size: 75%
}

a {
	color: #dd6a28;
	text-decoration: none;
}

a:hover {
	color: #efefef;
}

del {
	text-decoration:line-through;
}

/*
* formatting
* @since 090422
*/
.post {
	line-height: 150%;
}

.post a {
	color: #2361a1;
	text-decoration: underline;
}

.post a:hover {
	color: #dd6a28;
}

.post p, .post li {
	padding: 0 0 1em 0;
}

.post ol, .post ul {
	padding: 0 0 1em 20px;
}

.post ol li {
	list-style: decimal;
}

.post ul li {
	list-style-type: circle;
}

.post h1 {
	font-size: 180%;
}

.post h2 {
	font-size: 180%;
}

.post h3 {
	font-size: 160%;
}

.post h4 {
	font-size: 140%;
	font-weight: bold;
}

.post h5 {
	font-size: 130%;
	font-weight: bold;
}

.post h6 {
	font-size: 120%;
	font-weight: bold;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	line-height: 120%;
	padding: 0 0 1em 0;
}

.post strong, .post b {
	font-weight: bold;
}

.post em, post i {
	font-style: italic;
}

.post hr {
	border: 0;
	border-top: 1px dotted #ddd;
}

.post table {
	margin: 0 0 1.5em 0;
	max-width: 560px;
}

.post td {
	padding: 1em;
	vertical-align: top;
}

.post img, .post img.alignnone, .post .alignnone img {
	margin: 0 0 10px 0;
	max-width: 560px;
}

.post img.aligncenter, .post .aligncenter img {
	margin: 0 auto;
}

.post img.alignright. .post .alignright img {
	float: right;
	margin: 0 0 10px 10px;
}

.post img.alignleft, .post .alignleft img {
	float: left;
	margin: 0 10px 10px 0;
}

.post blockquote, .post q, .post cite {
	font-style: italic;
	padding: 0 0 1em 20px;
}

.post .wp-caption {
	font-style: italic;
	text-align: center;
}

.post .wp-caption img {
	padding-bottom: 10px;
}

.post .title {
	padding: 0 0 .2em 0;
	text-transform: uppercase;
}

.post .title a {
	color: #000;
}

.post .title a:hover {
	color: #2361ac;
}

.post .time {
	color: #999;
	font-size: 120%;
	padding: 0 0 2em 0;
}

.post table .title {
	border-bottom: 1px solid #ddd;
	color: #dd6a28;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 140%;
	letter-spacing: 0.08em;
	padding: 0 0 4px 0;
}

.post table .stitle {
	color: #003366;
	padding-bottom: 2em;
	padding-left: 0;
}

.post .end {
	margin: 10px 0 20px 0;
}

#search-results {
	color: #dd6a28;
	font-size: 160%;
	padding: 0 0 2em 0;
	text-align: center;
}

.post a.icon-pdf {
	background: url(images/pdf.png) right center no-repeat;
	padding-right: 20px;
}

/*
* header
* @since 090422
*/
#topbar {
	background: #f9f9f9;
	border-bottom: 1px solid #ddd;
	font-size: 10px;
	height: 20px;
	left: 0;
	position: fixed;
	text-align: right;
	width: 100%;
	z-index: 1000;
}

#topbar div {
	margin: 0 auto;
	padding: 4px 10px 2px 0;
	width: 844px;
}

#search-form {
	float: left;
	margin: 0 4px 4px 6px;
}

#search-form input {
	float: left;
}

#search-input {
	border: 0;
	border-left: 1px solid #ddd;
	font-size: 12px;
	height: 16px;
	padding: 2px 4px;
	margin: -4px 0 0 0;
	width: 250px;
}

#search-submit {
	background: url(images/search.png);
	border: 0;
	height: 20px;
	margin: -4px 0 0 0;
	width: 20px;
}

#topbar a {
	color: #888;
	padding: 4px 6px;
}

#topbar a:hover {
	color: #dd6a28;
	text-decoration: underline;
}

#header {
	border-bottom: 3px double #ddd;
	padding: 50px 0 20px 0;
	text-align: center;
}

#header img {
	height: auto;
	max-width: 800px;
}

#header .header-widget img {
	height: auto;
	max-width: 250px;
	padding: 10px;
}

#menu {
	margin: 1px 0 0 0;
}

#menu li {
	float: left;
	height: auto;
	margin: 0 1px 1px 0;
	position: relative;
}

#menu a {
	background: #dd6a28;
	color: #fff;
	display: block;
	font-size: 10px;
	letter-spacing: 2px;
	padding: 6px 8px;
	text-transform: uppercase;
}

#menu a:hover, #menu .current_page_item a {
	background: #efefef;
	color: #dd6a28;
}

#menu li ul, #menu li:hover ul ul {
	display: none;
}

#menu li:hover ul {
	display: block;
	left: 0;
	padding: 1px 0 0 0;
	position: absolute;
	z-index: 100;
}

#menu li ul li:hover ul {
	display: block;
	left: 100%;
	padding: 0 0 0 1px;
	position: absolute;
	top: 0;
	z-index: 100;
}

#menu li ul li {
	float: none;
}

#menu #rss {
	float: right;
	margin: 1px 0 0 1px;
	min-height: 18px;
}

#menu #rss a {
	background: #fff url(images/rss.png) right center no-repeat;
	color: #fff;
	padding: 6px 20px 6px 8px;
}

#menu #rss a:hover {
	color: #dd6a28;
}

/*
* page
* @since 090422
*/
.page .title {
	padding: 0 0 2em 0;
	text-transform: uppercase;
}

/*
* sidebar
* @since 090422
*/
#sidebar .title {
	color: #dd6a28;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 130%;
	letter-spacing: 0.08em;
	padding: 0 0 .6em 0;
	text-align: center;
	text-transform: uppercase;
}

.sidebar-widget {
	overflow: hidden;
	padding: 0 0 20px 0;
}

.sidebar-widget p {
	color: #dd6a28;
	font-size: 110%;
	padding: 20px 0 0 0;
	text-align: center;
	text-transform: uppercase;
}

.sidebar-widget img {
	height: auto;
	max-width: 200px;
}

.sidebar-widget .sponsor {
	display: block;
	text-align: center;
}

.sidebar-widget .major img {
	height: auto;
	width: 200px;
}

.sidebar-widget .double-sponsor .major img {
	height: auto;
	width: 100px;
}

.sidebar-widget .minor img {
	height: auto;
	width: 130px;
}

.sidebar-widget .double-sponsor .minor img {
	height: auto;
	width: 65px;
}

.sidebar-widget a {
	color: #00aeff;
}

.sidebar-widget a:hover {
	color: #efefef;
}

#twitter-link {
	bottom: 0;
	position: absolute;
	right: 0;
	text-indent: -1000em;
	width: 200px;
}

#twitter-link a {
	background: url(images/twitter.png) center center no-repeat;
	display: block;
	height: 30px;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#twitter-link a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

/*
* footer
* @since 090422
*/
#footer {
	border-top: 3px double #ddd;
	color: #999;
	font-size: 80%;
	padding: 6px 0;
	text-align: center;
}

/*
* general
* @since 090422
*/
.alink-current {
	display: none;
}

.clear {
	clear: both;
}

.error {
	color: #ff0000;
}

.example {
	color: #999;
}

.msg {
	color: #006600;
}

.pointer {
	cursor: pointer;
}

.sans {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.serif {
	font-family: Georgia, Times, 'Times New Roman', serif;
}

/*
* structure
* @since 090422
*/
body {
	background: #fff;
	border-right: 4px #ededed solid;
	border-left: 4px #ededed solid;
	margin: 0 auto;
	min-height: 100%;
	width: 846px;
}

#wrapper {
	background: #fff;
	border-right: 3px #e1e1e1 solid;
	border-left: 3px #e1e1e1 solid;
	height: 100%;
	padding: 0 20px;
	width: 800px;
}

#main-wrapper {
	background: url(images/line.png) 580px top repeat-y;
	margin: 20px 0 20px 0;
	position: relative;
}

#main {
	float: left;
	padding: 0 20px 0 0;
	width: 560px;
}

#sidebar {
	float: right;
	padding: 0 0 50px 20px;
	width: 200px;
}