/* CURRENTLY IN: styles/main.css */
@import url(http://fonts.googleapis.com/css?family=Raleway:100,200,300);

body {
	font-family: Raleway, sans-serif;
	font-weight: 100;
	background-color: #FFFAEB;
}

h1{
	text-indent: -9999px;
	background-image: url("../images/UGlogo-sm.gif");
	
	height: 85px;
	background-repeat:no-repeat;
}

.top-bar{
	padding: 15px;
}

.main-nav li{
	display: inline;
	float: right;
	color: #808588;
	font-family: Raleway, sans-serif;
	font-size: 20px;
	font-weight: 200;
	padding-left: 3%;
	padding-right: 1%;
	margin-bottom: 5px;
}

a {
	color: #00B881;
	font-family: Raleway, sans-serif;
	text-decoration: none;
}

.main-nav a {
	color: #6C7073;
}

h2{
	font-family: Raleway, sans-serif;
	font-weight: 300;
	color: #6C7073;
	font-size: 30px;
	padding-bottom: 10px;
}

h3{
	font-family: Raleway, sans-serif;
	font-weight: 300;
	color: #6C7073;
	font-size: 20px;
	padding-bottom: 10px;
}

h4{
	font-family: Raleway, sans-serif;
	font-weight: 300;
	color: #6C7073;
	font-size: 17px;
	line-height: 1.5;
}

h5{
	font-family: Raleway, sans-serif;
	font-weight: 300;
	color: #00B881;
	font-size: 14px;
	line-height: 1.5;
}

.green{
	color: #00B881;
}


p{
	font-size: 16px;
	color: #808588;
	line-height: 1.5;
	padding-bottom: 25px;
}

article{
	padding-left: 5px;
	padding-right: 5px; 
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #808588;
}

.last-art {
	border: none;
}

ol{
	display: block;
	list-style-type: decimal;
	list-style-position: outside;
	text-indent: 0px;
	margin-left: 25px;
	line-height: 1.5; 
}

ul{
	display: block;
	list-style-type: none;
	margin-left: 30px;
	line-height: 1.5;
}

ul.bxslider {
	margin-left: 0px;
}

.infoclips img{
	margin-bottom: 45px;
	align: center;
}

.posts-archive-grid{
	border: 1px dotted #00B881;
	margin: 1.5%;
	padding: 20px;
	display: block;
	position: relative;

}

.posts-archive-grid img{
	width: 100%;
}

.footer{
	background-color: #000000;
	color: #ffffff;
	width: 100%;
	padding: 15px;
	margin-top: 10px;
	position: fixed;
	bottom: 0px;
	font-size: 13px;
}

/****forms******/ 

input{
	height: 24px;
	border: 1px dotted #00B881;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.name_fields{
	width: 100%;
}

.name_fields input{
	display: inline;
	width: 49%;
	margin-right: .125%;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
		   box-sizing: border-box;
}

#comments{
	width: 100%;
	height: 150px;
	border: 1px dotted #00B881;
	resize: none;
  	overflow: auto;
}

.selection{
	background-color: #00B881;
	margin-top: 5px;
	margin-bottom: 10px;
}

.send_button{
	border: 2px solid #00B881;
  	border-radius: 5px;
  	background-color: #00B881;
  	color: black;
  	margin-bottom: 10px;
  	width: 100%;
}

.send_button[disabled]{
	background-color: gray;
}

form{
	margin-bottom: 15px;
	width: 100%;
	max-width: 360px
}

@media all and (min-width: 750px){
	.left-col{
		float: left;
		width: 60%;
		margin-right: 5%;
		position: relative;
		padding: 30px;
		margin-bottom: 10px;
		-webkit-box-sizing:border-box;
		   -moz-box-sizing:border-box;
		       box-sizing: border-box;
	}

	.right-col{
		float: left;
		width: 35%;
		position: relative;
		padding: 30px;
		margin-bottom: 10px;
		-webkit-box-sizing:border-box;
		   -moz-box-sizing:border-box;
		       box-sizing: border-box;
	}

	.infoclips img{
	float: left;
	position: relative;	
	width: 19.75%;
	}

	.posts-archive-grid{
		width: 28%;
		/*float: left;*/
		position: relative;
		-webkit-box-sizing:border-box;
		   -moz-box-sizing:border-box;
		       box-sizing: border-box;
	}
}

@media all and (max-width: 700px){
	.infoclips img{
	width: 50%;
	padding-left: 25%;
	}
}

@media all and (max-width: 440px){
	h1 {
		background-size: 100%
	}

	.infoclips img{
	width: 90%%;
	padding-left: 20px;
	}
	.posts-archive-grid{
		float: none;
	}
}



