/*
Theme Name: Integrati
Theme URI: http://gormful.com/projects/integrati/
Description: Get More Free Wordpress Themes By Visiting <a href="http://www.wordpress.pro">Wordpress Theme</a>
Version: Beta 1.0
Author: Will Garcia
Author URI: http://gormful.com
*/

/* General Tags */

html { /* Force Vertical Scrollbar */

	height: 100%;
	margin-bottom: 0.1em;
	}

* {
	padding: 0;
	margin: 0;
	}

img {
	border: 0;
	}

body {
	font: 62.5% 'Century Gothic', 'Trebuchet MS', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #333;
	background: #EDEDED;
	text-align: center;
	}

a:link, a:visited {
	text-decoration: none;
	color: #009900;
	}

a:hover {
	text-decoration: none;
	color: #00AA00;
	}

blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	color: #333;
	background: url('images/quote.gif') no-repeat 10px 0;
	border: none;
	}

hr {
	display: none;
	}

code {
	font: 1.1em 'Courier New', Courier, Monospace;
	}

input[type=text], textarea {
	color: #333;
	padding: 1px;
	margin: 0;
	border: 1px solid #ccc;
	}

input[type=text]:focus, textarea:focus {
	background: #fff;
	color: #333;
	border: 1px solid #ccc;
	}

input[type=submit] {
	/* color: #333;
	padding: 1px;
	margin: 0; */
	border: 1px solid #ccc;
	}

table {
	align:center;
	border:0;
	margin-left:auto;
	margin-right:auto;
	clear: both;
	}

.center {
	text-align:center;
	border:0;
	margin-left:auto;
	margin-right:auto;
	clear: both;
	}

/* Structure */
#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	position: relative;
	border: 1px solid #ddd;
	border-top: none;
	clear: both;
	width: 740px;
	color: #333;
	}

#page .tooltitle {
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #333333;
	font: 1.5em normal "Century Gothic", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	}

#page #top {
	width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	}

#page #top #optibox {
	float: right;
	width: 202px;
	margin: 5px;
	padding: 5px;
	display: inline;
	list-style-type: none;
	}

#page #top #spoptibox {
	float: right;
	width: 356px;
	margin: 10px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	}

#page #mid {
	background: #333;
	width: 740px;
	padding: 0;
	margin: 0;
	position: relative;
	}

#page #bot {
	background: #fff;
	width: 740px;
	font: normal 11px Verdana, Helvetica, serif;
	color: #333;
	}

#page #metabar {
	background-color: #fff;
	width: 730px;
	padding: 5px;
	font-size: 1.1em;
	}

#page #metabar a:link, #page #metabar a:visited  {
	text-decoration: none;
	color: #009900;
	}

#page #metabar a:hover  {
	text-decoration: none;
	color: #00AA00;
	}

#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 200px;
	background: #333;
	width: 740px;
	}

*  html .admintab {
	display: inline;
	}

/*- Main Menu in Header */

#header ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

#header ul.menu li {
	display: inline;
	margin: 0;
	}

#header ul.menu,
#header ul.menu li a {
	padding: 5px 15px 6px;
	}

#header ul.menu li a {
	font-size: 1em;
	color: white;
	margin: 0;
	text-decoration: none;
	}

#header ul.menu li a:hover {
	background: #00AA00;
	color: #fff !important;
	text-decoration: none;
	}

#header ul.menu li.current_page_item a,
#header ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
	}

.admintab {
	position: absolute;
	right: 0px;
	list-style-type: none;
	}

* html .admintab { padding: 5px 15px 6px }	/* IE hack */
	
a img,:link img,:visited img { border:none }


/*- Sub Pages */

#submenu {
	width: 500px;
	margin: 10px auto;
	position: relative;
	background: #ffffff;
	color: #333;
	}

ul.smenu {
	text-align: right;
	}

ul.smenu li {
	list-style-type: none;
	height: auto;
}

ul.smenu, ul.smenu li a {
	padding: 0;
}

ul.smenu li a {
	font: 1.5em normal "Century Gothic", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	text-transform: lowercase;
	margin: 10px;
	background-color: #fff;
	color: #00AA00;
}

ul.smenu li a:hover {
	background: #00AA00;
	color: #fff !important;
	text-decoration: none;
}

ul.smenu li.current_page_item a, ul.smenu li.current_page_item a:hover {
	color: #333 !important;
	background: #fff;
	text-decoration: none;
}

/* Nifty box - Tags tab */
ul.tags {
	margin: 0;
	padding: 0;
	}

ul.tags li {
	display: inline;
	margin: 0;
	}

ul.tags,
ul.tags li a {
	padding-left: 2px;
	}

ul.tags li a:link, ul.tags li a:visited {
	text-decoration: none;
	font-size: 1em;
	margin: 0;
	color: #009900;
	}

ul.tags li a:hover {
	text-decoration: none;
	color: #00AA00;
	}

/* Content */

h1, h2, h3, h4 {
	font-family: 'Century Gothic', 'Trebuchet MS', Verdana, Sans-Serif;
	}

h1 { /* H1 is the title in the header */
	font-size: 3em;
	font-weight: bold;
	letter-spacing: normal;
	margin: 0;
	padding: 75px 40px 0;
	}


h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #00AA00;
	}

h1 a:hover {
	text-decoration: none;
	color: #55AA00;
	}

#header .description { /* Description in header */
	font-size: 1em;
	margin: 0 40px;
	color: #fff;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: -1px;
	}

h2, h2 a, h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #009900;
	}

h2 a:hover {
	text-decoration: none;
	color: #00AA00;
	}

h3, h4  { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: -1px;
	}

#page  #top  .post  .postdetail {
	color: #999999;
	font: 1em normal Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 0 2px 20px ;
	background: url('images/time.png') left center no-repeat;
	}

#page  #top  .post  .postdetailtag {
	padding: 2px 0 2px 20px;
	background: url('images/tag_blue.png') left center no-repeat;
	}

#page  #top  .post  .postdetail a:link, #page  #top  .post  .postdetail a:visited {
	text-decoration: none;
	color: #009900;
	}

#page  #top  .post  .postdetail a:hover {
	text-decoration: none;
	color: #00AA00;
	}

#page  #top  .post  .posttitle {
	font-family: "Century Gothic", "Trebuchet MS", Tahoma, sans-serif;
	font-size: 2.4em;
	color: #333333;
	padding: 5px;
	}

#page     #top     .post     .postcontent {
	padding: 5px;
	font: 1.2em normal "Century Gothic", "Trebuchet MS", Tahoma, sans-serif;
	color: #333333;
	padding-top: 20px;
	padding-bottom: 20px;
	}

#page     #top     .post     .postcontent p {
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	}


#page     #top     .post     .postcontent img, #page     #top     .post     .postcontent img a {
	padding: 0;
	margin: 5px auto;
	border: 0px;
	}

#page #top .post .postcontent ul, #page #top .post .postcontent ol {
	margin: 0;
	color: #333333;
	padding: 10px 0 10px 30px;
	}

#page #top .post .postcontent ul {
	list-style:disc;
	}

#page #top .post .postcontent ul ul {
	list-style:circle;
	border:0;
	}

#page #top .post .postcontent ul ul ul {
	list-style:square;
	border:0;
	}

#page #top .post .postcontent ol {
	list-style:decimal;
	}
            
#page #top .post .postcontent ol ol {
	list-style:upper-latin;
	border:0;
	}

#page #top .post .postcontent ol ol ol {
	list-style:lower-roman;
	border:0;
	}
        
#page #top .post .postcontent ul li, #page #top .post .postcontent ol li {
	margin:0 0 0 20px;
	}

#page  #mid .midtooltitle  {
	font: 1.7em normal "Century Gothic", "Trebuchet MS", Tahoma, sans-serif;
	padding-bottom: 2px;
	padding: 0;
	}

#page #mid .midmodleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #CCCCCC;
	margin: 0px;
	width: 340px;
	position: relative;
	padding: 10px;
	}

#page #mid .midmodleft ul {
	list-style-type: none;
	}

#page #mid .midmodleft ul li {
	display: block;
	list-style-type: none;
	}

#page #mid .midmodright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #CCCCCC;
	margin: 0px;
	float: right;
	width: 340px;
	padding: 10px;
	list-style-type: none;
	position: relative;
	}

#page #mid .midmodright form input[type=text] {
	width: 90%;
	margin: 5px 5px 1px 0;
	}


#page .botleft {
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 7px;
	width: 350px;
	position: relative;
	list-style-type: none;
	}

#page .botright {
	font: normal 1.1 em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 7px;
	float: right;
	width: 350px;
	list-style-type: none;
	position: relative;
	}

#page #footer {
	background: #333;
	width: 740px;
	padding: 0;
	margin: 0;
	position: relative;
	}

#page #footer .footeritem {
	font: normal 1.2em "Century Gothic", "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #CCCCCC;
	width: 640px;
	text-align: center;
	padding: 20px;
	margin: 0 auto;
	}

/* Widgets */
#mid h2.widgettitle {
	font-size: 1.7em;
	margin-left: 5px;
	color: #ccc;
	}

#bot h2.widgettitle {
	font-size: 1.7em;
	margin-left: 5px;
	border-bottom: 1px solid #333;
	color: #333;
	}

.midmodleft ul, .midmodright ul {
	margin-left: 5px;
	padding: 0;
	width: 90%;
	}

.midmodleft ul li, .midmodright ul li {
	margin-left: 20px;
	list-style-type: none;
	padding: 0;
	display: inline;
	}

.midmodleft ul li a:link, .midmodleft ul li a:visited, .midmodright ul li a:link, .midmodright ul li a:visited {
	text-decoration: none;
	color: #00AA00;
	}

.midmodleft ul li a:hover, .midmodright ul li a:hover {
	text-decoration: none;
	color: #55AA00;
	}

.botleft ul, .botright ul {
	margin-left: 5px;
	padding: 0;
	width: 90%;
	}

.botleft ul li, .botright ul li {
	margin-left: 20px;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding: 3px;
	}

.botleft ul li a:link, .botleft ul li a:visited, .botright ul li a:link, .botright ul li a:visited {
	text-decoration: none;
	color: #009900;
	}

.botleft ul li a:hover, .botright ul li a:hover {
	text-decoration: none;
	color: #00AA00;
	}

/* Comments */

.comments {
	text-align: left;
	padding: 30px 0 0;
	position: relative;
	}

.comment-meta {
	margin: 0 15px 0 0;
	float: none;
	}

.comment-login, .comment-welcomeback {
	margin-top: 15px;
	color: #777;
	}

#comment-personaldetails {
	margin-top: 10px;
	}

.comment-edit a {
	border: none;
	padding: 2px;
	padding-left: 23px;
	margin-left: 10px;
	background: url('images/comment_edit.png') left center no-repeat;
	height: 16px;
	}

.commentslink {
	padding: 2px 0 2px 20px;
	background: url('images/comment.png') left center no-repeat;
	margin-left: 10px;
	}

.commentsrsslink {
	background: url('images/feed.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	margin-right: 10px;
	height: 16px;
	}

.trackbacklink {
	background: url('images/arrow_refresh.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	}

.commentsrsslink a, .trackbacklink a {
	color: #009900;
	padding: 2px;
	}

.commentsrsslink a:hover, .trackbacklink a:hover {
	color: #00AA00;
	padding: 2px;
	}

.nopassword {
	text-align: center;
	}

#commentlist {
	margin: 0;
	padding: 10px 0 20px;
	position: relative;
	}

#commentlist li {
	margin: 10px 0 0;
	padding: 10px 10px 5px;
	list-style: none;
	}

#commentlist li .comment-content {
	padding: 10px 0;
	font-size: 1.2em;
	line-height: 1.8em;
	}

.comment-content p,
.comment-content ul,
.comment-content ol,
.comment-content div,
.comment-content blockquote {
	margin: 13px 0;
	}

#commentlist li .comment-meta {
	padding: 2px 0 2px 20px;
	background: url('images/time.png') left center no-repeat;
	display: block;
	}

#commentlist li img {
	padding: 0;
	border: none;
	}

#commentlist li img.gravatar {
	float: right;
	margin: -5px 0 0;
	}

#commentlist li .commentauthor {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
	}

#commentlist li .counter {
	display: none;
	font: normal 1.5em 'Century Gothic', 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	color: #999;
	float: left;
	width: 35px;
	}

li.byuser {
	background: #f6f7f8;
	}

li.bypostauthor {
	background: #eee;
	}

li.bypostauthor blockquote {
	color: #333;
	background: url('images/quote.gif') no-repeat 10px 0;              
	}
	 
#pinglist {
	font-size: 1.2em;
	padding: 0;
	margin: 10px 0 10px;
	background: #f6f7f8;
	}

#pinglist li {
	margin-left: 40px;
	padding: 7px 0;
	list-style: none;
	}

#pinglist li small {
	font-size: 0.8em;
	display: block;
	}

#pinglist li .counter {
	display: none;
	}

#pinglist li span.favatar img {
	margin-left: -25px;
	border: none;
	padding: 0;
	float: left;
	}

#pinglist li img {
	padding: 0;
	border: none;
	}
	
#leavecomment, .comments #loading {
	text-align: center;
	margin: 30px 0 20px !important;
	color: #ddd;
	font-size: 2em;
	letter-spacing: -2px;
	}

.comments #loading {
	margin-top: 20px !important;
	}

.comments #error {
	line-height: 2.0;
	padding: 5px;
	color: #FF0000;
	background-color: #FFFF99;
	}

.comments #commentload {
	padding-top: 3px;
	float: right;
	vertical-align: middle;
	}

.comments form {
	clear: both;
	padding: 1px 0 10px;
	margin: 0;
	}

.comments input[type=text], .comments textarea {
	font: 1.2em 'Courier New', Courier, Monospace;
	padding: 3px;
	color: #777;
	}

.comments form input[type=text] {
	width: 45%;
	margin: 5px 5px 1px 0;
	}

.comments textarea {
	width: 90%;
	margin: 10px 0;
	}

.comments form #submit {
	margin: 0;
	float: right;
	}

.quoter_comment {
	padding: 2px 0 2px 20px;
	background: url('images/comment.png') left center no-repeat;
	margin-left: 5px;
	}

/* Calendar Module */

#wp-calendar {
	width: 100%;
	}

#wp-calendar td {
	text-align: center;
	}

#wp-calendar caption {
	font-size: 1.2em;
	padding: 5px;
	}

#wp-calendar #prev {
	text-align: left;
	}

#wp-calendar #next {
	text-align: right;
	}

/* Navigation */
.navigation {
        text-align: center;
        margin: 10px 0 30px 0;
        padding: 0;
        width: 100%;
        font-size: 1.1em;
}

.navigation p {
        margin: 0;
        padding: 0;
}

.alignright {
        float: right;
}

.alignleft {
        float: left
}

/* Random Quotes */

#wp_quotes
{
	margin-left: 5px;
}

#wp_quotes div.wp_quotes_author
{
	text-align:right;
	font-style: italic;
	margin-top: 5px;
}
#body_content {position: absolute;left: -10000px;};