/*
Theme Name: Grasshopppers
Theme URI: 
Description: A custom theme for grasshoppers nursery
Version: 2.0
Author: dAN FARROW
Author URI: http://squarebracket.net
*/ 


* {
    padding: 0;
    margin: 0;
} 

body {
    background: #1389cb url(images/body_bg.jpg) 50% bottom repeat-x;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #333333;;
	padding-bottom:50px;
}

p {
	margin: 10px 0;
	padding: 0;
}

img { 
    border: none; 
}

a { 
    color: #878C8D; 
    text-decoration: none; 
}

a:hover { 
    text-decoration: underline; 
    color : #bbb; 
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 4px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 12px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.center {
	text-align: center;
}

#wrap {
    margin: 0 auto;
    width: 768px;
}

	#header {
		height: 192px;
		background:url(images/header_bg.gif) left top no-repeat;
		position:relative;
	}
	#header h1 a {
		position:absolute;
		width:100%; height:100%;
		top:0; left:0;
		text-indent:-1000px;
		overflow:hidden;
	}


#header h1 {
    font-size: 50px;
    font-weight: 100;
    font-family: Arial, Helvetica, sans-serif;
    padding: 55px 0 5px 0;
}

#header h1 a {
    color: #000;
    text-decoration: none;
}

#header h1 a:hover {
    color: #ccc;
    text-decoration: underline;
}

#header h2 {
    color: #555;
    font-size: 19px;
    font-weight: 100;
    padding: 0 0 0 0;
    letter-spacing: -1px;

}

/* Menu */

#menu {
	margin: 0 auto;
	padding:8px 0 0;
	overflow: auto;
}

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

#menu li {
	display: block;
	float:left;
	margin-right:10px;
	height:30px;
	font-size:20px;
	letter-spacing:-1px;
}
#menu li.rightmost {margin-right:0;}
#menu a {
	color:#89c4e5;
	display: block;
	height:24px;
	margin: 0; padding: 6px 0 0 30px;
	background:url(images/menu_bg.gif) left top no-repeat;
}
#menu a:hover {
	color:#fff;
	text-decoration:none;
}

#menu li.d1 a:hover,
#menu li.d1 a:focus,
#menu li.d1 a:active,
#menu li.d1.current a {		color:#fff; background-position:0 -30px;}
#menu li.d2 a:hover,
#menu li.d2 a:focus,
#menu li.d2 a:active,
#menu li.d2.current a {		color:#fff; background-position:0 -60px;}
#menu li.d3 a:hover, 
#menu li.d3 a:focus, 
#menu li.d3 a:active,
#menu li.d3.current a {		color:#fff; background-position:0 -90px;}
#menu li.d4 a:hover,
#menu li.d4 a:focus,
#menu li.d4 a:active,
#menu li.d4.current a {		color:#fff; background-position:0 -120px;}
#menu li.d5 a:hover,
#menu li.d5 a:focus,
#menu li.d5 a:active,
#menu li.d5.current a {		color:#fff; background-position:0 -150px;}
#menu li.d6 a:hover, 
#menu li.d6 a:focus, 
#menu li.d6 a:active,
#menu li.d6.current a {		color:#fff; background-position:0 -180px;}
#menu li.d7 a:hover, 
#menu li.d7 a:focus, 
#menu li.d7 a:active,
#menu li.d7.current a {		color:#fff; background-position:0 -210px;}

#content {
	position:relative;
	padding: 10px 0 10px 0;
	background:url(images/daisies/rotate.php) right bottom no-repeat;
	min-height:485px;
	_height:485px;
}

.articles {
    /*border-top: 1px #bbb dashed;*/
	background:#fff;
	padding:20px;
	margin-bottom:20px;
}

#content .showtags {
    background: #FFFFFF;
    padding-left: 5px;
    border-bottom: 1px solid #bbb;
    border-top: 1px dashed #bbb;
}

#content a img {
    padding: 1px;
    border: 2px solid #fff;
    background: #fff;
}

#content a img:hover {  
    padding: 1px; 
    border: 2px solid #bbb; 
    background: #bbb; 
}

.left {
    width: 595px;
    float: left;
   
}

.articles h2 {
    color: #1389cb;
    font-size: 28px;
	line-height:26px;
	
    font-weight: 100;
    padding : 0 0 10px 0;	
	border-bottom: 1px #ddd dashed;	

}

.articles h3 {
	clear:both;
    color: #1389cb;
    font-size: 22px;
    font-weight: 100;
    padding : 10px 0 10px 0;	
	
}


.left h2 a {
    color: #000;
}

.left h2 a:hover {
    color: #bbb;
    text-decoration: underline;
}

.left ul {
    padding-left: 3em;
}

.left ol {
    padding-left: 3em;
}

.count {
    /*float: right;*/
}

.right {
    width: 160px;
    float: right;
    padding: 10px;
    border-left: 1px solid #bbb;
}

.right ul {
    list-style-type: none;
    padding: 5px 10px 10px 10px;
}

.right ul ul{
    margin:0.1667em 0;
    padding:0 0 0 15px;
}

.right h2 {
    font-size: 15px;
    color: #000;

}

.right a { 
    text-decoration: none;
    color: #000;
}

.right a:hover {
    text-decoration: underline;
    color: #bbb;
}

.nomove {
    width: 160px;
    float: right;
    padding: 10px;
    border-left: 1px solid #bbb;
}

.nomove ul {
    list-style-type: none;
    padding: 5px 10px 10px 10px;
}

.nomove h2 {
    height: 30px;
    font-size: 15px;
    color: #000;
    line-height: 30px;
}

.nomove a { 
    font-size: 15px;
    color: #000;
}

.nomove a:hover {
    text-decoration: underline;
    color: #bbb;
}

#footer {
    text-align: center;
    color: #fff;
    font-size: 11px;
    padding: 0 0 40px 0;
    margin-top: 40px;
}
	#footer a {
		color:#fff;
	}
	#footer p {
		display:inline;
		padding:0 10px;
	}

/* Search */

#search {
	width: 150px;
	height: 25px;
	background: #fff;
	border: none;
}

#search #x {
	display: none;
}

#search #s {
	padding: 6px 10px 5px 10px;
	width: 127px;
	height: auto;
	background: none;
	border: none;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #878C8D;
}

#search br {
	display: none;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #bbb;
}

#avatar {
    float: right;
}

#spacer {
    padding-top: 10px;
    border-bottom: 1px #bbb dashed;
}

#address {
	color:#FFFFFF;
	position:absolute;
	right:0;
	top:16px;
	width:150px;
	font-size:12px;
}
	#address a {
		color:#ffffff;
		font-weight:bold;
	}
	
.fee_column {
	float:left;
	margin-bottom:20px;
	padding:0pt 20px;
	width:200px;
}
	.fee_column ul {
		margin-top:20px;
		padding-left:0;
	}
	.fee_column p {
		margin:0 0 -20px 0;
	}

#apply_now {
	position:absolute;
	right:0;
	width:160px;
	font-size:12px;
}
	#apply_now a {
		height:60px;
		display:block;
		padding-left:60px;
		color:#ffffff;
		background:url(images/pdf_icon.gif) left top no-repeat;
	}
.staff_div {
	clear:both;
	margin-bottom:100px;
}
	.staff_div img {
		width:240px; height:240px;
		padding: 4px;
		margin: 0 12px 2px 0;
		display: inline;
		float:left;
	}
