/* 
Theme Name: Insightful-Gold
Author: Joe DiNunno, Andreas Viklund and Ainslie Johnson
Description: Insightful theme for WordPress was inspired by the open source template, andreas09 by <a href="http://www.andreasviklund.com/">Andreas Viklund</a> - Ported to WordPress by <a href="http://webgazette.co.uk/">Ainslie Johnson</a>.
*/

/* Color Codes */
/* Navy 0000CC */
/* Blue 3399CC */
/* Turquoise 33CCFF */
/* Sky 99CCFF */
/* Teal 33CCCC */
/* Red CC0000 */
/* Orange FF9900 */
/* Purple 660066 */
/* Italian Green 339933 */
/* Italian Red FF3333 */
/* Gold bg ffffee, eeeecc */
/* Silver bg eeeeee */
/* Shades of Grey 999999 333333 */


/* General Element Styles */

body {
background:#eeeeee;
color:#333333;
font:80% Century Gothic, Verdana, Arial, Tahoma, sans-serif;
margin:0;
padding:0;
text-align:center;
}

a {
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#333333;
text-decoration:underline;
}

a:visited {
color:#999966;
text-decoration:none;
}

p {
line-height:1.5em;
margin:2px 0 2px 0;
}

/*** Main container ***/

#container {
color:#333333;
margin-left:auto;
margin-right:auto;
min-width:800px;
max-width:1080px;
padding:0;
text-align:left;
width:100%;
}

/*** Header section ***/

#sitename {
color:#cccc99;
height:100px;
margin-bottom:2px;
text-align:center;
}

#sitename h1,#sitename h2 {
font-weight:bold;
margin:0;
padding:0;
}

#sitename h1 {
color:#cccc99;
font-size:36px;
font-variant: small-caps;
font-family: Century Gothic, Verdana, Arial, sans-serif;
padding-top:6px;
}

#sitename h1 a {
color:#cccc99;
text-decoration:none;
}

#sitename h1 a:hover {
text-decoration:underline;
}

#sitename h2 {
font-size:20px;
}

/* Horizontal menu */

#mainmenu {
clear: both;
float: left;
width: 100%;
padding: 0px;
margin-bottom: 10px;
}

#mainmenu ul {
font-size: 16px;
padding: 0px;
margin: -2px 0 0 0;
}

#mainmenu li {
display: inline;
float: left;
list-style: none;
text-transform: uppercase;
}

#mainmenu a {
padding: 0px 10px 0px;
text-decoration: none;
border-right: 2px solid #cccc99;
}

/*** Sidebars ***/

#leftside,#rightside {
margin:0;
padding:2px 6px 2px 6px;
width:164px;
}

#leftside {
float:left;
margin-left:2px;
margin-right:2px;
}

#rightside {
float:right;
margin-left:2px;
margin-right:2px;
}

#leftside h1,#rightside h1 {
font-size:1.4em;
font-weight:bold;
margin-bottom:6px;
}

#leftside h2,#rightside h2 {
font-size:1.2em;
font-weight:bold;
margin-bottom:4px;
}

#leftside p,#rightside p {
font-size:1.0em;
margin-bottom:2px;
}

/*** Sidebar menu ***/


#leftside ul {
	padding-left: 0px;
	margin: 0px;
}

#leftside li {
	list-style: none;
}

#rightside ul {
	padding-left: 0px;
	margin: 0px;
}

#rightside li {
	list-style: none;
}

li#categories li a, li#archives li a, li.pagenav li a {
border:1px solid #999966;
display:block;
margin:6px 4px 4px 0;
padding:4px 4px 4px 4px;
position:relative;
text-transform:uppercase;
text-decoration:none;
width:140px;
}

li#categories li a:hover, li#archives li a:hover, li.pagenav li a:hover {
color:#666666;
background-color:#eeeecc;
text-decoration:underline;
}

li#categories ul.children li a, li#archives ul.children li a, li.pagenav ul.children li a {
font-size:1.0em;
margin:6px 4px 4px 8px;
padding:4px 4px 4px 4px;
width:132px;
}

li#categories ul.children li li, li#archives ul.children li li, li.pagenav ul.children li li {
	padding-left: 6px;
}

li#categories ul.children li li a, li#archives ul.children li li a, li.pagenav ul.children li li a {
	width: 120px;
}

li.feed {
	background: url(images/rss.gif) no-repeat left top;
	padding: 2px 0 8px 20px;
}

li#recent-comments ul li {
	padding-bottom: 2px;
}

li#recent-posts ul li {
	padding-bottom: 2px;
}

/*** Content wrap ***/

#wrap {
clear:both;
font-size:1.0em;
padding:0;
}

/*** Content ***/

#content,#contentalt {
background-color:#ffffff;
border:1px solid #cccc99;
color:#000000;
padding:10px 10px 6px;
}

#content {margin:0 184px;}
#contentalt {margin:0 184px 0 10px;}

#content h1,#content h2,#contentalt h1,#contentalt h2 {
color:#006600;
font-weight:bold;
margin-bottom:10px;
padding:0;
}

#content h1,#content h2 a {text-decoration:none;}
#content h1,#content h2 a:hover {text-decoration:Underline;}

#content h1,#contentalt h1 {
font-size:1.6em;
}

#content h2,#contentalt h2 {
font-size:1.4em;
}

/*** Footer ***/

#footer {
background:#dddddd;
clear:both;
color:#333333;
font-size:0.8em;
font-weight:bold;
margin-left:auto;
margin-right:auto;
min-width:800px;
max-width:1080px;
padding:10px 0;
text-align:center;
width:100%;
}

#footer a {
color:#0000cc;
font-weight:bold;
}

/* Archives/Links Page List styles */

.archives li, .linkspage li {
	list-style: none;
}

.archives ul.children {
	padding-left: 10px;
	margin-left: 10px;
}

/*** comments Form ***/

#comment {
	width: 100%;
	border:1px solid #cccccc;
}

#commentform {
	width: 96%;
}

#author {
	border:1px solid #cccccc;
}

#email {
	border:1px solid #cccccc;
}

#url {
	border:1px solid #cccccc;
}

#submit {
	background:#ffffff;
	border:1px solid #cccccc;
}

#submit:hover {
	background: #cccc99;
	border: 1px solid #333333;
	cursor: pointer;
}

/* Image Display */

.entry image, .entrytext image {
	border: 1px solid #cccccc;
	margin: 4px;
	padding: 4px;
}

.entry a:hover image, .entrytext a:hover image {
	border: 1px solid #999966;
	padding: 5px;
}

image.wp-smiley {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.thumbnail {
	background:#ffffff;
	border:1px solid #cccccc;
	margin:0 0 10px 10px;
	padding:4px;
}

.left {
	background:#ffffff;
	border:1px solid #cccccc;
	float:left;
	margin: 4px 10px 6px 0px;
	padding:4px;
}

.right {
	background:#ffffff;
	border:1px solid #cccccc;
	float:right;
	margin: 4px 10px 6px 0px;
	padding:4px;
}

.noalign {
	background:#ffffff;
	border:1px solid #cccccc;
	margin: 4px 4px 4px 4px;
	padding:4px;
}

/* Search Form */

.searchform {margin: 0;}

#searchbox {
background:#ffffff;
border:1px solid #cccccc;
margin:0 6px 6px 0;
width:140px;
}

#searchbutton {
background:#cccc99;
border:1px solid #333333;
}

#searchbutton:hover {
background: #cccc99;
border: 1px solid #999999;
cursor: pointer;
}

/*** Comments Display ***/

.postmetadata {
background:#eeeeee;
border:1px solid #333333;
font-size: 0.8em;
padding: 10px;
margin: 0px;
}

ol.commentlist li {
border: 1px solid #cccccc;
padding: 10px;
margin-bottom: 10px;
}

ol.commentlist li cite {
	text-transform: capitalize;
}

ol.commentlist li p {
	padding-top: 10px;
}

.alt {
	background:#eeeecc;
}

/*** Text format ***/

.intro {
	font-size:1.0em;
	font-weight:bold;
}

blockquote {
	border: 1px dashed #cccccc;
	padding: 10px;
	margin: 30px;
}

blockquote p {
	padding: 0px;
	margin: 0px;
}

.small {font-size:0.8em;}

.large {font-size:1.4em;}

.center {text-align:center;}

.category {border-bottom: 1px solid #cccccc;}

.date {
	margin-top: -10px;
	padding-top: 0px;
	border-bottom: 1px solid #cccccc;
}

#page {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* Previous/Next Page Navigation */

.navigation {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #cccccc;
}

.bottomnavigation {
	margin: 30px 0 0 0;
	padding: 5px 0 30px 0;
	border-top: 1px dashed #cccccc;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

.post {
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

.entry, .entrytext {
	overflow: hidden;
}

* html .entry, * html .entrytext {
	overflow: visible;
	height: 1px;
}

* html .entry p, * html .entrytext p {
	width: 96%;
	overflow: hidden;
}

.entrytext {
	padding-top: 0px;
}

/*** Various classes ***/

.clearingdiv {
	clear:both;
	height:20px;
	width:1px;
}

.hide {display:none;}

/* Widgets */
.rsswidget {
	border:0px;
	vertical-align: bottom;
}

/*** End of file ***/