/*
Theme Name: Funes
Theme URI: http://squonkstudios.org/
Description: An Adventure in Ajaxy Wordpress by Squonk Studios
Version: 1.0
Author: Matt Glaser
Author URI: http://squonkstudios.com/
*/


/*Global Styles*/


body {
	color: #494949;
	font-family: "Trebuchet MS", "Lucida Sans", "Lucida Console", Tahoma, Verdana, monospace, sans-serif;
	height:100%;
	}
p {
	
	}
strong {
	color: #F15D22;
}
img {
	border:0
	}
.entry img {
	float:left;
	margin:0 20px 14px 0;
}
a:link, a:visited { 
	color: #0096C1;
	text-decoration: none;
	cursor:pointer;
}
a:hover {
	color: #F15D22;
	text-decoration: underline;	
}
a:active {
	outline: none;
}

a:focus {
	outline-style: none;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/*Global Typography*/

/*h1, h2, h3, h4, h5 {
	font-family: 'helveticanueuemd',"Trebuchet MS", "Lucida Sans", "Lucida Console", Tahoma, Verdana, monospace, sans-serif;
	}*/

h1{
	font-family: 'helveticanueuehv',"Trebuchet MS", "Lucida Sans", "Lucida Console", Tahoma, Verdana, monospace, sans-serif;
	font-size: 35px;
	padding: 0;
	margin: 0 0 9px 0;
	color: #0096C1;
	font-weight: bold;
	clear:both;
}
h2 {
	font-size: 30px;
	color: #f15d22;
	margin:8px 0 12px 0;
	font-weight:bold;
}
h3 {
	color: #f15d22;
	margin:10px 0 4px 0;
	font-size: 20px;
	
}
h4 {
	color: #0096c1;
	margin: 4px 0 0 0;
	font-size: 17px;
}
h5 {
	color:#F15D22;
	margin: 10px 0 5px 0;
	font-size: 14px;
	padding:0;

}

h2 a:link,  h2 a:visited {
	color: #F15D22;
}
h2 a:hover {
	color: #0096c1;
}


/* element styling */
#blog_header {
	position:absolute;
	white-space: nowrap;
	color:#f2eeeb;
	top:32px;
	left:28px;
}

#top_nav {
	position:absolute;
	left:435px;
	top:60px;
}
#top_nav li {
	float:left;
	font-size:10px;
	margin:0 5px;
	padding-top:4px;
}
#top_nav img {margin-top:5px}
/*#blog_header h1 a{padding-right:25px;}*/
h1 a, h2 a, h3 a {padding-right:20px; /*flir line break fix*/}
#blog_header h1 a:link,  #blog_header h1 a:visited, #blog_header h1 a:hover {
	font-size:55px;
	color: #f2eeeb;
}
#blog_header h1 a:hover {border-bottom:dotted 1px;}
#blog_description {
	position:absolute;
	top:650px;
	left:418px;
	font-size:12px;
	text-align:right;
	width:362px;
}
#blog_description img {margin-top:3px;}
#logo {
	position:absolute;
	top:650px;
	left:785px;
}
.post h2 {
	margin-bottom:2px;
}
.meta {
	font-size:12px;
	margin: 0 0 6px 0;
}
.entry p {
	font-size:14px;
	margin: 0 auto 8px auto;
}
.entry ul li {
	padding-left:30px;
	font-size:14px;
	margin:10px 0;
}
/*left sidebar*/	
#blog_left {
	position: absolute;
	top: 110px;
	left: 4px;
	width: 170px;
	margin: 0 15px;
	font-size:12px;
}
#blog_left div {
	margin: 0 auto 20px auto;
}
#blog_left ul li {
	margin-left:15px;
	margin-bottom:9px;
	line-height:13px;
}
#blog_left h3, #top_nav h3 {
	color:#f2eeeb;
	font-size:13px;
	margin-bottom:5px;
}
#top_nav h3 {float:left;}
#blog_left a:link, #blog_left a:visited, #top_nav a:link, #top_nav a:visited   {
	color:#f2eeeb;
	display:block;
	font-weight:bold;
}
#blog_left a:hover, #blog_left a:hover  {
	color:#494949;
}
div.avatar {
	float:right;
	margin:10px 20px 20px 20px;
	font-size:11px;
}
#blog_content {	
	position:absolute;
	top: 140px;
	left:325px;
	width: 590px;
	height:480px;
	overflow:auto;
	padding-right:80px;
}	
.morelink {
	text-align:right;
	font-size:13px;
}

/* comment form */

#commentage {
	margin-top:25px;
}

ul.commentlist {
	margin:15px 0 15px 0;
	}
ul.commentlist li {
	margin: 0 0 15px 0;
	display:table;
	width:100%;
	padding:10px;
}
div.comment_avatar {
	float:left;
	font-size:10px;
	margin-right:15px;
}
div.comment_avatar img {
	margin:auto;
	display:block;
}
.comment_text {
	font-size:12px;
	}
.comment_text p{
	margin: 0 0 7px 0;
	width:96%;
	}
#commentage textarea {
	width: 98%;
	overflow:auto;
	border-style:dashed;
	border-width:2px;
	border-color: #0096c1;
	color: #0096C1;
	background:url(/images/blank.png); /*ie7 fix*/
	}
#commentage input {
	border-style:dashed;
	color: #0096C1;
	border-width:2px;
	border-color: #0096c1;
	background:url(/images/blank.png); /*ie7 fix*/
}
	
#commentage textarea:hover, #commentage input:hover {
	background:url(/images/translucent_pixel_blue.png);
}
#commentage textarea:focus, #commentage input:focus, li.alt {
	background:url(/images/translucent_pixel_blue_lighter.png);
}
	
#commentage input.submit {
	border:none;
	width: auto;
	background: url(/images/buttonbg.png) repeat-x;
	padding:5px;
	font-size:12px;
	}
#commentage input.submit:hover {
	background: url(/images/buttonbluebg.png) repeat-x;
}
.submitgraf {
	text-align:right;
	padding-right:8px;
}


#a2afeed_dropdown {
	height:350px;
	overflow:auto;
	padding-right:15px;
}

#badges {
	margin-top:40px;
}

/*fancy-nancy scrollbars*/

div#scrollbar {
    display:none; /* initially display:none; to hide from incapable */
    }
#to_scroll {width:100%;}
	
/*jqModal stuff*/
	
div.blackOverlay { background: #000000; }
div.jqDrag {cursor: move;}
div.jqDrag h3 {margin:0;}
/* jqmModal dialog CSS courtesy of;
  Brice Burgess <bhb@iceburg.net> */

div.jqmDialog {
  	display: none;
    position: fixed;
    top: 12%;
    left: 50%;
    margin-left: -250px;
  	width: 500px;
	overflow: hidden;
	font-family:verdana,tahoma,helvetica;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmDialog {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


/* [[[ Title / Top Classes ]]] */
div.jqmdTC { 
  background:url(/images/translucent_pixel_blue.png);
  color: #0096C1;
  padding: 7px 22px 5px 5px;
  font-weight: bold;
  * zoom: 1;
}



/* [[[ Body / Message Classes ]]] */
div.jqmdBC {
  background: transparent;
  padding: 7px 7px 7px;
  height: 400px;
  overflow: auto;
}


div.jqmdMSG { color: #317895; }


/* [[[ Button classes ]]] */
.jqmdX {
	float:right;
	cursor:pointer;
}






	
	
/* Incredibly Messy Transparent Rounded Corner Technique 

table.roundcorners {
	float:left;
	
	margin: 15px 0 10px 0;
	}

td.corner_tl, td.corner_tr, td.corner_bl, td.corner_br {
	height:15px;
	width: 15px;
	background-color:transparent;
	padding:0;
	margin:0;
	background-repeat:no-repeat
	}
	
td.corner_tl {background-image:url(images/corners/tlc.png)}

td.corner_tr {background-image:url(images/corners/trc.png)}

td.corner_bl {background-image:url(images/corners/blc.png)}

td.corner_br {background-image:url(images/corners/brc.png)}

td.corner_top, td.corner_bot {
	height:15px;
	background-repeat:repeat-x;
	}
	
td.corner_top {background-image:url(images/corners/top.png)}

td.corner_bot {background-image:url(images/corners/bot.png); background-position:bottom}

td.corner_left, td.corner_right {
	width:15px;
	background-repeat:repeat-y;
	}
	
td.corner_left {background-image:url(images/corners/left.png)}

td.corner_right {background-image:url(images/corners/right.png); background-position:right}  */

