/*
Theme Name: Graphic-iti V1.2
Theme URI: http://www.graphic-iti.com.com
Description: A theme by <a href="http://www.juan-key.com">Juan-key.com</a>.
Version: 1
Author: Juan Rivera
Author URI: http://www.juan-key.com

*/

body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #FFFFFF;
	background: #000000 url(images/bg-repeat.gif) repeat-x top;
	margin: 0px;
	padding: 0px 0px 40px;
}
a {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
p {
	padding: 0px 15px 15px 0;
	margin: 0px;
        text-align: justify;
        font-size: 16px;
}
h1 {
	margin:0px;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #c9eefe;
}
h1 a{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #FFFFFF;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
        padding-right: 20px;
}
h2.widgettitle {
       font: normal 150%/100% "Trebuchet MS", Tahoma, Arial;
}
h2 a, h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #FFFFFF;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#wrapper {
	margin: 0 auto; 
	background:url(images/header.jpg) no-repeat top center;
}
#page {
	margin: 0px auto;
	width: 960px;
}
#page2 {
	margin: 0px auto;
	width: 800px;
}
#header {
	background: transparent;
	height: 475px;
	border-bottom: 3px solid #59780a;
	position: relative;
	
}
#headerimg {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 60px;
	display:none;
}
#headerimg .description{
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #c9eefe;
	font-size: 14px;
}
#nav {
	list-style: none;
	margin: 0px;
	right: 10px;
	bottom: 0px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
	background: #ff5500;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	display: block;
}
#nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
}
#content {
	padding: 10px 0px 30px 20px;
	float: left;
	width: 600px;
	overflow: hidden;
	border-right: 3px solid #59780A;
	min-height: 1500px;
}
#content2 {
        width: 800px;
	min-height: 900px;
}
.post {
	clear:both;
	padding-top: 10px;
	color:#FFFFFF;
}
.post-date {
	width: 98px;
	height: 138px;
	float:left;
	background: url(images/date-spot.png) no-repeat;
}
.post-month {
	font-size: 11px;
	font-weight:bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 25px;
	margin-left: -3px;
}
.post-day {
	font-size: 25px;
	font-weight:bold;
	text-transform: uppercase;
	color: #663399;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-title {
	float: left;
	margin-left: 10px;
	width: 470px;
	margin-top: 0px;
	margin-left: 20px;
}

.entry {
	margin-top: 100px;
	/*padding-left: 20px;
	padding-right: 30px;*/
}

[if IE]>

.entry {
	margin-top: -100px;	
        padding-left: 20px;
	padding-right: 30px;
}
[endif]

.post-cat {
	background: url(images/cat-icon.png) no-repeat left center;
	padding-left: 25px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/comm-icon.png) no-repeat left center;
	padding-left: 18px;
	float: righ;
	font-size: 95%;
	margin-right: 25px;
}
.post-calendar {
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
	margin-right: 15px;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries {
	float: left;
	padding-left: 85px;
	background: url(images/back-arrow.png) no-repeat left center;
	height: 31px;
        width: 150px;
}
.next-entries {
	float: right;
	padding-right: 75px;
	background: url(images/next-arrow.png) no-repeat right center;
	height: 31px;
        width: 150px;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	border: 1px solid #f1fedb;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background:#CC6600;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
}
#sidebar {
	float: right;
	padding: 0px 10px 20px 0px;
	width: 325px;
}
#sidebar li{
       list-style: none;
}
#searchform {
	background: #ff5500;
	width: 316px;
	padding: 10px 10px 10px 10px;
	float:right;
}
#searchform #s {
	border:1px solid #203346;
	width: 210px;
	height: 22px;
	padding: 2px 5px 0px 5px;
	border: 1px solid #bed881;
	background: #e9facc;
	vertical-align: middle;
}
#searchform #searchsubmit {
	background: url(images/go-btn.gif) no-repeat;
	border: none;
	width: 44px;
	height: 32px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}
#searchform label {
	font-size: 11px;
	color: #41550e;
}
#sidebar h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 30px;
	background: url(images/cat-icon.png) no-repeat left center;
	font-weight:bold;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #FF6600;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	font-weight:bold;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 30px;
	background: url(images/cat-icon.png) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #FF6600;
	text-decoration: none;
}
#footer {
	clear: both;
	background: transparent url(images/bg-purpel.png) repeat;
	color: #ACD7EE;
	font-size: 95%;
	line-height: 130%;
	border-top: #FF6633 3px solid;
}
#footer a, #footer a:visited{
	color: #ffffff;
}
#footer .left-col{
	width: 295px;
	float: left;
	margin-left: 10px;
}
#footer .right-col{
	width: 320px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #316AC5;
	margin: 10px 0px 5px;
}
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
.recent-comments li{
	padding: 0px 0px 10px 20px;
}
.recent-comments a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recent-posts li{
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
#credits {
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited{
	color: #048db4;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}
img.alignleft {
        float: left;
        margin: 2em 1em 0 0;
}
img.alignright {
        float: right;
        margin: 2em 0 0 1em;

}
#authorpic {
        margin: 1em;
}

img .aligncenter {
        margin: 0 auto;
}
