/*  
Theme Name: StudioPress
Theme URI: http://www.dailyblogtips.com/studiopress-wordpress-theme-released/
Description: A clean, Adsense-ready WP theme.
Author: Daily Blog Tips
Author URI: http://www.dailyblogtips.com/
Version: 1.2
Tags:blue color, right sidebar, two columns, fixed width
*/

/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px;
  }
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	}  

a {
  color: #9ace82;
  text-decoration:none;
  }

a:hover {
  text-decoration:underline;
  }

blockquote {
  margin: 5px 15px;
  padding: 5px 5px;
  background: #8CB5D8;
  border: 1px solid #3A7CAC;
  }

code {
  color: #3366CC;
  }

a img {
  border: 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;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}




/* Reset Defaults Ends */

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0 auto 10px auto;
  width: 960px;
  font-family: Arial, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #fff;
  color:#333333;
  font-size:85%;
  }

#wrapper {
  text-align: left; /* IE Centering Technique */
  }

#header, #header .logo h1 {
  margin: 0;
  padding: 0; 
  }

#header .logo {
  float: left;
  }

#header .banner {
  	float:right;
	/*position:relative;
	right:60px;
	top:20px;*/
  	}

#searchform {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  }

#searchform {
  margin-left: 5px;
  width: 213px;
  padding-top: 8px;
  height: 28px;
  background: #ccc;
  background: url(images/search.gif) left 3px no-repeat;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 6px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 6px 0;
  }

#searchbox {
  margin-left: 5px;
  margin-bottom: 3px;
  width: 150px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 50px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

/* Menu */

#nav {
  clear: both;
  height:26px;
 /*background:url(images/menuBg.png) repeat-x top left;*/
  background: #9ace82;
  display:block;
margin-bottom: 10px;
  }
	#menu-meny {
	
		}

		#menu-meny li {
			display: inline;
			position: relative;
			}
			
			#menu-meny li a {
	
				}

				#menu-meny li ul.sub-menu {
				    background: none repeat scroll 0 0 #9ACE82;
					display: none;
					float: left;
					left: 10px;
					list-style: none outside none;
					padding: 0;
					position: absolute;
					top: 26px;
					width: 210px;
					z-index: 9999;
					border: 2px solid #fff;
					}

					#menu-meny li ul.sub-menu li {
						float:left;
						display:inline;
						clear: both;
						border: none !important;
						margin-left: 6px;
						width: 210px;		
						}
						
						#menu-meny li ul.sub-menu li a {
							padding: 0 !important;
							width: 210px;
							}


#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav li {
  float: left;
  text-decoration: none;
  margin: 0 0;
  border-right:1px solid #fff;
  }
#nav ul li:first-child {margin: 0 0 0 4px;}
#nav ul li:last-child {border: none 0;}

* html #nav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

#nav ul li a {
	color:#fff;
	display:block;
	line-height:26px;
	padding:0 16px;
	text-decoration:none;
	font-size: 12px;
        }

        


#nav ul li a:hover {
  text-decoration: underline;
  cursor: pointer; /* For IE6 */
  }

#nav ul li.current_page_item a {
	text-decoration:underline;
  }

/* Main content */

#main {
  clear: both;
  width: 960px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0;
  background: #fff;
  }

#contentwrapper {
  float: left;
  width: 700px;
  margin-right:20px;
  }

#content {
  }

#content .pageTitle {
  padding: 5px 10px 0 10px;
  font-size: 18px;
  }

.contentsearch {
  margin: 0 0 40px 100px;
  }

.contentsponsors {
  margin: 0 0 30px 190px;
  }

.post {
  margin: 20px 0 25px 0;
  }

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 0 10px;
  font-weight: bold;
  color: #9ace82;
  margin-top:12px;
  }

#content h1, #content h2, #content h3 {
  font-size: 18px;
  }

  #content h3#refresh {
     cursor: pointer;
     }


#content h4, #content h5, #content h6 {
  font-size: 14px;
  }

h2.homeTitle {
  margin: 0 0 15px 0;
  }

h2.postTitle {
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
  }

h2.postTitle a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #9ace82;
  letter-spacing: -1px;
  }

h2.postTitle a:hover {
  text-decoration:underline;
  }

.postMeta {
  padding: 2px 10px 4px 10px;
  color: #333;
  }

.postContent img {
  margin: 10px;
	
  /*border: 3px solid #CCC;*/
  }

#content p {
	padding: 5px 10px;
	color: #000;
	}

.postContent p a{
  padding: 0;
  color: #000;
  text-decoration:underline;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  color: #000;
  }

p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.gif) left top no-repeat;
  text-decoration: none;
  }

.commentlist {
  margin: 10px 0;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 5px -25px;
  width: 510px;
  }

.commentlist cite {
  padding: 10px;
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }

.comment p {
  padding: 10px;
  color: #000;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment textarea {
  width: 510px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  color: #333;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.navigation {
  margin: 10px 0;
  color: #406E8D;
  text-align: center;
  }

.navigation a {
  text-decoration: none;
  }

a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }


/* Start of sidebar */

.sidebars {
  width: 220px;
  float: right;
  margin: 0;
  }

#text-3 p { padding: 0; }
  
.sidebars ul li {list-style:none;}

.sidebars ul li#text-3 {
	/*background:url(images/noteBackground.png) top left no-repeat;
	background-color:#9ace82;
	background-color:#9ace82;*/
	width:220px;
	list-style:none;
	padding:0;
        margin: 0;
	}

	.sidebars ul li#text-3 h2.widgettitle, .sidebars ul li#text-3 div.textwidget {
		/* margin:12px; */
		}
	
		.sidebars ul li#text-3 h3.widgettitle {
			padding:0;
			font-size:16px;
			font-family:Arial, Helvetica, sans-serif;
			color:#9ace82;
			}


.sidebars ul li#text-5 {
	/*background:url(images/noteBackground.png) top left no-repeat;*/
	background-color:#61f0ff;
	width:210px;
	list-style:none;
	padding:5px;
	height: 120px;
	}

	.sidebars ul li#text-5 h2.widgettitle, .sidebars ul li#text-5 div.textwidget {
		margin:12px;
		}
	
		.sidebars ul li#text-5 h3.widgettitle {
			padding:0;
			font-size:16px;
			font-family:Arial, Helvetica, sans-serif;
			color:#9ace82;
			}



.sidebars ul li#text-2,
.sidebars ul li#text-4{
	border-bottom:solid 1px #ccc;
	width:220px;
	list-style:none;
	}

	.sidebars ul li#text-2 h3.widgettitle,
	.sidebars ul li#text-2 div.textwidget,
	.sidebars ul li#text-5 h3.widgettitle,
	.sidebars ul li#text-5 div.textwidget,
	.sidebars ul li#text-3 h3.widgettitle,
	.sidebars ul li#text-3 div.textwidget,
	.sidebars ul li#text-4 h3.widgettitle,
	.sidebars ul li#text-4 div.textwidget{
		/* margin:12px; */
		}
		.sidebars ul li#text-3 h3.widgettitle,
		.sidebars ul li#text-3 div.textwidget a,
                .sidebars ul li#text-5 h3.widgettitle,
		.sidebars ul li#text-5 div.textwidget a {
			color:#fff;
			font-size:23px;
                        font-weight:normal;
			}
.sidebars ul li#text-5 div.textwidget a:active,
.sidebars ul li#text-5 div.textwidget a:focus,
.sidebars ul li#text-5 div.textwidget a:hover,
.sidebars ul li#text-3 div.textwidget a:active,
.sidebars ul li#text-3 div.textwidget a:focus,
.sidebars ul li#text-3 div.textwidget a:hover {text-decoration:none;}

.sidebars ul li#text-3 div.textwidget a span,
.sidebars ul li#text-5 div.textwidget a span {font-size:12px;}
	
		.sidebars ul li#text-2 h3.widgettitle,
		.sidebars ul li#text-4 h3.widgettitle{
			padding:0;
			font-size:16px;
			font-family:Arial, Helvetica, sans-serif;
			color:#9ace82;
			}

.sidebars ul li#News {
	width:220px;
	list-style:none;
	}
	
		.sidebars ul li#News div.post h2.postTitle a {
			/* padding-left:20px; */
			font-size:16px;
			font-family:Arial, Helvetica, sans-serif;
			color:#9ace82;
			background:url(images/greenArrow.png) top left no-repeat;
			}
		.sidebars ul li#News div.post-676 h3 a {
			color: red;
			}

/* Footer */

#footer {
  clear: both;
  padding-top: 0;
  text-align: right; /* IE Centering Technique */
  }


/* Extras */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:80%;
  }




.commentbody {
  float:right;
  width: 420px;
  margin-bottom: 20px;
  padding: 10px 0 10px 0;
  }


#dsLoggo {width:30px;height:130px;z-index:100;position:fixed;top:70%;right:-4px;}


#subPages {
	margin-bottom: 10px;
	padding: 5px 0;
	}

#subPages ul {
	margin: 0 10px;
	}

#subPages ul li a {
	border-color: #336633;
	border-style: solid;
	border-width: 0 1px;	
	font-weight: bold;
	padding: 0 5px;
	}
#subPages ul li.current_page_item a,
#subPages ul li a:hover {
	text-decoration: underline;
	}

#prices .category  td {
	border-top : 1px solid #9ACE82;
	padding-top: 10px;
	}
	
	
	
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
	
/******* MENU *******/
#container{
	margin: 2em auto;
}
#container ul{
	list-style: none;
	list-style-position: outside;
}
#container ul.tab li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#container ul.tab li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
}
#container ul.tab li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #9ACE82;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
}
.content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
}
/******* /CONTENT *******/
/******* NEWS *******/
.content.text-6{
	display: block;
	padding-left: 2px !important;
	padding-right: 4px !important;	
}
/******* /NEWS *******/
/******* TUTORIALS *******/
.content.text-8{
	display: none;
}
/******* /TUTORIALS *******/	
