/*
 Theme Name:     Dice Child Theme
 Theme URI:      http://www.uleth.ca/
 Description:    Dice Child Theme implementing University of Lethbridge web styles
 Author:         IT Web
 Author URI:     http://www.uleth.ca/information-technology
 Template:       dice
 Version:        1.0.0
*/

@import url("../dice/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

/* NOTE ON FONT USE: Typekit installed in header.php
------------------------------------------------------- */


/* NOTE ON FOOTER ADJUSTMENT
footer.php has commented out 'name', and replaced with static html
'University of Lethbridge, Information Technology Services (ITS)'
------------------------------------------------------- */


/* NOTE ON SITE-HEADER ADJUSTMENT
svg u of logo was added site-header.php
------------------------------------------------------- */
* {
	font-family: 'open-sans', sans-serif;
}
.content p, .content > ul, .content > ol, .content pre, .content table, .content fieldset {
    margin-bottom: 25px;
}
.addthis_toolbox {
	margin-bottom: 25px;
}
.alignright {
	margin-top:15px;
}
.site-header {
    background: url(banner_bar_bg.jpg) no-repeat center bottom #06559e;
    border-bottom: 5px solid #ffd503;
}
.site-header .navbar .searchform input[type="text"] {
    background: #fff;
    color:#333;
    padding: 5px 20px;
	border: 1px solid #333;
	border-radius: 2px;
}
.site-header .navbar .searchform {
    width: 35%;
    margin-top:8px;
    float: right;
}
.site-header .navbar .logo {
    width: 38%;
}
.site-header .name {
	margin-top: 6px;
}
.site-header .description {
	color: #d5ecfd;
	font-size: 14px;
	font-family: 'open-sans', sans-serif;
}
ol li {
	margin-top:20px;
	margin-bottom: 20px;
}
ol li ul li, ol li ol li {
	margin-top: 2px;
	margin-bottom: 2px
}
.content > ul li p, .content > ol li p, .content > ol li ul li p {
	margin:0;
}
ul li {
	margin-top:;
}
a {
	color: #1e85e6;
}
/* logo */
header object {
	/*to counteract display bug in Win/Chrome v19-20*/
	display: block;
	height: 3.5em; /* for Mac/Safari 5.1*/
	z-index: -1;
}

a.svg {
	display: block;
	z-index: 1;
}
a.svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0;
}
.no-svg .logo-ul {
  width: 200px;
  height: 164px;
  background-image: url(logo-reverse.png);
}

.logo-ul {
	float: none;
	margin:0 auto;
	width: 10.5em;
	padding-top: 5px;
	border-radius: 0;
	z-index: -1;
}
.logobox {
	position: relative; /*IF THIS DOES NOT GET STATED, LINK IS EFFED UP!*/
	display: block;
	float: left;
	text-align: center;
	width: 200px;
	padding-right:8px;
	border-right: 1px solid #ddd;
	margin: 5px 25px 5px 0;
}

.posts .title,
.posts .title a,
.site-header .name a,
.site-header .name  {
    font-family: 'open-sans-condensed',sans-serif;
    line-height: 1.1;
}
.sidebar .widgettitle, .sidebar .widgettitle a {
    font-family: 'open-sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}
.posts .title a {
	font-size:;
}

.posts .title a:hover {
    color: #1e85e6;
}

#wrapper .post-nav a,
.comment-container #respond #submit,
.content input[type="submit"],
.content input[type="reset"],
.content button {
    background: #06559e;
    border-bottom: 3px solid #023768;
}
#wrapper .post-nav a:hover,
.comment-container #respond #submit:hover,
.content input[type="submit"]:hover,
.content input[type="reset"]:hover,
.content button:hover {
	background: #1e85e6;
}
.archive-title .dashicons,
.archive-title h1 {
	font-size:30px;
}
.archive-title h1 {
	text-transform: uppercase;
}
.archive-title {
	padding: 20px 0;
}

footer {
	height: auto;
	padding: 5px 25px;
}
footer .copy {
	font-size:12px;
}
@media all and (max-width: 1105px) and (min-width: 870px) {
	.site-header .name{
		font-size:28px;
		margin-top:10px;
	}
	.site-header .navbar {
		padding: 40px 20px;
	}
}

@media all and (max-width: 915px) {
	.site-header .navbar .searchform {
		width:100%;
		float: none;
	}
	.site-header .navbar .logo {
		width:100%;
	}
	.site-header .navbar .searchform form {
		width: 100%;
	}
	.site-header .name {
		text-align: center;
	}
	.site-header .navbar {
		padding: 10px 40px 20px;
	}
	.site-header .description {
		margin-top:10px;
	}
	.logobox {
		width: 100%;
		text-align: center;
		border: 0;
		border-bottom:1px solid #fff;
		padding-bottom: 15px;
		margin-bottom: 5px;
	}

}


