/*
Theme Name: Nathan:Refreshed
Theme URI: http://legendthemes.com
Description: The old version
Author: Nathan Barry
Author URI: http://legendthemes.com
Version: 2.0

This theme is released under GPL: http://www.gnu.org/licenses/gpl.html
*/


/* CSS Reset
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { line-height: 1.7; margin:1.5em 0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }


/* General Styles
-------------------------------------------------------------- */


body {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background: #d9d1c2 url('img/background.jpg');
    color: #565656;
    border-top: solid 10px #ff6600;
    min-width:  1024px;
	}
	
	
a {
	border-bottom: dotted 1px #aaa;
	color: #43a3be;
	text-decoration: none;
	}
			
	a:visited {
			color: #3e87a6;
			border-bottom: dotted 1px #aaa;
			}
	
	a:hover {
			color: #3e87a6;
			border-bottom: dotted 1px #3e87a6;
			}

.button {
    display: block;
    text-align: center;
    text-shadow: 0px -1px 0px rgba(0,0,0,.8);
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    border: none;
    }

    .button:visited, .button:hover { color: #fff; color: #fff; border: none; }

.button.large {
    height: 55px;
    width: 290px;
    background: url('img/button.png') no-repeat 0px 0px;
    line-height: 58px;
    }

    .button.large:hover { background-position: 0px -55px; }
    .button.large:active { background-position: 0px -110px; }
	
	#header {
                text-align: center;
                padding: 50px 0px;
                border-top:  solid 1px #fff;
		}
		
		#logo {
				width: 450px;
				float: left;
                                margin: 40px 0px 0px 0px;
				}
		
		#header h1 a {
				font-size: 18px;
				color: #696969;
				color: rgba(0,0,0,.6);
				font-style: italic;
				text-decoration: none;
				padding: 20px;
				font-weight: normal;
				border: none;
				letter-spacing: 1px;
				position: relative;
				z-index: 100;
				}
				
		#logo .description {
				text-transform: uppercase;
				color: #aaa;
                                color: rgba(256,256,256,.5);
                                padding: 5px 0px;
                                font-weight: 100;
				}




/* Content Layout and Structure
-------------------------------------------------------------- */

/* Navigation
-------------------------------------------------------------- */


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

        .menu ul li {
                float: left;
                }

        .menu ul a {
                display: block;
                }


            .menu ul li ul {
                    position: absolute;
                    width: 170px;
                    left: -999em;
                    }

                    .menu ul ul li {
                            float: none;
                            }

.menu ul li:hover ul {
	left: auto;
        }

.menu ul li:hover ul, .menu ul li.sfhover ul {
	left: auto;
        }


.menu ul li ul ul {
	margin: -38px 0 0 170px;
        }


.menu ul, .menu ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
        }

/* Two Levels */

.menu ul li:hover ul ul, .menu ul li.sfhover ul ul {
	left: -999em;
        }


.menu ul li:hover ul, .menu ul li li:hover ul, .menu ul li.sfhover ul, .menu ul li li.sfhover ul {
	left: auto;
        }

/* Three Levels */

.menu ul li:hover ul ul, .menu ul li:hover ul ul ul, .menu ul li.sfhover ul ul, .menu ul li.sfhover ul ul ul {
	left: -999em;
        }

.menu ul li:hover ul, .menu ul li li:hover ul, .menu ul li li li:hover ul, .menu ul li.sfhover ul, .menu ul li li.sfhover ul, .menu ul li li li.sfhover ul {
	left: auto;
        }


  /* Top Nav (Specific) */
        #topNav {
            background: #000 url('img/topNav.png') repeat-x;
            height: 45px;
            margin: 0px;
            padding: 0px;
            position: relative;
            z-index: 10;
            }

        #topNav .menu {
            max-width: 75em;
            margin: 0px auto;
            }

            #topNav .menu ul {
                background: #222;
                }

            #topNav ul a {
                height: 45px;
                }
                
            #topNav ul a {
                color: #ddd;
                font-family: Georgia;
                font-style: italic;
                font-size: 12px;
                text-transform: none;
                font-weight: normal;
                padding: 0px 25px;
                height: 45px;
                line-height: 45px;
                padding: 0px 20px;
                border: none;
                margin: 0px 10px 0px 0px;
                }

            #topNav .menu a:hover {
                color: #fff;
                }

            #topNav ul .current_page_item a {
                color: #fff;
                }

                #topNav ul ul a {
                    padding: 0px 15px;
                    height: 40px;
                    line-height: 40px;
                    background: #191919 url('img/dark-h-line.png') repeat-x center top;
                    color: #ccc;
                    }

                #topNav ul ul a:hover {
                    background: #1c1c1c url('img/dark-h-line.png') repeat-x center top
                    color: #eee;
                    }

                #topNav .menu ul ul {
                    background: none;
                    }

            #topNav ul ul li:last-child a {
                -moz-border-radius-bottomleft:5px;
                -moz-border-radius-bottomright:5px;
                }

                #topNav ul ul li a:hover {
                    background-color: #222;
                    }
            #topNav ul ul ul li:first-child a {
                -moz-border-radius-topleft:5px;
                -moz-border-radius-topright:5px;
                background-image: none;
                }




/* -----------Nav---------*/

#page {
    width: 1000px;
    margin: 0px auto;
    background: #fff;
    -webkit-box-shadow: ;
    }
    
    #page.category {
	    background: transparent;
	    }
  
	#wrapper {
		width: 960px;
                padding: 20px;
                clear: both;
                background: #fff;
		}
		
	#content {
		margin: 0px 30px 0px 0px;
		width: 600px;
		}
		
		#content.full-width {
				width: 960px;
                                margin: 0px;
				}
		
		
		#footer {
				margin-top: 50px;
				background: #131313 url('img/footer-line.png') repeat-x top center;
				color: #aaa;
				padding-top: 15px;
				}

		
		#footer-inside {
				padding: 15px 0px;
				margin: 0 auto;
				width: 950px;
				}
				
			#footer a {
					border-bottom: none;
					color: #adacac;
                                        padding-bottom: 1px;
					}

                                        #footer a:hover {
                                                border-bottom: dotted 1px #d0dce7;
                                                padding-bottom: 0px;
                                                color: #bbb;
                                        }
                        
/* Footer Widgets
-------------------------------------------------------------- */

        .widgets.footer-columns {
                width: 980px;
                margin: 10px auto;
                list-style: none;
                padding: 0px 0px 20px 0px;
                }

                    .footer-columns .widget {
                        float: left;
                        color: #adacac;
                        background: url('img/footer-divider.gif') repeat-y right top;
                        margin: 0px;
                        padding: 0px 8px 0px 16px;
                        min-height: 200px;
                        }

                    .footer-columns .widget:last-of-type { background-image: none; }

                    .footer-columns h4 {
                        text-transform: none;
                    }

             .copyright {
                        width: 950px;
                        clear: both;
                        margin: 0px;
                        color: #777;
                        font-size: 12px;
                    }
                    #footer .copyright a {
                               color: #ddd;
                            }

/* Home Page Styles (post rotator)
-------------------------------------------------------------- */




/* Layout, clearing floats
-------------------------------------------------------------- */


/* Layout, clearing floats
-------------------------------------------------------------- */

.container {
  width: 1000px;
  margin: 0 auto;
}

.clear { display: inline-block; }   
.clear:after, .container:after, .comment-details:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


/* Content Formatting
-------------------------------------------------------------- */

p { margin-bottom: 15px; }
	
blockquote  { margin: 20px; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
pre,code    { margin: 15px 0; white-space: pre; }
pre,code,tt { font: 12px 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 50px 0; line-height: 1.5; }

ul, ol      { margin:0 15px 15px 15px; }
ul          { list-style-type: square; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 15px 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 15px;}

.post img { border: none; margin: 10px 10px 10px 0px; }
			
.navigation {
		clear: both;
		height: 20px;
		}

			
.alignleft { float: left; }
.alignright { float: right; }

#content blockquote {
	font-size: 18px;
	font-variant: italic;
	font-family: Georgia, times, serif;
	color: #2a96c9;
	display: block;
	float: left;
	margin-left: -150px;
	width: 380px;
	padding: 10px 20px 5px 0px;
	}

#content blockquote em {
	font-size: 12px;
	color: #777;
	padding-left: 60px
	}
	
	
	#content .alignleft {
		padding: 14px 30px 30px 0;
	}
	
	
	#content .alignright {
		padding: 14px 0px 30px 30px;
	}
		
	
#content .leftedge {
	margin-left: -200px;
	}

#content .rightedge {
	margin-right: -200px;
	}
	
	

/* Widgets
-------------------------------------------------------------- */

.widgets {
        width: 980px;
        margin: 0px;
        }

        .widget {
                float: left;
                width: 300px;
                list-style: none;
                margin-right: 26px;
                }


/* Calendar Widget
-------------------------------------------------------------- */
#wp-calendar {
        width: 100%;


}

    #wp-calendar caption {
            text-align: center;
            padding: 3px;
            font-weight: bold;
            }

    #wp-calendar thead {
            }

            #wp-calendar th {
                    font-weight: bold;
                    padding: 5px;
                    text-align: center;
                    }

            #wp-calendar td {
                    text-align: center;

            }

            #wp-calendar td {
                    padding: 5px;
                    }

                    #wp-calendar #prev, #wp-calendar #next {
                            padding: 5px;
                            text-align: left;
                            }
                    #wp-calendar #next {
                            text-align: right;
                            }




/* Post List formatting
-------------------------------------------------------------- */

#featured-post {
	padding: 0px;
	width: 1000px;
	float:  left;
}
	.post .post-image {
		width: 1100px;
		height: 540px;
		background-position: center center;
		margin: -70px 0px 0px -50px;
		display: block;
		border:  none;
		position: relative;
		float: left;
	}
	
	
	.post .post-image .photo-date {
		position: absolute;
		top: 100px;
		right: 100px;
		background: #fff;
		text-align: center;
		width: 100px;
		height: 50px;
		padding: 25px 0px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		font-family: "museo-slab-1","museo-slab-2",serif;
		color: #111;
		font-size: 36px;
		line-height: 26px;
	}
		
	.post .post-image .photo-date .month {
		display: block;
		font-size: 20px;
		text-transform: uppercase;
	}
	#featured-post img {
		margin: 0px;
	}
	
	#featured-post .post-content {
		padding: 80px 200px 100px;
	}
	
	
#content.home-posts {
	margin: 0 auto;
	width: 1000px;
}

    
    .post {
	    background: #fff;
	    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
    	
    }
    
    .post-image img {
    	margin: 0px;
    }


.home-posts .post {
	width: 300px;
	float: left;
	clear: none;
	padding: 0px 0px 25px;
	text-align: center;
	margin:  50px 50px 0px 0px;
	border:  none;
}


.home-posts .post:nth-child(3n) {
	margin:  50px 0px 0px 0px;
}


.home-posts .post:nth-child(4n) {
	clear:  left;
}

.home-posts .small-post-image {
	display:  block;
	width: 330px;
	height: 162px;
	margin-left: -15px;
	margin-top: -21px;
}



        .post h2 {margin-bottom: 0px;}
        .post h2 a {
                color: #1b1b1b;
                border-bottom: 0px;
                display: block;
                line-height: 32px;
                margin: 5px 0px;
                font-size: 32px;
        }
        
        
        .home-posts .post .post-title {
                color: #1b1b1b;
                border-bottom: 0px;
                display: block;
                line-height: 32px;
                margin: 5px;
                font-size: 18px;
                font-family: Georgia, Times, serif;
        }


        .post-meta {
            color: #43a3be;
            text-transform: uppercase;
            font-size: 12px;
            }


        .post-meta a {
            color: #43a3be;
            }

            
        .post .date {
            margin-bottom: 5px;
            display: block;
        }

	.post .callToAction {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: inset 0px 1px 0px #fff;
		-moz-box-shadow: inset 0px 1px 0px #fff;
		box-shadow: inset 0px 1px 0px #fff;
		background: #f6f6f6;
		text-align: center;
		padding: 20px 0px;
		color: #111;
		font-family: Georgia, times, serif;
		font-size: 18px;
		font-style: italic;
		border:  solid #e0e0e0 1px;
		margin: 25px 0px;
		clear: both;
	}
	
	.post .callToAction a {
		color: #ff6600;
		text-decoration: none;
		border: none;
	}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
    font-weight: normal;
    color: #141313;
    font-family: Georgia, Times, serif;
    }

h1 { font-size: 32px; line-height: 1; margin-bottom: 10px; font-weight: bold; }
h2 { font-size: 28px; margin-bottom: 10px; }
h3 { font-size: 20px; line-height: 1; margin-bottom: 10px; }
h4 { font-size: 18px; line-height: 1.25; margin-bottom: 8px; color: #375a90; letter-spacing: 1px; text-transform: uppercase; display: inline-block; }
h5 { font-size: 14px; font-weight: bold; margin-bottom: 5px; }
h6 { font-size: 14px; font-weight: bold; }



/* Single Post
-------------------------------------------------------------- */

#wrapper.single {
    width: 600px;
    padding: 40px 200px 150px;
}

.page-title { 
    margin: 30px 0px 15px;
    line-height: 40px;
    font-weight: normal;
    }



.page-title.category-title {
    line-height: 40px;
    font-weight: normal;
    padding-bottom: 0px;
    }
    .post-info {
        text-transform: uppercase;
        margin: -5px 0px 15px;
        font-size: 12px;
        color: #888;
        letter-spacing: 1px;
        }

        .entrytext {
            color: #494949;
}
        .entrytext > p:first-child {
            font-size: 16px;
            color: #2b2b2b;
}

	
/* Comments
-------------------------------------------------------------- */

#post-comments {
	width: 600px;
        padding: 0px 200px;
	margin: 10px auto;
	}
	
#comments {
    padding: 10px 0px;
    color: #375a90;
    text-shadow: 0px 1px 0px rgba(256,256,256,.5);
    font-family: "museo-slab-1","museo-slab-2";
    }

	#comments textarea {
			width: 480px;
			}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
	.commentlist li {
			clear: left;
			padding: 10px 0px;
			list-style: none;
	}
	
	.comment-details {
			}
	
	.vcard {
			display: block;
			float: left;
			width: 130px;
			background: url('img/avatar-bg.jpg') no-repeat;
			}
			
			.vcard a {
					border: none;
					}	
			
			.vcard img.avatar {
					margin: 0 40px 0 0;
					-moz-box-shadow:1px 1px 4px rgba(0,0,0,0.4);
					-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.4);
					border:5px solid #FFFFFF;
					margin:0 40px 5px 0;
			}
	
		.vcard .fn {
				font-weight: bold;
				text-shadow: 1px 1px 0px #fff;
				font-style: normal;
				white-space: nowrap;
				display: block;
				}
	
		.vcard .says {
				display: none;
				}
				
		.commentmetadata {
				display: block;
				float: left;
				width: 130px;
                                font-size: 11px;
				}
			
	.comment-text {
			display: block;
			float: left;
			width: 430px;
			background: #fff;
			padding: 20px;
			position: relative;
			margin: 0px 0px 10px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
                        border-radius: 5px;
			-moz-box-shadow: 1px 1px 8px rgba(0,0,0,.2);
			-webkit-box-shadow: 1px 1px 8px rgba(0,0,0,.2);
                        box-shadow: 1px 1px 8px rgba(0,0,0,.2);
			}
			
			#talk-image {
					position: absolute;
					left: -20px;
					top: 10px;
					}
			
	#comment-reply {
			margin-left: 150px;
			clear: left;
			padding: 10px 0px;
			}
					
                        .commentlist .children {
                                border-left: solid #999 1px;
                                margin-left: 0px;
                                margin-right: 0px;
                                }

                                .commentlist .children li {
                                        padding-left: 25px;
                                        background: url('img/child-comment-line.gif') no-repeat 0px 25px;
                                        }
                                        
                                .commentlist .children li .comment-text {
                                        width: 403px;
                                        }
							
/* Respond Styles */

#respond {
		background: #fff;
		padding: 35px 35px 20px;
		width: 530px;
		position: relative;
		margin: 30px 0px 10px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
                -moz-box-shadow: 1px 1px 8px rgba(0,0,0,.2);
                -webkit-box-shadow: 1px 1px 8px rgba(0,0,0,.2);
                box-shadow: 1px 1px 8px rgba(0,0,0,.2);
		}
		
		#respond h3 {
                            font-family: "museo-slab-1","museo-slab-2";
				}
		
		#respond-image {
				position: absolute;
				top: -20px;
				left: 10px;
				}
		
			
			#comment {
					width: 508px;
					padding: 10px;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					border: solid #999 1px;
					-moz-box-shadow: 0px 1px 0px #fff;
					-webkit-box-shadow: 0px 1px 0px #fff;
					}
					
		#respond #gravatar-preview {
				width: 128px;
				height: 128px;
				float: left;
				border: solid #fff 5px;
				-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
				-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
				margin: 0px 25px 0px 0px;
				}						
		
		#comment-details {
				width: 367px;
				float: left;
				}

			#respond label {
					width: 80px;
					display: block;
					float: left;
					text-align: right;
					padding: 8px 10px;
                                        font-family: "museo-slab-1","museo-slab-2";
					}
						
			#respond input.text {
					border: solid #999 1px;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					padding: 8px;
					width: 249px;
					-moz-box-shadow: 0px 1px 0px #fff;
					-webkit-box-shadow: 0px 1px 0px #fff;
					}
					
			#respond #submit {
					width: 293px;
					height: 40px;
					background: url('img/submit-comments.png') no-repeat left top;
					border: none;
					text-indent: -9999px;
					margin: 10px 0px 0px 235px;
					cursor: pointer
                                        font-family: "museo-slab-1","museo-slab-2";
					}
							
					#respond #submit:hover {
							background-position: left center;
							}

							
					#respond #submit:active {
							background-position: left bottom;
							}
/* Video Tips */

.video-tips {
  list-style: none;
  margin: 0px;
  padding: 30px 0px;
  width: 603px;
  height: 150px;
}

.video-tips li {
  float: left;
}

.video-tips li a {
  float: left;
  display: block;
  width: 181px;
  background: url('img/ios-book/Tips-Thumbnails.jpg') no-repeat 0px 0px;
  margin-right: 30px;
  border: none;
  color: #888;
  padding-top: 110px;
  font-weight: bold;
  font-size: 12px;
}

.video-tips li a:hover {
	color: #000;
}

.video-tips li.videoTwo a { background-position: -211px 0px; }
.video-tips li.videoThree a { background-position: -420px 0px; }
.video-tips li.videoFour a { background-position: 0px -170px; }
.video-tips li.videoFive a { background-position: -211px -170px; }
.video-tips li.videoSix a { background-position: -420px -170px; }


.video-tips li.last a {
  margin-right: 0px;
}
