/*  
Theme Name: PhotoCannon v 2.0
Theme URI: http://www.photocannon.com
Description: PhotoCannon.com Theme.
Version: 2.0
Author: Jamie Gaines
Author URI: http://www.thinkzig.com/
*/
@import url("http://yui.yahooapis.com/2.6.0/build/reset-fonts-grids/reset-fonts-grids.css");
/*  Default Styles */
html {
	background: #26648A url("http://cdn.thinkzig.com/pc/images/body-bg.jpg") repeat-x;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

p, li {
	font-size: 12px;
	line-height: 1.4em;
	font-family: verdana;
	margin: 0 0 20px 0;
	font-weight: normal;
}

a {
	color: #337799;
}

h1 {
	font-size: 18px;
	margin: 0 0 4px 0;
	font-family: verdana;
	font-weight:bold;
}

h2 {
	font-size: 16px;
	margin: 0 0 4px 0;
	font-family: verdana;
	font-weight:bold;
}

h3 {
	font-size: 12px;
	font-weight:bold;
	margin: 0 0 6px 0;
	font-family: verdana;
}

ol li {
	list-style-type:decimal;
	margin:0px 0px 10px 25px;
}

/* Content Styles */
#content {
	background-color:white;
	text-align:left;
	padding:20px;
}
#content h1 {
	text-transform: uppercase;
}

#content p {
	font-family: georgia;
	font-size: 16px;
}

/* Blog Styles */
.blog-content h1 {
	font-size:18px;
}

.blog-content h1 a{
	text-decoration:none;
}

.blog-content h3{
	margin-bottom:15px;
}


#content .blog-post p {
	font-family: Verdana;
	font-size:12px;
	line-height: 1.8em;
        margin-bottom:10px;
}

#content .blog-post h2 {
  margin: 15px 0px 10px 0px;
}


.widget h3 {
	text-transform: uppercase;
	font-size:14px;
	padding-bottom:2px;
	border-bottom: solid 1px #cccccc;
}

.widget, #content .widget p {
	font-family: Verdana;
	font-size:12px;
	font-weight:normal;
}

li.widget ul li {
	margin: 0 0 2px 0;
}

.post-list-header h1 {
	font-size:22px;
	text-transform:none;
	margin: 0 0 12px 0;
}

li.current_page_item a {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

/* Page Styles */
div.text-content ul  {
	margin-bottom:20px;
}

div.text-content ul li {
	list-style-type:disc;
	margin:0 0 5px 15px;
	font-size:16px;
	font-family:georgia;
}

div.text-content h1 {
	margin-bottom:20px;
}

div.text-content h2 {
	margin-bottom:10px;
}

#newsletter-form {
	clear:both;
	width:100%;
	text-align:center;
	margin:20px auto 40px auto;
	padding-top:20px;
}

#newsletter-form span.tiny {
	font-size:11px;
}

#download-badge {
	width:360px;
	text-align:center;
}

img.screenshot {
	border:solid 1px #000000;
	margin: 10px auto 10px auto;
	display:block;
}

/* Home Page */
ul.benefits li {
  margin-bottom:5px;
	line-height:1.6em;
}

div.benefits h1 {
	margin-bottom:6px;
}

#download {
	width:310px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#pricing {
	width:252px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


#download p { 
	font-size:20px;
}

/* Layout */
.container {
	width:980px;
	margin:0 auto;
	position:relative;
}
	
#header{
	padding:10px 0px;
	text-align:left;
	border-bottom:solid 4px #ff9900;
	background-color:#ffffff;
	margin-bottom:10px;
}


#top-nav {
  background-color:#3389BC;
	border:solid 1px #000000;
	padding:4px;
	color:#ffffff;
	position:absolute;
	top:50px;
	left:440px;
}

#zig-logo {
	position:absolute;
	top:40px;
	right:0px;
}


#top-nav a {
	color:#ffffff;
	margin-left:5px;
	margin-right:5px;
}


#marquee, #subhead {
	width:100%;
	border-top:solid 4px #FF9900;
	border-bottom:solid 4px #cccccc;
}

#blog-tagline {
	float:right;
	margin-right:60px;
	}

div.slim-content {
	margin: 0px auto;
	width: 740px;
	text-align:left;
}

div.left, div.right {
	width: 445px;
	margin-bottom: 25px;	
}

div.left {
	float: left;
}

div.right {
	float: right;
}

div.blog-left, div.blog-right {
	margin-bottom:25px;
}

div.blog-left {
	width:700px;
	float:left;
}

div.blog-right {
	width:222px;
	float:right;
}

div.blog-post {
	padding-bottom: 20px;
	margin-bottom:20px;
	border-bottom: dotted 1px #cccccc;
}

#footer {
	clear:both;
	background-color: #D9EBF5;
	padding-top:20px;
	padding-bottom:5px;
	text-align:center;
	margin:0px auto;
}

#footer p { 
	font-family:Verdana;
	font-size:12px;
}

div.quicklook {
 background-color:#f4f4f4;
 padding-top:15px;
 padding-bottom:15px;
 margin-bottom:20px;
}

div.quicklook table td {
  text-align:center;
}

#content div.quicklook table td p {
  font-family:verdana;
  font-size:12px;
  line-height:1.0em;
  font-weight:bold;
  margin-bottom:0px;
}

.content-rule {
  width:100%;
  color:#cccccc;
  margin-bottom:20px;
}