/*  
 
Theme Name: Little Skeleton
Version: 1.0

*/



/* STANDARD HTML TAGS */

body {
	margin: 0;
	color: #999;
	font-size: 12px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	background-color: white;
	}

a {
	color: #999;
	text-decoration: underline;
  	}
  	
a:hover {
  	color: #000;
  	}

a img {
	border: none;
	}

p img {
	max-width: 100%;
	padding: 0;
	}
		
.small {
font-size: 12px;
	}

/* HEADINGS */

h1 {
	margin: 0;
        margin-bottom: -7px;
	color: #000;
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
	font-family: 'Verdana';
	text-align: left;
	}

h1 a, h1 a:hover {
	text-decoration: none;
	}

/* THE HEADER */

#header {
	width: 780px;
	margin:0px auto;
	}

#adimg {
    float: right;
    margin: 12px 0 0 0;
    }

#ad {
    float: right;
    padding: 13px;
    margin: 12px 0 0 0;
    background-color: black;
    color: white;
    height: 12px;
    width: 300px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    }


#adborder {
    float: right;
    padding: 8px;
    margin: 12px 4px 4px 4px;
    background-color: WHITE;
    color: #ddd;
    height: 12px;
    width: 298px;
    font-size: 12px;
    text-align: center;
    border-width: 2px;
    border-style: dotted;
    border-color: #ddd;
    }

#ad2 {
    float: right;
    padding: 10px 10px 10px 10px;
    margin: 12px 0 0 0;
    background-color: #4660AB;
    color: #8caafe;
    height: 20px;
    width: 300px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    }

#ad a:hover, #ad2 a:hover, #adborder a:hover {
		color: #999;
		}

#ad a, #ad2 a, #adborder a {
    color: ddd;
    text-decoration: none;
    }


/* THE MENU */

#menubar {
	width: 780px;
	margin: 0 auto;
	}

#menunav {
	margin: 0;
	padding: 1px 0 0 0;
	float: right;
	font-size: 19px;
	}

	#menunav a  {
		margin: 0 1px 0 0;
		text-decoration: none;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;	
		-webkit-border-radius: 10px;
		border-radius: 10px;
		}
		
		.prev {
			padding: 0 2px 0 0;
			}
		
		.next {
			padding: 0 0 0 2px;
			}
  
#menu ul {
		margin: 0;		
		padding: 0;
		list-style: none;	
		}

#menu li, #menu li a {
                margin: 0;
 		padding: 0;
 		float: left;
		height: 25px;
		padding: 0 10px 0 0;
		display: block;
		float: left;
		line-height: 25px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		}

/* THE COMIC */
	
#comic {
	width: 780px;
	margin: 0px auto;
	padding: 0 0 0 0;
	text-align: center;
	}

/* THE PAGE WRAPPER */

#page {
	width: 780px;
	margin: 0px auto;
	text-align: left;
	background: #fff;
	}

/* THE FOOTER */

#footer, #footer a {
	width: 780px;
	margin:0px auto;
	padding: 20px 0;
	border-top: 1px dotted #ddd;
	color: #ddd;
	text-align: center;
	text-decoration: none;
	}

#footer a {
	border: none;
	}

#footer a:hover {
	color: #999;
	}


/* NAVIGATION */

.nav {
	float: right;
	position: relative;
	bottom: 2px;
	}


.nav-single {
	padding: 10px 0 0 0;
	text-align: right;
	}

.pagenav {
	padding: 40px 20px 20px 20px;
	clear: both;
	}

.pagenav-left {
		float: left;
		}

.pagenav-right {
		float: right;
		}

.nav a, .pagenav a, .nav-single a {
	padding: 0 2px;
	color: #999;
	text-decoration: none;
	border: none;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

	.nav a:hover, .pagenav a:hover, .nav-single a:hover {
		color: #000;
		}



/* CONTENT AREA */
#freeleft {
	width: 516px;
	margin: 12px 0 0 0;
	padding: 12px 0 60px 0;
	float: left;
	overflow: hidden;
	}

#column {
	width: 432px;
        margin: 12px 0 0 0;
	padding: 12px 0 60px 0;
	float: left;
	overflow: hidden;
        border-top: 1px dotted #999;
border-right: 1px dotted #999;
border-left: 1px dotted #999;
	}

#column-wide {
	width: 778px;
        margin: 0 0 0 0;
	padding: 0 0 60px 0;
	float: left;
	overflow: hidden;
        border-top: 1px dotted #999;
border-right: 1px dotted #999;
border-left: 1px dotted #999;
background: #eee;
	}

#column-white {
	width: 780px;
        margin: 0 0 0 0;
	padding: 0 0 60px 0;
	float: left;
	overflow: hidden;
	}

#column img {
        float: left;
        margin: 0 12px 12px 0;
        }

.post-frontpage {
	padding: 0 12px 0 12px;
	text-align: justify;
	}
	

	.comicdate {
		color: #999;
		font-family: 'Helvetica', 'Arial', sans-serif;
		font-size: 12px;
		font-weight: normal;
                margin-top: 16px;
		}
	.comicdate a {
		color: #999;
                text-decoration: none;
                border-bottom: 1px dotted #999; 
		}
        .comicdate a:hover {
                color: #000;
                border-bottom: 1px dotted #000; 
                }	

	.postdate {
		color: #999;
		font-family: 'Helvetica', 'Arial', sans-serif;
		font-size: 10px;
		}

.postmeta {
	margin: 0px 0 40px 0;
	color: #999; 	
 	font-family: 'Helvetica', 'Arial', sans-serif;
 	text-align: left;
 	}

	.postmeta ul {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}
 	
.postmeta-single {
	padding: 10px;
 	color: #999;
	font-size: 11px;
	text-align: left;
	background: #eee;
	border: 1px solid #999;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
	.postmeta-single a {
		color: #999;
		}	
	
	.postmetatags {
		font-family: 'Georgia', serif;
		font-size: 12px;
		}

.postmeta a, .postmeta-single a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	}
	
	.postmeta a:hover, .postmeta-single a:hover {
		color: #000;
		border-bottom: 1px dotted #000;
		}

.postmeta-comments {
	font-size: 12px;
	}

.youtube {
     margin:-8px;
     }


/* COMMENTS */

ol.commentlist {
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
	}

.commentmetadata a, .comment-author a {
	text-decoration: none;
	color: #999;
	}

.comment-author {
	color: #999;
}

.commentmetadata {
	font-size:10px;
	}

.commentlist li {
	padding: 10px 0 0 0;
	clear: both;
	}

.commentlist p {
	font-size: 12px;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	}

/* ARCHIVE */  

.archive a {
text-decoration: none;
		}

.archive a:hover {
color: #000;
text-decoration: underline;
		}

.comicarchiveframe {
	margin: 20px 0 10px 0;
	padding: 5px 10px 5px 10px;
	border-width: 1px;
	border-style: solid ;

	border-color: #ccc #aaa #555 #777;
	}
 
	.comicarchiveframe:hover {
		filter: alpha(opacity=50);
		-moz-opacity: 0.50;
		opacity: 0.50;
		}

.comicarchiveframe {
	margin: 20px 0 10px 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid #000;
	}
 
	.comicarchiveframe h3 {
		margin: 0;


		}
		
	.comicarchiveframe small {
		display: block;
		}
		
	.comicarchiveframe:hover {
		filter: alpha(opacity=50);
		-moz-opacity: 0.50;
		opacity: 0.50;
		}



/* SIDEBARS */

.sidebar {
	width: 240px;
	margin: 36px 0 0 24px;
	padding: 0;
	float: right;
	overflow: hidden;
	}

.sidebar ul {
	margin-bottom: 12px;
	padding: 0;
	list-style: none;
	}

.sidebar ul li ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #ddd;
        padding-top: 2px;
	}

.sidebar ul li ul li a:hover {
	color: #999;
	}

.search {
     width: 200px;
     }

.go {
	color: #000;
	font-family: 'Helvetica', sans-serif;
	font-weight: bold;
	font-size: 12px;
	border: 0px;
	background: #fff;
	padding: 0px;
	margin: 0px;
	float: right;
	position: relative;
	top: 2px;
      }

.sidebar-ad {
	display: inline-block;
	height: 240px;
	margin: 0;
	padding: 0 0 8px 0;
	position: relative;
	width: 240px;
}

.sidebar-ad-txt {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	cursor: pointer;
	display: table;
	height: 240px;
	left: 0;
	position: absolute;
	top: 0;
	width: 240px;
	opacity: 0;
}

.sidebar-ad:hover .sidebar-ad-txt {
	opacity: 1;
	}

.sidebar-ad-txt span {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 0 6px 0 6px;
}

/* ATTIC */

.atticitem {
font-size: 12px;
padding-bottom: 8px;
text-align:left;
clear: both;
}

.atticimg {
float: left;
margin-right: 8px;
margin-bottom: 8px;
border-radius: 15px;
}

.atticleft {
float: left;
margin-right: 8px;
font-size: 2em;
font-weight: bold;
color: #000;
}

.atticleft a {
font-size: 5em;
color: #000;
text-decoration: none;
position: relative; top: 18px;
}

.atticimgnew {
	position:relative;
	float:left;
margin-bottom: -8px;
}

.attictext {
position:absolute;
	top:30px;
	right:30px;
	width:270px;
color: #fff;
background-color:rgba(0,0,0,0.7);
padding: 6px 4px 6px 10px;
border-radius: 15px;
}

.attictext a {
color: #fff;
}

.attictitle {
		font-family: 'Georgia', serif;
		font-size: 36px;
		font-weight: bold;		
		text-align: left;
font-style:italic;
line-height: 90%;
margin-bottom: 4px;
		}

.ship {
		font-weight: bold;		
		text-align: left;
position: relative; bottom: 12px;
		}

/* CLEAR FLOATS */

.clear {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
	}

/* SINGLE POST */
.singletitle {
	padding-bottom:8px;
	margin-top: 24px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}

.thetitle, .thetitle a {
	font-weight: bold;
	text-decoration: none;
	clear:both;
	padding-right: 4px;
	}

/* TEXT */
.greys, .greys a {
	color: #ddd;
	text-decoration: none;
	}

.greys a:hover, .littleh a:hover {
	color: #999;
	}

.littleh, .littleh a, .sidebar h2, .sidebar h2 a {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	}

.adtext, .adtext a {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	text-decoration: none;
	position: relative; 
	bottom: 200px;
	border: none;
}