/*
Theme Name: jellies

Theme URI: http://www.tarodoeht.com/

Description: 1, 2, and 3 column templates with customized dynamic sidebars.

Version: 1.0

Author: Thea

Author URI: http://www.tarodoeht.com
*/



* {margin: 0; padding: 0; border: none; text-decoration: none;}

html {
	font: .95em/1 "Courier New", Courier, monospace;	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}

body {
		min-height: 100%;
	background:url("images/bgtile.jpg");}

#bodywrap {
	width: 100%;
	margin: 0 auto;
}



.header {  margin-top: 25px; margin-left:auto; margin-right:auto; color: #333333; width: 80%; height:43px; position: relative;}




#splash{
	background:url("images/squaredbg.jpg") repeat-x;
	float: left;
	width: 100%;
	height: 339px;
	overflow: hidden;
	text-align:center;
	position: relative;
}

#topbanner{
	background:url("images/squaredbg2.jpg") repeat-x ;
	float: left;
	width: 100%;
	height: 129px;
	overflow: hidden;
	text-align:center;
	position: relative;
}

h1 {font-size:18px;
	font-family: "Courier New", Courier, monospace;
	padding-bottom: 5px;}

.entry h2 {font-size:16px;
	font-family: "Courier New", Courier, monospace;
	padding: 20px 15px 15px 15px;}

.entry ol, .entry ul
	{padding-left: 35px;
	font: 13px/1 "Courier New", Courier, monospace;}


p { font: 13px/1 "Courier New", Courier, monospace;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 14px;
	}
	
a { color:#9432ae;
		text-decoration:none;
		}
		
a:hover, a:active { color:#9432ae;
		text-decoration:underline;
		font: 12px/1 "Courier New", Courier, monospace;
		}

#container {
	width: 100%;  /* this will create a container 80% of the browser width */
	float: left;}
	
#container .wrap {
	margin-top:1%;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	text-align: left;
}

#container #sidebarL {
  float: left; /* this element must precede in the source order any element you would like it be positioned next to */
  width: 22%; /* since this element is floated, a width must be given */
  padding: 5px 0; /* top and bottom padding create visual space within this div  */
}
#container #sidebarR {
  float: right; /* this element must precede in the source order any element you would like it be positioned next to */
  width: 23%; /* since this element is floated, a width must be given */
  padding: 5px 0; /* top and bottom padding create visual space within this div  */
}
#container #sidebarL p, #container #sidebarL h3, #container #sidebarR p, #container #sidebarR h3 {
  margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
  margin-right: 10px;
}
/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.blog {
	background:url(images/blog.jpg) no-repeat top right;
}

.mail {
	background:url(images/mail.jpg) no-repeat top right;
}

.about {
	background:url(images/about.jpg) no-repeat top right;
}

.art {
	background:url(images/art.jpg) no-repeat top right;
}

.links {
	background:url(images/links.jpg) no-repeat top right;
}

.shop {
	background:url(images/shop.jpg) no-repeat top right;
}


#container #mainContent {
	margin: 0 24% 0 23.5%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 1%;
	border-left: #999999 1px dashed;
	border-right: #999999 1px dashed;
}

#container ul {margin-left:5px;
		list-style: none;
		padding: 5px;
		color: #666666;
	
}

#container #mainContentnoRight {
	margin: 0 0 0 23.5%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 1% 0 1%;
	border-left: #999999 1px dashed;
	border-right: #999999 1px dashed;
}

#container #mainContentnoLeft {
	margin: 0 24% 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 1% 0 1%;
	border-left: #999999 1px dashed;
	border-right: #999999 1px dashed;
}

#container #mainContentnoSidebar {
	margin: 0 0 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 1% 0 1%;
	border-left: #999999 1px dashed;
	border-right: #999999 1px dashed;
}



.post { 
		padding-bottom:10px;
}

.post h2 a {color:#333333;
		font-size:18px;
		text-decoration:none;
		padding-bottom:5px;
		}
		
.post h2 a:hover, a:active {color:#666666;
		font-size:18px;
		text-decoration:none;
		padding-bottom:5px;
		}
		
.postmetadata { color:#333333;
		font-size:10px;
		text-decoration:none;
		}
		
.postmetadata a { color:#9432ae;
		font-size:10px;
		text-decoration:none;
		}
		
.postmetadata a:hover, a:active { color:#9432ae;
		font-size:10px;
		text-decoration:underline;
		}

.entry { font: 12px/1 "Courier New", Courier, monospace;
		padding: 10px 0;
		}

.entry a { color:#9432ae;
		font-size:12px;
		text-decoration:none;
		}
		

.entry a:hover, a:active { color:#9432ae;
		font-size:12px;
		text-decoration:underline;
		}

.navigation a { color:#9432ae;
		font-size:14px;
		text-decoration:none;
		font-weight: bold;
		}
		

.navigation a:hover, a:active { color:#9432ae;
		font-size:14px;
		text-decoration:underline;
		}

#container #sidebarL ul { margin-left:5px;
		list-style: none;
		color:#666666;
		font-size:11px;
		text-decoration:none;
		padding-bottom:5px;
}


#container #sidebarR ul { margin-left:5px;
		list-style: none;
		color:#666666;
		font-size:11px;
		text-decoration:none;
		padding-bottom:5px;
}

#container #sidebarR a, #container #sidebarL a { color:#9432ae;
		font-size:12px;
		text-decoration:none;
		}
		

#container #sidebarR a:hover, a:active, #container #sidebarL a:hover, a:active { color:#9432ae;
		font-size:12px;
		text-decoration:underline;
		}

.footer {  float:left; width: 100%;}

.footer .wrap {
	margin-top:1%;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	text-align: center;
	font: .85em/1 "Courier New", Courier, monospace;
	color: #999999;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  float: right;
  margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
  float: left;
  margin-right: 8px;
}

.center {text-align:center;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

/* CONNECT MENU ------------------------------------------------------- */

.displace {
	position: absolute;
	top: -100px;
}

#connect { width:288px; height:36px; margin-left:auto; margin-right:auto; margin-top:10px; overflow:hidden;}
#connect #con { width:288px; height:36px; margin:0; padding:0; background:url('images/icons/iconblock.jpg') 0 0 no-repeat; }
#connect #con li { display:inline; }
#connect #con li a { float:left; outline:none; width:36px; height:0; padding-top:35px; overflow:hidden; }
#connect #con li a { background-image:url('images/icons/iconblock.jpg'); background-repeat:no-repeat;}

#connect #con li#con00 a { background-position: 0px 0px; }
#connect #con li#con01 a { background-position: -36px 0px; }
#connect #con li#con02 a { background-position: -72px 0px; }
#connect #con li#con03 a { background-position: -108px 0px; }
#connect #con li#con04 a { background-position: -144px 0px; }
#connect #con li#con05 a { background-position: -180px 0px; }
#connect #con li#con06 a { background-position: -216px 0px; }
#connect #con li#con07 a { background-position: -252px 0px; }


#connect #con li#con00 a:hover { background-position: 0px -36px; }
#connect #con li#con01 a:hover { background-position: -36px -36px; }
#connect #con li#con02 a:hover { background-position: -72px -36px; }
#connect #con li#con03 a:hover { background-position: -108px -36px; }
#connect #con li#con04 a:hover { background-position: -144px -36px; }
#connect #con li#con05 a:hover { background-position: -180px -36px; }
#connect #con li#con06 a:hover { background-position: -216px -36px; }
#connect #con li#con07 a:hover { background-position: -252px -36px; }


#connect #con li#con00 a:active { background-position: 0px -36px; }
#connect #con li#con01 a:active { background-position: -36px -36px; }
#connect #con li#con02 a:active { background-position: -72px -36px; }
#connect #con li#con03 a:active { background-position: -108px -36px; }
#connect #con li#con04 a:active { background-position: -144px -36px; }
#connect #con li#con05 a:active { background-position: -180px -36px; }
#connect #con li#con06 a:active { background-position: -216px -36px; }
#connect #con li#con07 a:active { background-position: -252px -36px; }


#iconmenu { width:315px; height:40px; float:right; margin-bottom:10px; overflow:hidden; }
#iconmenu #menu { width:315px; height:40px; margin:0; padding:0; background:url('images/menublock2.jpg') 0 0 no-repeat; }
#iconmenu #menu li { display:inline; }
#iconmenu #menu li a { float:left; outline:none; width:45px; height:0; padding-top:40px; overflow:hidden;}
#iconmenu #menu li a { background-image:url('images/menublock2.jpg'); background-repeat:no-repeat;}

#iconmenu #menu li#menu00 a { background-position: 0px 0px; }
#iconmenu #menu li#menu01 a { background-position: -45px 0px; }
#iconmenu #menu li#menu02 a { background-position: -90px 0px; }
#iconmenu #menu li#menu03 a { background-position: -135px 0px; }
#iconmenu #menu li#menu04 a { background-position: -180px 0px; }
#iconmenu #menu li#menu05 a { background-position: -225px 0px; }
#iconmenu #menu li#menu06 a { background-position: -270px 0px; }


#iconmenu #menu li#menu00 a:hover { background-position: 0px -40px; }
#iconmenu #menu li#menu01 a:hover { background-position: -45px -40px; }
#iconmenu #menu li#menu02 a:hover { background-position: -90px -40px; }
#iconmenu #menu li#menu03 a:hover { background-position: -135px -40px; }
#iconmenu #menu li#menu04 a:hover { background-position: -180px -40px; }
#iconmenu #menu li#menu05 a:hover { background-position: -225px -40px; }
#iconmenu #menu li#menu06 a:hover { background-position: -270px -40px; }


#iconmenu #menu li#menu00 a:active { background-position: 0px -80px; }
#iconmenu #menu li#menu01 a:active { background-position: -45px -80px;}
#iconmenu #menu li#menu02 a:active { background-position: -90px -80px;}
#iconmenu #menu li#menu03 a:active { background-position: -135px -80px;}
#iconmenu #menu li#menu04 a:active { background-position: -180px -80px;}
#iconmenu #menu li#menu05 a:active { background-position: -225px -80px; }
#iconmenu #menu li#menu06 a:active { background-position: -270px -80px; }


.comments-template{
	margin: 10px 0 0;
	border-top: 1px dashed #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px dashed #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: "Courier New", Courier, monospace;	
	font-size: 14px;
	color: #666666
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: "Courier New", Courier, monospace;	
	font-size: 12px;
}

#submit, #searchsubmit, .wpcf7-submit {
 color: #333;
 background: #F0F0F0;
 border: 1px solid #AEAEAE;
}

#submit:hover, #searchsubmit:hover, .wpcf7-submit:hover {
 color: #FFF;
 background: #AEAEAE;
}

input {background-color:#AEAEAE;}

ul li.widget{ padding-bottom:15px;}
h2.widgettitle{ font-size:12px; padding-bottom:5px;}


