/*   
Theme Name: Liquid Summer
Theme URI: http://www.theblogstudio.com/
Description: Hand crafted by the code monkeys @ <a href="http://www.theblogstudio.com">The blog Studio</a>. Please be sure that your "Permalinks" in the "Options" section are set to "Numeric".
Author: The Blog Studio
Author URI: http://www.theblogstudio.com
Version: 1.0
.
Client:
Website:
Written by: The Blog Studio
Last updated: Friday March 17th - Mike Caputo

All contents © The Blog Studio and/or the owner of the site.
www.theblogstudio.com
.
*/

/*------------- =general ---------------*/

* {
	padding:0;
	margin:0;
}

img {border: 0;}

p {margin: 0.8em 0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background: #5fd44b url(images/background.jpg) repeat-x left top;
	color: #333;
}


/*------------- =layout ---------------*/

/*
Holy Grail

LC = 110px + 10px padding right
CC = 500px + 20px padding left/right
RC = 140px + 10px padding left
*/

body {
	min-width: 450px;      /* 2x (LC fullwidth + CC padding) + RC fullwidth */
}

#container {
	padding-top: 26px;
	padding-left: 160px;   /* LC fullwidth */
	padding-right: 190px;  /* RC fullwidth + CC padding */
}

#container .column {
	position: relative;
	float: left;
}

#nav {
	position: relative;
	z-index: 15;
	width: 100%;
	margin-top: -5px;
	padding: 0px 20px 2px 20px;    /* CC padding */
	border-bottom: 5px solid #fff;
}

#center {
	width: 100%;
	margin-top: 4px;
	padding: 0px 20px 10px 20px;    /* CC padding */
	background-color: #fff;
}

#sidebar1 /* left */ {
	width: 150px;          /* LC fullwidth - padding */
	margin-top: 130px;
	padding-right: 10px;   /* LC padding */
	right: 210px;          /* LC fullwidth + CC padding */
	margin-left: -100%;
}

#sidebar2 /* right */ {
	width: 140px;          /* RC width - padding */
	margin-top: 130px;
	padding-left: 10px;    /* RC padding */
	margin-right: -190px;  /* RC fullwidth + CC padding */
}

#center-bottom {
	position: fixed;
	top: 10px;
margin-top: -10px;
	width: 100%;
	height: 10px;
	padding: 0px;
}

#center-bottom .right-corner {
	float: right;
	width: 10px;
	height: 10px;
	margin-right: -20px;
	background: url(images/right-bottom.gif) no-repeat right bottom;
}

#center-bottom .left-corner {
	float: left;
	width: 10px;
	height: 10px;
	margin-left: -20px;
	background: url(images/left-bottom.gif) no-repeat left bottom;
}


.post {
	border-bottom: 4px double #9abcd1;
}

.comment-content {
	margin-top: -25px;
}

#footer {
	clear: both;
	width: 100%;
	margin-top: 5px;
	text-align: right;
	padding: 5px 40px 2px 20px;    /* CC padding */
	color: #318913;
}

#comment {
		width: 75%;
}

/*------------- =navigation ---------------*/
.navigation {
	width: 90%;
	margin: 10px 5% 30px 5%;
}

.alignleft{
	float:left;
}

.alignright{
	float:right;
}
#nav {
	text-align: right; 
}

#nav a {
	padding: 0px 6px 2px 6px;
	color: #fff;
	text-decoration: none;
	border-bottom: 5px solid #fff;
}

#nav a:link {}
#nav a:visited {}
#nav a:hover {
	padding-bottom: 0px;
	border-bottom: 7px solid #FF9F39;
}
#nav a:active {}

/*------------- =typography ---------------*/

#header h1 {
	position: absolute;
	margin: 2px 0px 0px 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
}

#center h1 {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-size: 1.6em;
	color: #3576A0;
}

#center h4 {
	margin: 0px;
	padding: 0px;
	font-size: .9em;
	color: #999;
}

#center p {
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

#sidebar1 {
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 95%;
	line-height: 120%;
	text-align:left;
	padding: 0 0 0 10px;
}

#sidebar1 h2 { background: url(images/lightbulb.gif) no-repeat top right;}

#sidebar2 h2 {
	margin: 20px 0px 5px 0px;
	font-size: 1.2em;
	color: #fff;
padding-left: 18px;
	
}

#sidebar2 li#linkcat-0 h2 { background: url(images/script.gif) no-repeat top left;}
#sidebar2 li#linkcat-1 h2 { background: url(images/blogroll.gif) no-repeat top left;}
#sidebar2 li#linkcat-3 h2 { background: url(images/recent-comments.gif) no-repeat top left;}
#sidebar2 li#categories h2 { background: url(images/categories.gif) no-repeat top left;}
#sidebar2 li#archives h2 { background: url(images/calendar.gif) no-repeat top left;}

blockquote {
	margin-left: 10px;
	padding: 10px;
	border-left: 5px solid #4dc236;
	background-color: #e9fde5;
}

.leave-view-comments {
	margin: 20px 0px 10px 0px;
}

 /* =comments */


ol.commentlist {
	margin-left: -35px;
	list-style: none;
}

#center .commentlist li {
	background: #EBF1F5 url(images/flip-comment-content.gif) no-repeat left top;
	margin: 10px 0px;
	padding: 5px 10px 5px 45px;
	
	
}

#center .commentlist li.alt {
	background: #EDF8EB url(images/flop-comment-content.gif) no-repeat left top;
}


/*
.comments h2 {
	height: 36px;
	margin-bottom: -25px;
	padding: 7px 0px 0px 0px;
	background: url(images/comments-h2-bubble.gif) no-repeat 90px 0px;
	color: #3578A2;
}

 p.comment-content {
	padding:  5px 5px 20px 45px;
}

.alt h3 {
	height: 35px;
	padding: 6px 0px 0px 10px;
	background: url(images/blue-comment.jpg) repeat-x left top;
	font-size: 1.3em;
	color: #fff;
}

.flop h3 {
	height: 35px;
	padding: 6px 0px 0px 10px;
	background: url(images/green-comment.jpg) repeat-x left top;
	font-size: 1.3em;
	color: #fff;
}
*/

/*------------- =links ---------------*/

#footer a { color: #3576A0; text-decoration: none; padding: 0px 2px;}
#footer a:link {color: #3576A0;}
#footer a:visited {color: #3576A0;}
#footer a:hover { background: #fff;}
#footer a:active {color: #3576A0; background: #fff;}

#header h1 a {
	text-decoration: none;
	color: #fff;
}

#center h1 a {
	color: #3576A0;
	padding: 0px 3px;
	text-decoration: none;
}
#center h1 a:link {color: #3576A0;}
#center h1 a:visited {color: #3576A0;}
#center h1 a:hover {
	background-color:#3576A0;
	color: #fff;
}
#center h1 a:active {}

#center a {
	color: #4dc236;
	padding: 0px 2px;
	text-decoration: none;
}
#center a:link {}
#center a:visited {}
#center a:hover {
	background-color:#4dc236;
	color: #fff;
}
#center a:active {}

#sidebar1 a {
	padding: 0px 2px;
	text-decoration: none;
	color: #3576A0;
}
#sidebar1 a:link { color: #3576A0; }
#sidebar1 a:visited { color: #3576A0; }
#sidebar1 a:hover {
	background-color: #3576A0;
	color: #fff; 
}
#sidebar1 a:active { color: #3576A0; }

#sidebar2 a {
	display: block;
	padding: 0px 2px;
	text-decoration: none;
	color: #fff;
}
#sidebar2 a:link { color: #fff; }
#sidebar2 a:visited { color: #fff; }
#sidebar2 a:hover {
	background-color: #3576A0;
	color: #fff; }
#sidebar2 a:active { color: #fff; }

#sidebar2 ul.section-nav {
	margin-left: 18px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
}

p.view-comments {
	display: block;
	padding-left: 17px;
	background: url(images/comment.gif) no-repeat top left;
}

/*------------- =lists ---------------*/

#center li{
	background: #EAF1F5;
	margin: 1px 0 2px -33px;
	padding: 2px 5px;
	border-bottom: 1px solid #98BCD1;
	width: 92%;
	list-style-position: inside;
}

#sidebar1 ul {
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: left;
	list-style-image: url(images/blue-bullet.gif);
}

#sidebar1 ol{
	padding: 0 0 0 15px;
}


#sidebar1 ul li {
	padding: 2px 0px 0px 0px;
	list-style-image: url(images/blue-bullet.gif);
}	

#sidebar2 ul {
	margin: 0px;
	padding: 0px;
}

#sidebar2 ul h2 {
	margin-left: -10px;
}

#sidebar2 ul li {
	margin-left: 0px;
	padding-left: 8px;
	list-style-type: none;
	border-bottom: 4px double #419c2f; 
}

#sidebar2 ul li ul {
	margin: 0px;
	margin-left: 10px;
	padding: 0px 0px 15px 0px;
	text-align: left;
}

#sidebar2 ul li ul li {
	padding: 4px 0px 0px 0px;
	border-bottom: none;
}

#sidebar2 ul.section-nav {
	margin-left: 18px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
}

#sidebar2 ul li ul.blue-bullet, li#linkcat-2 ul li, li#categories ul li, li#archives ul li {
	list-style-image: url(images/blue-bullet.gif);
}

#sidebar2 ul li ul.green-bullet, li#linkcat-1 ul li {
	list-style-image: url(images/green-bullet.gif);
}

li.author-bullet {
	list-style-image: url(images/author.gif);
}

/*------------- =forms ---------------*/

/*------------- =tables ---------------*/

/*------------- =images ---------------*/

.image-left {
	float: left;
	padding: 0px 8px 8px 0px;
}

.image-right {
	float: right;
	padding: 0px 0px 8px 8px;
}

/*------------- =ie hackery ---------------*/

* html #header h1 {
	position: absolute;
	margin: -10px 0px 0px 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
}

* html #container {
	margin-top: -8px;
}

* html #sidebar2 ul li ul li {
	margin-top: -5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

* html #sidebar1 ol {
	margin-left: 5px;
}

/* IE Fix HOLY GRAIL */
* html #sidebar1 {
  left: 140px;           /* RC fullwidth */
}







