/*
Theme Name: IGF
Theme URI: http://www.internetGIRLfriday.com
Description: custom WP theme for internetGIRLfriday.com
Author: Revka Stearns
Author URI: http://www.berriesandcreamblogdesign.com

/* basics */

*{margin:0; padding:0;}
#rss
{ margin-left: 1046px;
padding: 0px;
margin-top: 0px;
}

body {
  margin: 10px auto;
  padding: 0;
  font-size: 75%; /* Resets 1em to 10px */
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  background: #fff;
  color: #000000;
	}
body a{color:#937247;}
	
h1 {font-size: 18pt;}
h2 {font-size: 16pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 8pt;}


/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	background: #fad4e6;
	border-left:1px solid #564229;
	margin:15px;
	padding:0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a
{
  color: #A34100;
}

a:link
{
  color: #5b462d;
}

a:visited
{
  color: #5b462d;
  text-decoration:none;
}

a:hover
{
  color: #a90161;
  text-decoration:underline;
}


/* sales page template */

#sales-container {
	width: 700px;
	margin: 0 auto;
	background:#fff;
	color:#333;
	border: 7px solid #564229;
	overflow: hidden;
	}

#sales-header{
	background: #fad4e6 url(images/header-grad-pink.gif);
        width: 700px; 
	color: #fff; 
        height: 208px;
	}

#sales-header-left {
	background: url(images/header-left.gif) no-repeat center;
        width: 700px; 
        height:208px;
        margin:0 auto;
	}

#sales-content {
	width: 92%;
	overflow: hidden;
	}


/* container */


#container {
	width: 900px;
	margin: 0 auto;
	background:#fff;
	color:#333;
	border: 7px solid #564229;
	overflow: hidden;
	}

#container h2{text-align:left; padding-left:10px;}
	
/* header */

#header {
	background: #FDEAF3 url(images/header-grad-pink.gif) repeat-x top left;
        width: 900px; 
	color: #fff; 
        height: 208px;
	}

#header h1{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 16pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;	
	padding: 120px 0 0 16px;	
        display:none;
	}
	
#header h1 a{text-decoration: none;}
#header h1 a:hover{text-decoration: none;}


#header h2{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0 0 0 18px;	
        display:none;
	}

#header-left {
        width: 200px; 
        float:left;
        margin:20px 0 0 18px;
        padding:0 10px;
        background: #a90161;
        border:1px dashed #fad4e6;
        color:#fad4e6;
        text-align:center;
        height: 168px;
	}
#header-left table
{
background: #a90161;
color:#fad4e6;
border: 0pt;
}
#header-right {
	background: url(images/Jen_Logo_2.gif) no-repeat center;
        width: 650px; 
        float:right;
        height:208px;
	}

#header-right h3{ margin-top:10px; color:#000;}


/* main menu */


#menu {
        clear:both;
        background: #564229 url(images/nav-grad.gif) repeat-x top left;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:900px; 
        border-top:2px solid #81694c;
	padding-bottom: 7px;
}


#menu ul {
	padding: 6px 0 0 0;
	text-align: center;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 6px 13px 6px 13px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}

#menu ul li a:hover {
	background-color: #fff;
	color:#0B1316;
}



/* content */


#ads-content {
        margin: 0 auto;
	width: 75%;
	overflow: hidden;
	}

#content {
	float: right;
	width: 72%;
	overflow: hidden;
	}

.post { text-align: left;
	margin: 0 10px;
	padding:10px 10px 10px 5px;
	line-height: 1.4em;
	}
	
.post h2{
	font-family: Arial;
        font-size: 14pt;
	font-weight: 300;
	color: #fff;
        background:#8b7355;
	padding: 5px;
	}

.post table
{
border: 0pt;
}	
.post h2 a{
	color: #fff;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #fad4e6;
	text-decoration: none;
	}

.post h3{background: #fff; padding:2px; color:#A90161;}
	
.post p{font-size: 10pt;}

.post a{text-decoration:underline;}

.post ul {margin-left: 30px; 
font-size: 10pt;}
.post ol {margin-left: 30px;
font-size: 10pt;}
.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#Feecf4;
	padding:6px;
	margin-top: 16px;
	}
	

.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}
	
	.alignleft {float:left; margin:25px;}
	.alignright {float:right; margin:25px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}

/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width: 26%;
	float:left;
	margin: 12px 0 24px 0;
	padding: 0;
	border-right: 1px dotted #564229;
	}

#sidebar h2{
	font-weight: normal; 
	font-size: 10pt; 
	text-align: left;
        background: #fad5e5;
        color: #5b462d
	margin-top: 10px;
	padding: 5px;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: circle;
	list-style-position: inside;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: circle;
	color: #898989;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #FEECF4;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #999;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding: 6px;
	}
	
#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #FEECF4;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #999;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #999;
	background-color: #fff;
	}

/* footer */

#footer {
	clear: both;
	width: 100%;
	margin-top:15px;
	background: #fad4e6 url(http://thatjengirl.com/wp-content/uploads/2009/03/header-grad-pink.gif) repeat-x bottom left;
        height: 150px;
        padding: 0;
	border-top: 2px solid #FEECF4;
text-align: left;
	}
#footer a
{padding: 0;
marging-left: 10px;
font-size: 10pt;

}


#footer h2{
	font-weight: normal; 
	font-size: 10pt; 
	text-align: left;
	margin-top: 10px;
	padding: 5px;
}

#footer-bottom {
	width: 100%;
        border-top:3px solid #564229;
	margin:0;
        padding:10px 0;
	background: #f5b2ce;
	}
	
#footer p{width:700px;padding:0;margin:10px 50px;font-size:9pt;}


