@charset "UTF-8";
/*  
Theme Name: Gillico Worldwide
Theme URI: http://www.gillico.com/
Description: The theme of www.gillico.com.
Version: 2.0
Author: Adam Gillitt
Author URI: http://www.gillico.com/

	Gillico Worldwide 2.0
	http://www.gillico.com/

	This theme was designed and built by Adam Gillitt,
	whose website you will find at http://www.gillico.com/
	Updated 3/08/10

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	font-family: "museo-slab-1","museo-slab-2","Lucida Grande",sans-serif;
	font-weight:300;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #666;
	background:#e6e7e8;
	background-image: 
		-webkit-gradient(linear, 0% 0%, 0% 100%, from(#E6E7E8), to(#FFFFFF));
	background-image:
		-moz-linear-gradient(center top,#e6e7e8 0%,#ffffff 100%);
	background-attachment:fixed;
	line-height: 200%;
}

a 		{ color: #666; text-decoration: none; font-family: "museo-slab-1","museo-slab-2","Lucida Grande",sans-serif; }
a:link		{ color: #cc0000; text-decoration: none; }
a:visited	{ color: #cc0000; text-decoration: none; }
a:hover		{ text-decoration: none; color: #000; }
a:active	{ text-decoration: none; color: #000; }
a 		{ outline: none }
a img 		{ border: none; }

.oneColFixCtrHdr #container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	font-family: "museo-slab-1","museo-slab-2","Lucida Grande",sans-serif;
	color:#666;
	font-weight:300;
	line-height:200%;

}
.oneColFixCtrHdr #header {
	padding: 0 0 5px 20px;  
}

.oneColFixCtrHdr #header h1 {
	margin: 0; 
	font-weight:900;
	padding: 5px 0;
	}

.oneColFixCtrHdr #mainContent {
	padding: 0; 
	background: #fff;
	background-image: 
		-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e6e7e8));
	background-image:
		-moz-linear-gradient(center top,#ffffff 0%,#e6e7e8 100%);
	background-attachment: fixed;
	border: 8px solid #cc0000;
	-moz-box-shadow: 5px 5px 20px 10px #a6a7a8;
	-webkit-box-shadow: 5px 5px 10px #a6a7a8; 
	box-shadow: 5px 5px 20px 10px #a6a7a8;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#a6a7a8, offX=10, offY=10, positive=true);
	font-family: "museo-slab-1", "museo-slab-2", "Lucida Grande", sans-serif;
	color:#666;
	font-weight:300;
	line-height:200%;
}

.marquee a:hover{
 border-bottom: 1px dotted #cc0000;
 }

.marquee{
	padding:15px 30px;
	margin:15px 15px;
	font-size:large;
}

.marquee h1 {
	font-size: xx-large;
	font-weight: 900;
	color:#000000;
}

.main_body{
	padding:15px 30px;
	margin:15px 15px;
	font-size:large;
	min-height:850px;

}
#textfix a:hover{
 border-bottom: 1px dotted #cc0000;
 }

.main_body h1 {
	font-size: xx-large;
	font-weight: 900;
	color:#000000;
}

.main_body h2 {
	font-variant: small-caps;
	font-size: x-large;
	font-weight: 500;
	font-style:normal;
	background: #a6a7a8;
	padding:5px 0px 5px 20px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:white;
	letter-spacing:.75px;
	text-shadow: #676869 1px 1px 3px;
	-moz-box-shadow: #a6a7a8 1px 1px 3px;
	-webkit-box-shadow: #a6a7a8 1px 1px 3px; 
	box-shadow: 1px 1px 3px #a6a7a8;
	width:60%;
}

.main_body h2 a{
color:white;
}

.main_body h3 {
	font-size: large;
	font-weight: 500;
	font-style: normal;
	border-bottom: 2px dashed #a6a7a8;
	color:black;
	margin:5px 0;
	}


.blog_body{
	padding:15px 30px;
	margin:15px 15px;
	font-size:large;
	min-height:1200px;
	font-family: "museo-slab-1","museo-slab-2","Lucida Grande",sans-serif;
	color:#666;
	font-weight:500;
	line-height:100%;

}


.blog_body h1 {
	font-size: xx-large;
	font-weight: 900;
	color:#000000;
}

.blog_body h2 {
	font-size: x-large;
	font-weight: 500;
	font-style:italic;
	background: #e6e7e8;
	width:60%;
	text-transform:capitalize;
	padding:5px 0px 5px 20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px dotted #a6a7a8;
}




.helptext{text-align:center;
	font-size:x-small;
	font-weight:500;
	font-style: italic;
	line-height:150%;
	color:#a6a7a8;
	margin:10px;
	background:#e6e7e8;
	padding:10px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	width:60%;
}

#topnav {
  left:630px;
  position:relative;
  top:163px;
  width:17.5em;
}
#topnav a{
	background:#d6d7d8;
	padding:5px 7px 0;
	letter-spacing:1px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius: 5px;
	border-top-right-radius:5px;
	text-shadow: #999999 1px 1px 3px;
	-moz-box-shadow: #a6a7a8 -1px -1px 5px;
	-webkit-box-shadow: #a6a7a8 -1px -1px 5px; 
	box-shadow: -1px -1px 5px #a6a7a8;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#e6a7a8, offX=-1, offY=-1, positive=true)
}

#topnav a:hover{
	background:#a6a7a8;
	text-shadow: #cccccc -2px -2px 1px;
}

#bignav {
	font-weight: 900;
	color:#CC0000;
	position:relative;
	text-transform:uppercase;
	text-align:right;
	white-space:nowrap;
}

#bignav a{
	font-style:normal;
	position:absolute;
	right:0px;
	font-size: 1.33em;
	line-height:200%;
	padding:20px 10px 20px 20px;
	letter-spacing:1px;
	margin-top:-10px;
	text-shadow: #a6a7a8 1px 2px 2px;
	background:#e6e7e8;
	background-image: 
		-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#c6c7c8));
	background-image:
		-moz-linear-gradient(center top,#ffffff 0%,#c6c7c8 100%);
	-moz-border-radius-topleft:20px;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	border: 1px #e6e7e8 solid;
}

#bignav a:hover{
	background:#a6a7a8;
	background-image: 
		-webkit-gradient(linear, 0% 0%, 0% 100%, from(#A6A7A8), to(#FFFFFF));
	background-image:
		-moz-linear-gradient(center top,#e6e7e8 0%,#ffffff 100%);
	text-shadow: #a6a7a8 -2px -1px 1px;
	border:1px #a6a7a8 solid;
}

#topnav h2{
	text-transform:uppercase;
	font-weight:900;
	font-size:large;
}
.sidebar a:hover{border-bottom:none;}

.sidebar{
	width:290px;
	clear: left;
	float: right;
	margin:25px 0 0 30px;
	padding: 25px 0 10px 20px;
	font-family: "museo-slab-1","museo-slab-2","Lucida Grande",sans-serif;
	color:#666;
	font-weight:300;
	line-height:200%;
	background-image: 
		-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e6e7e8));
	background-image:
		-moz-linear-gradient(center top,#ffffff 0%,#e6e7e8 100%);
	background-attachment:fixed;

}

.sidebar strong {
	font-weight:500;
	color:black;
}

.sidebar h3 {
	font-size:small;
	font-weight:300;
	text-align:left;
	margin:-15px 10px 15px;
	}

.sidebar h2 {
	font-size:medium;
	font-weight:700;
	text-align:center;
	color:#000;
	text-indent:-10px;
	}

.recommendations {
	float: right;
	clear: left;
	margin-left:10px;
}
.mugshot {
	clear: left;
	float: left;
	margin:5px 10px 0 0;
}

.mugshotcaption{
	font-size:xx-small;
	font-style:italic;
	font-weight:300;
	margin:-12px 10px -5px 35px;
	clear: left;
	float: left;
}


.footer p{
	margin:10px;
	padding-top:5px;
	font-size:x-small;
	font-weight:300;
	font-style: italic;
	line-height:150%;
	float:left;
	clear:right;
}

.footer p img {
margin-left:50px;
}

.footer img a:hover{
border-bottom:none;
}

.style1 {
	font-weight:700;
	font-size: medium;
	margin-right:50px;
	line-height:133%;

}

.style2 {
	font-weight:300;
	font-size: small;
	margin-right:50px;
	line-height:150%;
}
.style1 a:hover{
 border-bottom: 1px dotted #cc0000;
 }

.logo{
	position:relative;
	z-index: 100;
	top: 52px;

}



.inlinelogo {
	vertical-align:middle;
}
.navbutton {
	padding:10px 0;
}

#fp_post{line-height:150%;
margin:0 10px 0 5px;
}

.fp_post_content {margin:10px;
font-size:small;
}

.more-link {
font-size:small;
   text-align: right;
}
		
.entry, .entrytext { 
line-height:200%;
font-size:medium;
}

.entrytext a:hover, .entry a:hover{
 border-bottom: 1px dotted #cc0000;
 }


.entry img, .entrytext img a:hover{
 border-bottom: none;
 }

.sidebar h2 a:hover{
 border-bottom: 1px dotted #cc0000;
 }

strong	{		
		color:#cc0000;
}


.instructions {
		color:#666;
		line-height:150%;
		font-weight:300;
		font-size:75%;
		}

.postmetadata{	
		text-align:center;
		font-size:small;
		font-style:italic;
line-height:150%;
}

.tagmetadata{	
		font-size:small;
}

.morelink{	
		font-size:small;
}


.side_one{      font-size:medium;
		line-height:150%;
}

small {
		font-size:small;
	}



.description {
	font-size: small;
	text-align: center;
	}


#main_content h2 { 
	font-size:xx-large;
	border-bottom:1px solid #666;
	margin 30px;
	padding-left:10px;
	line-height:200%;
}

textarea{ 
  font-family: "museo-slab-1","museo-slab-2","Lucida Grande",sans-serif;
  font-size:medium; 
  font-weight:100; 
  line-height:200%;
  letter-spacing:.5px;
  background:#fff; 
  color:#666; 
  border:1px dotted #a6a7a8;

}

input{ 
  font-family: "museo-slab-1","museo-slab-2","Lucida Grande",sans-serif;
  font-size:small; 
  font-weight:500; 
  background:#fff; 
  color:#666; 
  border:1px dotted #a6a7a8;
	text-transform:uppercase;
}


.commentlist li, #commentform input, #commentform textarea {
	font: large;
	}
	
.commentlist li {
	font-weight: 500;
	}

.commentlist cite, .commentlist cite a {
	font-weight: 700;
	font-style: normal;
	font-size: large;
	}

.commentlist p {
	font-weight: 500;
	line-height: 200%;
	text-transform: none;
	font-size:medium;
	color:#999;
	}

#commentform p {
		font-weight:900;		
	}

.commentmetadata {
	font-weight: 100;
	}


	
code {
	font: 18px;
	}

acronym, abbr, span.caps
{
	font-size: 14px;
	letter-spacing: .07em;
	}


/* End Typography & Colors */



/* Begin Structure */
.entry, .entrytext {margin:10px 10px 20px 10px;
}




.navigation{font-size:x-small;
font-weight:500;
padding 10px 0;
}
.navigation a:hover{
 border-bottom: 1px dotted #cc0000;
 }


.preview img{
		width:96%;
		margin:0 3% 0 1%;
}
		

.morelink{	
		margin-top:10px;
		}

		
.side_one a:hover{
 border-bottom: 1px dotted #cc0000;
 }

.side_one{

		padding:0 2% 10px 2%;
		}	

.post {
	margin: 0 0 40px;
	}

.postmetadata {
	clear: left;
}


/* End Structure */



/*	Begin Headers */


.description {
	text-align: center;
	}



h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img .entry {border-bottom:none;
}

	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	text-align: left;
	margin-top:10px;
	width: 260px;
	}

#sidebar #searchform #s {
	width: 200px;
	padding: 2px;
	}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 300px;
	}

#commentform textarea {
	width: 500px;
	height: 200px;
	}

#commentform #submit {
	margin: 10px 0;
	color:#e6e7e8;
	font-weight:700;
	background:#666;
	width: 100px;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
padding:0px 0 10px 0;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */





/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 250px 50px -10px;
	padding-left: 20px;
	border-left: 10px solid #a6a7a8;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

input:focus { border: 1px dashed #a00004;
background:#e6e7e8; } 

textarea:focus { border: 1px dashed #a00004;
background:#e6e7e8; } 

.more-link a:hover{
 border-bottom: 1px dotted #cc0000;
 }


/* End Various Tags & Classes*/

/* for PageNavi */
/*
Gillico Custom styles for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	font-family: "museo-slab-1","museo-slab-2","Lucida Grande",sans-serif;
}

.wp-pagenavi a, .wp-pagenavi span {
	font-weight: 500;
	border: 1px solid #000;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi span.extend{
display:none;
}

.wp-pagenavi span.current {
	border:2px solid #a6a7a8;
	background:#e6e7e8;
	color:#a6a7a8;
	font-weight: bold;
	padding: 3px 5px;
	margin: 2px;
	font-weight: 900;
}

.wp-pagenavi a:hover {
	border-bottom:none;
	border:2px solid #cc0000;
	background:#000000;
	color:#fff;
	padding: 3px 4px;
	font-weight: 900;
}

/* for TweetList */


.tweet, .query {
margin-right:10px;
line-height:133%;
  font-size: small;
font-family: "museo-slab-1","museo-slab-2","Lucida Grande",sans-serif;
font-weight:500;
  color: #666; }
  
  .tweet .tweet_list, .query .tweet_list {
    margin: 0;
    padding: 0; }
    
    .tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
      text-transform: uppercase; }
      
    .tweet .tweet_list li, .query .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding: .5em; }
      
      .tweet .tweet_list li a, .query .tweet_list li a {
      font-style:italic;
        color: #cc0000; }
        
.tweet_list li a:hover{
      font-style:italic;
 color:#000000;
 border-bottom: 1px dotted #cc0000;
 }


    .tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
      background-color: #e6e7e8 }
      
    .tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      
      .tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle; }

.fbbutton{
clear:left;
padding-bottom:5px;
margin-left:-10px;
}

.fbbutton a:hover{
 border-bottom: none;
 }