/*
Theme Name:     ISCOTUS Custom Theme 2014
Description:    This theme was created for the ISCOTUS now blog based on 2014
Author:         Emily
Template:       twentyfourteen
Version:        0.1.0
*/

@import url("../twentyfourteen/style.css");

/***Basic Styles***/
a {
    color: #a00700;
    text-decoration: none;
}

/***Custom Header***/
#site-header {
    padding: 30px 0 0 30px;
    background: url(images/header.png) right no-repeat;
    height: 150px;
}

.navigation-bar {
    background: url(images/navback.png) repeat-x top center;
}

.entry-content a, .entry-summary a, .page-content a, .comment-content a {
    text-decoration: none;
}

#tagDescription {
	border: 10px solid #ddd;
	padding: 10px;
	margin-bottom: 30px;
}

#tagDescription p {
	display: block;
	margin: 0;
	text-align: justify;
	line-height: 20pt;
}

#tagDescription h3, h4{
	clear:none;
	margin-top: 0px;
	}	