html, body	{
	font-family:Helvetica;
	font-size:12px;
	color:#ffffff;
        background-image:url(images/bgsummer1.jpg);
        background-attachment:	fixed;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}

#frame {
	margin:auto;
	position:relative;
	width:995px;
	height:1000px;
}


#bg {
	margin-left:-630px;
        position:absolute;
	width:2000px;
	z-index:-1;
}

#content {
	padding:15px;
}

p { 
	margin:0;
}

h1, h2, h3 { margin:0; }

h2 { font-weight:bold; font-size:18px; padding:0px 0px 3px 0px; }
h3 { font-weight:bold; font-size:16px; padding:0px 0px 3px 0px; }
h3#comments { font-size:14px; padding:7px 0px 7px 0px; }

a { color:#ffffff; text-decoration:none; outline:none; }
a:hover { color:#ABDA4D; }

small { color:#ABDA4D; }
dl { margin:0; }

textarea { 
	padding:5px;  
	background-color:#6c6c6c;
	border-left:1px solid #3d3d3d;
	border-top:1px solid #3d3d3d;
	border-right:1px solid #5a5a5a;
	border-bottom:1px solid #5a5a5a;
	color:#ffffff;
}

input { 
	padding:5px;  
	background-color:#6c6c6c;
	border-left:1px solid #3d3d3d;
	border-top:1px solid #3d3d3d;
	border-right:1px solid #5a5a5a;
	border-bottom:1px solid #5a5a5a;
	color:#ffffff;
}

.entry p { padding:0px 0px 10px 0px; }

ol {  
	margin:0;
	padding:7px 0px 7px 19px;
}

ol li { 
	padding:7px 0px 7px 0px; 
	border-bottom:1px dotted #ffffff;
}

/* --------------- header --------------- */

p#breadcrumbs {  
	padding:0px 0px 0px 15px;
	line-height:18px;
}


/* --------------- header --------------- */

#header {
	height:140px;
}

#header img { float:left; }
#header img.logo { padding:0px 50px 0px 0px; }

#header #identifier { 
	float:left;
	width:387px;
	height:167px;
}

#header #identifier.home { background:url('images/home_identifier.jpg') no-repeat; }

#header #share { width:135px; float:left; padding:0px 0px 0px 23px; }
#header #share img { padding:0px 10px 10px 0px; }
#header #share img.right { padding:0px 0px 10px 0px; }


/* --------------- navigation --------------- */

#nav {
	width:960px;
	height:40px;
	padding:0;
	background:url('images/nav_bg.png') no-repeat;
	margin:20px 0px 20px 0px; 
	text-align:center; 
	/* background-image:url('images/nav_bg.jpg'); */
}

#nav ul {  
	margin:0;
	padding:10px 15px 10px 15px;
}

#nav ul li {
	float:left;
	padding:0px 15px 0px 15px;
	list-style:none;
}

#nav a { color:#ffffff; font-size:20px; text-decoration:none; }
#nav a:hover { color:#00A0C6; }


/* --------------- home --------------- */

/* --------------- home -> left --------------- */

#home_left {
	float:left;
	width:382px;
	line-height:20px;
}

#home_left #poster {
	padding:16px 0px 0px 15px;
	width:342px;
	height:259px;
	background:url('images/call_to_action_bg.png') no-repeat;
	/* background:url('images/call_to_action_bg.jpg') no-repeat; */
}

#home_left #poster div {
	margin:0px 0px 10px 0px;
	padding:0px 5px 0px 10px;
	width:313px;
	height:116px;
	background-color:#ffffff;
}

#home_left #poster div img { float:left; }
#home_left #poster div img.photobox { padding:0px 0px 0px 17px; }
#home_left #poster div img.shop { padding:3px 0px 0px 5px; }

#home_left #poster div p { 
	float:left;
	margin:0;
	padding:20px 0px 0px 0px;
	width:180px;
	font-size:16px;
	color:#ABDA4D; 
	text-align:center;
}

#home_left #poster div p.shop { 
	width:100px; 
	height:95px;
	padding:7px 0px 0px 3px;
} 

#home_left #news {
	margin:20px 0px 0px 0px;
	width:356px;
	/* height:213px; */
	/* background:url('images/news_home_bg.png'); */
	/* background:url('images/news_home_bg.jpg'); */
}

#home_left #news #title {
	padding:14px 0px 0px 17px;
	width:356px;
	height:42px;
	background:url('images/news_home_top_bg.png') no-repeat;
}

#home_left #news #inner {	
	float:left;
	width:356px;
	background:url('images/news_home_repeat_bg.png') repeat-y;
}

#home_left #news #title img { 
	float:left; 
	padding:0px 10px 0px 0px;
}

#home_left #news #title p {
	padding:2px 0px 0px 0px;
	font-size:18px;
	color:#ABDA4D; 
}

#home_left #news #excerpts {
	float:left;
	padding:5px 0px 5px 17px;
	width:155px;
}

#home_left #news #excerpts ul { margin:0; padding:0; }

#home_left #news #excerpts ul li { 
	margin:0; 
	padding:0px 0px 5px 0px; 
	list-style:none; 
	line-height:15px; 
}

#home_left #news #excerpts ul li .date { 
	font-size:10px; 
	color:#ABDA4D;
}

#home_left #news #excerpts p {
	padding:0px 0px 5px 0px;
	line-height:15px;
}

#home_left #news #excerpts p a {
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}

#home_left #news #excerpts p a:hover { text-decoration:underline; }

#home_left #news img.news { 
	float:right; 
	padding:0px 14px 0px 0px;
}

#excerpt_footer {
	width:356px;
	height:14px;
	background:url('images/news_home_bottom_bg.png');
	clear:both;
}

/* --------------- home -> right --------------- */

#home_right {
	float:left;
	width:570px;
	height:500px;
	padding:0px 0px 0px 12px;
}

#home_right #flash_content {
	width:538px;
	height:356px;
	background:url('images/slideshow_bg.png');
	padding:15px 16px 14px 13px;
}

#home_right #strapline {
	margin:50px 0px 0px 14px;
	padding:19px 15px 15px 15px;
	width:508px;
	height:23px;
	background:url('images/home_strapline.png');
	/* background:url('images/home_strapline.jpg'); */
	font-size:19px;
	color:#ffffff;
	text-align:center;
	overflow:hidden;
}


/* --------------- news --------------- */

#blog {
	margin:auto;
	width:972px;
}

#blog_top {
	width:972px;
	height:88px;
	background:url('images/news_top.png');
	/* background:url('images/news_top.jpg'); */
}

#blog #header_left {
	padding:19px 0px 0px 30px;
	width:330px;
	height:55px;
}

#blog #header_left img { float:left; padding:0px 15px 0px 0px; }

#blog #header_left p {
	padding:8px 0px 0px 0px;
	font-size:21px;
	color:#ABDA4D;
}

#blog #inner {
	float:left;
	width:972px;
	background:url('images/news_bg_repeat.png') repeat-y;
	/* background:url('images/news_bg_repeat.jpg') repeat-y; */
}

#blog #inner #left { 
	float:left; 
	padding:2px 43px 0px 30px;
	width:307px;
	line-height:18px;
}

#blog #inner #right { 
	float:left; 
	width:583px;
}

#blog #inner #left ul { margin:0; padding:0; color:#ABDA4D; }

#blog #inner #left ul li { 
	margin:0; 
	padding:0px 0px 10px 0px; 
	list-style:none; 
	font-size:14px;
}

#blog #inner #left ul li a { padding:0; text-decoration:none;  } 

#blog #inner #left ul.archives li a { padding:0px 10px 0px 0px; font-size:11px; }


#blog #inner #right {
	width:567px;
	padding:0;
}

#blog #inner #right .entry p {
	padding:7px 0px 7px 0px;
	font-size:14px;
}

/* Begin Images */
.entry img {
	padding: 7px 0px 7px 0px;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright  {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

#blog #inner #right dl.alignleft { padding:0px 7px 0px 0px; }
#blog #inner #right dl.alignright { padding:0px 0px 0px 7px; }

.alignright { float: right; }
.alignleft { float: left; }

/* End Images */

#respond { padding:7px 0px 7px 0px; }
#commentform { padding:0px 0px 7px 0px; }
#commentform p { padding:7px 0px 7px 0px; }


/* --------------- team --------------- */

#team, #photo {
	margin:auto;
	width:972px;
}

#team #team_nav, #photo #photo_nav {
	float:left;
	width:239px;
}

#team #team_nav #team_top, #photo #photo_nav #photo_top {
	width:149px;
	height:27px;
	padding:30px 0px 0px 90px;
	background:url('images/team_nav_top_bg.png');
	/* background:url('images/team_nav_top_bg.jpg'); */
}

#team #team_nav #team_top.wallpapers { padding:30px 62px 0px 28px; } 

#team #team_nav #inner, #photo #photo_nav #inner {
	padding:0px 15px 0px 15px;
	width:209px;
	background:url('images/team_nav_repeat_bg.png') repeat-y;
	/* background:url('images/team_nav_repeat_bg.jpg') repeat-y; */
}

#team #team_nav #inner ul { 
	margin:0; 
	padding:0px 0px 0px 10px; 
}

#team #team_nav #inner ul ul { padding:0; } 

#team #team_nav #inner ul li {
	padding:0px 0px 0px 5px;
	list-style:none;
} 

#team #team_nav #inner ul li ul {
	padding:0;
}

#team #team_nav #inner ul li ul li {
	margin:0;
	padding:0px 0px 15px 45px;
	display:block;
	background:url('images/monki_icon_news.png') left no-repeat;
	/* background:url('images/monki_icon_news.jpg') left no-repeat; */
	list-style:none;
}

#team #team_nav #inner ul li a { 
	padding:16px 0px 0px 0px;
	font-size:16px; 
	display:block;
}

#team #team_info, #photo #photo_info {
	float:left;
	padding:24px 0px 0px 45px;
	width:676px;
	background:url('images/team_top_bg.png') top right no-repeat;
}

#team #team_info.links a {
	color:#ABDA4D;
}

#team #team_info.links a:hover {
	color:#ffffff;
}

#team #team_info #inner, #photo #photo_info #inner {
	float:left;
	padding:0px 30px 0px 30px;
	width:616px;
	background:url('images/team_repeat_bg.png') repeat-y;
	/* background:url('images/team_repeat_bg.jpg') repeat-y; */
}

#photo #photo_info #inner h2, #team #team_info #inner h2 {
	padding:0px 0px 10px 0px;
}

#photo #photo_info #inner .entry p, #team #team_info #inner .entry p { 
	padding:0px 0px 15px 0px;
	font-size:14px; 
}

#photo #photo_nav #inner ul {
	margin:0;
	padding:5px 0px 0px 8px;
	font-size:16px; 
}

#photo #photo_nav #inner ul ul li {
	padding:0px 0px 27px 45px;
	display:block;
	list-style:none;
	background:url('images/monki_icon_news.png') left top no-repeat;
}

#photo #photo_nav #inner ul ul li a { 
	padding:8px 0px 0px 0px; 
	display:block;
}

#photo #photo_nav #inner ul ul li ul { margin:0; padding:5px 0px 5px 0px; }

#photo #photo_nav #inner ul ul li ul li {
	font-size:12px;
	padding:3px 0px 3px 15px;
	background:none;
}

#photo #photo_nav #inner ul ul li ul li a { padding:0; }



.comment-author {
	padding:0px 0px 7px 0px;
}

.comment-meta { padding:0px 0px 7px 0px; }

.comment-meta a { 
	color:#ABDA4D; 
}

/* --------------- shop --------------- */

#shop {
	margin:auto;
	width:799px;
	padding:16px 0px 0px 0px;
	background:url('images/shop_top_bg.png') top no-repeat;
}

#shop #inner_shop {
	padding:0px 0px 0px 43px;
	width:756px;
	background:url('images/shop_bg_repeat.png') repeat-y;
	/* background:url('images/shop_bg_repeat.jpg') repeat-y; */
}

#shop #inner_shop #contents {
	padding:15px 0px 0px 15px;
	width:696px;
	height:1903px;
	background:url('images/shop_content_bg.jpg') repeat-y;
}

#flash_gallery {
	margin:0px 0px 10px 37px;
	width:538px;
	height:356px;
	border:1px solid #ABDA4C;
}


/* --------------- archives --------------- */

#archives { padding:10px 0px 10px 0px; }

ul.archives li { padding:0 !important; }