/*  
Theme Name: IsulongSEOPH 3C Glish Version
Theme URI: http://www.isulong-seoph.net
Description: 3 column, SE optimized theme, holy grail theme, uses the glish.com version, with random image folder
Version: 1
Author: jozzua
Author URI: http://jozzua.com
*/

/*Holy Grail CSS*/

body {
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: .7em;
}

#leftcontent {
	position: absolute;
	left:10px;
	top:80px;
	width:200px;
	background:#fff;
	border: 1px solid #ccc;
	list-style-type:none;
	}

#centercontent {
	padding-left: 1.5em;
	padding-right: 1.5em;
	background:#fff;
	margin-left: 199px;
	margin-right:199px;
	/*
	IE5x PC mis-implements the box model. Because of that we sometimes have
	to perform a little CSS trickery to get pixel-perfect display across browsers.
	The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
	parsing bug in IE5x PC that will prematurly close a style rule when it runs
	into the string "\"}\"". After that string appears in a rule, then, we can override
	previously set attribute values and only browsers without the parse bug will
	recognize the new values. So any of the name-value pairs above this comment
	that we need to override for browsers with correct box-model implementations
	will be listed below.
	
	We use the voice-family property because it is likely to be used very infrequently,
	and where it is used it will be set on the body tag. So the second voice-family value 
	of "inherit" will override our bogus "\"}\"" value and allow the proper value to
	cascade down from the body tag.

	The style rule immediately following this rule offers another chance for CSS2
	aware browsers to pick up the values meant for correct box-model implementations.
	It uses a CSS2 selector that will be ignored by IE5x PC.
	
	Read more at http://www.glish.com/css/hacks.asp
	*/
	
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 201px;
	margin-right:201px;
	border: 1px solid #ccc;
	}
html>body #centercontent {
	margin-left: 201px;
	margin-right:201px;
	}

#rightcontent {
	position: absolute;
	right:10px;
	top:80px;
	width:200px;
	background:#fff;
	border: 1px solid #ccc;



	}

#header {
		background:#fff;
		height:40px;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:39px;

}

.description {
	font-size: 1em;
	font-weight: bold;
	margin: .5em 1em .5em 1em;
	padding-bottom: 1em;
	background: #fff;
	border-bottom: 1px solid #ccc;

}

/* Basics and Typography */


p {

	line-height: 1.5em;
	margin: 1.2em 0;
}



ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;


}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #111111; 
}
h1{
	padding-left: 1.5em;
	font-size: 1.4em;
	background-color: #ececec;
}

h2 {
	font-size: 1em;
	border-bottom: 1px dotted #111;
	background-color: #ececec;

}

h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
a {
	text-decoration: none;
}
a:link {
	color: #111111;
	text-decoration: underline;
}
a:visited {
	color: #111111;
	text-decoration: underline;
}
a:hover, a:active {
	color: #cecece;
}

blockquote { 
	background: url(img/blockquote.png) no-repeat top left; 
	margin: 12px 24px; 
	background-color: #f9f9f9; 
	padding: 23px 20px 20px 21px; 
	text-align: justify; 
	color: #5f5f5f; 
	border: 1px #eee dotted; 
	}

/*more sidebar stuff */
#sidebar ol, ul  {
	list-style-type: none;
}

#sidebar li {
	border-bottom: 1px dotted #ccc;
}



#sidebar a:hover {
	text-decoration: underline;
}



.commentslink {
	padding: 0 0 0 17px;
	background: url(img/commentslink.gif) no-repeat center left;
}


#footer {
	text-align: center;
}