/*
Theme Name: Blank HTML B
*/

/* ================================================================ 
Designed by Ajit Anthony Prem
=================================================================== */

/*general alignment*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}

/*the main div containers*/
body {
	
 	margin: 0px auto 0px ;
	padding: 0px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #555555; 
 	background: #e7edf6 url(http://ticklebooth.com/site-testing/wp-content/themes/squigg2/images/clouds.jpg) no-repeat top ;
 	background-attachment: center;
}



#wrapper {
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#header {
	height: 120px;
	width: 1000px;
	margin: 0px;

}

#content {
margin-left: 10px;
	width: 720px;
	padding: 0px;
	float: left;
	line-height: 1.3em;
}


#sidebar {
	width: 220px;
	float: left;
	margin: 0px 0px 0 0;
}
#footer {
	height: 42px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 13px 0 0 0;
}

/*some general classes */
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}

.pagepost {
background: url(http://ticklebooth.com/site-testing/wp-content/themes/squigg2/images/post-bg.jpg) repeat-y;

}

.pagepost h3{margin-left: 50px; margin-right: 70px; font-size: 1.5em;}
.pagepost p {margin-left: 50px; margin-right: 70px; font-size: .90em;}

.post {
	background: url(http://ticklebooth.com/site-testing/wp-content/themes/squigg2/images/post-bg.jpg) repeat-y;
	padding: 0px;
	font-size: .9em;
margin-bottom: 25px;

}

.post p a {color: #555555; }

.entry-content, .entry-excerpt {
	margin-left: 7%;
	margin-right: 12%;
	clear: left;
margin-bottom: 25px;
padding-top:20px;
}

.formatlist {font-size: 12px; background: #E0E6EF; width: 55px; border: 1px solid #8D6E98; padding: 10px; text-decoration: none;}
.formatlist a:link, .formatlist a:active, .formatlist a:visited {color: #8D6E98; text-decoration: none; }
.formatlist a:hover {background: #EF6B00;}

.additional-formats {
	width: 480px; 
	text-align: center; background: #E0E6EF; border-top: 0px solid #8D6E98; 
	padding: 0px 0 4px 0px; margin-bottom: 20px; 
	font-size: 9px; 
	color:  #C3BAD0;
 	font-family: arial, sans-serif;
}
.additional-formats a:link, .additional-formats a:visited, .additional-formats a:active {
	text-decoration: none;
	color:  #8D6E98;
}
.additional-formats a:hover {
	text-decoration: underline;
	color:  #EF6B00;
}



.avatar {
	float: right;
  	margin: 0 0 3px 5px;
}

/*style the header h1 - the main heading*/
#header h1 a:link, #header h1 a:visited {
  display: inline;
  color:  #FFFFFF;
  background-color: #EF6B00 ;
  font: 1.1em courier, sans-serif;
  text-transform: uppercase;
	float: right;
       margin-top: 30px;
	margin-right: 270px;
	padding: 0px 0 0 0px;
	clear: both;
	text-decoration: none;
}


#header h1 a:hover {
 background-color: #e7edf6;
  color:  #EF6B00;
}

/*style for menu and submenu, pages and sub-pages in the header*/
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0 0;
	width: 750px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
}
#menu li a:hover {
	text-decoration: underline;
}


/*style the headings*/
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}
.post h2 {
  margin-left: 50px; margin-right:30px;
  font: 1.8em courier new, courier, sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #57A6DC;
  display: inline;
  width: 640px;
}

.post h2 a {
  background-color: #57A6DC;
  text-decoration:none;
  color: #FFFFFF;

}

.post h2 a:hover {
  background-color: #FFFFFF;
  text-decoration:none;
  color: #57A6DC;
}

.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}

/*style the post date*/

.entry-meta {margin-left: 60px; margin-top: 3px; color: #57a6dc; font-size: 0.90em; }
.entry-meta a, a:visited {color: #57a6dc; }
.entry-meta h4 a, h4 a:visited {display: inline; color: #FFFFFF; background-color: #688942; text-decoration: none;}
.entry-meta h4 {font: 1.3em courier new, courier, sans-serif; display: inline; color: #FFFFFF; background-color: #688942; text-decoration: none;}


/* ================================================================ 
SIDEBAR
=================================================================== */

#sidebar {margin-top: 30px;}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	text-decoration: none;
	margin-bottom: .0em;
	padding: 1px;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar ul ul {
  margin-left: 10px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;
}

.newslinks {font-size: 12px;}
.widget {margin-left: 45px; padding-bottom: 30px;}
.textwidget {font-size: .80em;}
.textwidget a {color: #333333; text-decoration: underline;}
.widget h2 {font-size: 1.em; padding-bottom: 0px;}

#s {margin-bottom: 5px; width: 150px;}


/* =================================================================== */


/*underpost is exactly what you think, under the post on single.php*/
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}


#content a:link, #content a:visited {
	padding: 2px;
}

#content a:hover {
	text-decoration: none;
}



/* ================================================================ 
NAVIGATION
=================================================================== */

.navigation {
	clear: both; color:  #000000; margin-left: 55px; margin-right: 100px; padding-bottom: 40px;

}

.navigation a {
	clear: both; color:  #555555; font-size: 13px;  
}


/* ================================================================ 
MOST POPULAR AREA
=================================================================== */

#mostpopular {background: url(http://ticklebooth.com/site-testing/wp-content/themes/squigg2/images/post-bg.jpg) repeat-y; padding-top: 1px; padding-bottom: 1px; padding-left: 30px;}
#mostpopular img {padding: 3.7px;}
#mostpopular img {border:0px}


/* ================================================================ 
FOOTER
=================================================================== */

#footer {padding-bottom: 100px; text-align: left; margin-left: 40px; padding-left: 20px;}

#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}
#footer-sidebar {
  display:block;
}

#footer-sidebar1 {
  float: left;
  width: 300px;
  margin-right:20px;}


#footer-sidebar2 {
  float: left;
  width: 300px;
  margin-right:20px;
}

#footer-sidebar3 {
  float: right;
  width: 300px;
}


/* ================================================================ 
ARCHIVES
=================================================================== */

.archivestyle {margin-top: 70px; padding-bottom: 30px;}


/* =================================================================== */


/*if you insert image and give it a class of the below.*/
img.centered{
	display: block;
	margin: 0 auto 0 auto;
}
img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}
img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}


/*oh you're so fancy with those blockquotes....*/
blockquote {
  font: 1.0em/1.4em Georgia, "Times New Roman", Times, serif;
  width: 400px;
  margin-left: 14%;
  margin-right: 12%;
  padding: 15px;
  background-color: #E0E6EF;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

blockquote p:first-letter {
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}



/* ================================================================ 
RESPOND
=================================================================== */
#comments-count {margin-left: 60px; padding-bottom: 10px;}
.comment-author {margin-left: 60px;}
.commentmetadata {margin-left: 60px;}
.comment-text {margin-left: 60px; margin-right: 100px; padding-bottom: 15px; border-bottom: 1px dotted #555555;}
#comment-form-title {margin-left: 60px;}
#comment {width: 500px;}

#respond p { 
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	margin-left: 60px;
	padding: 0px;
}

/*below styles admin authors comments on single.php*/
li.author {
	padding: 5px;
}
/*start to style comments, they're an ordered list, hence the ol..*/
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}


/* =================================================================== */

/*these are some preventative measures for image hovers, haven't tested it much*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}

a.image img {
	border: none;
}


