/* @override http://dev.newint.org/ui/css/subscriptions/index.css */

/* -------------------------------------------------------------- 
  
  Styles for /sites/subs/
  Feb 25, 2009
  Phillip Smith
  
  Colours:
  
  
  Chagelog:
  - Feb 25, 2009: initial release
  - Feb 26, 2009: small typographic changes (Amanda's request for more p margin)
  - May 18, 2009: caps line-height fix
  
-------------------------------------------------------------- */

body {
	background: #ebebeb;
	margin: 10px 0 80px 0;
	padding: 0;
}

#permalink {
	display: none;
}

.container {
	border: 10px solid #333;
	background: white;
}

#header {
	background: #b8000a;
	height: 100px;
	color: white;
}

#header h1 {
	background: url(/sites/sub/ni-logotype-on-red.gif) no-repeat left center;
	text-indent: -1000px;
	height: 68px;
	margin-top: 20px;
	margin-left: 20px;
}

#header #subcopy {
	margin-top: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

#subcopy span {
	font-size: 18px;
	letter-spacing: 2px;
}

h2 {
	margin-top: 15px;
}

#content img {
	margin-right: 20px;
}

#sidebar {
	padding-top: 20px;
}

#footer {
	width: 920px;
	padding: 20px;
	margin: auto;
}

#footer dl dt, #footer dl dd {
	float: left;
	margin: 0 8px 0 0;
}

#footer ul, #footer li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul {
	display: block;
	margin-bottom: 15px;
}

#footer ul li {
	margin-right: 10px;
}

#footer p {
	font-size: small;
}

#navigation {
	padding-top: 20px;
}

#navigation ul, #navigation li {
	list-style: none;
}

#navigation li a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

#navigation li:hover {
	background: #ccc;
}

#navigation li {
	margin: 0;
	padding: 2px;
	border-bottom: 1px solid #ccc;
}

#sidebar ul li {
	margin-left: 10px;
	list-style-image: url(/ui/img/icons/tick.png);
}

/* @group Typography */

p {
	font-size: larger;
	line-height: 20px;
	margin: 40px 0 40px 0;
}

p+p {
	text-indent: 0;
}

.caps {
	font-size: inherit;
	letter-spacing: inherit;
	line-height: 1.5em;
	padding: 0;
	text-transform: none;
}

/* @end */

/* @group Buttons */

#content a.button, button {
	font-size: large;
	display: block;
	float: none;
}

/* @end */

/* @group Recent issues page */

div.back_issue {
	float: left;
	width: 150px;
	margin-bottom: 20px;
}

div.back_issue a img {
	border: 1px solid #eee;
}

/* @end */




