/*
Theme Name: Kinematifest 2011 Theme
Theme URI: http://www.kinematifest.com
Description: Wordpress template for Kinematifest Interactive and Animation Festival
Version: 1.0
Author: Carol Mertz, Ben Triola, & Dana Huth
Author URI: http://www.therampant.com 
*/



/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

div,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

li {
/*
  For IE6 + IE7.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9.
*/
  overflow: hidden;
}


/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12 {
  margin: 0 auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 {
  position: relative;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_3 {
  width: 220px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_6 {
  width: 460px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_9 {
  width: 700px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

.container_12 .grid_12 {
  width: 940px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_3 {
  padding-left: 240px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_6 {
  padding-left: 480px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_9 {
  padding-left: 720px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_3 {
  padding-right: 240px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_6 {
  padding-right: 480px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_9 {
  padding-right: 720px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_3 {
  left: 240px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_6 {
  left: 480px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_9 {
  left: 720px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_3 {
  left: -240px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_6 {
  left: -480px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_9 {
  left: -720px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12 {
  zoom: 1;
}



/*
Kinematifest
Template Styles
*/


/*basic styles*/

body, html {
	margin: 0; 
	padding: 0;
	font-family: Arial, sans-serif;
	color:#000;
	text-decoration:none;
	background-color: #fff;
	font-size: .95em;
}	

h1, h2, h3 { 
	font-family: Arial, Helvetica, sans-serif;
}

a, a:visited {
	color: #d36559;
}
a:hover, a:active {
	color: #ff9184;
}
img {
	border: none;
}
input[type="submit"] {
	background-color: #000;
	color: #fff;
	padding: 5px 15px;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 1em;
}
input[type="text"] {
	height: 25px;
	width: 250px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
textarea {
	height: 130px;
	width: 350px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.alignright {
	float: right;
	padding: 0 0 15px 15px;
}
.alignleft {
	float: left;
	padding: 0 15px 15px 0;
}

/* Header */
header.container_12 {
	margin-bottom: 20px;
}
h1.logo {
	background: url(images/kine-logo.jpg) no-repeat;
	width: 426px;
	height: 78px;
	float: left;
	margin-top: 5px;
	margin-left: 15px;
	font-size: .1em;
	text-indent: -9999px;
	color: #FFFFFF;
	z-index: 10;
	position: relative;
}
h1.logo a {
	display: block;
	position: absolute;
	width: 426px;
	height: 78px;
}
.headerdate {
	float: left;
	margin: 58px 0 -10px 20px;
	font-size: 1.7em;	
}
.headerinfo {
	float: right;
	font-size: .8em;
	text-align:right;
	padding: 15px 0;
	height: 75px;
}
.topnav {
	clear: both;
	font-size: 1.1em;
	font-style: italic;
	margin-top: 10px;
	background: #000;
	color: #fff;
	font-weight: 100;
}
.topnav ul {
	float: left;
	list-style-type: none;
}
.ie7 .topnav ul li {
	display: inline;
	zoom:1;
}
.topnav ul li {
	position: relative;
	display: inline-block;
	padding: 7px 15px 7px 10px;
	border-bottom: none;
}
.topnav ul li a, .topnav ul li a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	z-index: 2;
}
.topnav ul li a:active, .topnav ul li a:hover {
	color: #ff9184;
}

/* Dropdown Menu Styles */

.topnav li ul li {
	color:#000;
	display: block;
	float:none;
	border: none;
	padding: 0;
	}
.topnav li ul li:first-child {
	border: none;
}
.topnav li ul {
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	position: absolute;
	display:none;
	width: 150px;
	z-index: 3;
}
	
.topnav li:hover ul {
	display: block;
	background-repeat:repeat-x;
	background-color: #fff;
	padding: 0; 
	-webkit-box-shadow: 0px 1px 4px #333;
	border: 1px solid #000;

	}

	
.topnav li:hover li a, .topnav li:hover li a:visited {
	padding: 5px;
	border: none;
	text-decoration: none;
	float: none;
	color:#000;
	font-size: .9em;
	*display: inline-block;
	*zoom: 1;
	display:block;
	margin: 0px;
}

.topnav li:hover li a:hover {
	float: none;
	*display: inline-block;
	*zoom: 1;
	display:block;
	background-color:#ff9184;
	background-image: none;
}

.topnav li:hover li a:active {
	background-color:#ff9184;
}


/* Footer */

.footerborder {
	border-top: 2px dotted #000;
	height: 20px;
	margin-top: 10px;
}
.footercontent {
	background: #000;
	padding: 10px;	
	overflow: auto;
	color: #fff;	
}
.footercontent a:link, .footercontent a:hover, .footercontent a:visited, .footercontent a:active {
	color: #fff;	
}
.footercontent .widget {
	width: 160px;
	margin-right: 15px;	
	float: left;
}
.footercontent .widget ul {
	list-style-type: none;	
	padding: 0;
	margin: 0;
}
.footercontent .widget h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
.signature {
	clear: both;
	float: left;
	font-size: .8em;	
	margin-top: 15px;
	margin-bottom: 15px;
	color: #999;
	text-align: right;
}
.signature a {
	text-decoration: none;
	color: #999;
		
}
/* Homepage */

.hometop {
	background-color: #ff9184;
	color: #000;
	padding: 15px 200px 15px 15px;
	font-size: 1.2em;
}
.hometop h2 {
	font-size: 1.4em;
	font-weight: normal;
}
.homeshowcase {
	border: 4px solid #000;
	margin: 15px 0;	
}
.announcements h2 {
	border-bottom: 2px dotted #000;
	font-size: 1.4em;
	padding-bottom: 10px;
	margin-bottom: 15px;	
}
.announcementitem {
	background: #000;
	padding: 10px;
	color: #fff;
	margin-bottom: 15px;	
}
.announcementitem h3 {
	color: #fff;
	font-size: 1.3em;	
	margin-bottom: 10px;	
}
.announcedate {
	font-size: .8em;
}


/* Sidebar */

.submitsidebar {
	font-style: italic;
	padding-top: 5px;  
	padding-bottom: 5px;	
}

.submitbtn:link, .submitbtn:visited {
	display: block;
	width: 219px;
	height: 61px;
	margin: 10px 0;
	text-decoration: none;
	color: #000;
	background: url(images/submit-btn.jpg) no-repeat;	
}

.submitbtn:hover, .submitbtn:active {
	background: url(images/submit-btn-h.jpg) no-repeat;	
}

.newsfeed h2 {
	font-size: 1.5em;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #000;
}
.newsfeed h2 a {
	text-decoration: none;	
}
.newsfeed .newsdate {
	font-size: .8em;	
}
.newsfeed .newstitle {
	font-size: 1.2em;
	font-weight: normal;	
}
.newsfeed a:link, .newsfeed a:visited, .newsfeed a:hover, .newsfeed a:active {
	color: #000;	
}
.newsexcerpt {
	font-size: .8em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #000;
}
.sponsorsidebar {
	border: 2px solid #000;
	padding: 10px;
	margin: 30px 0 10px;	
}
.sponsorsidebar .widgettitle {
	font-size: 1.2em;	
	padding-top: 0;
	border-top: 0;
}
.widget ul {
	margin-left: 20px;	
	list-style-type: square;
}
.widget {
	margin-bottom: 20px;	
}
.widgettitle {
	font-size: 1.3em;
	margin-bottom: 10px;	
	border-top: 2px dotted #000;
	padding-top: 15px;
}
/* News */
.news {
	margin-bottom: 30px;
	border-top: 2px dotted #000;
	padding-top: 20px;	
}
.news:first-child {
	border-top: none;
	padding-top: 0;	
}
.news h1, .page h1 {
	font-size: 2em;
	color: #000;
	text-decoration: none;
	display: block;
	background-color: #ff9184;
	padding: 5px;
	margin-bottom: 5px;
}
.news h1 a:link, .news h1 a:hover, .news h1 a:visited, .news h1 a:hover {
	color: #000;
	text-decoration: none;
	display: block;
}
.page h1 {
	margin-bottom: 30px;	
}
.news .newsdate {
	font-size: .8em;
	margin-bottom: 15px;	
}
.news p, .page p {
	margin-bottom: 10px;	
}
.news img, .page img {
	border: 4px solid black;	
}

/* page */

.page h2 {
	font-size: 1.3em;
	margin-bottom: 20px;	
}
.page ul {
	margin-left: 20px;
	margin-bottom: 10px;	
}
h2.schedule, h2.sponsor, h2.submit {
	color: #fff;
	background-color: #000;
	padding: 5px;
	margin: 10px 0;	
}
h2.schedule.saturday, h2.submit {
	margin-top: 40px;	
}
/* Comments */
.comments {
	margin-top: 35px;
	border-top: 2px dotted #000;
	padding-top: 35px;
}
h3#comments {
	font-size: 1.3em;
}
.comments ul, .comments ol {
	list-style-type: none;
}
.comments #respond {
	margin-top: 35px;
}
li.comment {
	margin-top: 25px;
}
.comments .children {
	margin-left: 30px;
}
#respond h3 {
	padding: 0 0 15px 0;
	font-size: 1.2em;	
}