/*
Theme Name: LicensingBook Theme
Theme URI: licensingbook.com
Description: The Licensing Book Blog
Version: 2 (WP2.6.2)
Author: R DeLuca
Author URI: http://www.theodg.net
Tags: licensingbook, blog, toys
*/



/*

background Lt Bluecolor: #f7f9fb
	Dk Blue: 	#3399cc
	Blue:  		#5faed0

*/





/*
	RESET 
*/
* 							{ margin: 0; padding: 0; }
html 						{ overflow-y: scroll; }
html, body 					{ height: 100%; }
body						{
	font: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	background-color: #127ebc;
	background-image: url(/images/licensingbook_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
ul							{
	list-style-type: none;
	padding-left: 10px;
}
ol							{
	padding-left: 10px;
	margin-left: 10px;
	display: block;
	list-style-type: none;
}
a 							{
	text-decoration: none;
	outline: none;
	font-weight: bold;
}
a img 						{
	border: none;
}
img							{ vertical-align: middle; }
table						{ border-collapse:collapse: }





/*
	UTILITY 
*/

.floatleft					{ float:left; }
.floatright					{ float:right; }
.clear						{ clear: both; }
.button						{
	border: 1px solid #333;
-moz border radius: 5px; 						webkit-border-radius: 5px;
	color:#036;
	background-color: #3399cc;
	padding-top: 3px;
	padding-right: 8;
	padding-bottom: 3px;
	padding-left: 8px;
	font-weight: bold;
} 
.button:hover				{
	color: #FFF;
	background-color: #036;
	font-weight: bold;
}







/*

TYPOGRAPHY

*/

p. li					{ font-size: 1.2em; line height: 1.2wm; margin: 0 0 10px 0; }
p#intro-paragraph		{ font-family: Georgia, serif; font size: 2.0em; font-style: italic; line-height:1.4em; margin-top: 5px; }
p#intro-paragraph span	{ font-size: 2.4em; font-weight: bold; }
p#intro-paragraph em	{
	color: #036;
}
a						{
	color: #3399cc;
}
a:hover					{
	color: white;
	background-color: #3399cc;
}
h1						{
	font-size: 2em;
	margin-top: 5px;
	margin-bottom: 8px;
	color: #3399cc;
	line-height: 120%;
	padding-bottom: 8px;
}
h2						{
	font-size: 1.5em;
	color: #3399cc;
	line-height: 120%;
	margin-top: 8px;
	margin-bottom: 8px;
}
h3						{
	font-size: 1.25em;
	color: #3399cc;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 7px;
}

h4						{ color: white;  font-size: 2.0em; margin-bottom: 15px;  }







/*
STRUCTURE
*/

#page-wrap				{ width: 960px; margin: 0px auto -200px;
							min-height: 100%; height: auto !important; height: 100%; } 
#push					{ height: 200px; }

#socialsidebar			{
	width: 160px;
	float: left;
}
#socialsidebar	img		{ margin-top: 5px; margin-left: 5px; }
#socialsidebar	a		{ font-size: 12px; }
#socialsidebar a:hover	{
	background-color: #f7f9fc;
}

#main-col			{
	width: 490px;
	float: left;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #5faed0;
	border-right-color: #5faed0;
	border-left-color: #5faed0;
	height: 100%;
	padding-bottom: 0px;
	min-height: 1050px;
	height: 100%;
	line-height: 120%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5faed0;
}

#main-col p			{
	margin-top: 7px;
	margin-bottom: 7px;
	line-height: 130%;
}








/*

HEADER

*/

h1#logo				{ width: 960px; height: 165px; 
						  background-image: url(/images/licensingbook_hdr.gif);
						  text-indent: -9999px; margin: 0px; } 
#menu-bar			{
	padding-top: 10px;
	margin-bottom: 20px;
	float: left;
	width: 265px;
	margin-left: 12px;
}
	
ul#extra-nav			{ text-align: left; padding-top: 5px; padding-bottom: 5px; margin-top: 5px;
						margin-bottom: 5px; }
ul#main-nav				{
	text-align: left;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

ul#main-nav li , ul#extra-nav li  		{
	display: block;
	margin-top: 5px;
	padding-top: 5px;
}
ul#main-nav li a, ul#extra-nav li a		{
	color:#036;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

ul#main-nav li a:hover, 
ul#extra-nav li a:hover  {
	background: white;
	color: #000;
	margin: 5px;
}	








/*

BLOG ENTRIES

*/
.post h2				{
	font-size: 1.5em;
}
.datebox				{
	border:1px solid #ccc;
	color:#FFFFFF;
	display:inline;
	float:left;
	text-align:center;
	width:100px;
	background-color: #127ebc;
	margin-right: 10px;
	height: 27px;
	padding: 3px;
}

.day					{
	display:inline;
	font-size:18px;
}
.month					{
	display:inline;
}
.year					{
	display:inline;
}








/*
FOOTER

*/
#footer					{
	height: 200px;
	background-color: #8dbbd7;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #036;
} 
#footer-inside			{ width: 960px; margin-top: 15px; margin-right: auto; margin-bottom: 0;
							margin-left: auto; color: #FFFFFF; }






/*
IMAGE ALIGNMENT

*/


img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}