/*
Theme Name: MGM
Theme URI: http://www.michaelgarethmorgan.com
Description: MGM
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;
}

.nomargin
{
	margin: 0;
}

.nodisplay
{
	display: none;
}







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

a:hover
{
	text-decoration: underline;
	color: #324c56;
}

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

p
{
	margin-bottom: 18px;
	text-align: justify;
}

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
{
	text-align: center;
}

.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
============================================================*/




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

#wrapper
{
	width: 962px;
	text-align: left;
	margin: auto;
}






#header
{
	height: 95px;
}

#header h1
{
	width: 307px;
	height: 55px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}

#header h1 a
{
	display: block;
	width: 307px;
	height: 55px;
	background: url('images/header_logo.png');
}

#header h1 a span
{
	display: none;
}


#header ul
{
	float: right;
	list-style: none;
	margin-top: 38px;
}

#header ul li
{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#header ul li a
{
	color: #666;
	font-family: "Calibri", "Arial", "Verdana", "Helvetica", Sans-Serif;
	font-size: 16px;
	font-weight: bold;
}

#header ul li.current_page_item a
{
	color: #2d2d2d;
}





#scroller
{
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 120px;
	z-index: 100;
}

#scroller ul
{
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

#scroller ul li
{
	display: block;
	float: left;
	padding: 0;
	height: 120px;
	width: 880px;
	margin: 0;
}

#scroller ul li img.two
{
	margin-left: 20px;
	margin-right: 20px;
}

#scroller div.anythingSlider
{
	width: 880px;
	height: 120px;
	position: relative;
	margin: 0;
}

#scroller div.anythingSlider div.wrapper
{
	width: 880px;
	overflow: auto;
	height: 120px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

a.slideLeft
{
	position: absolute;
	margin-top: 35px;
	margin-left: -65px;
	width: 52px;
	height: 52px;
	background: url('images/scroller_left.png');
	z-index: 1000;
	cursor: pointer;
}

a.slideRight
{
	position: absolute;
	margin-top: 35px;
	margin-left: 895px;
	width: 52px;
	height: 52px;
	background: url('images/scroller_right.png');
	z-index: 1000;
	cursor: pointer;
}

#start-stop 
{
	display: none;
}

a.slideLeft:hover, a.slideRight:hover
{
	text-decoration: none;
}


/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }











a.h2-icon
{
	float: left;
	margin-right: 10px;
}

a.h2-icon span
{
	position: absolute;
	display: block;
	width: 32px;
	padding-top: 12px;
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 11px;
}

a.h2-icon:hover
{
	text-decoration: none;
}











div.post
{
	margin-bottom: 20px;
}

div.entry
{
	padding-top: 10px;
}



div.box
{
	background: #FFF;
	border: 1px solid #dedede;
	padding: 40px;
}

h1, h2, h3, h4
{
	font-family: "Calibri", "Arial", "Verdana", "Helvetica", Sans-Serif;
}

h2
{
	font-weight: bold;
	font-size: 24px;
	color: #333;
}

h2 a
{
	color: #333;
}


h3
{
	font-weight: bold;
	font-size: 18px;
	color: #324c56;
}

h3 a
{
	color: #324c56;
}




#index
{
	margin-bottom: 20px;
}

#index div.left-column
{
	float: left;
	margin-right: 20px;
	width: 420px;
}

#index div.right-column
{
	float: left;
	margin-left: 20px;
	width: 420px;
}

#getintouch
{
	margin-top: 20px;
}

#getintouch p
{
	text-align: center;
	font-family: "Calibri", "Arial", "Verdana", "Helvetica", Sans-Serif;
	font-size: 18px;
	margin: 0;
	padding: 20px;
	height:24px;
	background: url('images/getintouch_bg.png');
}







div.portfolio
{
	margin-bottom: 40px;
}

div.portfolio div.left
{
	width: 612px;
}

div.portfolio div.left a.preview
{
	display: block;
	border: 1px solid #CCC;
	padding: 5px;
}

div.portfolio div.right
{
	width: 240px;
}

div.portfolio div.right ul.involved
{
	list-style: none;
}

div.portfolio div.right ul.involved li
{
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}




ul.work
{
	list-style: none;
}

ul.work li
{
	float: left;
	width: 280px;
	height: 120px;
	border: 1px solid #CCC;
	margin-right: 10px;
	margin-bottom: 20px;
}







#from
{
	margin-bottom: 20px;
}

#from h2
{
	margin-bottom: 10px;
}

#from div.from-blog
{
	float: left;
	width: 225px;
	height: 250px;
}

#from div.from-client
{
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	width: 226px;
	height: 250px;
}

#from div.from-web
{
	float: left;
	width: 225px;
	height: 250px;
}

#from ul
{
	list-style: none;
}

#from ul li
{
	line-height: 16px;
	margin-bottom: 10px;
}

#from ul li a.icon
{
	float: left;
	display: block;
	margin-right: 10px;
	padding: 5px;
}

#from ul li a.icon span
{
	position: absolute;
	display: block;
	width: 32px;
	padding-top: 10px;
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 11px;
}

#from ul li a.icon:hover
{
	text-decoration: none;
}

#from ul li a.title
{
	font: bold 14px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #757575;	
}

#from ul li a.title:hover
{
	color: #324c56;
}

#from ul li span
{
	font-size: 11px;
}


p.quote
{
	font-style: italic;
}

p.who
{
	text-align: right;
	font-size: 11px;
}











#page
{
	float: left;
	width: 555px;
	margin-bottom: 20px;
}

#comments
{
	margin-top: 20px;
}












ul.skill-list
{
	list-style: none;
	margin: 20px;
}

ul.skill-list li
{
	line-height: 14px;
	margin-bottom: 20px;
	float: left;
	width: 170px;
}

ul.skill-list li span.title
{
	font: bold 14px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #757575;		
}

ul.skill-list li span.desc
{
	font-size: 11px;	
}

ul.skill-list li img.icon
{
	float: left;
	margin-right: 10px;
}






form.contact
{
	padding-top: 10px;
	margin-bottom: 30px;
}

form.contact label
{
	float: left;
	display: block;
	width: 120px;
	text-align: right;
	padding-right: 10px;
}

form.contact input.text, form.contact textarea
{
	float: left;
	border: 1px solid #CCC;
	padding: 5px;
	font-size: 12px;
	color: #666;
	width: 200px;
}

form.contact textarea
{
	width: 400px;
}

form.contact input.button
{
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	font-size: 12px;
	color: #FFF;
	background: #222;
}



p.error
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	border: 2px solid #000;
	background: #efffb9;
}



#sidebar
{
	float: left;
	width: 305px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#sidebar ul.categories
{
	list-style: none;
	margin-top: 10px;
}

#sidebar ul.categories li
{
	line-height: 16px;
	margin-bottom: 10px;
}

#sidebar ul.categories li a.icon
{
	float: left;
	display: block;
	margin-right: 10px;
	padding: 5px;
}

#sidebar ul.categories li a.title
{
	font: bold 14px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #757575;	
}

#sidebar ul.categories li a.title:hover
{
	color: #324c56;
}

#sidebar ul.categories li span
{
	font-size: 11px;
}



#sidebar div.profilepic
{
	border: 1px solid #dedede;
	margin-bottom: 40px;
	padding: 6px;
}









#footer
{
	background: #f5f5f5;
	padding: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#footer p
{
	color: #666;
	text-align: center;
}







div.addcomment
{

}

div.addcomment label
{
	display: block;
	float: left;
	width: 160px;
	text-align: right;
	line-height: 20px;
	padding-right: 20px;
}

div.addcomment input.text
{
	border: 1px solid #DDD;
	padding: 8px;
	font-size: 11px;
	width: 250px;
}

div.addcomment textarea
{
	border: 1px solid #DDD;
	padding: 8px;
	font-size: 11px;
	width: 250px;
}

div.addcomment input.button
{
	border: 1px solid #DDD;
	padding: 8px;
	font-size: 11px;
	margin-left: 180px;
}