/*  
Theme Name: Gig Utopia
Theme URI: http://www.wpqueen.com
Description: A simple, clean blog design.
Date: 25 January 2010
Version: 2.9.1
Author: WP Queen 
Author URI: http://www.wpqueen.com/
Tags: Right Sidebar, 2 Column, Grey, Blue
*/



/*-------------------------------------------------------------------------------------------------------------------*/



/*--General--*/

* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}
body {
	background: #D0D0D0 url(images/body-bg.png) repeat-x top;
	font: 80%/170% Arial, Verdana, Tahoma;
	color: #3c3c3c;
}
/*--formatting--*/

a {
	color: #96C;
	text-decoration: none;
	outline-style: none;
}
a:hover {
	text-decoration: none;
	color: #ff5900;
}
h2.pagetitle {
	font: bold 22px Arial, Verdana, Tahoma;
	padding: 2px 0;
	text-align: center;
	letter-spacing: 0;
	margin: 10px 0 0 10px;
	color: #ff5900;
	width: 600px;
	background: #fff;
	border: 1px solid #c4c4c4;
}
h2.pagetitle strong {
	font-size: 30px;
	font-family: Arial;
}
blockquote {
	padding: 0 0 0 10px;
	clear: both;
	font: 13px Arial, Verdana, Tahoma;
	margin: 10px 0 10px 10px;
	background: url(images/quote.gif) repeat-y;
	font-style:italic;
	color: #888888;
}
ul {
	list-style-type: circle;
}
ul li ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
ol li ol {
	list-style-type: lower-roman;
}
img.alignleft {
	float: left;
	margin: 5px;
	display: inline;
	border: 5px solid #d3d1d1;
}
img.alignright {
	float: right;
	margin: 5px;
	display: inline;
	border: 5px solid #d3d1d1;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/*--container--*/

#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	width: 960px;
	height: 171px;
	float: left;
	background: url(images/header.png) no-repeat;
}
#content {
	width: 960px;
	float: left;
	padding-bottom: 10px;
	background: #c1e7ff;
	margin-bottom: 20px;
}
#content #left-col {
	width: 640px;
	float: left;
	position: relative;
	margin: 0;
}
#content #right-col {
	width: 300px;
	margin: 20px 0 0 10px;
	float: left;
	position: relative;
	background: #ffffff;
	padding-bottom: 20px;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}
#right-col h3 {
	color: #3c3c3c;
	font: 16px Arial, Verdana, Tahoma;
	text-align: center;
	background: url(images/sidebar-h3.png) no-repeat;
	height: 46px;
	line-height: 46px;
}

#content #right-col #sidebar {
	float: left;
	position: relative;
}
#footer {
	width: 100%;
	float: left;
	color: #424242;
	/*height: 100px;*/
	background: #5f4d6f
}
/*--header--*/
#header #blog-title {
	margin: 5px 0 0 50px;
	float: left;
}
#header #blog-title h1 a {
	background: url(images/blog-title.png) no-repeat left;
	padding: 0;
	display: block;
	text-indent: -9999em;
	width: 323px;
	height: 166px;
}
/*--header nav--*/

#header #menu {
	float: right;
	margin: 5px 10px 0 0;
	width: 500px;
}
#header #menu ul {
	list-style: none;
	float: right;
}
#header #menu ul li {
	float: left;
	padding-right: 10px;
}
#header #menu ul li a {
	padding: 0 0 0 10px;
	float: left;
	text-decoration: none;
	font: 14px Arial, Verdana, Tahoma;
	color: #ffffff;
	text-transform: lowercase;
}
#header #menu ul li a:hover {
	color: #96C;
}
#header #menu ul li.current_page_item a {
	color: #96C;
}
/*--search--*/
#search {
	width: 250px;
	float: right;
	/*height: 100px;*/
	margin: 110px 0 0 0;
}
#search form {
	float: left;
	width: 260px;
	display: inline;
	padding-bottom: 30px;
}
#search form input#s {
	width: 210px;
	background: url(images/search-form.png) no-repeat right bottom;
	height: 21px;
	border: 0;
	float: left;
	margin: 0;
	padding: 4px 0 0 5px;
}
#search form input#searchsubmit {
	width: 25px;
	height: 25px;
	background: url(images/search-submit.png) no-repeat;
	border: 0;
	margin: 0 0 0 10px;
	cursor:pointer;
}
/*--categories menu--*/
.categories {
	/*border: 1px solid #c5c5c5;
	margin: 10px 0 0 10px;*/
	background: #303030;
	height: 45px;
	width: 960px;
}
.categories ul {
	list-style: none;
	padding: 10px 50px 0 50px;
	/*margin: 8px 0 0 10px;*/
	
}
.categories ul li {
	float: left;
	padding-right: 5px;
}
.categories ul li a {
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	color: #000000;
	display: block;
	background: #cdcdcd;
	padding: 0 5px;
	text-align: center;
	line-height: 24px;
}
.categories ul li a:hover {
	color: #000000;
	background: #96C;
}
.divider {
	/*margin: 10px 0 0 10px;*/
	display: none;
}
/*--post--*/
.post {
	width: 600px;
	float: left;
	margin: 20px 0 0 10px;
	border: 1px solid #c3c3c3;
	background: #ffffff;
}
.post h2 {
	width: 400px;
	float: left;
}
.post h2 a {
	font: 900 20px Arial, Verdana, Tahoma;
	color: #96C;
	margin: 7px 0 0 10px;
	float: left;
}
.post h2 a:hover {
	color: #99F;
}
.post-thumb {
	margin: 10px 0 0 10px;
	float: left;
	width: 143px;
	height: 143px;
	background: url(images/thumb-bg.png) no-repeat;
	padding: 7px 0 0 7px;
}
.post .entry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #424242;
	float: left;
	margin: 10px 0 0 10px;
	width: 425px;
}
.post .meta {
	width: 600px;
	float: left;
	padding: 0 0 10px 0;
	margin-top: 10px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #96C;
}
.post .meta a {
	color: #96C;
	text-decoration: none;
	font-weight: bold;
}
.post .meta a:hover {
	color: #99F;
}
.post-date {
	/*background: #3c3c3c;*/
	padding: 0;
	float: left;
	padding: 0 5px;
}
.read-more {
	/*background: #3c3c3c;*/
	padding: 0;
	float: right;
	padding: 0 5px;
}
.post .post-comments {
	margin: 10px 0 10px 0;
	padding: 0 2px 0 0;
	float: left;
	background: url(images/post-comments-bg.png) no-repeat;
	line-height: 20px;
	font-size: 16px;
	width: 30px;
	height: 27px;
	text-align: center;
}
.post .post-comments a{
	color: #3c3c3c;	
}
#left-col .banner-after-post {
	margin-top: 15px;
}
/*--single post--*/
.single-post {
	width: 600px;
	float: left;
	margin: 20px 0 0 10px;
	background: #fff;
	border: 1px solid #c3c3c3;
}
.single-post p{
	padding: 0 10px 0 10px;	
}
.single-post h2.single-title {
	font: 900 20px Arial, Verdana, Tahoma;
	color: #3c3c3c;
	margin: 5px 0 0 10px;
}
.single-post h2 {
	font: 900 20px Arial, Verdana, Tahoma;
	color: #3c3c3c;
	margin: 5px 0 0 10px;
}
.single-post h3 {
	font: 900 18px Arial, Verdana, Tahoma;
	color: #3c3c3c;
	margin: 5px 0 0 10px;
}
.single-post h4 {
	font: 900 16px Arial, Verdana, Tahoma;
	color: #3c3c3c;
	margin: 5px 0 0 10px;
}
.single-post h5 {
	font: 900 14px Arial, Verdana, Tahoma;
	color: #3c3c3c;
	margin: 5px 0 0 10px;
}
.single-post h6 {
	font: 900 12px Arial, Verdana, Tahoma;
	color: #3c3c3c;
	margin: 5px 0 0 10px;
}
.single-post-meta {
	font: 12px Arial, Tahoma, Verdana;
	color: #333;
	/*background: #3c3c3c;*/
	line-height: 20px;
	padding: 0 0 0 10px;
	margin: 5px 0 10px 0;
	float: left;
}
.single-post ul {
	list-style: square;
	margin-left: 20px;
}
.single-post ol {
	margin-left: 20px;
}
p.metadata {
	padding: 5px 10px;
	color: #848484;
	font: 12px Arial, Verdana, Tahoma;
	float: left;
	width: 580px;
	background: #ffffff;
	margin: 10px 0 0 10px;
	border: 1px solid #c3c3c3;
}
p.metadata a {
	color: #96C;
}
p.metadata a:hover {
	color: #ff5900;
}
.clear {
	clear: both;
	padding: 10px 0 0 0;
}
.error-page {
	padding-bottom: 200px;
	float: left;
}
.error-page a{
	text-indent: -9999em;
	display: block;
	width: 580px;
	height:170px;
	background: url(images/404.png) no-repeat;
	margin: 20px auto;
}
.no-posts {
	margin: 20px 0 0 10px;
	text-align: center;
	width: 600px;
	background: #fff;
	border: 1px solid #c4c4c4;
	padding-bottom: 20px;
}
.no-posts h2 {
	font: bold 20px Arial, Verdana, Tahoma;
	margin-top: 20px;
}
.no-posts img {
	margin-top: 40px;
}
/*--social bookmarking--*/
.bookmarking {
	width: 600px;
	background: #fff;
	border: 1px solid #c4c4c4;
	margin: 10px 0 0 10px;
	padding-bottom: 10px;
	float: left;
}
.bookmarking p {
	text-align: center;
	font: 16px Arial, Verdana, Tahoma;
	color: #424242;
	padding: 10px 0 10px 0;
}
.bookmarking ul {
	list-style: none;
}
.bookmarking ul li {
	float: left;
	margin-left: 9px;
}
.bookmarking ul li a {
	width: 89px;
	height: 31px;
	text-indent: -9999em;
	display:block;
}
.bookmarking ul li.rss-bookmark a {
	background: url(images/rss-bookmark.png) no-repeat;
}
.bookmarking ul li.digg-bookmark a {
	background: url(images/digg-bookmark.png) no-repeat;
}
.bookmarking ul li.stumble-bookmark a {
	background: url(images/stumble-bookmark.png) no-repeat;
}
.bookmarking ul li.delicious-bookmark a {
	background: url(images/delicious-bookmark.png) no-repeat;
}
.bookmarking ul li.twitter-bookmark a {
	background: url(images/twitter-bookmark.png) no-repeat;
}
.bookmarking ul li.reddit-bookmark a {
	background: url(images/reddit-bookmark.png) no-repeat;
}
.bookmarking ul li.yahoo-bookmark a {
	background: url(images/yahoo-bookmark.png) no-repeat;
}
/*--right-col--*/
/*--contact--*/


.contact-form input {
	border: 1px solid #d7d7d7;
}
.contact-form textarea {
	border: 1px solid #d7d7d7;
	width: 395px;
	padding: 6px 0 0 5px;
}
.contact-form form, fieldset {
	border: none;
	margin: 0 0 0 10px;
}
.contact-form .cp_message {
	width: 90%;
}
/*--sidebar--*/

/* latest tweet */
.latest-tweet {
	float: left;
	width: 300px;
	font: 14px Arial, Verdana, Tahomal;
	color: #848484;
	margin-bottom: 20px;
}
#right-col .latest-tweet h3 {
	color: #3c3c3c;
	font: 16px Arial, Verdana, Tahoma;
	text-align: center;
	background: url(images/latest-tweet-h3.png) no-repeat;
	line-height: 46px;
	height: 54px;
	margin: 0;
}
.latest-tweet ul {
	list-style: none;	
}

.latest-tweet ul li{
	padding: 0 10px;	
}
.latest-tweet p{
	text-align: right;	
}
.latest-tweet p img {
	border: none;
	margin: 5px 10px 0 0;
}
/* subscribe */
.subscribe {
	width: 300px;
	float: left;
	margin-bottom: 10px;
}
.subscribe p{
	margin: 15px 0 0 3px;	
}
.subscribe img {
	border: none;
	float: left;
	margin: 0 0 0 25px;
}
/* 125x125 Ads */
.ads-block {
	float: left;
	margin-bottom: 20px;
	width: 300px;
}
.ads-block h3 {
	margin-bottom: 15px;
}

.ads-block p {
	font: bold 12px Tahoma, Arial, Verdana;
	text-align: right;
	margin-right: 18px;
	padding: 0;
}
.ads-block p a {
	color:#fe0000;
	text-decoration: underline;
}
.ads-block p a:hover {
	color:#fe0000;
}
.ads-block img {
	float: left;
	margin: 0 0 17px 17px;
	border: 0;
}
/* recent comments */
.recent-comments {
	width: 300px;
	float: left;
	margin-bottom: 20px;
}

.recent-comments ul{
	list-style: none;
	margin-top: 15px;
	
}
.recent-comments ul li img{
	float: left;
	margin: 0 5px 0 0;
	padding-bottom: 10px;
}
.recent-comments ul li {
	clear: left;
	padding: 0 10px 0 10px;
	line-height: 18px;
	width: 270px;
}
.recent-comments ul li a{
	color: #848484;
}
.recent-comments ul li a:hover{
	color: #96C;
}
/* popular */
.popular {
	width: 300px;
	float: left;
	margin-bottom: 20px;
}
.popular ul{
	list-style: none;
	margin-top: 15px;
}
.popular ul li {
	padding: 0 0 0 15px;
	background: url(images/popular-bullet.png) no-repeat left;
	margin-left: 20px;
	
}
.popular ul li a{
	color: #848484;	
}
.popular ul li a:hover{
	color: #96C;	
}
/*--widget--*/
.widget {
	width: 300px;
	margin-bottom: 20px;
	float: left;
}
.widget ul {
	list-style: none;
	margin: 15px 0 0 20px;
}
.widget ul li {
	background: url(images/bullet.png) no-repeat left;
	padding-left: 20px;
	line-height: 18px;
}
.widget ul li a {
	color: #848484;
}
.widget ul li a:hover {
	color: #96C;
}
.widget p {
	padding: 0 10px 0 10px;
}
/*--comments--*/
#comments {
	margin: 15px 0 0 10px;
	float: left;
	width: 600px;
	background: #fff;
	border: 1px solid #c4c4c4;
}
h3#comment-title {
	font: bold 18px Arial, Verdana, Tahoma;
	color: #3c3c3c;
	margin: 10px 0 0 10px;
}
#comments ol, #comments ol li {
	float: left;
	list-style: none;
	margin: 10px 0 0 10px;
	padding: 0;
	width: 580px;
}
#comments ol li .comment-data {
	font: 12px Arial, Verdana, Tahoma;
	float: left;
	margin: 0;
	padding: 0;
	min-height: 80px;
	overflow: visible;
	color: #818181;
	position: relative;
	background: url(images/divider-comments.png) no-repeat left bottom;
}
#comments ol li.alt .comment-data {
	float: left;
	margin: 0;
	padding: 0;
	min-height: 80px;
	overflow: visible;
	color: #818181;
	width: 580px;
}
#comments ol li .comment-info {
	margin: 10px 0;
	font-weight: bold;
	color: #96C;
	/*background: #3c3c3c;*/
	display: block;
	float: right;
	font: 12px Arial, Verdana, Tahoma;
	padding: 0 5px 0 5px;
}
.gravatar {
	float: left;
	margin: 0 10px 10px 0;
}
.trackbacks {
	width: 600px;
	float: left;
	padding-bottom: 20px;
}
.trackbacks h3 {
	font: bold 20px Arial, Verdana, Tahoma;
	color: #424242;
	margin: 20px 0 0 10px;
}
#comments .trackbacks ol {
	margin: 10px 0 0 0;
	padding: 0;
}
#comments .trackbacks ol li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
}
/*--respond--*/

#respond {
	padding: 0 0 20px 0;
	margin: 15px 0 0 10px;
	float: left;
	background: #c1e7ff;
	/*border: 1px solid #c4c4c4;*/
	width: 600px;
}
#respond h3 {
	font: bold 20px Arial, Verdana, Tahoma;
	color: #424242;
	margin: 10px 0 20px 10px;
}
#respond h3 small {
	font: 12px Arial, Verdana, Tahoma;
	color: #969696;
	line-height: 20px;
}
#respond p {
	padding: 5px  0 0 20px;
}
#respond input {
	padding: 6px 0 0 5px;
	border: 1px solid #d7d7d7;
	font: 12px Arial, Verdana, Tahoma;
	width: 214px;
	background: url(images/form-input.png) no-repeat;
	height: 21px;
}
#respond textarea {
	border: 1px solid #d7d7d7;
	font: 12px Arial, Verdana, Tahoma;
	width: 395px;
	padding: 6px 0 0 5px;
	height: 144px;
	background: url(images/textarea-bg.png) no-repeat left top;
}
input#submit {
	border: none;
	background: url(images/submit-button.png) no-repeat;
	height: 30px;
	width: 402px;
	clear: left;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
	cursor: pointer;
	color: #424242;
}
input#submit:hover {
	background: url(images/submit-button-hover.png) no-repeat;
}
/*--footer--*/

#footer .footer-text {
	width: 960px;
	/*background: url(images/divider.png) no-repeat top;*/
	height: 30px;
	margin: 0 auto;
}
.copytext {
	float: right;
	color: #CCC;
	font: 11px Arial, Verdana, Tahoma;
	margin: 10px 0 10px 20px;
}
#footer .copytext a {
	color: #96C;
	text-decoration: none;
	font-weight: bold;
}
#footer .copytext a:hover {
	color: #ff5900;
}
/*--widget-formatting*/

.textwidget {
	padding: 5px;
}
#calendar_wrap {
}
#wp-calendar {
	width: 150px;
	margin: 0 auto;
}
#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #fff;
	color: #000;
}
#prev {
	text-align: left;
}
/*--gallery--*/
p.attachment {
	text-align: center;
	padding: 15px 10px;
	background-color: #1a1b1d;
	border: 1px solid #29323a;
	margin-left: 5px;
}
p.attachment a img {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #7bbcff;
}
.navigation a img {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #7bbcff;
}
.gallery-item a img {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #7bbcff;
}
.gallery-item a:hover img {
	border: 1px solid black;
}
.gallery-caption {
	font-size:11px;
	line-height:14px;
	margin-left:0pt;
	padding-bottom:10px;
	color: #7bbcff;
}
.caption {
	margin-left: 10px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


#footer-sidebar {


  display:block;
  margin: 20px auto 10px auto;
  width: 960px;
}
#footer-sidebar a:link {
	color: #fff;
}
#footer-sidebar a:visited {
	color: #c1e7ff;
}
#footer-sidebar a:hover {
	color: #96C;
}
#footer-sidebar1 {

  float: left;
  width: 220px;
  padding-left: 20px;
  margin-right:20px;

  }

#footer-sidebar2 {

  float: left;
  width: 220px;
  margin-right:20px;

 }

#footer-sidebar3 {

  float: left;
  width: 220px;
  margin-right:20px;

 }

#footer-sidebar4 {

  float: left;
  width: 220px;

 }
 
 .authorstyle { background-color: #d8f0ff !important; }