/*
Theme Name: Primo News
Theme URI: http://alliastudio.com/
Version: 1.0
Author: Lia Napolitano
*/

@font-face {
  font-family: GoodPro;
  src: url('fonts/GoodPro-WideLight.otf');
}

html,body {
	height: 100%;
}

.about a {
	color:#454545;
}

.about a:hover {
	color:black;
}

body {
	background:white url(images/bg.png) repeat-x scroll top left;
	margin:0;
	font-family: "Helvetica Neue UltraLight",Helvetica;
	font-weight: lighter;
	font-size: 12px;
	color:#454545;
}

#footer {
	bottom:0px;
	background-color: black;
	color:white;
	padding-bottom: 2px;
	width:100%;
	font-size: 12px;
}

#footer p {
	margin:4px auto 2px 140px;
	padding-top:3px;
}

#footer a {
	color:white;
}

#footer a:hover {
	background-color: black;
}

.entry a {
	border-bottom: dotted 1px black;
}

.date {
	color:#d8d8d8;
	text-transform: uppercase;
}

#work p {
	margin-top:0px;
	margin-left:1px;
}

.subtitle {
	color:#5f5f5f;
}

#work h2 {
	padding:0px;
	margin:0px;
}

#work a {
	color:#454545;
}	

#work a:hover {
	color:black;
}

img a {
	border:none;
}

#download {
	height:20px;
	width:20px;
	margin-top:-48px;
	margin-left:110px;
	background-image:url(../images/download-white.png);
}

#download:hover {
	background-image:url(../images/download.png);
}

img {
	border:none;
}

#container {
	position: relative;
	margin-top:50px;
	margin-left:140px;
	width:900px;
}

#about {
	width:700px;
}

a {
	text-decoration: none;
	color:black;
}

#logo {
	width:129px;
	height:107px;
	position:absolute;
	margin-left:0px;
	margin-top:0px;
	padding-right: 10px;
	cursor:pointer;
}

#info {
	font-family: "GoodPro",Helvetica;
	font-size: 24px;
	position: relative;
	margin-left:140px;
	padding-top: 33px;
}

#links {
	font-family: "GoodPro",Helvetica;
	font-size: 14px;
	margin-top: 2px;
}

#links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#links li {
	float: left;
	margin: 0 0.15em;
	margin-right:10px;
}

.pre-indent {
	margin-bottom:0px;
}

.indent {
	margin-left:20px;
	margin-top:0px;
	margin-bottom:0px;
}

.helvy {
	font-family: "Helvetica Neue UltraLight",Helvetica;
	font-size: 12px;
	color:#454545;
}

#content {
	width:100%;
	height:100%;
	background:transparent url(images/bottom-bg.jpg) repeat-x fixed bottom left;
}

.helvy a {
	color:#454545;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	font-family: "GoodPro",Helvetica;
	font-size: 18px;
	text-transform: uppercase;
	padding: .5em 2em .55em;
	//text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	//filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.case-study {
	background-color: yellow;
	font-family: "GoodPro",Helvetica;
	color:black;
	text-transform: uppercase;
}

.headline-h2 {
	color:black;
}

.headline-h2:hover {
	background-color: yellow;
	color:black;
	cursor: pointer;
}

.pagenumber {
	border: 1px solid yellow;
	color:yellow;
}

.pagenumber a:hover {
	background-color: white;
}

.current {
	border-right:1px solid yellow;
	background-color: yellow;
}

.details {
	margin-bottom:10px;
	height:210px;
	color:black;
}

.details p {
	color:black;
}

.work-image {
	float:left;
	margin-right:20px;
	width:304px;
	height:200px;
	text-align: center;
	overflow: hidden;
	border:3px #f4f4f4 solid;
	background-color: black;
}

.partners {
	font-style: italic;
	color:#5f5f5f;
}

.work-image img {
	opacity:1;
}

.work-image img:hover {
	opacity:1;
}

.friend {
	padding-right:20px;
	font-family: "GoodPro",Helvetica;
	text-transform: uppercase;
}

h2 {
	font-size: 24px;
	font-family: "GoodPro",Helvetica;
	text-transform: uppercase;
	font-weight: normal;
}

.h2 {
	font-size: 24px;
	font-family: "GoodPro",Helvetica;
	text-transform: uppercase;
	font-weight: normal;
	color:black;
}

a:hover {
	background-color:yellow;
	color:black;
}

.highlight {
	background-color:yellow;
}

a:active {
	background-color:#fddc00;
}