/* @override 
	http://localhost/picnic/picnic.css
	http://localhost/pic/picnic.css
	http://localhost/pic/css/picnic.css
	http://picnic/css/picnic.css
*/

* {
	font-family: "American Typewriter", Georgia, "Helvetica Neue", Arial, Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
}

html {
	background-color: #3f414d;
	margin: 18px 0;
}

/* @group page layout */

.even-columns .col {
	width: 180px;
	float: left;
	margin-right: 18px;
}

body.even-columns #primary {
	margin-left: 36px;
}

body {
	margin: 9px 18px;
}

body.wide #primary {
	width: 360px;
	float: left;
	/*padding-left: 36px;*/
	/*margin-left: 36px;*/
	margin-top: -4px;
	position: relative;
	left: 36px;
}

body.wide #secondary {
/*	width: 378px;*/
	/*margin-left: 36px;*/
	
	position:relative;
	left: 72px;
}


#secondary {
/*	width: 180px;*/
	float: left;
}

#tertiary {
	/*width: 180px;*/
	float: left;
}

#home #tertiary {
	/*width: 378px;*/
	left: 72px;
	position: relative;
	
}

#container {
	width: 846px;
	text-align: left;
	background: #f3d9c0 url(../images/paper-background.jpg) repeat-y;
	margin: auto;
}

#header {
	width: 774px;
	margin-left: 36px;
	min-height: 180px;
	margin-top: 36px;
}

/* @end */

/* @group navigation */

#picnics #picnics-link, #contact #contact-link, #home #home-link, #about-us #about-us-link, #vouchers #vouchers-link, #testimonials #testimonials-link, #faq #faq-link, #gallery #gallery-link {
	color: #000;
}

#nav {
	height: 180px;
	background: #f3d9c0 url(../images/paper-background-top.jpg) no-repeat;

}

#nav li {
	font-size: 18px;
	font-weight: normal;
	display: inline;
	
}

#nav ul {
	position: relative;
	top: 164px;
	text-align: right;
	margin-right: 36px;
}

#nav img {
	float: left;
	margin-left: 36px;
}

#nav li {
	margin: 0 0px;
}

#nav a {
	color: #7e7e7e;
	text-decoration: none;
	font-size: 15px;
}

#nav a:hover {
	color: #555;
}

li.selected a {
	color: #000 !important;
}

/* @end */

/* @group type */

.col li {
	list-style-type: square;
	list-style-position: inside;
	text-indent: -12px;
	margin-left: 12px;
	margin-bottom: 18px;
	line-height: 18px;
	
}

p em {
	font-style: italic;
}

p strong {
	font-weight: bold;
}

p {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 1em;
}

#primary p {
	/*padding-right: 18px;*/
}

/* @end */

/* @group h1 headings */

h1 {
	height: 180px;
	width: 774px;
	font-size: 72px;
	line-height: 1em;
	text-indent: -9999px;
}

body#home h1 {
	background: url(../images/headings/we-make-picnics.gif) no-repeat left top;
}

body#about-us h1 {

	background: url(../images/headings/about-us.gif) no-repeat left top;
}

body#picnics h1 {
	background: url(../images/headings/our-picnics.gif) no-repeat left top;
}

body#contact h1 {
	background: url(../images/headings/contact-us.gif) no-repeat left top;
}

body#vouchers h1 {
	background: url(../images/headings/vouchers.gif) no-repeat left top;
}

body#faq h1 {
	background: url(../images/headings/faq.gif) no-repeat left top;
}

body#gallery h1 {
	background: url(../images/headings/gallery.gif) no-repeat left top;
}

body#testimonials h1 {
	background: url(../images/headings/testimonials.gif) no-repeat left top;
}

/* @end */

/* @group other headings */

#header h2 {
	font-size: 72px;
	line-height: 1em;
}

h2 {
	/*padding-bottom: 18px;*/
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	padding-bottom: 1em;
	font-weight: bold;
}

.intro-para h3 {
	font-size: 18px;
	font-weight: normal;
}

/* @end */

.divider {
	text-align: center;
}

p.divider {
	padding: 9px !important;
}

/* @group pull quotes */

.box {
}

.pull-quote {
	padding: 18px;
	padding-top: 21px;
}

.two-col .col {
	width: 178px;
	float: left;
	position: relative;
	
	margin-right: 18px;
}

div.col.last {
	margin-right: 0;
}

.wide .box {
	height: 180px;
	margin-bottom: 18px;
}

.wide .box img {
}

.orange {
	background-image: url(../images/quote-background-orange.png);
	background-color: #e37222;
}

.blue {
	background-image: url(../images/quote-background-blue.png);
}

.yellow {
	background-image: url(../images/quote-background-blue.png);
}

.box p {
	font-size: 18px;
	line-height: 18px;
}

p.testimonial {
	font-family: "Georgia";
	font-style: italic;
	opacity: 0.5;
	text-align: right;
	padding-bottom: 0;
	line-height: 1em;
}

/* @end */


#footer {
	clear: both;
	text-align: left;
	background: #f3d9c0 url(../images/paper-background-bottom.jpg) no-repeat 0 bottom;
	color: #666;
}

#footer p {
	font-family: Tahoma;
	font-size: 11px;
	margin: 0 36px;
	padding-bottom: 36px;
}

#footer p a {
	font-family: Tahoma;
}

/* @group menus */

.menu-box {
	margin-bottom: 18px;
}

div.menu-box p {
	margin-top: 4px;
	color: #fff;
	font-size: 15px;
}

.green {
	background-color: #606e20;
	background-image: url(../images/quote-background-green.png);
}

.fourcolumn {
	clear: both;
	width: 774px;
}

#picnics h2 {
	width: 180px;
	height: 180px;
	margin-bottom: 18px;
	text-indent: -9999px;
}

#brit-pic h2 {
	background: url(../images/picnic-ideas/the-brit-pic.gif) no-repeat left top;
}

#sydney-pic h2 {
	background: url(../images/picnic-ideas/the-sydney-picnic.gif) no-repeat left top;
}

#italian-pic h2 {
	background: url(../images/picnic-ideas/the-italian.gif) no-repeat left top;
}

#spanish-pic h2 {
	background: url(../images/picnic-ideas/the-spanish.gif) no-repeat left top;
}



/* @end */


#twitter {
	margin-top: 0px;
	margin-right: 10px;
	float: left;
}

/* @group contact */
.contact {
	margin-bottom: 20px;
	margin-top: 20px;
	clear: both;
	overflow: auto;
}

#contact h2 {
	border-top: 1px dashed #999;
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 10px;
	clear: both;
}

#contact .details {
	float: right;
	width: 250px;
	font-weight: normal;
}

#contact .details p {
	padding-bottom: 0;
}

.contact h3 {
	float: left;
}

.phone {
	font-size: 20px;
	margin-bottom: 10px;
}

/* @end */

/* @group notice */

#notice {
	background-color: rgba(195,75,31,0.8);
	overflow: hidden;
	margin-bottom: 20px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

#notice-inner {
	margin: 20px 20px 10px 20px;
}



/* @end */

/* @group testimonials */

.writeup {
	width: 180px;
	float: left;
	margin-right: 20px;
}

.magazine-row {
	margin-bottom: 20px;
	border-bottom: 1px dotted #333;
	height: 270px;
	width: 380px;
}

.last {
	margin-right: 0;
}

.magazine-row p {
	font-size: 12px;	
}

.magazine-row h6 {
	font-size: 14px;
	font-weight: bold;
}

.magazine-row img {
	margin-bottom: 5px;
}

.magazine-row img:hover {
	margin-bottom: 0;
	border-bottom: 5px solid #000;
}

.testimonial {
	margin-bottom: 20px;
	border-bottom: 1px dotted #333;
}

.speech-mark {
	background: url(../images/testimonials/speech-mark.png) no-repeat;
	width: 34px;
	height: 32px;
	position: absolute;
	margin-left: -10px;
	margin-top: -10px;
}

dt a {
	text-decoration: none;
}

dd {
	font-size: 14px;
	margin-left: 20px;
}

.happy-picnicker {
	text-align: right;
	font-weight: bold;
	opacity: 0.5;
}




/* @end */






