/* @override 
	http://localhost:9016/css/mammothv3.css
	http://192.168.0.37:9016/css/mammothv3.css
	http://localhost:9023/css/mammothv3.css
	http://mammoth.tv/css/mammothv3.css
	http://www.mammoth.tv/css/mammothv3.css
*/

/* @group Main Selectors */

body {
	background: #ffffff url(/img/stripe_background.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	line-height: 1;
	color: #686868;
}

body { -webkit-text-stroke:1px transparent; }
@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}

 
h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 24px;
	line-height: 1em;
	letter-spacing: -1px;
	color: #b91fb4;

}

h2 {
	display: inline;
	font-size: 18px;
	line-height: 1.3;
	font-weight: normal;
	margin-bottom: 5px;
	color: #b91fb4;
	/*background-color: #d7d7d7;*/
	padding: 0;
}


h3, h3 a, dt {
	display: inline;
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 10px;
	color: #b91fb4;
	/*background-color: #d7d7d7;*/
	text-decoration: none;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 5px;
	color: #686868;

} 

h5 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 5px;
} 

ul, ol {
	margin-left: 0px;
}

p,li,dt,dd {
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 10px;
}

p.intro {
	font-size: 18px;
	padding-right: 40px;
}

li {
	margin-bottom: 5px;
}

dl {
	margin-top: 80px;
}

dd {
	margin-bottom: 20px;
}

hr {
	border: 0px;
	border-bottom: 1px dotted #a89a86;
	margin: 15px 0;
	clear: both;
}

a {
	color: #b91fb4;
	text-decoration: none;
	/*background-color: #d7d7d7;*/
}

a:hover {
	color: #E4232F;
	text-decoration: underline;

}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	margin: 20px 40px;
	font-style: italic;
	text-align: center;
}

/* @end */

.alert, .error  {
	color: #7a6b66;
	border: 1px solid #d7bdb2;
	padding: 3px 5px 3px 25px;
	background: #fee9e7 url(/img/bullet_error.png) no-repeat 4px 2px;
	margin: 5px 4px 5px 3px;
	font-size: 11px;
	font-family: arial, sans-serif;
}

.validation_error {
	color: #bd8230;
	border: 1px solid #d3ac5c;
	padding: 5px 5px 5px 25px;
	background: #f3e9be url(/img/bullet_error.png) no-repeat 6px 2px;
	margin-bottom: 5px;
	font-size: 11px;
}

/* @group Form */

form fieldset {
  margin-bottom: 10px;
}
form legend {
  padding: 0 2px;
  font-weight: bold;
display:none;
}
form label {
	font-size: 11px;
	line-height: 1.5;
	text-transform: uppercase;
	display: block;
	color: #a89a86;
	font-weight: bold;
	margin-top: 10px;
}

form input, form textarea {
	border: 1px solid #ccc;
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
	width: 150px;
}

form select {
	margin-bottom: 15px;
	font-size: 10px;
}

form fieldset#dbadd select {
	font-size: 14px;
}

form input#submit {
	font-size: 13px;
	background-color: #b91fb4;
	color: #ffffff;
	border: 0;
}

#filterfield {
	display: none;
}

form p.required {
	color: #666;
	font-size: 10px;
}

/* @end */


#container {
	/*outline: 1px solid white;*/
	width:  840px;
	background-color: #fff;
	margin: 20px auto;
	padding: 20px 0 0 40px;
}

/* @group Header */

#header {
	height:  136px;
	width: 840px;
	/*float: right;*/
	background: url(/img/stripe_base.png) repeat-x 0 bottom;

}

#logo {
	float: right;
	margin: 0 40px 0 0;
}

#tagline {
	float: right;
}

/* @group Searchbox */

#searchbox {
	float: right;
	background: url(../img/searchbox.png) no-repeat;
	width: 280px;
	height: 32px;
	color:  #ffffff;
	padding: 8px 10px;
}

#searchbox input {
	float: left;
}

input#search_query {
	height: 24px;
	width: 230px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 18px;
	color: #999;
	padding: 3px;
}

#searchfield {
	width: 227px;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	margin-right: 10px;
	padding: 4px;
}

/* @end */

/* @end */


/* @group Nav */

#nav {
	float: left;
	width: 520px;
	height: 136px;
	/*outline: 1px solid blue;*/
	background: url(/img/stripe_base.png) repeat-x 0 bottom;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 340px;
	float: left;
}

#nav li a {
	font-size: 17px;
	padding: 0;
	color: #b91fb4;
	line-height: 1;
	text-decoration: none;
	background-color: #ddd;
}

#nav li a.nav_active {
	text-decoration: none;
	/*background-color: #ff9900;*/
}

#nav li {
	float: left;
	/*outline: 1px solid blue;*/
	margin: 0 20px 7px 0;
	font-size: 14px;
	width: 146px;
}

#nav li a:hover {
	text-decoration: none;
	color: #E4232F;
}

/* @end */


#content {
	width: 100%;
	float: left;
	padding: 20px 0;
	background: url(/img/content_back.png);
}

#page_content {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.left_column {
	margin: 0;
	width: 520px;
	float: left;
	padding-bottom: 20px;
	margin-right: 80px;
}

.left_column.module {
	width: 520px;
	background: url(/img/stripe_base.png) repeat-x 0 bottom;
}

.right_column {
	width: 160px;
	float: right;
	margin-bottom: 20px;
	clear: right;
	padding: 0 40px;
}

#home .right_column {
	margin-bottom: 0;
}

#home .right_column h4, #recentstories h4 {	
	font-size: 12px;
	line-height: 1.3;
}

#recentstories h4 {
	font-weight: normal;
}


#home .right_column a, #recentstories a {
	text-decoration: none;
}

#home .right_column a:hover, #recentstories a:hover {
	text-decoration: underline;
}

#home .right_column p {
	font-size: 11px;
	margin: 0 0 3px 0;
}

.right_column.module {
}

#right_column #pageimage {
	float: right;
	border: 5px solid white;
}

.listitem {
	margin-bottom: 20px;
}

ul#subnav {
	list-style: none;
	padding: 0;
	text-align: right;
}

ul#subnav li {
	margin-bottom: 5px;
}

.caption {
	font-size: 11px;
	line-height: 1.3;
	margin: 7px 0 30px 0;
	color: #a89a86;
}

ul.results_list  {
	padding: 10px 0;
	margin: 0;
}

ul.results_list li {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
	border-bottom: 1px dotted #666; 

}

ul.results_list p {
	margin: 0;
	font-size: 12px;
	max-width: 650px;
	
}



/* @group Module Specific */

/* @group Article */
#article {
	position: relative;
}

#slideshow {
	width: 520px;
	overflow: hidden;
	margin-bottom: 40px;
	position: relative;
}

#slideshow ul {
	width: 8000px;
	margin: 0;
	padding: 0;
}

#slideshow ul li {
	width: 500px;
	font-size: 24px;
	list-style: none;
	padding: 0 20px 0 0;
	margin: 0;
	float: left;
}

#buttons a {
	font-size: 20px;
}

/* @end */



/* @group People */

.person {
	/*outline: 1px solid red;*/
	width: 240px;
	float: left;
	padding: 0 20px 20px 0;
}

.person img {
	float: left;
	margin: 3px 10px 10px 0;
}

.popupbox {
	display: none;
	width: 600px;
}

.pop {
	padding: 10px;
	text-align: left;
}

.pop h3 {
	margin-bottom: 15px;
	margin-top: 0px;
}

.pop p {
	font-size: 13px;
}

.pop img {
	float: left;
	margin: 5px 20px 5px 0;
}


/* @end */



/* @group News */

.newsstory {
	float: left;
	/*outline: 1px solid pink;*/
	width: 240px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-right: 40px;
}

.casestudy {
	float: left;
	width: 160px;
	background: url(/img/stripe_base.png) repeat-x 0 bottom;
	padding-bottom: 20px;
	margin: 20px 40px 20px 0;
}

.casestudy img {
	margin-bottom: 10px;
}

.newsstory.right {
	margin-right: 0;
	clear: right;
}

.news_thumb {
	margin-bottom: 10px;
}

.imglink {
	display: block;
}

.storydate {
	float: right;
	font-size: 10px;
}

#newstext {
	margin-right: 40px;
}

#newstext p {
	font-size: 14px;
	line-height: 20px;
}

#newsstorypic {
	float: right;
	margin: 5px 0 10px 10px;
}

#additional img  {
	margin-bottom: 10px;
}

div.doc {
	background: #e6e4d6;
	/*border: 1px solid #a89a86;*/
	margin: 5px 0;
	padding: 5px;
	/*height:  30px;*/
	float: left;
	width: 300px;
}

div.doc img {
	float: left;
	margin: 3px;
}

div.doc p {
	float: left;
	font-size: 13px;
	margin: 2px 0 0 5px;
	padding: 0;
	width: 270px;
	line-height: 1.2;
}

div.doc p a {
	text-decoration: none;
}

#stories {
	background: url(/img/stripe_base.png) repeat-x 0 top;
	padding-top: 20px;
}

.newsintro {
	font-size: 14px;
}

.moremammoth {
	font-size: 14px;
	float: right;
	margin: 0;
	
}

/* @end */

/* @group Jobs */

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

#jobmeta li {
	margin-bottom: 10px;
	font-size: 14px;
}

/* @end */

/* @group work */

.workitem {
	float: left;
	width: 160px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-right: 20px;
}

.workitem p {
	margin-top: 8px;
}

.workitem.right{
	margin-right: 0;
	clear: right;
}

.work_thumb {
	margin-bottom: 10px;
}

/* @end */




/* @group Clients */

.clientlist {
	float: left;
	width: 90px;
	margin-right: 45px;
	margin-bottom: 20px;
}

.clientlist.right {
	margin-right: 0;
	clear: right;
}

.clientlist img {
	/*border: 1px solid #eee;*/
	/*padding: 10px;*/
}

img.client_logo {
	clear: both;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	background-color: #ffffff;
}

ul#clientlist {
	padding: 0;
}

ul#clientlist li {
	font-size: 14px;
	list-style: none;
	padding: 0;
}

/* @end */

/* @group Contact */

#map {
	width: 520px;
	height: 500px;
	margin: 0 0 20px 0;
	border: 1px solid #ddd;
	float: left;
}

.address {
	font-size: 14px;
}

#contact_form {
	margin-top: 30px;
}

/* @end */


/* @end */


/* @group Signup Form */

#signupform {
	margin: 30px 0 15px 0;
	border: 1px solid #ddd;
	background-color: #e5af12;
	padding: 10px;
	float: left;
	display: inline;
}

#signupform input {
	width: 130px;
	margin: 0;
}

#signupform input#signupsubmit {
	margin: 10px 0 0 0;
	float: right;
	width: 80px;
}

#signupform label {
	width: 100%;
	padding: 0;
	text-align: left;
}

/* @end */


/* @group Footer */

#footer {
	clear: both;
}

/* @end */

/* @group Button */

a.button {
    background: transparent url('/img/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/* @end */

/* @group Admin */

#adduser {
	float: right;
}

#userlist p.active, #userlist p.inactive {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#userlist p.inactive a {
	color: #999999;
}

/* @end */

.smaller {
	font-size: 12px;
}

.readmore {
	font-size: 11px;
	color: #8a7f6f;
	margin-bottom: 5px;
	line-height: 1;
}

.readmore a {
	text-decoration: none;
}

.readmore a:hover {
	text-decoration: underline;
}


.draft {
	font-size: 11px;
	color: #515150;
	margin-bottom: 10px;
	display: inline;
	float: left;
}

.delete {
	font-size: 11px;
	color: #a89a86;
	margin-bottom: 0px;
	float: right;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

#randomimage {
	border: 2px solid #fff;
	margin-top: 20px;
	
}#imagegallery {
	width: 520px;
	clear: both;
	display: block;
	height: 293px;
	overflow: hidden;
	margin-bottom: 20px;
}
#imagegallery ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#imagegallery ul li {
	padding: 10px 10px 0px 0px;
	float: left;
}
#imagegallery a {
	border-style: none;
}
