/*
Theme Name: Windows 7 Wallpapers
Theme URI: http://www.michaelgarethmorgan.com
Description: Windows 7 Wallpapers
Version: 1.0
Author: Michael Morgan
Author URI: http://www.michaelgarethmorgan.com

	This theme was designed and built by Michael Morgan,
	whose site is http://www.michaelgarethmorgan.com
*/

/*============================================================
	Basics
============================================================*/
*
{
	margin: 0;
	padding: 0;
	border: 0;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}









/*============================================================
	Defaults
============================================================*/
a
{
	text-decoration: none;
	color: #222222;
}

a:hover
{
	text-decoration: underline;
}

p, li
{
	line-height: 18px;
}

p
{
	margin-bottom: 18px;
}

small
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

img.alignleft
{
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	padding: 5px;
	border: 1px solid #EEE;
}

img.alignright
{
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	padding: 5px;
	border: 1px solid #EEE;
}

.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #EEE;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width: 540px;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

acronym, abbr, span.caps
{
	cursor: help;
}

acronym, abbr
{
	border-bottom: 1px dashed #999;
}

blockquote
{
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite
{
	margin: 5px 0 0;
	display: block;
}






/*============================================================
	Headings
============================================================*/
h1
{
	font: bold 28px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #330033;
}

h1 a
{
	color: #FFF;
}

h2
{
	font: bold 24px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #330033;
	margin-bottom: 10px;
}

h2 a
{
	color: #330033;
}

h3
{
	font: normal 20px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #330033;
}

h3 a
{
	color: #1e1e1e;
}

h4
{
	color: #222;
	font-weight: bold;
}

h4 a
{
	color: #222;
}


/*============================================================
	Body & container(s)
============================================================*/
body
{
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	background: url('images/body_bg.png') #f2f1ea;
	background-repeat: repeat-x;
	background-position: top;
	color: #222222;
	text-align: center;
}



#wrapper
{
	width: 960px;
	text-align: left;
	margin: auto;
	overflow: hidden;
}













/*============================================================
	Primary structure(s)
============================================================*/
#main
{
	background: url('images/main_bg.png');
	background-repeat: repeat-y;
}

#content
{
	float: left;
	width: 680px;
	padding: 25px;

}

#sidebar
{
	float: left;
	width: 180px;
	padding: 25px;
}











/*============================================================
	Header
============================================================*/
#header
{
	height: 100px;
}

#header h1
{
	width: 289px;
	height: 37px;
	float: right;
	margin-top: 32px;
	margin-right: 30px;
}

#header h1 a
{
	display: block;
	width: 289px;
	height: 37px;
	background: url('images/logo.png');
}

#header h1 a span
{
	display: none;
}

#header .adv
{
	float: left;
	width: 468px;
	height: 60px;
	margin-top: 20px;
}





/*============================================================
	Navigation
============================================================*/
#navigation
{
	height: 60px;

}

#navigation ul
{
	list-style: none;
}

#navigation ul li
{
	float: left;
	line-height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 5px;
}

#navigation ul li a
{
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	font-weight: bold;
}

#navigation ul li.active a, #navigation ul li a:hover, #navigation ul li.current_page_item a
{
	background: #016fab;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}







div.post, div.gallery, div.splittwo
{
	margin-bottom: 30px;
}

div.entry ul, div.entry.ol
{
	padding-left: 25px;
}

div.post a.thumbnail
{
	float: left;
	display: block;
	width: 200px;
	height: 150px;
	padding: 2px;
	border: 1px solid #CCC;
	margin-right: 20px;
}

div.post a.thumbnail img
{
	float: left;
	display: block;
	width: 200px;
	height: 150px;
}

div.post a.wideimage
{
	display: block;
	width: 680px!important;
	height: 200px;
	padding: 2px;
	border: 1px solid #CCC;
	overflow: none;
	margin-top: 5px;
}

div.post a.wideimage img
{
	display: block;
	width: 680px;
	height: 200px;
	float: left;
}

div.post a.medium
{
	float: left;
	display: block;
	width: 300px;
	height: 250px;
	padding: 2px;
	border: 1px solid #CCC;
	margin-right: 20px;
}

div.post a.medium img
{
	float: left;
	display: block;
	width: 300px;
	height: 250px;
}






div.splittwo
{
	margin-left: 20px;
	margin-right: 20px;
}

div.splittwo div.left
{
	padding: 2px;
	border: 1px solid #CCC;
}

div.splittwo div.right a.image
{
	padding: 2px;
	border: 1px solid #CCC;
	display: block;
}

div.splittwo div.right a.image img
{
	width: 300px;
	height: 250px;
}









#sidebar div.box
{

}

#sidebar h4
{

}

#sidebar ul
{
	list-style: none;
	margin-bottom: 18px;
	padding-left: 1px;
}

#sidebar ul li a
{
	text-decoration: underline;
}

#sidebar ul.children li a
{
	
}

#sidebar ul li ul
{
	padding-left: 5px;
}

#sidebar ul ul li
{

}

#sidebar ul ul li a
{

}







#footer
{
	background: #FFF;
	border-top: 1px solid #ccc;
	padding: 20px;
}

#footer p
{
	margin: 0;
}









ul.wallpaper-gallery
{
	list-style: none;
}

ul.wallpaper-gallery li
{
	float: left;

	margin: 10px;
}

ul.wallpaper-gallery li a
{
	float: left;
	display: block;
	width: 200px;
	height: 150px;
	padding: 2px;
	border: 1px solid #CCC;
}

ul.wallpaper-gallery li a img
{
	float: left;
	display: block;
	width: 200px;
	height: 150px;
}
