@import url("layout.css");
@import url("typography.css");
@import url("colors.css");
/*@import url("ie.css");*/

@charset "UTF-8";
/*============================================================================
Basic Style Sheet


Author:  Antwan Foster, MSU NSBE Telecommunications Chairsperson
E-mail:  af9@msstate.edu
website:  www.antwanfoster.com

Date:  September 4, 2007

Desctiption:
The CSS code is for basic(general) styling of elements on the MSU NSBE Chapter
www.msstate.edu/org/nsbe
=============================================================================*/




/* Set image for pdf links
===========================*/
a.pdf_link {
	padding: 6px 0 6px 28px;
	background: url(../images/pdf.png) left center no-repeat;
}


/* Adds space under level h4 & h5 headings
==========================================*/
h4, h5 {
	margin: 0 0 2px 0;
}


/* Set default margin for caption
===========================*/
caption {
	margin: 1em 0;
}


/* Quotes
=========================================*/
q:before, q:after {
	content: '';
}
.dquote {
	background: url(../images/ldquote.png) left top no-repeat;
	padding: 0 0 10px 25px;
	/*padding: 15px 0 10px 20px;*/
}
.dquote q {
	margin: 0 0;
	background: url(../images/rdquote.png) right 80% no-repeat;
	padding: 0 25px 0 0;
	display: inline;
	/*padding: 0 10px 0px 0px;
	display: block;*/
}



