/*  
Theme Name: i3Theme
Theme URI: http://henstudio.com
Description: WordPress theme designed by N.Design Studio, columnized by <a href="http://henstudio.com">Henstudio</a>.
Version: 1.0
Author: Henmaker
Author URI: http://henstudio.com

	This theme was designed by Nick La, columnized by Henmaker.
*/

body {
	background: #2f383f;
	font: 80%/130% "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
}
a {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0px 0px 15px;
}

img {
	border: none;
}
ul {
	list-style: none;
	margin: 0 ;
	padding: 0 ;
}
ul li {
	background: url(images/bullet-orange.gif) no-repeat;
	padding-left: 18px ;
}

ul li ul li{
	background: url(images/bullet-grey.gif) no-repeat;
}	
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}

form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}

/* site title */
h1 {
	color: #91c30f;
	margin-bottom: 10px;
	font: normal 25px/100% "Trebuchet MS", Arial, sans-serif;
}
h1 a, h1 a:visited {
	color: #91c30f;
	text-decoration: none;
}
h1 a:hover {
	color: #2768c2;
	text-decoration: none;
}

/* content */
#content {
	background: #ffffff;
	clear: both;
	overflow: hidden;
	padding: 20px;
	color: #2f383f;
}

a.heavyLink {
	font-size: 120%;
	font-weight: bold;
}

a.heavyLink:hover {
	text-decoration: underline;
}

/* post title */
h2, h2 a, h2 a:visited {
	color: #0060b6;
	font: bold 130%/100% "Lucida Grande", Arial, sans-serif;
	margin-top: 10px;
	margin-bottom: 5px;
}

h2 a:hover {
	color: #44a1d0;
	text-decoration: none;
}
h3 {
	color: #0e9ca6;
	margin: 5px 0px 5px;
	font: bold 110%/110% "Lucida Grande", Arial, sans-serif;
}

/* next & previous page navigation */
.page-nav {
	clear: both;
	background: url(images/navigation-bg.gif) no-repeat left center;
	height: 21px;
}
.page-nav a, .page-nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
.page-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(images/navigation-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
	background: url(images/navigation-right.gif) no-repeat right center;
}

/* ------------------------------------- footer area  */

#footer{
	font-size: 89%;
	color: #c1c1c1;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: none;
	color: #666666;
}

/* ------------------------------------- sidebar area  */
/* sidebar */
#sidebar-right{
	color: #666666;
	padding: 25px 5px 10px;
}
#sidebar-right p {
	margin: 0px 0px 15px;
}
#sidebar-right h3 {
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	color: #666666;
}
#sidebar-right h3 a, #sidebar-right h3 a:visited{
	color: #666666;
}
#sidebar-right h3 img{
	vertical-align: middle;
}
#sidebar-right a, #sidebar-right a:visited {
	color: #000000;
	text-decoration:none;
}
#sidebar-right a:hover, #sidebar-right a:focus, #sidebar-right a:active{
	text-decoration:underline;
}
#sidebar-right ul{
	list-style: none;
	margin: 0 ;
	padding: 0 ;
}
#sidebar-right ul li{
	background: url(images/bullet-orange.gif) no-repeat;
	padding-left: 18px ;
}
#sidebar-right ul li ul li{
	background: url(images/bullet-grey.gif) no-repeat;
	padding-left: 12px ;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left;
}
img.left, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.right {
	float: right;
}
img.right, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
	visibility: hidden;
}

img.imgLink {
    margin: 5px;
  	padding:4px;
  	border:1px solid #ccc;
    background:#fff;
}

img.imgLink:hover {
    background:#ddd;
}

