@charset "utf-8";
/*
Theme Name: GlutenFree
Description: The new design for GlutenFree
Version: 1.0
Author: Michael
Author URI: http://www.visionmasterdesigns.com
Tags: fixed width, two columns, widgets, deviant

	VMD3
	http://www.visionmasterdesigns.com

	This theme was designed and built by Micheal
	Copyright [c] 2009 Vision Master Designs
*/

/* -------------------------------------------------------------- 
   
   style.css
   
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 90%;
  color: #222; 
  background:url(imgs/all_bg.jpg);
  font-family: Georgia, "Times New Roman", Times, serif;
  margin:0;
  padding:0;
}

img, img a, img a:visited, img a:active, img a:hover { border:0; background:none; text-decoration:none }

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; font-family: Georgia, "Times New Roman", Times, serif; letter-spacing:2px; }
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover { background-color:#d54463; color:#fff; }
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }


h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.1em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { background-color:#d54463; color:#fff; }
a           { color: #d54463; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; background:url(imgs/quote_bg.jpg) right bottom no-repeat #fffce5;  line-height:1.4em; padding:1em; border:3px dashed #ffd1a8; border-right:5px solid #999; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}





/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


/* Header Footer classes
-------------------------------------------------------------- */
#header		{ padding:0; margin:0; background:url(imgs/header_bg.jpg) repeat-x; height:147px;  }
#header_img { margin:0 0 0 40px; padding:0; }
#header #search_bar	{ background:url(imgs/search_bar_bg.png) no-repeat; position:absolute; margin-left:660px; text-align:center; width:270px; padding-top:2px; height:35px; }
#header #search_bar form input  { font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; letter-spacing:1px;  border:1px solid #ccc; padding:2px; }
#header #search_bar form .search_button { 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:14px; 
	text-transform:uppercase; 
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
	color:#000;
	background:url(imgs/button_bg.jpg);
	border-color: #ccc;  }
	
#page		{ padding:15px 25px 15px 25px; background-color:#fff; }
#page .pagetitle { padding:0; margin:0 0 30px 0; border-bottom:1px dotted #ccc; text-align:center; font-style:italic; }
#page .post	{ margin:0px 0 60px 0;}
#page .post p {line-height:1.6em; }

#page .post h6	{ font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; padding:0; margin:0; color:#757575; margin-bottom:10px; font-size:70%; font-weight:200; text-transform:uppercase; }

#page .post .bubble {position:absolute; width:66px; height:50px; background:url(imgs/comment_bubble.png) no-repeat; margin-left:470px; padding-top:6px; font-size:20px; text-align:center}
#page .post .bubble a,#page .post .bubble a:active,#page .post .bubble a:visited { color:#fff; text-decoration:none;  }
#page .post .bubble a:hover { color:#fff;text-decoration:underline; background:none; }

#page .post	h1	{ margin-top:0; font-size:1.5em; padding-bottom:5px; border-bottom: 1px dotted #d14260; line-height:1.3em; width:460px; }
#page .post	h1 a, #page .post h1 a:visited, #page .post h1 a:active { text-decoration:none; color:#222; }
#page .post h1 a:hover { background-color:#d54463; color:#fff; padding:2px; }
#page .post_footer { border-top:1px dotted #ccc; padding-top:5px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#757575; text-transform:uppercase; font-size:70%; letter-spacing:1px;}
#page .post_footer a , #page .post_footer a:active, #page .post_footer a:visited { text-decoration:none; }
#content	{ float:left; width:550px; }
#sidebar	{ float:right; width:275px; }
#sidebar .box { margin-bottom:30px;}
#sidebar .box .body {font-family:Tahoma, Geneva, sans-serif; font-size:12px; letter-spacing:1px; line-height:1.5em;}
#sidebar .box .body ul { padding:0; margin:0;  }
#sidebar .box .body ul li { display:block; border-bottom:1px dashed #ccc; padding:3px; margin:0; }
#sidebar .box .body ul li a { text-decoration:none }
#sidebar .box .header h6 { color:#2281b2; font-size:14px; margin:0; padding:0; }
#sidebar .box .header { border-bottom:1px dotted #ccc; border-top: 3px solid #ccc; padding:3px;  }
#footer		{ background:url(imgs/footer_bg.jpg) bottom repeat-x #fff; text-align:center; color:#2d2d2d; height:50px; padding:10px 10px 0 10px; font-family:Tahoma, Geneva, sans-serif; font-size:12px; border-top:1px dotted #ccc;}

.comment-box { border-bottom:1px dotted #ccc; margin:10px 0; }
.gravatar_pic_admin { }
.gravatar_pic_admin a {  float:left;border:5px solid #ccc; }
.gravatar_pic a { position:absolute; margin-left:470px; border:5px solid #ccc; }
.gravatar_pic_admin a:hover,.gravatar_pic a:hover { border:5px solid #d54463; }
.comment-box .comment-box-body {padding:10px 0 0 10px; width: 430px; }
.comment-author { font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; }
.comment-author a { text-decoration:none; }
.comment-date 	{ color:#757575; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#757575; text-transform:uppercase; font-size:70%; letter-spacing:1px; }

#respond { margin-top:50px;  }
.comment_title { border-bottom:1px solid #000;}
#respond form input	{ border:1px solid #ccc; font-family:Tahoma, Geneva, sans-serif; font-size:16px; }
#respond form textarea { width:500px; border:1px solid #ccc; font-family:Tahoma, Geneva, sans-serif; font-size:16px; height:200px; }

#blue-plate { text-align:center; margin-bottom:10px;}
#blue-plate a,#blue-plate a:active,#blue-plate a:visited,#blue-plate a:hover { background:none; border:0; text-decoration:none}

/* Nav
-------------------------------------------------------------- */
#nav { 
	height: 30px; 
	position: relative;
	font-weight:700;
	padding:0;
	margin:0;
	background-color:#fff;
	font-family:"myriad Pro", Arial;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#000;
	border-bottom:1px dotted #ccc;
}
#nav #rss_bar {
	position:absolute; margin-top:1px;margin-left:740px; background:url(imgs/rss_icon.png) no-repeat; padding-left:33px; font-size:11px; letter-spacing:2px; font-weight:200; text-align:center; padding-top:8px; height:22px;
}
#nav #rss_bar a,#nav #rss_bar a:visited,#nav #rss_bar a:active { color:#fff; text-decoration:none; }


#nav ul {
	list-style:none;
	margin:0 0 0 15px;
	padding:3px 0 0 0;
}
#nav ul li { 
	float: left;
	margin-right:7px;
	padding:5px;
	display: inline;
}
#nav ul li a,#nav ul li a:active,#nav ul li a:visited { 
	color:#000;
	text-decoration:none;
	margin:0px;
	padding:5px;
}

#nav ul li a:hover { background:none; color:#d54463  }

.current_page_item { background:#ffe; }

#bfr {
background-image:url(imgs/b_r.png);
background-position:center;
background-repeat:repeat-y;
width:17px;
height:auto;
}
* html #bfr
{
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="imgs/b_r.png", sizingMethod="scale");
} 

#bfl {
background-image:url(imgs/b_l.png);
background-position:center;
background-repeat:repeat-y;
width:17px;
height:auto;
}
* html #bfl
{
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="imgs/b_l.png", sizingMethod="scale");
} 

.alignleft { float:left; width:160px; }
.alignright { float:right; width:160px;}
.navigation,.navigation a,.navigation a:active,.navigation a:visited { 
text-align:center; 
display:block;  
width:150px;
font-size:1.2em;
font-family:Georgia, "Times New Roman", Times, serif;
color:#FFFFFF; 
text-decoration:none; 
background-color:#2281b2; 
border:0px; 
margin:30px auto 0 auto; 
padding:0 ;
}

.navigation a:hover { 
	display:block; 
	background-color:#FFF; 
	border:0px; 
	color:#2281b2;
}