/*
Theme Name: Rock the Campus
Theme URI: http://www.rockthecampus.com
Description: dark blog template for The Art Institute of Pittsburgh's Summer Studio
Author: Abby Estock
Author URI: http://www.aesterisk.com
*/

#gallery-1 br {
	display:none;
}

br.clear {
	clear:both;
}

html, body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

body {
	background:#000 url(images/fountain.jpg) no-repeat top center;
	color:#FFF;
}

#container {
	width:800px;
	margin:0 auto;
}

#content {
	background:url(images/contentbg.png) repeat;
	width:100%;
	padding:18px 0;
	min-height:600px; /*will change dependent on sidebar height, effective if IE*/
}

/* Header */

#top_wrap {
	height:36px;
	width:100%;
	background:url(images/glow.png) repeat-x bottom;
}

#top {
	height:14px;
	background:#000;
	text-align:center;
	padding:8px;
	text-transform:uppercase;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:100;
	letter-spacing:1px;
}

#top a:link, #top a:visited, #top a:hover, #top a:active {
	text-decoration:none;
}

#logo {
	background:url(images/logo.png);
	height:80px;
	width:445px;
	margin:15px 0;
}

#ai_logo {
	background:url(images/ailogo.png);
	float:right;
	margin:40px 20px 0 0;
	height:35px;
	width:158px;
}

#logo h1, #ai_logo h2{
	display:none;
}

/* Nav 

#navbar {
	background:url(images/navbg.png) repeat;
	height:39px;
	width:800px;
}


#nav li {
	display:inline;
	font-size:1.5em;
	text-transform:uppercase;
	padding:7px 10px;
}

ul.children {
	font-size:.5em;
}*/

/* =Menu
-------------------------------------------------------------- */

#navbar {
	background:url(images/navbg.png) repeat;
	height:39px;
	width:800px;
	margin: 0 auto;
	display:block;
	float:left;
}

#navbar .menu-header,
div.menu {
	font-size: 1.5em;
	text-transform:uppercase
}

#navbar .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	margin-left:-30px;
}
#navbar .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#navbar a {
	display:block;
	text-decoration:none;
	color:#BBB;
	padding:0 10px;
	line-height:41px;
}
#navbar ul ul {
	display:none;
	position:absolute;
	top:41px;
	left:-10px;
	float:left;
	width: 180px;
	z-index: 99999;
}
#navbar ul ul li {
	font-size:.8em;
	min-width: 250px;	
}
#navbar ul ul ul {
	left:170px;
	top:0;
}
#navbar ul ul a { /*dropdown*/
	background:#000;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#navbar li:hover > a {
	color:#FFF;
	background:url(images/contentbg.png) repeat;
}

#navbar ul ul :hover > a {
	color:#FFF;
	background:#210036;
}

#navbar ul li:hover > ul {
	display:block;
}

#navbelow {
	background:url(images/hr.png) repeat;
	height:2px;
	width:100%;
}

/* Posts */

.post {
	width:510px;
}

.post_title {
	background:url(images/titlebg.png) repeat;
	padding:8px;
	width:100%;
}

.date {
	font-family:Georgia, serif;
	font-style:italic;
	font-size:.8em;
	position:absolute;
	margin:2px;
}

.post_data {
	font-size:.9em;
}
div.ngg-galleryoverview {
	position:relative;	
}
div.ngg-navigation {
	position:relative;
	top:0;
	text-align:left;
	margin-bottom:10px;
}
div.ngg-gallery-thumbnail {
    float:left;
    margin-right:10px;
	line-height:0;
	margin-top:10px;
}

.entry {
	margin-left:85px;
	position:relative;
}

.entry img {
	border:5px solid #FFF;
}

/* Sidebar */ 

#sidebar {
	background:url(images/sidebg.png) repeat;
	width:215px;
	padding:10px;
	float:right;
	margin:16px;
}

#sidebar h4 {
	margin:0;
	padding:0;
	text-transform:uppercase;
}

#sidebar h2 {
	margin:10px 0 3px;
	padding:0;
	font-size:2em;
	
}

#sidebar img {
	padding:5px 0 0;
}

#sidebar ul {
	margin:0;
	padding:0;
}

/*Footer */

#footer {
	background:url(images/hr.png) repeat-x top center;
	margin-top:25px;
	height:300px;
	width:100%;
	clear:both;
}

#col1 ul, #col2 ul, #col3 ul {
	padding:0;
}

#col1, #col2, #col3 {
	width:32%;
	margin:5px;
}

#col1 {
	float:left;
}

#col2 {
	float:left;
}

#col3 {
	float:right;
}

#footer ul {
	list-style-position: inside;
	list-style-type: none;
}

/* Links */

h2 a:link, h2 a:visited, #top a:link, #top a:visited {
	color:#FFF;
}

a:link, a:visited {
	color:#B48CA3;
}

.post_data a:link, .post_data a:visited {
	color:#888;
}

a:hover, a:active, h2 a:hover, h2 a:active, .post_data a:hover, .post_data a:active {
	color:#CCC;
}

.post_title a {
	text-decoration:none;
	margin-left:77px;
}

/* Next Prev Posts */
div.nextPrevNav {
	width:424px;
	padding-left:85px;
	padding-top:20px;
}
div.nextPrevNav div#prevnav, div.nextPrevNav div#nextnav {
	width:212px;
	float:left;
}
div.nextPrevNav div#prevnav {
	text-align:left;
	float:left;
}
div.nextPrevNav div#nextnav {
	text-align:right;
	float:right;
}
div.nextPrevNav div#prevnav a, div.nextPrevNav div#nextnav a {
	font-size:1.2em;
	text-decoration:none;
	font-style:italic;
}

/* Comments */

.commentlist {
	margin-left:-40px;
}

.comment {
	margin-bottom:10px;
}

.comment-author {
	font-size:1.3em;
}

.commentlist img {
	display:none;
}

.comment-meta {
	font-size:.85em;
}

input, textarea {
	border:1px solid #000;
}
