/*
Theme Name: MoonDog
Theme URI: 
Description: 
Version: .1
Author: 
Author URI: 

*/


/*
body {

	background-repeat: no-repeat;
	background-color: #a7a493;
	background-image: url(images/background_1.jpg);
	font-family: Arial, Helvetica, sans-serif;

}

*/


* {
	margin:0;
	padding:0;
} 

html {
		height: 100%;

}




	
/* Body Backgrounds */

	#homebody {
	background-repeat: repeat-x;
	background-color: #a7a493;
	background-image: url(images/bg_clouds.jpg);
	font-family: Arial, Helvetica, sans-serif;

	
	}
	
	
	#headerbody {
	background-repeat: repeat-x;
	background-color: #a7a493;
	background-image: url(images/bg_clouds.jpg);
	font-family: Arial, Helvetica, sans-serif;

	
	}

	#aboutbody {
	background-position: center bottom;
	background-repeat: repeat-x;
	background-color: #dcceb8;
	background-image: url(images/bg_mountain.jpg);
	font-family: Arial, Helvetica, sans-serif;

	
	}



	#editorsbody {
	background-repeat: repeat-x;
	background-color: #f0e6bc;
	background-image: url(images/bg_trees.jpg);
	font-family: Arial, Helvetica, sans-serif;

		}
		
		
	#contactbody {
	background-color: #eeeeef;
	background-image: url(images/bg_wall.jpg);
	font-family: Arial, Helvetica, sans-serif;

	

	
	}	
	
	
	#workbody {
	background-color: #FFFFFF;
	background-image: url(images/bg_tp.jpg);
	font-family: Arial, Helvetica, sans-serif;

	
	}	
	
	
	

ul, li {
margin:0;
border:0;
padding:0;
list-style:none;
}

small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10px;
line-height: 1.5em;
}

h1, h2, h3 {
font-family: Arial, Helvetica, Sans-Serif;
font-weight: bold;
}

h1 {
font-size: 4em;
text-align: center;
}

h2 {
font-size: 1.6em;
}

h2.pagetitle {
margin: 0;
}

h3 {
font-size: 1.3em;
}


acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}

a:link, a:visited {
color: #0e6d4f;
text-decoration: none;
}

a:hover {
color: black;
}

.clear {
clear: both;
}

p img {
padding: 0;
max-width: 100%;
}

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;
}

.alignright {
float: right;
}

.alignleft {
float: left
}





/* Begin Content Slider */
#featured {
width: 100%;
float: left;
height: 365px;
background: url(images/sliderbg.jpg) top left repeat-x;
padding: 15px 0 0 0;
}

#thevideo {
width: 100%;
float: left;
}

#thevideoinside {
width: 100%;
float: left;
position: static;
min-height: 350px;
}

#videoembed {
margin: 0px auto;
width: 950px;
text-align: center;
}

.watchnow {
position: absolute;
top: 250px;
left: 560px;
width: 180px;
height: 29px;
background: url(images/watchnow.jpg) top left no-repeat;
cursor: pointer;
}

.watchnow:hover {
background: url(images/watchnowover.jpg) top left no-repeat;
}

.insert {
width: 180px;
height: 350px;
background: url(images/insertbg.png) top left no-repeat;
margin: 0 0 0 550px;
color: #FFFFFF;
padding: 10px;
line-height: 1.2em;
}

.insert h2 {
line-height: 1em;
font-size: 22px;
font-weight: normal;
margin: 0 0 10px 0;
}

.insert a:link, .insert a:hover, .insert a:visited {
color: #FFFFFF;
text-decoration: none;
}
/* End Content Slider */

/* Begin Entry Lists */
html>body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}

html>body .entry li {
margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
content: "\00BB \0020";
}

.entry ol {
padding: 0 0 0 35px;
margin: 0;
}

.entry ol li {
margin: 0;
padding: 0;
}

.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
margin: 0;
padding: 0;
}

#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
margin: 3px 0 0;
padding: 0;
}
/* End Entry Lists */

/* Begin Main Content */
#contentwrap {
width: 100%;
background: #EFEFEF;
border-bottom: 1px solid #D3D3D3;
float: left;
}

#pagewrap {
width: 100%;
background: #EFEFEF;
border-bottom: 1px solid #D3D3D3;
border-top: 1px solid #D3D3D3;
float: left;
}

#content {
width: 950px;
}

#menubar {
height: 45px;
}

#subscribe {
width: 50px;
height: 40px;
float: right;
margin: 1px 2px 0 0;
background: url(images/rss.jpg) top left no-repeat;
cursor: pointer;
}

#subscribe:hover {
background: url(images/rssover.jpg) top left no-repeat;
}

#subscribe ul {
list-style: none;
margin: -5px 0 0 0;	
}

#subscribe li {
display: inline;
}

#pagenav {
float: left;
margin: 0 10px 15px 0;
width: 653px;
text-align: right;
}
/* End Main Content */

/* Begin Categories List */

/* End Categories List */

/* Begin Video Gallery */
#videogallery {
width: 670px;
float: left;
margin: 10px 0 10px 0;
}


#bloglist {
width: 670px;
float: left;
margin: 10px 0 10px 0;
}

.videoitem {
width: 192px;
height: 245px;
float: left;
background: url(images/itembg.jpg) top left no-repeat;
margin: 0 12px 0 0;
padding: 9px;
}

.ratings {
float: left;
width: 171px;
height: 25px;
margin: 1px 0 0 0;
}

.comments {
width: 21px;
height: 25px;
float: left;
background: url(images/commentsbg.gif) top left no-repeat;
color: #FFFFFF;
font-size: 10px;
text-align: center;
line-height: normal;
}

.thumbnail {
float: left;
width: 150px;
height: 100px;
padding: 0px;
overflow: hidden;
}

img.thumb { 
width: 1024px;
height: 120px;
}

a:hover img.thumb {
width: 150px;
height: 100px;
}

h2.itemtitle {
font-size: 14px;
margin: 15px 0 0 -5px;
padding: 0;
font-weight: normal;
display: block;
float: left;
width: 210px;
}

p.itemdesc {
font-size: 10px;
color: #565050;
width: 205px;
float: left;
margin: 0 0 5px -5px;
padding: 0;
}

.gallerydate {
color: #999191;
width: 205px;
float: left;
margin: 0 0 0 -5px;
}

#videodets {
width: 653px;
float: left;
border-bottom: 1px solid #B8B8B8;
margin: 0 0 10px 0;
padding: 0 0 10px 0;
}

#postcontent {
width: 653px;
float: left;
border-bottom: 1px solid #B8B8B8;
margin: 0 0 10px 0;
padding: 0 0 10px 0;
}

#postcomments {
width: 653px;
float: left;
margin: 0 0 10px 0;
padding: 0 0 10px 0;
overflow: hidden;
}

#videodets h2 {
padding: 0;
margin: 0 0 10px 0;
}

.itemlinks {
margin: 5px 0 5px 0;
padding: 0;
}

.itemlinks a:link, .itemlinks a:visited {
color: #565050;
}

.smalllinks a:link, .smalllinks a:visited {
color: #999191;
}

.smalllinks {
color: #999191;
}

#postinfo {
width: 400px;
float: left;
}

#singlethumb {
width: 150px;
float: left;
background: url(images/singlethumb.jpg) top left no-repeat;
padding: 9px 10px 10px 10px;
}

#singlethumbnail {
float: left;
margin: 0;
width: 150px;
height: 100px;
padding: 0px;
overflow: hidden;
}



.video {


}

/* End Video Gallery */

/* Begin Blog and Page Items */
/* End Blog and Page Items */

/* Begin Sidebar */
#sidebar {
width: 310px;
float: left;
margin: 0;
padding: 10px 0 0 0;
}

#sidebar h3 {
margin: 10px 0 0 8px;
padding: 0;
font-size: 14px;
}

#sidebar h4 {
margin: 0;
padding: 0;
font-size: 13px;
font-weight: normal;
}

.blockhead {
width: 310px;
height: 33px;
float: left;
background: url(images/blockhead.jpg) top left no-repeat;
}

.block {
width: 294px;
float: left;
background: url(images/blockbg.jpg) bottom left no-repeat;
padding: 8px;
margin: 0 0 10px 0;
}

.sideblog {
margin: 0 0 8px 0;
padding: 0 0 8px 0;
border-bottom: 1px solid #E8E8E8;
}

#ratingsblock ul {
list-style: none;
}

#ratingsblock li {
margin: 0 0 8px 0;
padding: 0 0 8px 0;
border-bottom: 1px solid #E8E8E8;
}
/* End Sidebar */


/* End Comments */

/* Begin Sidebar */

/* End Sidebar */

/* Begin Various Tags and Classes */
acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

.center {
text-align: center;
}

.hidden {
display: none;
}

hr {
display: none;
}

a img {
border: none;
}
/* End Various Tags and Classes*/

/* Begin Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End Captions */

/* Begin Footer */








/* Typography */

p {

margin-top: 0px;
margin-bottom: 5px;


}


.nav {

	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}


.logo {

	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: black;

}


.logo a {

	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: black;

}


.logo a:hover, #nav a:active {
	color: #585858;

}




.footer {

	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
}




.title {
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 10px;
}


.single-title {
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 2px;
}

.editortitle {
	text-align: center;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	padding-top: 10px;
}

.headline {
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: red;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}


.introtext {

	font-style: normal;

	font-weight: normal;

	line-height: 17px;

	font-family: Helvetica, Arial, sans-serif;

	font-size: 15px;
	
	padding-right: 10px;
	
}



.biotext {

	font-family: Helvetica, Arial, sans-serif;
	padding-right: 10px;
	font-size: 14px;
}



.abouttext {

	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}


.newsdate {

	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	padding-bottom: 5px;
}


.newstext {

	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.projecttext {

	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
}



/* Structure */                         
            
#container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	}
	
	
#header {
	margin-bottom: 10px;
	width: 950px;
	height: 40px;
	padding-top: 20px;
	}	
	
	
#logo {
	float: left;
	width: 310px;
	}	
	
#logoimage {
	float: left;
	}		

#logotext {
	float: left;
	padding-top: 15px;
	background-colomr: gray;
	}	
	
	
#nav {
	text-align: right;
	margin-left: auto;
	padding-top: 10px;
	width: 640px;
	}		
	
	
#top-left-title {
float: left;
width:310px;

}	
			
#homebanner {
	background-repeat: no-repeat;
	background-image: url(images/moondog_home.png);
	width: 950px;
	height: 420px;
	margin-bottom: 20px;

}		


#aboutbanner {
	background-repeat: no-repeat;
	width: 950px;
	height: 270px;
	margin-bottom: 10px;
	background-image: url(images/moondog_about_banner.png);

}

#editorsbanner {
	background-repeat: no-repeat;
	width: 950px;
	height: 270px;
	margin-bottom: 10px;
	background-image: url(images/moondog_editors_banner.png);

}		
		
		
#contactbanner {
	background-repeat: no-repeat;
	width: 950px;
	height: 270px;
	margin-bottom: 10px;
	background-image: url(images/moondog_contact_banner.png);

}				
		


#homecolumns{
	display: block;

}

#columnone {
	float: left;
	width: 310px;
	margin-right: 10px;

}	


#columntwo {	
	float: left;
	width: 310px;
	margin-right: 10px;
}	


#columnthree {
	float: left;
	width: 310px;
}


#project {
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
	display: inline-block;
	width: 310px;

}

#projectimg {
	float: left;
	height: 100px;
	width: 150px;
	margin-right: 10px;

}

#projecttext {
	float: right;
	width: 150px;

}



#news{
	padding-right: 10px;
	padding-top: 0px;
	overflow: auto;
	width: 280px;
	height: 340px;
}


#newsentry{
	padding: 10px;
	background-image: url(images/white_news_bg.png);
	margin-bottom: 20px;


}




#aboutleft{
	width: 630px;
	float:left;
	margin-right: 10px;

}


#aboutright{
	width: 310px;
	float:left;

}




#pictureframe{
	float:left;
	z-index: 9;
	position: absolute;
}


#iframe{
	float:left;
	padding: 5px;
}

#about-intro{
	padding-bottom: 20px;
	padding-right:60px;

}


#about-people{
	float:left;
	width: 150px;
	padding-right: 10px;

}


#about-clients{
	float:left;
	width: 150px;
	padding-right: 10px;

}

#about-services{
	float:left;
	width: 150px;
	padding-right: 10px;

}


#worktopleft{
	width: 310px;
	float:left;


}


#worktopleftbanner{
	margin-bottom: 20px;
	width: 310px;
	height: 260px;
	float:left;
	background-repeat: no-repeat;
	background-image: url(images/moondog_work_banner.png);

}



#worktopright{
	width: 629px;
	margin-left: 1px;
	background-image: url(images/white_bg.png);
	float:left;
	text-align: center;
3

}



#workcontent{
	display: inline-block;
	margin-top: 20px;

}



#editorsright{
	width: 640px;
	float:left;

}


#editorsleft{
	width: 300px;
	float:left;
	margin-right: 10px;
}


#editors{
	float:left;
	list-style:none;
	margin-bottom: 10px;
	width: 150px;
	height: 150px;
	margin-right: 10px;

}


#editor {

margin-top: 5px;
bottom: 0px; 


}

#contactleft{
	width: 630px;
	float:left;
	margin-right: 10px;

}



#singleleft{
	width: 630px;
	float:left;
	margin-right: 10px;
	margin-bottom: 20px;

}


#singleright{
	width: 310px;
	float:left;

}

#singleother{
	width: 950px;
	float:left;

}





#contactright{
	width: 310px;
	float:left;

}





#footer {
	text-align: right;
	width: 950px;
	float: left;
	margin-top: 40px;
}	


#footer a {
	color: black;

}


#footer a:hover, #footer a:active {
	color: #585858;
}



/* NAV*/


#nav li, #subnav li {
	background-image: url(images/white_bg.png);
	margin-left: 10px;
	padding:5px;
	text-align: right;
	display: inline-block;
	list-style:none;	
	
	
	} 

#nav a, #nav a:visited {
	text-decoration: none;
	color: black;


	
	}

#nav a:hover, #nav a:active {
	color: #585858;

}


#editors li{
}
