/*  
Theme Name: degshow
Description: A Child Theme of Thematic - for Napier Degree Show
Template: thematic
*/

/* import styles from thematic as a starting point */

@import url(../thematic/style.css);


body {
	margin: 0;
     background: #000000;
     color: #a0a0a0;
     font: 0.9em/140% 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif; 
     padding: 0px;

	background-image: url(/img/bg-whiteblack3.jpg);
	background-repeat: repeat-x;
}

a:link { color: #FFFFFF; }
a:visited { color: #eeeeee; }
a:hover { text-decoration: underline; color: #FFFFFF; }

p { 
	padding-bottom: 0;
	padding-top: 0px;
margin-bottom: 1em;
margin-top: 0px;

}

/* translucency code from
 * http://www.kavoir.com/2007/09/make-elements-translucent-with-css-the-bulletproof-solution.html
 */	
div.translucent { /* this class makes a window partially transparent */
    opacity: .8;               /* Standard style for transparency */
    -moz-opacity: .8;          /* Transparency for older Mozillas */
    filter: alpha(opacity=80);  /* Transparency for IE */
}

img { border: 0; }

#header { margin: 0; top: 10px; position: relative; height: 142px; }

#branding {
	width: 1024px;
	height: 132px;
	top: 0px;
	z-index: 0;
	padding: 0;
	margin: 0 auto;
	margin-top: 0px;
	background-image: url(/img/newbanner.jpg);
	background-repeat: no-repeat;
}

#blog-description { display: none; }
#blog-title { display: none; }
#access { display: none; }

#main { width: 950px; 
	background: #333333; 
	margin-top: 0;
}

#content { 
	margin-left: 20px;
	padding-top: 64px;
padding-left: 20px;
padding-right: 20px;
	width: 552px;
	border: dotted 1px #a0a0a0; 
	background-image: url(/img/showcasenews594px.jpg);
	background-repeat: no-repeat;
}

#primary {
	border: dotted 1px #a0a0a0; 
	width: 278px;
	padding-left: 0px;
margin-left: 20px;
right: 26px;
}

#footer { border: none; }

.main-aside { margin: 0px;  }


h3.widgettitle { font-weight: bold; font-style: normal; }

#primary li {
        font-size: 105%;
	list-style-type: none; 
}

	
h2.entrytitle {  padding-bottom: 10px; }

#comments { background-color: #333333; }
#respond { background-color: #333333; }

p.entrycontent { padding: 0; }

.meta-prep { display: none }
.meta-sep-tag-links { display: none }
.cat-links { display: none }