/*
Theme Name: Write Me Up
Theme URI: http://writemeup.com.au
Author: Luke Powell, Jack Dunstan, modified from http://www.getskeleton.com/
Author URI: http://batmania.com.au
Description: Custom Theme
Version: 0.8
License: Copyleft
License URI: http://www.gnu.org/copyleft/

*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html */


/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */


@font-face {
    font-family: 'typical_writerregular';
    src: url('./fonts/typiw-webfont.eot');
    src: url('./fonts/typiw-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/typiw-webfont.woff') format('woff'),
         url('./fonts/typiw-webfont.ttf') format('truetype'),
         url('./fonts/typiw-webfont.svg#typical_writerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
background-color: #42413c;
	/*background-image: url(./images/bg-template.png); */
	background-repeat: no-repeat;
	background-attachment:fixed;
        background-position-x: center;
    background-position-y: top; 
    
}
/* header elements */

.header
{
width: 960px;
height: 120px;
 /*background-color: #302c27;*/
background-color: transparent;


background-repeat: repeat;
color: #fff;

margin-top: 0;
position: relative;  margin: 0 auto; padding: 0;
background: none;

}
/* Logo */
.logo
{
/*background-image: url(./images/logo.png);
 background-image: url(./images/o50.png); */
width: 225px; /*181 */
height: 39px; /*31*/
float: left;
margin-top: 10px;
margin-left: 5px;

}
.logo h1
{

color: #fff;
visibility: hidden;
}

/* Navigation */
/* =Menu
-------------------------------------------------------------- */

#access {
	background-color: #615f58;
height: 28px;
padding-bottom: 2px;
padding-left: 36px;
margin-top: -1px;
padding-top: 15px;
text-transform: uppercase;

}
#access ul {
	font-size: 10px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;

}

#access li:last-child
{
border: none;



}
.entry-content p ul li { 

list-style: decimal; 
margin-left: 30px;
background-color: blue;
}


#access li a:after { margin-left: 10px; color: black; content: ""; }
#access li a:first-child:before { content: ""; }

#access a {
	
	display: block;
	color: #fff;
font-size: 10px;
margin: 0 13px 0 0;
letter-spacing: 1px;
font-family: sans-serif;
text-decoration: none;


}

#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {

	color: #444;

	font-weight: normal;
	height: auto;
	
		
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	font-weight: bold;
	
	
}
#access li:hover > a,
#access a:focus {
	}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
	/*color: rgb(242, 101, 50);*/
	color: #ed1d24;
	/*text-shadow: 2px 2px 2px rgb(48,44,39);
        filter: dropshadow(color=rgb(48,44,39), offx=2, offy=2);
		*/
}

/*  Old menu styling 

.navbar
{
background-color: #615f58;
height: 22px;
padding-bottom: 2px;
margin-top: -1px;
padding-top: 4px;




}

.navbar p
{
color: #fff;
font-size: 10px;
margin-left: 26px;
letter-spacing: 1px;
font-family: sans-serif;

}

.navitems br {
    display: none;
}



.navbar p span
{
color: #000;
margin-left: 6px;
margin-right: 6px;
}





*/
/* tagline */
.tagline
{

width: 290px;
height: 13px;
float: left;
margin-left: 20px;
margin-top: 55px;
text-indent: -9999px;
}

/* Header Search */
#searcharea
{
	background-color: #615f58;
	padding-left: 5px;
width: 200px;
height: 30px;
float: right;
margin-right: 10px;
margin-top: 67px;
font-family: "Georgia", "Times New Roman", serif;

}
.assistive-text 
{

}

/* #Forms
================================================== */

	#searcharea form {
	background-color: #615f58;
	color: #000;
	height: 30px;
	width: 200px;
	font-family: "Georgia", "Times New Roman", serif;
		}
	 #searcharea fieldset {
		 }
	#searcharea input[type="text"],
	#searcharea input[type="password"],
	#searcharea input[type="email"],
	#searcharea textarea,
	#searcharea select {
border: none;
color: #000;
background-color: #615f58;
font-style: italic;
padding: 2px 0 0 0;
margin :0;
font-family: "Georgia", "Times New Roman", serif;
	
		 }
	#searcharea select {
		padding: 0; }
	#searcharea input[type="text"]:focus,
	#searcharea input[type="password"]:focus,
	#searcharea input[type="email"]:focus,
	#searcharea textarea:focus {
		
 		color: #fff;
 		font-weight: bold;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	#searcharea  textarea {
		 }
	 #searcharea label,
	#searcharea legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	#searcharea  select {
		 }
	#searcharea  input[type="checkbox"] {
		display: inline; }
	#searcharea label span,
	 #searcharea legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }







.main
{
margin: 15px 0 15px 0;
}
.main h3
{
font-size: 25px;
}
.main h2
{
margin-top: 25px;
}

.main p
{
font-size: 18px;
line-height: 1.4em;
text-align: left;
margin-left: 0px ;
margin-top: 0px;

}
/* single page typography */
.singlepage 
{
text-align: justify;
margin: 0 0 0 0;

}


/* home page widgets */
.aboutwidget
{
background-color: #615f58;
/* width: 140px; */
color: #fff;
padding: 10px;
margin-top: 20px;
height: 440px;


}
.aboutwidget h4
{
text-transform: uppercase;
color: #000;
font-size: 10px;
font-weight: bold;
}
.aboutwidget p
{
margin: 5px 0 5px 0;
}
 div.aboutwidget p a
 {
	 text-decoration: none;
	 color: #fff;
	 
 }

.sample
{
background-image:  url(./images/sample.png);
height: 140px;
width: 140px;
margin: 20px 0 20px 0px;

}
.sample h4
{
/*background-color: blue; */
margin-bottom: -3px;
padding-top: 30px;
padding-left: 35px;
font-size: 16px;

color: #00a4e4; 


}
.sample p
{
font-size: 13px;

padding: 0 35px 0 35px;
line-height: 15px;

}
div.sample p a, .testimonial p a
{
text-decoration: none;
}


.testimonial
{
background-image: url(./images/testimonial.png);
height: 140px;
width: 140px;
margin: 20px 0 0 0;

}
.testimonial h4
{
font-size: 14px;
padding-top: 32px;
padding-left: 33px;
padding-bottom: -3px;
color: #f26532; 

}
.testimonial p
{
font-size: 13px;
margin-top: -8px;
padding: 0px 35px 0 35px;
line-height: 15px;

}

.scrive
{
 background-image: url(./images/50.png);
 
}
.container
{
/*background-color: #fff;*/
background: url(images/contentbg.png) repeat center center;
}
.footer
{

/* footer */
}


.fwidget1
{
height: 57px;
width: 157px;
float: left;
margin: 33px 10px 0 16px;
/* background-image: url(./images/50.png); */
}
.fwidget2
{
height: 57px;
width: 137px;
float: left;
margin: 33px 10px 0 16px;
/* background-image: url(./images/50.png); */
}
.fwidget3
{
height: 67px;
width: 137px;
float: right;
margin: 33px 22px 0 26px;
/*background-image: url(./images/50.png); */
}



#footer h4, #footer p, #footer li, #footer li a

{
font-family: sans-serif;
font-size: 10px;
line-height: 1.5em;
margin: 0;
float: left;
text-align: left;

}
#footer li a, #footer li
{
text-decoration: none;
color: #fff;
}


#footer h4
{
color: #f26532;
}
#footer p
{
color: #efebe4;
}
#footer .fwidget3 h4
{
color: rgb(0, 164, 228);
}

/* sticky footer */
* { margin:0; padding:0; } 

html, body, #wrap { height: 100%; }

	body > #wrap {height: auto; min-height: 100%; width: 100%; margin: auto; background-color: transparent;}

#main { padding-bottom: 140px; }  /* must be same height as the footer */

#footer { 
        position: relative;
	margin-top: -140px; /* negative value of footer height */
	height: 140px;
	clear:both;
	/*background-color: #302c27;*/
	background-color: transparent;
	width: 960px;
	position: absolute;
	left: 50%;
    margin-left: -480px;
   	} 


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
		body > #wrap { width: 100%; }
		.header{width: 100% }
		#footer {width: 100%;  
		position: absolute;
   left: 0%;
   
   margin-left: 0px;
   
			
		}
		.main
		{
			margin-top: 25px;
		}
		
		.main p
{
margin-right: 0px;
}

row
{
margin-bottom: 0px;
}

/* single page typography */
.singlepage 
{
text-align: justify;
margin: 0 ;

}



	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	body > #wrap { width: 100%; }
	.header{width: 100% }
	#footer {width: 100%}
	.logo
		{
			
			
		}
		.aboutwidget
		{
			
			width: 140px;
			margin-top: 30px;
			height: 400px;
			
		}
		.sample, .testimonial
		{
			margin: 30px 0 30px 10px;
			
		}


	
		}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	.header{width: 100% }
		#footer {width: 100%}
		body > #wrap { width: 100%; }

		


div#searcharea , div#searcharea form#searchform
{
visibility: hidden;
width: 0px;
height: 0px;
}

	 }

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) { 
		.header{width: 100%; height: 80px; }
		#footer {width: 100%}
		body > #wrap { width: 100%; }
		.searcharea {visibility: hidden;		}
		.logo {margin-top: 10px; margin-left: -120px;
		
		  position: absolute;
   left: 50%;
  
   }
		.tagline 
   {margin: 50px 0 0 -125px; /* half of width */   
   position: absolute;
   left: 50%;
   
   }
	.aboutwidget
	{
		
		height: 180px;
		width: 400px;
	}
	.sample, .testimonial
		{
			visibility: hidden;
			height: 0px;
		}

	.fwidget1
{
height: 37px;
width: 137px;
float: left;
margin: 23px 0px 0 40px;
/* background-image: url(./images/50.png); */
}
.fwidget2
{
height: 57px;
width: 137px;
float: right;
margin: 23px 30px 0 5px;
/* background-image: url(./images/50.png); */
}
	.one-sixth.column.omega
	{
		visibility: hidden;
		height: 0px;
	}	
	.fwidget3
	{
		visibility: hidden;
		width: 0px;
		height: 0px;
		
	}
	#main { padding-bottom: 110px; }  /* must be same height as the footer */

#footer { 
        
	margin-top: -110px; /* negative value of footer height */
	height: 110px;
	
	}
#access li {



}
	
	
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
 
		.header{width: 100%; height: 80px; }
		#footer {width: 100%}
		body > #wrap { width: 100%; }
		.searcharea {visibility: hidden;		}
		.logo {margin-top: 10px; margin-left: -120px;
		
		  position: absolute;
   left: 50%;
  
   }
		.tagline 
   {margin: 50px 0 0 -125px; /* half of width */   
   position: absolute;
   left: 50%;
   
   }




		.chromevhrosample, .testimonial
		{
			visibility: hidden;
			height: 0px;
		}		
		.navbar{
height: 40px;
	}
	.navitems br
	{
		display: inline;
		
	}
	.aboutwidget
	{
		
		height: 200px;
		
	}
	
		.sample, .testimonial
		{
			visibility: hidden;
			height: 0px;
		}
		
		.fwidget3
	{
		visibility: hidden;
		width: 0px;
		height: 0px;
		
	}
		
		


.fwidget1
{
height: 37px;
width: 137px;
float: left;
margin: 23px 0px 0 20px;
/* background-image: url(./images/50.png); */
}
.fwidget2
{
height: 57px;
width: 137px;
float: right;
margin: 23px 10px 0 5px;
/* background-image: url(./images/50.png); */
}
		 }


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('./fonts/FontName.eot');
	    src: url('./fonts/FontName.eot?iefix') format('eot'),
	         url('./fonts/FontName.woff') format('woff'),
	         url('./fonts/FontName.ttf') format('truetype'),
	         url('./fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/


.nocomments {
display:none;
}
.menu-top-menu-container {
	width: 960px;
	margin: 0 auto;
}

#searchform #s {
	padding-top: 7px;
}
.wmu-page-title {
	font-family: 'typical_writerregular',Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 2px 10px 2px 30px;
	background-color: #414042;
	margin-left: -11px;
	color: #fff;
	font-weight: normal;
}
.bottom-right-page-block-wrapper {
	padding: 5px 10px 5px 10px;
	clear:both;
}
.bottom-image-wrapper {
	float: right;
	padding-bottom: 50px;
	position:relative;
}
.red-quote-wrapper {
	background-color: #ed1d24;
	color: #fff;
	padding: 5px 15px 5px 15px;
    position:absolute;
	bottom: 46px;
	right: 200px;
	text-align: right;
	font-family: 'typical_writerregular',Arial, Helvetica, sans-serif;
	font-size: 14px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	vertical-align: text-top;
}
#testimonial-tbl tr td {
	padding: 5px;
}