/*
Stylesheet for www.matthewquickwriter.com
*/


/* basics */

*{margin:0; padding:0;}

body {
	font-family: arial, sans-serif;
	background: #011f67;
	margin:20px;
	color: #FFF;
	}
	
h1 {font-size: 18pt; font-weight: normal;}
h2 {font-size: 18pt; font-weight: normal;}
h3 {font-size: 12pt; font-weight: bold; margin-top: 24pt;}
h4 {font-size: 12pt; font-weight: bold;}
.small {font-size: 10pt; line-height: 12pt;}
p  {font-size: 12pt;
	line-height: 1.5em}	


h1 a  {font-weight: normal;}
h2 a  {font-weight: normal;}
h3 a  {font-weight: normal;}

h1 a:hover {text-decoration: underline;	font-weight:normal;}
h2 a:hover {text-decoration: underline;	font-weight:normal;}
h3 a:hover {text-decoration: underline;	font-weight:normal;}

h1 a:visited {color: #333;	font-weight:normal;}
h2 a:visited {color: #333;	font-weight:normal;}
h3 a:visited {color: #333;	font-weight:normal;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}

.byline {font-size: 10pt; text-transform:uppercase;}

/* links */

a{
	color:#FFFFFF; /* This is the LINK COLOR */
	text-decoration:none;
	font-weight:bold;
	}

a:hover{text-decoration: underline;
	font-weight:bold;}
	
a:visited{
	color: #333333; /* This is the VISITED LINK COLOR */
	font-weight:bold;}

/* rounded corners */
#roundedTop {
width:930px;
height:30px;
background:url(images/sky-top.png) no-repeat;
margin: 0 auto;
}
#roundedBottom{
width:930px;
height:30px;
background:url(images/sky-bottom.png) no-repeat;
margin: 0 auto;
}
#roundedCopy {
width:930px;
background:url(images/sky-doubleshadow.png) repeat-y;
margin: 0 auto;
}
#roundedPadding{
// padding:0 15px;
}	
	
.insetRoundedTop {
width:210px;
height:10px;
background:url(images/inset-top.png) no-repeat;
margin: 0 auto;
}
.insetRoundedBottom{
width:210px;
height:10px;
background:url(images/inset-bottom.png) no-repeat;
margin: 0 auto;
}
.insetRoundedCopy {
width:210px;
background:url(images/inset-bkg.png) repeat-y;
margin: 0 auto;
}
.insetRoundedPadding{
padding:1px 10px;
margin: 0 0;
}		


/* container */


#container {
	width:900px;
	margin: 0 auto;
	background: #fff url('images/Sky-bkg-2.jpg') repeat-y top right;
	padding:0;
	color:#fff;
	overflow: hidden;
	}
	
/* header */

#header {
	background:#e6e6e6;
  	width:100%; 
  	height:100px;
	color: #fff; 
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}


/* main menu */


#menu {
	background: none;
	font-family: verdana, arial, times, serif;
	font-size: 24pt;
	height: 130px;
	width:100%; 
	overflow:hidden;
	margin: 5px 10px 0px 10px;
}


#menu ul {
	margin-top:0px;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	background: url('images/menu-box-10.png') no-repeat;
	height: 120px;
	width: 210px;
	margin: 0px 5px;
	padding-top: 35px;
	float:left;
	text-align:center;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #011F67;
	display:block;
}

#menu ul li a:hover {

	color:#fff;
	text-decoration:none;
}

/* content */
#content {
	position: relative;
	float: left;
	padding: 0px 235px 25px 235px;
	margin-bottom: 25px;
	overflow: hidden;
	}
	
#content .column {
  position: relative;
  float: left;
}


#content-mainpage {
	}

#content-mainpage h1 {
	font: 32pt #fff tahoma ;
}

.post {
	margin:0;
	padding:0;
	}
	
.post h2{ }
	
.post h2 a{
	}
	
.post h2 a:hover{
	}
	
.post h3{margin-bottom: 0px;}

.post h3 a{	}
.post h3 a:hover{text-decoration:none; font-weight: normal;}
.post h3 a:visited{text-decoration: none; font-weight: normal; color:#fff;}
	
.post h4{
	}

.post h4 a{
	}
	
.post h4 a:hover{
}


.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	background: url('images/translucent-background.png') repeat top right;
	font-size: 10pt;
	width:420px;
	padding:6px;
	margin: 20px 0;
	
	}
	

.navigation {
	font-size:10pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}
	
/* center column */

#center {
	width: 100%;
	float: left;
	min-width: 430px;
}

#center h2 {
	border-bottom: #fff solid 2px;
}


/* left sidebar */

#left {
	position: relative;
	width:210px;
	float:left;
	margin-left: -100%;
	right: 220px;
	}

#left h2{
	color: #000;	
	margin: 0;
	padding: 0;
}

#left label{
	color: #000;	
	margin: 0;
	padding: 0;
}

#left p {margin:0; padding: 0;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:0px;
	padding:0;
	}

#left ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#left ul ul {
	margin:0px 0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* right sidebar */

#right{
	position: relative;
	width:210px;
	float:left;
	left: 10px;        
  	margin-right: -210px;
	}
	
#right a {
	font-weight: bold;
}

#right a:hover {
	font-weight: bold;
	color: #666;
}

#right a:visited {
	font-weight: bold;
	color: #666;
}

#right a:hover h3 {
	text-decoration: underline;
}

#right h1 a{
	font-size: 18pt; font-weight: normal;
	color: #fff;	
	margin: 0;
	padding: 0;
}

#right h1 a:hover{
	font-weight: normal;
	text-decoration: underline;	
}

#right h1 a:visited{
	font-weight: normal;
}

#right h2{
	font-size: 13pt; font-weight: normal;
	color: #000;	
	margin: 12px;
	padding: 0;
//	background: url('images/translucent-background.png') repeat top right;
//	border-top: solid 2px #011f67;
//	border-top: solid 2px #011f67;


}

#right h3{
	font-size: 12pt; font-weight: bold;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right label{
	color: #000;	
	margin: 0;
	padding: 0;
}

#right p {margin:0; padding:0;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:0px;
	padding:0;
	list-style-type: none;
	}

#right ul li {
	font-size: 12pt;
	margin: 10px 0 0 20px;
	padding: 0;
 
	}

#right ul ul {
	margin:12px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	font-size: 12pt;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	border:1px solid #000;
	padding:2px;
	}




/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

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

/* Begin Contact Form CSS */
.contactform {
	padding: 0 px;
	margin: 0 0;
	position: static;
	overflow: hidden;
	width: 100%;
	line-height: 1em;
}

.contactleft {
	width: 25%;
	white-space: pre;
	text-align: left;
	clear: both;
	float: left;
	display: inline;
	padding: 0 px;
	margin: 0 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 0;
	margin: 5px 0;
}

.contacterror {
	border: 1px solid #ff0000;
}

.contactsubmit {
}
/* End Contact Form CSS */

/* Miscellaneous */
.textwidget h2 a { font-weight: normal;}
.textwidget h3 a { font-weight: normal;}

/* footer */

#footer {
	background: url('images/translucent-background.png') repeat top right;
	clear: both;
	width: 100%;
	border-bottom: solid 2px #011f67;
	border-top: solid 2px #011f67;
	margin-top: 15px;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
// #footer a{color: #000;text-decoration: none;}
//#footer a:hover{color: #000;text-decoration: underline;}

