/**************************** anchor link styles ********************************/
a.external{
	display:inline-block;
	background: url("extlink.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.swf {
	display:inline-block;
	background: url("swficon.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.swf:after {
	content: " (Flash Movie)";
}
a.wmedia {
	display:inline-block;
	background: url("wmedia.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.wmedia:after {
	content: " (Windows Media)";
}
a.mail {
	display:inline-block;
	background: url("icon_letter.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.pdf {
	display:inline-block;
	background: url("pdficon.gif") no-repeat 100% 50%;
	padding-right:18px;
}
a.pdf:after {
	content: " (Acrobat Document)";
}
a.quicktime {
	display:inline-block;
	background: url("movIcon.gif") no-repeat 100% 50%;
	padding-right:18px;
}
a.quicktime:after {
	content: " (Quicktime Movie)";
}
a.doc {
	display:inline-block;
	background: url("docicon.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.doc:after {
	content: " (Word Document) ";
}
a.lock {
	display:inline-block;
	background: url("lockicon.gif") no-repeat 100% 50%;
	padding-right:15px;
}
a.lock:after {
	content: " (Secure)";
}
a.only {
	display:inline-block;
	background: url("onlyicon.gif") no-repeat 100% 50%;
	padding-right:15px;
}
a.only:after {
	content: " (HSC use only)";
}
a.xls {
	display:inline-block;
	background: url("xlsicon.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.xls:after {
	content: " (Excel Document) ";
}
a.ppt {
	display:inline-block;
	background: url("ppticon.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.ppt:after {
	content: " (Powerpoint Document) ";
}
a.rtf {
	display:inline-block;
	background: url("docicon.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.rtf:after {
	content: " (Rich Text File) ";
}
a.audio {
	display:inline-block;
	background: url("audio.gif") no-repeat 100% 50%;
	padding-right:12px;
}
a.video {
	display:inline-block;
	background: url("video.gif") no-repeat 100% 50%;
	padding-right:14px;
}
a.backTop {
	display:inline-block;
	background: url("backTop.gif") no-repeat 100% 50%;
	padding-right:14px;
}
a.photo {
	display:inline-block;
	background: url("photo.gif") no-repeat 100% 50%;
	padding-right:15px;
}
a.facebook {
	display:inline-block;
	background: url("facebook.gif") no-repeat 100% 50%;
	padding-right: 18px;
}
a.myspace {
	display:inline-block;
	background: url("myspace.gif") no-repeat 100% 50%;
	padding-right: 18px;
}
a.podcast {
	display:inline-block;
	background: url("podcast.png") no-repeat 100% 50%;
	padding-right: 18px;
}
a.youtube {
	display:inline-block;
	background: url("youtube.png") no-repeat 100% 50%;
	padding-right: 39px;
}
a.rss {
	display:inline-block;
	background: url("rss.gif") no-repeat 100% 50%;
	padding-right: 18px;
}
a.flickr {
	display:inline-block;
	background: url("flickr.png") no-repeat 100% 50%;
	padding-right: 38px;
}


/******************* Article Tools Icons/Styles ***********************/
a.print {
	display:inline-block;
	background: url("print2.gif") no-repeat 100% 50%;
	padding-right: 20px;
}

a.email {
	display:inline-block;
	background: url("email2.gif") no-repeat 100% 50%;
	padding-right: 22px;
}

a.digg {
	display:inline-block;
	background: url("digg.gif") no-repeat 100% 50%;
	padding-right: 20px;
}

a.delicious {
	display:inline-block;
	background: url("delicious.gif") no-repeat 100% 50%;
	padding-right: 18px;
}

a.increaseFont {
	display:inline-block;
	background: url("increase-font.gif") no-repeat 100% 50%;
	padding-right: 18px;
}

a.decreaseFont {
	display:inline-block;
	background: url("decrease-font.gif") no-repeat 100% 50%;
	padding-right: 18px;
}


#articleTools {
   margin: 15px 0 20px 0;
}

#articleTools ul {
   margin-left: 0px;
}
#articleTools ul li {
   background: none;
}

#articleTools li {
   display: inline;
}




/***************** Additions ****************************/
.img-black-border {
   border: 1px solid #000000;
}

.story-div {
margin-bottom:30px;
}

.read-more-img {
margin-top:-20px;
float:right; 
margin-right:10px;
}

.purpleH5 {
background:#5c1c49
}

.largerFont p {
   font-size: 13px;
}

em {
   line-height: 1.6em;
}

#h1-secondary {
   color: #000000;
	font-style: italic;
	font-size: 22px;
	background: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
}


/***************************
 *    Wordpress Texas Tech Today/News STYLES          *
 ***************************/
.edit a {
	display:inline-block;
	background: url("page_edit.png") no-repeat 100% 50%;
	padding-right: 20px;
}
.storyDate {
   font-weight: bold;
   color: #999;
}
#categories {
   background: #f0f0f0;
   color: #000;
   padding: 5px;
}

.cutline-left {
   background: #ccc;
   float: left;
   margin: 0 10px 10px 0;
}

.cutline-right {
   background: #ccc;
   float: right;
   margin: 0 0px 10px 10px;
}