/*
Theme Name: MacguffinII
Theme URI: http://macguffingames.com
Description: A theme for Macguffin Games
Version: 2.0
Author: lauren a. mier; brightredbicycle design
Author URI: http://brightredbicycle.com
*/

/*  RESET  */

*			{ margin: 0; padding: 0; }
html			{ overflow-y: scroll; }
html, body	{ height: 100%; }
body		{font-size: medium; 
			font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
		    color: black; 				     
			background: url(style/images/macguffin_slice_II.jpg) top center repeat-x black; }
h1, h2, h3	{ font-family:Georgia,Verdana,Arial,Sans-Serif; font-weight: normal; }
ol			{ list-style: decimal inside; }
a			{ outline: none; text-decoration: none;}
a img		{ border: none; background: none; }
img			{ vertical-align: middle; }
table		{ border-collapse: collapse; }

/*  STRUCTURE  */

#page-wrap	{
	text-align: left;
	padding: 0px;
	border: 0;
	width: 1000px;
	margin: 0px auto;
	}

#header {
	background: url(style/images/mgheader.jpg) top center no-repeat;
	margin: 10px 0 15px 0;
	height: 211px;
	}
		
#left-sidebar   {
	padding-left: 35px;
	float: left;
	width: 180px;
	}

#right-sidebar   {
	float: right;
	width: 200px;
	}

#main-content  {
	width: 56%;
	float: left;
	margin-top: -65px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	}

#footer {
   font-size: 65%;
   color: #000;
   clear: both;
   text-align: center;
   margin-top: -25px;
   padding-right: 20px;
   }

ul#navlist {
	margin-left: 30px;
	padding-left: 190px;
	margin-top: 20px;
	list-style-type: none;
	}
	
ul#navlist li {
	display: inline;
	}
	
/*** SIDEBAR STYLES ***/

#left-sidebar ul li, #right-sidebar ul li {
	list-style-type: none;
	margin-bottom: 5px;
	}
	
#left-sidebar ul ul, #left-sidebar ul ol, #right-sidebar ul ul, #right-sidebar ul ol {
	margin: 5px 0 20px 15px;
	font-size: 65%;
	}
	
#right-sidebar ul ul li{
	list-style-image: url(style/images/bullet.png); 
        }
	
/*** TYPOGRAPHY ***/

ul#navlist li a {
	font-size: 150%;
	color: #FDCD50;
	margin-right: 10px;
        line-height: 165%;
        padding-bottom: 5px;
	}

#header h1 {
	margin-left: 30px;
	padding-left: 190px;
	padding-top: 50px;
	font-size: 250%;
	}
	
#header a {
	color: #000;
	}

#navlist {
	font-family: Georgia,Verdana,Arial,Sans-Serif;
	}

a:hover {
	color:#DF0000;
	text-decoration:underline;
	}
	
a, h2 a:hover, h3 a:hover {
	color:#0066CC;
	text-decoration:none;
	}
	
small {
	font-family:Arial,Helvetica,Sans-Serif;
	color: #777777;
	line-height: 200%;
	}
	
#main-content small {
	margin-bottom: 10px;
	}
	
#main-content .post p {
	font-size: 75%;
	margin-bottom: 15px;
	}
	
#main-content .post ul {
        margin-left: 15px;
        font-size: 75%;
        margin-bottom: 15px;
        }

#main-content .post ul ul {
       font-size: 100%;
       margin-bottom: 5px;
       }

.post {
	text-align: justify;
	color: #333333;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	}
	
#left-sidebar, #right-sidebar {
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	}
	
#left-sidebar a, #right-sidebar a {
	color: #fff;
	}
	
#left-sidebar h2, #right-sidebar h2 {
	font-family:Georgia,Verdana,Arial,Sans-Serif;
	color:#FDCD50;
	margin:5px 0 0;
	padding:0;
	font-size: 125%;
	text-decoration: underline;
	}	
	
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333333;
	text-decoration: underline;
	font-size: 115%;
	}
	
.postmetadata {
	text-align: center;
	color: #777;
	padding-top: 5px;
	}
	
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 10px 0 0 0;
	padding: 10px;
	}

.alt p {
       font-size: 75%;
       margin-bottom: 5px;
       }

#respond {
	font-size: 95%;
	}
	
#commentform input {
	margin:5px 5px 1px 0;
	padding:2px;
	width:170px;
	font-size: 65%;
	}
	
/*** ROUNDED CORNERS  ***/
	
.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('style/images/corners920x30.png'); 
	height: 15px;       
	font-size: 2px;    /* correction IE for height of the <div>'s */
	}
	
.top-left, .bottom-left { 
	margin-right: 15px; 
	}
	
.top-right, .bottom-right { 
	margin-left: 15px;
	margin-top: -15px;
	}
	
.top-right {
	background-position: 100% 0;
	}
	
.bottom-left  { 
	background-position: 0 -15px;
	}
	
.bottom-right { 
	background-position: 100% -15px;
	}
	
.inside {
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	background: #ffffff;
	color: #000000;
	padding-left: 20px;
	padding-right:20px;
	padding-top: 20px;
	padding-bottom: 10px;
	min-height: 500px;
	}
	
/*** Wacky Current Menu Item Stuff ***/

body#default ul#navlist li.home-menu a, body#blog ul#navlist li.blog-menu a, body#games ul#navlist li.games-menu a, body#contact ul#navlist li.contact-menu a, body#about ul#navlist li.about-menu a {
     text-decoration: underline;
     background: url(style/images/current.png) center bottom no-repeat;
     }
	 
/*** WIDGETS ***/

#searchform div input {
    display: none;
    }

#searchform div input#s {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    }
	
#twitter_div {
   background-image: url(style/images/twitter_sidebar.png);
   margin-bottom: 15px;
   margin-left: 5px;
   margin-right: 6px;
   height: 185px;
   }

#twitter_div ul {
   position: absolute;
   width: 130px;
   padding: 35px 5px 5px 5px;
   font-size: 110%;
   list-style-type: none;
   }

#twitter_div li span {
   color: white;
   }

#twitter_div a {
   color: #33ccff;
   }

