/*

Theme Name: A3MG

Theme URI: http://www.refueled.net/wordpress-themes/

Description: Simple, 2 column, widget-ready Wordpress theme. Please report any bugs in the <a href="http://www.refueled.net/forum/">forums</a>. 

Author: refueled

Author URI: http://refueled.net

Version: 1.0



*/





/* Basics */



* { padding: 0; margin: 0; }



body {

	background: #989898 url(images/body.jpg) repeat-x fixed;

	color: #000;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	margin: 20px;


  }



img {

	padding: 0;

	border: none;

  }



img.center {

	display: block;

	margin-left: auto;

	margin-right: auto;

	padding: 8px;

  }



img.right {

	padding: 0 0 12px 12px;

	background: #fff;

	margin: 10px;

	float: right;

  }



img.left {

	padding: 0 12px 12px 0;

	float: left;

  }

  



/* Links */





a {

	color: #003366;

	text-decoration: none;

  }



a:hover {

	color: #003366;

	text-decoration: underline;

  }



a:visited {

	color: #003366;

  }

  

code {

	font-family: Courier New, Courier;

	font-size: 8pt;

	background-color: #F7F7F7;

	padding: 4px;

	color: #797979;

	overflow: hidden;

	}

	

blockquote {

	color: #000; 

	margin: 0 30px 2px 30px; 

	border-left: 1px dotted #989898;

	background: #fff;

	padding: 0 10px 0 10px;

	font-size: 11px;

	font-family: Lucida, Verdana, Arial, sans-serif;

  }

	



/* Container */



#container {

	display: block;

	margin: 0 auto;

	width: 900px;

	position: relative;

	background: #fff url(images/bg.jpg) repeat-y;

	border: 6px solid #fff;

	}

	

	

	

/* Header */



#header {

	width: 900px;

	background: #fff url(images/a3mg_blog_banner.jpg) top center no-repeat;

	height: 180px;

	color: #fff;

	}



#header h1 {

	font-family: Georgia, Helvetica, sans-serif;

	font-size: 24pt;

	font-weight: 400;

	padding: 120px 0 0 24px;

	margin:0;

	color: #fff;

	}

	

#header h1 a {

	color: #fff;

	text-decoration: none;

	}

	

#header h1 a:hover {

	color: #D2D1CC;

	text-decoration: none;

	}

	

#header h2 {

	font-family: Georgia, Helvetica, sans-serif;

	font-size: 10pt;

	font-weight: 300;

	font-style: italic;

	padding: 0 0 0 18px;

	margin:0;

	color: #fff;

	}

	

	



/* Navigation */



#nav {

	padding: 0;

	margin: 0;

	width: 100%;

	height: 25px;

	background: #797979 url(images/menu.jpg);

	font-family: verdana, arial, tahoma;

	font-size: 10pt;

	list-style: none;

	line-height: 1;

	border-top: 1px solid #ccc;

        border-bottom: 1px solid #888888;
	


}



#nav ul { /* all lists */

	padding: 0;

	margin: 0;

	list-style: none;

	line-height: 1;


}



#nav a {

	display: block;

	line-height: 14pt;

	padding: 4px 9px 2px 9px;

	color:#eee;

	text-decoration: none;

}



#nav a:hover {

	color: #fff;
	text-decoration: underline;

}



#nav li
{
	/* all list items */
	float: right;

}



#nav li ul { /* second-level lists */

	position: absolute;

	background: #919191;

	width: 180px;

	left: -999em; 

	margin: 0;

	padding: 0;

}



#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */

	left: auto;

}



#nav li ul a{

	background: #919191;

	list-style: none;

	font-family: tahoma, verdana, serif;

	font-size: 8pt;

	font-weight: 300;

	text-align: left;

	padding: 6px;

	width: 180px;

	letter-spacing: 1px;

}



#nav li ul a:hover{

	background: #fff;

	color: #FF6600;

}





#nav li:hover ul, #nav li.sfhover ul {

	left: auto;

}







/* Sidebar */



#sidebar {

	width: 220px;

	float: left;

	color: #000;

	padding: 0;

	list-style-type: none;

	border-top: 1px solid #fff;
	

  }



#sidebar h2 {

	font-family: arial, verdana, sans-serif;

	font-size: 10pt;

	font-weight: bold;

	letter-spacing: 1px;

	text-align: left;

	padding: 8px 8px 8px 12px;

	margin: 0;

	border-bottom: 1px #fff solid;

	color: #fff;

	background: #666666;

  }





#sidebar a {

	color: #676767;

	text-decoration: none;

	padding: 0;

  }



#sidebar a:hover {

	color: #FF6600;

	text-decoration: underline;

  }



#sidebar ul { 

	background-color: #F0F0F0;

	list-style-type: none;

	margin: 0; 

	font-size: 13px;

	padding: 12px;
	



  }



#sidebar li { 

	margin: 0;

	line-height: 19pt; 

	padding: 0;
	


  }

  

#sidebar li a{ 

	margin: 0;

	padding: 0;

  }



#sidebar ul li ul { 

	margin: 0 14px 0 14px;

	padding: 0;

	list-style-type: square;

	list-style-position: inside;

	color: #797979;
	

  }

  

#sidebar .recentcomments {

	padding: 0;

	}

	

#sidebar .recentcomments a{

	color: #797979;

	}

	

#sidebar p{

	font-family: verdana, arial, times;

	font-size: 8pt;

	padding: 12px;

	color: #797979;

	}

	

#sidebar .textwidget{

	font-family: verdana, arial, times;

	font-size: 8pt;

	padding: 12px;

	background-color: #fff;

	color: #797979;

	}

	

#sidebar .ctc {

	background-color: #fff;

	padding: 12px;

	border-right: 1px solid #F0F0F0;

	}



	

/* Calendar Widget */



#calendar_wrap {

	font-family: verdana, arial, times;

	font-size: 8pt;

	background-color: #fff;

	padding:12px;

	color: #313131;

	}



#wp-calendar {

	margin: 0 auto;

	text-align: left;

	}

	

#wp-calendar a{ 

	margin: 0;

	padding: 0;

	}





/* RSS Widget */



.rsswidget img {

	display: none;

	}



#sidebar h2 a.rsswidget{

	padding: 0;

	margin: 0;

	text-decoration: none;

}



#sidebar h2 a.rsswidget a:hover{

	color:  #FF6600;

	text-decoration: none;

}







/* Page - Post Formatting */



#content {

	width: 640px;

	float: right;

	color: #000;

	padding: 20px;

	text-align: justify;

  }



.post {

	margin-bottom: 20px;

  }



.post strong {

	color:#4D4D4D;

	}



.post p {

	margin-bottom: 15px;

	line-height: 1.6em;

  font-size: 10pt;

  text-align: left;

  }



.post p a {

	border-bottom: 1px solid #ffffff;

	text-decoration: none;

  }



.post p a:hover {


        color:#FF6600;

	text-decoration: underline;

  }



.post p.center {

	text-align: center;

  }



.post ul{

  margin: 12px;

  padding: 0;

  }



.post ul li{

  font-family: verdana, arial, times;

	font-size: 9pt;

  list-style-type: square;

  list-style-position: inside;

  line-height: 13pt;

  }

  

.post ul ul{margin:0 0 0 24px; padding:0;}



.postmetadata {

	background: #F5F5F5;

	padding: 3px 3px 3px 6px;

	font-family: verdana, arial, times;

	font-size: 8pt;

	border-left: 1px solid #989898;

  }

  

.postmetadata p {

	font-family: verdana, arial, times;

	font-size: 8pt;

  }



.postmetadata a {

	border-bottom: none;

	font-size: 8pt;

  }



.postmetadata a:hover {

	border-bottom: none;

  } 



.small {

	font-size: 7pt;

  }



.post h1 {

  font-family: palatino linotype, Lucida, Arial, sans-serif;

	font-size: 16pt;

	color: #4B4B4B;

	letter-spacing: 1px;

	text-align: left;

	font-weight: normal;

	margin-bottom: 10px;

	}



.post h1 a{

	color: #4B4B4B;

	text-decoration: none;

  }
  
.post h2 {

  font-family: palatino linotype, Lucida, Arial, sans-serif;

	font-size: 16pt;

	color: #4B4B4B;

	letter-spacing: 1px;

	text-align: left;

	font-weight: normal;

	margin-bottom: 10px;

	}



.post h2 a{

	color: #4B4B4B;

	text-decoration: none;

  }
  

#content h1 {

  font-family: sans-serif;

	font-size: 16pt;

	color: #4B4B4B;

	letter-spacing: 0px;

	text-align: left;

	font-weight: normal;

	margin-bottom: 10px;
	

	}

  

#content h2 {

	font-size: 16pt;

	letter-spacing: 0px;

	text-align: left;

	font-weight: normal;

	margin-bottom: 10px;

	font-family: sans-serif;

	color: #4B4B4B;
	
	text-decoration: underline;
	

  }
  
#vertspacer {

	margin-bottom: 20px;
	
	border-bottom: 1px dotted #cccccc;
	
	margin-bottom: 20px;


  }

  

h4 {

	margin: -5px 0 10px 0;

	padding: 0;

	font-weight: normal;

	font-size: 10px;

	color: #424040;

  }





/* Search */



#searchform{

	padding: 10px;

	font-family: verdana, arial, times;

	background: #fff;

	border-right: 1px solid #E3E3E3;

}



#searchform input#s{

	width: 70%;

	font-family: verdana, arial, times;

	font-size: 8pt;

	padding: 2px;

	border: 1px solid #B7B7B7;}



#searchform input#searchsubmit{

	width: 24%;

	font-family: verdana, arial, times;

	font-size: 7pt;

	padding: 2px;

	border: 1px solid #B7B7B7;

	background-color: #fff;

	color: #797979;

}



/* Comments */



.comment{margin-top: 22px;}

.comment p{font-size: 8pt}



h3 {

	font-size: 12pt;

	letter-spacing: -1px;

	text-align: left;

	font-weight: normal;

	margin: 30px 0 8px 0;

	font-family: palatino linotype, Lucida, Arial, sans-serif;

	color: #4B4B4B;

  }

  

  

#commentform input, #commentform textarea {

	font: 8pt Verdana, Arial, Sans-Serif;

	border: 1px solid #818181;

	background-color: #fff;

	padding: 4px;

	}



.commentlist li {

  font: 8pt Verdana, Arial, Sans-Serif;

	font-weight: bold;

	}



.commentlist cite, .commentlist cite a {

	font-weight: bold;

	font-style: normal;

	font-size: 8pt;

	}



.commentlist p {

	line-height: 13pt;

	padding: 8px;

	font-weight: 300;

	}



#commentform p {

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}



.commentmetadata {

	font-weight: normal;

	}

	

.alt {

	margin: 0;

	padding: 22px 14px 22px 14px;

	background: #F7F7F7;

	}



.commentlist {

	padding: 0;

	text-align: justify;

	}



.commentlist li {

	margin: 15px 0 0 0;

	padding: 5px 10px 0 0;

	list-style: none;

	}



.commentlist p {

	margin: 10px 5px 10px 0;

	}



#commentform p {

	margin: 5px 0;

	}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



.commentmetadata {

	margin: 0;

	display: block;

	}

	



/* Footer */



#footer {

	clear: both;

	width: 100%;

	height: 30px;

	background: #898989;

	color: #fff;

	text-align: left;

	padding: 0;

	margin: 0;

	}

	

#footer .left{

	float:left;

	}



#footer .left p {

	padding: 8px;

	font-size: 8pt;

	}





#footer .left a {

	color: #E5E5E5;

	text-decoration: none;

	border:none;

}



#footer .left a:hover {

	color: #FF9933;

  text-decoration: underline;

  border:none;

}



#footer .right{

	float:right;

	}

	

#footer .right p {

	padding: 8px;

	font-size: 8pt;

	}



#footer .right a {

	color: #E5E5E5;

	text-decoration: none;

	border:none;

	}



#footer .right a:hover {

	color: #FF9933;

	text-decoration: underline;

	border:none;

	}