body {
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
	font-family: 'Georgia', Verdana, Arial, Sans-Serif;
	background: #b2b2b2;
	color: #333;
}

a {
	color: #134ca7;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

img {
	border-style: none;
}

.hidden {
	visibility: hidden;
	font-size: 8px;
}

div#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}

textarea {
	font-family: 'Georgia', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	padding: 5px;
}

div#header {
	width: 1000px;
	height: 100px;
	float: left;
	background: url('../images/header.jpg');
}

a#headerlink {
	display: block;
	float: left;
	position: relative;
	width: 369px;
	height: 19px;
	left: 24px;
	top: 55px;
	text-decoration: none;
}

table.admin-manage a {
	text-decoration: none;
	color: #134ca7;
}

table.admin-manage a:hover {
	color: #000000;
}

h3.pageheader {
	text-align: left; 
	color:#999; 
	text-transform:uppercase;	
	font-weight: bolder;
	font-size: 10px;
	margin: 0px;
}

div.entry-links {
	float: left;
	display: inline;
	width: 550px; 
	margin-left: 83px;
}

div.entry-links p { margin-top: 10px; }

p.page-entry {
	margin-top: 0px;
	margin-bottom: 30px;
}

/*
------MENU-----
*/

div#menu {
	margin-left: 410px;
	margin-top: 57px;
}

div#menu ul {
	list-style: none;
	margin: 0px; padding: 0px;
	display: inline;
}

div#menu ul li {
	display: block;
	float: left;
	margin-bottom: 12px;
	padding:1px 2px 0 0;
}

div#menu ul li a {
	display: block;
	text-decoration: none;
}

div#menu li#work a {background: url('../images/work.gif') no-repeat; width: 35px; height: 10px;}
div#menu li#agency a {background: url('../images/agency.gif') no-repeat; width: 48px; height: 10px;}
div#menu li#network a {background: url('../images/network.gif') no-repeat; width: 55px; height: 10px;}
div#menu li#archive a {background: url('../images/archive.gif') no-repeat; width: 46px; height: 10px;}
div#menu li#jobs a {background: url('../images/jobs.gif') no-repeat; width: 27px; height: 10px; background-position: 0px 1px;}
div#menu li#contact a {background: url('../images/contact.gif') no-repeat; width: 54px; height: 10px;}
div#menu li#new a {background: url('../images/new.gif') no-repeat; width: 28px; height: 10px; background-position: 0px 1px;}
div#menu li#manage a {background: url('../images/manage.gif') no-repeat; width: 49px; height: 10px;}
div#menu li#pages a {background: url('../images/pages.gif') no-repeat; width: 33px; height: 10px;}
div#menu li#users a {background: url('../images/users.gif') no-repeat; width: 31px; height: 10px;}
div#menu li#logout a {background: url('../images/logout.gif') no-repeat; width: 45px; height: 10px;}

div#menu li#work a:hover {background-position: 0px -10px;}
div#menu li#agency a:hover {background-position: 0px -10px;}
div#menu li#network a:hover {background-position: 0px -10px;}
div#menu li#archive a:hover {background-position: 0px -10px;}
div#menu li#jobs a:hover {background-position: 0px -10px;}
div#menu li#contact a:hover {background-position: 0px -10px;}
div#menu li#new a:hover {background-position: 0px -10px;}
div#menu li#manage a:hover {background-position: 0px -11px;}
div#menu li#pages a:hover {background-position: 0px -11px;}
div#menu li#users a:hover {background-position: 0px -11px;}
div#menu li#logout a:hover {background-position: 0px -11px;}

li.separator {
	display: block;
	width: 6px;
	height: 11px;
	background: url('../images/separator.gif') no-repeat;
}

/*
---------------
*/


/*
----CONTENT----
*/

div#content {
	width: 1000px;
	float: left;
	background: url('../images/content.jpg');
	font-size: 1.2em;
	text-align: left;
}

div#page {
	float: left;
	display: inline;
	width: 838px;
	margin-top: 50px;
	margin-left: 112px;
	margin-right: 50px;
}

div.page-wrapper {
	width: 613px;
}

div#post {
	margin-top: 50px;
}

div.contact {
	margin-bottom: 100px;
}

div.post {
	float: left;
	width: 855px;
	margin-left: 30px;
	margin-bottom: 100px;
	text-align: left;
}

.title {
	font-size: 11px;
	margin: 0px;
	margin-left: 86px;
	text-transform: uppercase;
}

h2.title {
	color: #999999;
	margin-top: 5px;
}

h3.title {
	line-height: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.5px;
}

p.whatif {
	font-weight: bolder;
	color: #999999;
	float: left;
	text-transform: uppercase;
	width: 200px;
	margin-bottom: 3px;
}

div.entry {
	float: left;
	width: 200px;
}

div.entry p {
	margin-top: 0px;
}

div.imagelinks {
	width: 75px;
	float: left;
	text-align: right;
	margin-right: 8px;
	line-height: 25px;
	font-size: 10px;
	margin-top: 10px;
	text-transform: uppercase;
}

div.imagelinks a {
	color: #999999;
	text-decoration: none;
}

div.post-image {
	float: left;
	width: 550px;
	height: 403px;
	margin: 10px 20px 5px 0;
}

/*
---------------
*/

div#footer {
	width: 1000px;
	height: 63px;
	float: left;
	line-height: 63px;
	font-size: 8pt;
	background: url('../images/footer.jpg');
	text-align: center;
}

div#footer a {
	text-decoration: none;
}

/* Contact positioning */

table#contact-form {
	font-family: 'Georgia', Verdana, Arial, Sans-Serif;
	width: 350px;
	/*margin-top: 15px;*/
	float: left;
}

div#contact-info {
	font-family: 'Georgia', Verdana, Arial, Sans-Serif;
	/*margin-top: 20px;*/
	width: 250px;
	float: left;
	margin-left: 50px;
}

td.labels {
	display: block;
	width: 100px;
	text-align: left;
}

tr.tablerow {
	/*display: block;
	margin-top: 5px;*/
}

/* End contact positioning */

div.agency-text p {
	margin: 0px;
}


/* Archive CSS */

div#archive-list {
	font-family: 'Georgia', Verdana, Arial, Sans-Serif;
	width: 200px;
	height: 500px;
	margin-left: 6px;
	float: left;
}

div#archive-list ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div#archive-list ul li {
	margin: 0px;
}

div#archive-list ul li a {
	color: #999;
	text-decoration: none;
}

div#archive-case {
	font-family: 'Georgia', Verdana, Arial, Sans-Serif;
	width: 550px;
	float: left;
}

div#archive-image {
	display: inline;
	width: 550px;
	height: 403px;
	float: left;
}

div#archive-case p.whatif-archive {
	color:#999;
	text-transform: uppercase;
}ƒ

/* End Archive CSS */