/*
Theme Name: Pam Paquet Lead Page
Theme URI: http://www.ARKSquared.com
Description: Basic one column theme
Version: 1.0
Author: ARK Squared
Author URI: http://www.ARKSquared.com
*/

/*---------------------------------------------------------------------------------

[Table of contents]

1. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2. Header Region - Styles specific to header region, title, slug, top menu, etc.
3. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4. Comments Region – Styles for comment thread, forms, etc.
5. Sidebar Region – Styles for widgets, additional menus lists and links.
6. Footer Region – Styles specific to the footer region.
7. Misc. & Plugins – Miscellaneous, override plugins, define last rule, fix anomalies, etc.
8. Responsive Coding - Coding to adjust template for mobile viewing.

-----------------------------------------------------------------------------------*/

/*=== START SECTION 1 - Initial Styling ===*/
* {  
margin:0; 
padding:0; 
}
body {
	font-family: "Helvetica Nuau", Helvetica, Verdana, Arial, sans-serif;
	color: #000;
	background-color:#e9f0f6;
}
#wrapper {
	width: 1000px;
	margin: 50px auto 20px auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
/*=== END SECTION 1 - Initial Styling ===*/


/*=== START SECTION 2 - Header Region ===*/
/*=== END SECTION 2 - Header Region ===*/


/*=== START SECTION 3 - Content Region ===*/
#main {
	width: 1000px;
}
#content {
	width: 1000px;
	line-height: 1.25;
}
#content a:link, #content a:visited {
	text-decoration: underline;
}
#content a:hover, #content a:active {
	text-decoration: underline;
}
#content h1 {
	font-size: 40px;
	color:#000099;
	margin:60px 0 15px 0;
}
#content h2 {
	font-size: 32px;
	color:#000099;
	margin:60px 0 20px 0;
}
#content p {
	margin-bottom:60px;
	font-size: 18px;
}
#content p#social-share {
	margin-bottom:0;
}
.addtoany_shortcode {
	text-align: center;
}
#content h3 {
	font-size: 26px;
	color:#000099;
	margin-bottom:20px;
}
#crazy-work {
	width:300px;
	float:left;
	background-color:#c7c6cb;
	background-image: url(images/7-Signs-of-Crazy-at-Work-150x150.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding:15px 15px 15px 165px;
	height:120px;
	text-align: center;
}
#crazy-persists {
	width:300px;
	float:right;
	background-color:#c7c6cb;
	background-image: url(images/why-crazy-at-work-persists-150x150.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding:15px 15px 15px 165px;
	height:120px;
	text-align: center;
}
#content h4 {
	font-size:22px;
	margin:0;
}
#crazy-persists a:link, #crazy-persists a:visited, #crazy-work a:link, #crazy-work a:visited {
	text-decoration: none;
	color:#000;
}
#crazy-persists a:hover, #crazy-persists a:active, #crazy-work a:hover, #crazy-work a:active {
	text-decoration: underline;
	color:#000099;
}
.post-edit-link img{
	border: none;
	clear:both;
}
a.post-edit-link:link, a.post-edit-link:visited {
	text-decoration: none;
}
a.image:link, a.image:visited, a.image:hover {
	background: none;
}
a.image img {
	border: none;
}
/*=== END SECTION 3 - Content Region ===*/


/*=== START SECTION 4 - Comment Region ===*/
/*=== END SECTION 4 - Comment Region ===*/


/*=== START SECTION 5 - Sidebar Region ===*/
/*=== END SECTION 5 - Sidebar Region ===*/


/*=== START SECTION 6 - Footer Region ===*/
#footer {
	height: 15px;
	clear: both;
	text-align: center;
	font-size: 12px;
	padding: 30px 0 0 0;
	color:#666;
}
#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
	color:#000099;
}
/*=== END SECTION 6 - Footer Region ===*/


/*=== START SECTION 7 - Misc. & Plugins ===*/
/* insert your misc. styling here. */
/*=== END SECTION 7 - Misc. & Plugins ===*/

/*=== START SECTION 8 - Responsive Coding ===*/
@media screen 
and (max-width : 800px) 
{
	
}
/*=== END SECTION 8 - Responsive Coding ===*/