/*
Theme Name: PoGoPix Studios Theme
Theme URI: http://pogopix.ca/
Description: Custom theme for PoGoPix Studios website.
Version: 1.0
Author: Stefan Miller
Tags: pogopix, custom header, fixed width, two columns, widgets

*/



/* Begin Typography & Colors */

#content
{
  float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 700px;
	text-align: left;
}

#sidebar
{
  float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 220px;
}

h2
{
  font-size: 14pt;
  text-shadow:3px 2px 2px #775577;

  filter: 

    progid:DXImageTransform.Microsoft.Shadow(color=#775577,direction=135, strength=3)

    progid:DXImageTransform.Microsoft.Glow(color=#775577,strength=1);
}

#sidebar h2
{
  font-size: 12pt;
}

#sidebar ul
{
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

#sidebar li
{
  margin-left: 24px;
}