/* 
    Document   : style
    Created on : Sep 4, 2009, 6:27:18 PM
    Author     : Jeff
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

a{
color: #000;
font-weight: bold;
}

h4{
margin-bottom: 3px;
margin-top: 10px;
}

.header{
    background: url(../images/header_image.jpg) no-repeat;
    height: 93px;
    width: 650px;
    margin-top:15px;
}
.navigation{
    background: url(../images/navigation_background_image.jpg) no-repeat;
    height: 52px;
    width: 650px;
}
.navigation ul{
    padding-top: 12px;
	padding-left: 10px;
}
.navigation li{
    display: inline;
	margin:0; 
	padding: 0;
	margin: 14px;
}
.navigation a{
    color: #fff;
    text-decoration: none;
    font-size: 1.3em;
}
.navigation a:hover{
    color: #424a00;
}
.main_content{
    background: url(../images/big_back_tile.jpg) repeat-y;
    min-height:800px;
    height:auto !important;
    height:800px;
}
.featured_work{
    background:url(../images/featuredWork.jpg) no-repeat;
    min-height:320px;
    height:auto !important;
    height:320px;
    position:relative;
}
.featured_image{
    position:absolute;
    top:38px;
    left:18px;
}
.featured_text_block{
    position:absolute;
    top:50px;
    left: 260px;
    width: 320px;
}
.featured_headline{
    background-color: #424a00;
    color: #ffffff;
    margin-bottom: 0;
    padding-bottom: 3px;
    padding-left: 3px;
    text-decoration: none;
    font-size: 1.7em;
    line-height: 1.4em;
}
.featured_headline:hover{
    color:#eeddcc;
    background: #000;
}
.featured_text{
    font-size: 1.2em;
}
.featured_caption{
    position: absolute;
    top: 270px;
    left: 65px;
    font-size: 1.2em;
}
.featured_read_more{
    position:absolute;
    top: 38px;
    left: 590px;
}
.news{
    border-top: 10px solid #424a00;
    width: 630px;
    margin-left: 10px;
}
.news_image_block{
    margin-top:10px;
    width: 310px;
    float: left;
}
.news_image{
    border:1px solid #000;
}
.news_text_block{
    width: 320px;
    float:left;
}
.news_headline_block{
    background-color: #424a00;
    padding-left: 10px;
    padding-bottom: 5px;
}
.news_headline{
    color: #ffffff;
    margin-bottom: 0;
    padding-bottom: 3px;
    padding-left: 3px;
    text-decoration: none;
    font-size: 1.7em;
    line-height: 1.4em;
}
.news_headline:hover{
    color:#eeddcc;
    background: #000;
}
.news_date{
    color:#eeddcc;
    margin-bottom: 0;
    padding:2px;
}
.news_text{
    padding: 0 10px;
}
body{
    margin:0;
    background: #63734a url(../images/background.jpg) top center no-repeat;
}
#maincontainer{
    width: 960px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
}

#contentwrapper{
    float: left;
    width: 100%;
}

#sidebarcolumn{
    margin-left: 650px; /*Set left margin to LeftColumnWidth*/
    background: url(../images/sidebar.jpg) top center no-repeat;
    min-height:800px;
    height:auto !important;
    height:800px;
    padding-top:75px;
    padding-right:24px;
    padding-left:7px;
    line-height: 1.2em;
}
#sidebarcolumn a{
	font-weight: bold;
	color: #000;
	}
#sidebarcolumn p{
	margin-bottom: 10px;
	}
	
.sidebar_headline{
    font-size: 1.4em;
    margin-bottom: 5px;
}
.sidebar_headline small{
    font-size: .6em;
}
.sidebar_image{
	float:right;
	margin-right: 10px;
	border: 1px solid #000;
	}
#leftcolumn{
    float: left;
    width: 650px; /*Width of left column*/
    margin-left: -960px; /*Set left margin to -(MainContainerWidth)*/
}
.footer{
    background: url(../images/footer_image.jpg);
    height: 25px;
    margin-bottom: 25px;
}
.innertube{
    margin: 25px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 40px;
}

.mediaConsumed{
	position:relative;
	margin-top:15px;
}

.consumedParagraph{
	margin-left: 95px;
}

.consumedTitle{
	position:absolute;
	z-index:1075;
	text-align:center;
	top: 0px;
	left: 140px;
	width: 200px;
	}

.consumedLink{
	color: #000;
	font-weight: bold;
}

.consumedImage{
float:left;
border: 1px solid #000;
}

	#sliderReading{
	position: absolute;
	left: 85px;
	background: url(../images/mediaConsumedFrame.png) no-repeat bottom left;
	}
	
	#sliderWatching{
	position: relative;
	left:85px;
	top: 205px;
	background: url(../images/mediaConsumedFrame.png) no-repeat bottom left;
	}
	
	#sliderListening {
	position: relative;
	left:85px;
	top: 215px;
	background: url(../images/mediaConsumedFrame.png) no-repeat bottom left; 
	}
	
	
	#sliderReading ul, #sliderWatching ul, #sliderListening ul{
		margin:0;
		padding:0;
		}
	#sliderReading li, #sliderWatching li, #sliderListening li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:483px;
		height:195px;
		overflow:hidden;
		margin:0;
		padding:0;
		list-style:none;		
		}	
		
	#sliderReadingPrev{ 
		display:block;
		width:50px;
		height:178px;
		position:absolute;
		left:15px;
		top:15px;
		z-index:1000;
		background:url(../images/smallSliderPreviousDisabled.png) no-repeat 0 0;
		}
		
	#sliderReadingNext{ 
		display:block;
		width:50px;
		height:178px;
		position:absolute;
		left:585px;
		top:15px;
		z-index:1000;
		background:url(../images/smallSliderNextDisabled.png) no-repeat 0 0;
		}

	#sliderWatchingPrev{ 
		display:block;
		width:50px;
		height:178px;
		position:absolute;
		left:15px;
		top:220px;
		z-index:1000;
		background:url(../images/smallSliderPreviousDisabled.png) no-repeat 0 0;
		}	
	#sliderWatchingNext{ 
		display:block;
		width:50px;
		height:178px;
		position:absolute;
		left:585px;
		top:220px;
		z-index:1000;
		background:url(../images/smallSliderNextDisabled.png) no-repeat 0 0;
		}
		
	#sliderListeningPrev{ 
		display:block;
		width:50px;
		height:178px;
		position:absolute;
		left:15px;
		top:425px;
		z-index:1000;
		background:url(../images/smallSliderPreviousDisabled.png) no-repeat 0 0;
		}	
	#sliderListeningNext{ 
		display:block;
		width:50px;
		height:178px;
		position:absolute;
		left:585px;
		top:425px;
		z-index:1000;
		background:url(../images/smallSliderNextDisabled.png) no-repeat 0 0;
		}	
		
	#sliderReadingPrev a{  
		display:block;
		position:relative;
		width:50px;
		height:178px;
		background:url(../images/smallSliderPrevious.png) no-repeat 0 0;	
		}	
	#sliderReadingNext a{ 
		display:block;
		position:relative;
		width:50px;
		height:178px;
		background:url(../images/smallSliderNext.png) no-repeat 0 0;	
		}
		
	#sliderWatchingPrev a{  
		display:block;
		position:relative;
		width:50px;
		height:178px;
		background:url(../images/smallSliderPrevious.png) no-repeat 0 0;	
		}	
		
	#sliderWatchingNext a{ 
		display:block;
		position:relative;
		width:50px;
		height:178px;
		background:url(../images/smallSliderNext.png) no-repeat 0 0;	
		}
		
	#sliderListeningPrev a{  
		display:block;
		position:relative;
		width:50px;
		height:178px;
		background:url(../images/smallSliderPrevious.png) no-repeat 0 0;	
		}	
	#sliderListeningNext a{ 
		display:block;
		position:relative;
		width:50px;
		height:178px;
		background:url(../images/smallSliderNext.png) no-repeat 0 0;	
		}

	#sliderReadingPrev a:hover, #sliderListeningPrev a:hover, #sliderWatchingPrev a:hover{
	background:url(../images/smallSliderPreviousOver.png) no-repeat 0 0;	
	}
	
	#sliderReadingNext a:hover, #sliderListeningNext a:hover, #sliderWatchingNext a:hover{
	background:url(../images/smallSliderNextOver.png) no-repeat 0 0;	
	}
	
	.spacer{
		margin:20px;
	}
	
	.left{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
	.right{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
	#work h3{
	text-align: center;
	}
	
	#work a{
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
	line-height: 1.1em;
	}
	
	#work a:hover{
	color: #FFF;
	background-color: #424a00;
	}
	
	#work ul{
	margin:0;
	padding:0;
	}
	
	#work ul li{
	margin:0;
	padding:0;
	margin-left:20px;
	margin-bottom: 20px;
	width: 190px;
height: 275px;
	float: left;
	display: inline;
	list-style-type: none;
	}
	
	#work ul li img{
	border-bottom: 3px solid #424a00;
	border-top: 3px solid #424a00;
	}
	
	#work b{
	font-size: 11px;
	}
	
	#work p{}

	
	.workImage{
	background: url(../images/workFrame.png);
	width: 250px;
	height: 300px;
	position: relative;
	}
	
	.workImage img{
	position: absolute;
	top: 23px;
	left: 16px;
	}
	
	#pagination{
	font-size: 14px;
	margin: 0 auto;
	width: 500px;
	text-align: center;
	}
	
	#pagination a{
	font-size: 14px;
	}
	
	#pagination p{
	margin-bottom:0;
	padding-bottom: 0;
	}
	
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 86%;
    color: black;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px;
    margin-right: 3px;
    background-color: #424a00;
    color: #fff;
}
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 3px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #424a00;
    padding: 1px 5px 2px;
    margin-right: 3px;
    text-decoration: none !important;
    color: black;
}
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}

#workLinks{
text-align: center;
margin-bottom: 15px;
}

#workLinks a{
margin:10px;
}

.blogImage{
width:300px;
}

.blogImage p{
font-size: .8em;
}

.readMoreBlog{
color: #000;
font-weight:bold;
text-decoration: none;
}

#blogIndex{
}

#blogIndex  ul{
}

#blogIndex li{
list-style-type: none;
margin-bottom: 15px;
clear: all;
margin-left:0;
}

.blogIndexIntroText{
width: 300px; 
margin-left: 10px;
float: left;
}

#blogIndex li img{
float: left;
margin-bottom: 15px;
}

#contact{
line-height: .8em;
width: 350px;
float: left;
border-right: 2px solid #000;
}

#contactInfo{
width: 200px;
float: left;
margin-left: 15px;
}

#contact h4{
margin: 0;
padding: 0;
}

#contact p{
margin: 0;
padding: 0;
margin-bottom: 10px;
}

input{
margin:0;
padding:0;
}


		

