/*  
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;
  }

a {
  color: #ddcccc;
  }

a:hover {
  color: #ffeedd;
  }

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: 966px;
  font-family: Trebuchet MS, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #000 url(images/bgbody.jpg) repeat-y top;
  }

#wrapper {
  text-align: left; /* IE Centering Technique */

  background: #000 url(images/bgtop.jpg) no-repeat top;
  }

.topcurve {
  margin-top: 15px;
  height: 13px;
  background: url(images/bgtop.gif) left top no-repeat;
  }

.topcurvewhite {
  margin-top: 15px;
  height: 13px;
  background: url(images/bgtopwhite.gif) left top no-repeat;
  }

.bottomcurve {
  margin: 0;
  height: 13px;
  background: url(images/bgbottom.gif) left bottom no-repeat;
  }

.bottomcurvewhite {
  margin: 0;
  height: 13px;
  background: url(images/bgbottomwhite.gif) left bottom no-repeat;
  }

#header {
  margin: 0;
  padding: 0 0 0 0; 
  height: 189px;

  }

#header .topright {
  float: right;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: right;
  color: #fff;
  }

#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;
  }

#underheader {
  clear: both;
  margin: 0;
  padding: 0;  
  height: 131px;
  }

#underheader h1.sitename {
  padding: 0 0 0 20px;
  position: relative;
  font-size: 23pt;
  width: 600px;
  }

#underheader h1.sitename a {
  color: #fff;
  text-decoration: none;
  }

#underheader h1.sitename a:hover {
  color: #4C82A6;
  text-decoration: none;
  }

#underheader h2.sitedesc {
  padding: 3px 0 0 20px;
  position: relative;
  font-size: 12pt;
  color: #000;
  }


#underheader #toprss{
  float: right;
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  text-align: right;
  }

/* Menu */

#nav {
  clear: both;
  padding: 32px 0 3px 0 ;
  margin: 0px 13px 0px 33px;
  height: 26px;
  }

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav li {
  float: left;
  margin-right: 10px;
  }

* html #nav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #nav li a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  text-decoration: none;
  }

#nav li a {
  display: block;
  height: 26px;
  background: url(images/bgtableft.gif) left top no-repeat;
  text-transform: lowercase;
  font-size: 10pt;
  text-decoration: none;
  }

#nav li a span {
  display: block;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 12px;
  line-height: 26px;
  font-weight: bold;
  color: #aaa;
  text-shadow: 2px 2px 2px #000;

  background: url(images/bgtabright.gif) right top no-repeat;
  text-decoration: none;
  }

#nav li a:hover {
  background-position: left -26px;
  text-decoration: none;
  text-shadow: 2px 2px 2px #000;
  cursor: pointer; /* For IE6 */
  }

#nav li a:hover span {
  background-position: right -26px;
  color: #fff;
  }

#nav li.current_page a {
  background-position: left -26px;
  }

#nav li.current_page a span {
  background-position: right -26px;
  color: #ddd;
  }

/* Main content */

#main {
  clear: both;
  width: 940px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0;
  padding: 0 15px 15px 10px;
  background: #333;
  }

#contentwrapper {
  float: left;
  width: 740px;
  }

#content {
  }

#content .pageTitle {
  padding: 5px 10px 0 10px;
  font-size: 16pt;
  color: #ffdddd;
  }

#content td{

  color: #ccc;
  }
#content li{

  color: #ccc;
  }

.contentsearch {
  margin: 0 0 40px 100px;
  }

.contentsponsors {
  margin: 0 0 30px 190px;
  }

.adsense_top {
  text-align:center;
  margin:10px 0 25px 0;
  font-size:9pt;
  }

.adsense_sidebar {
  text-align:center;
  margin:0 0 20px 0;
  font-size:9pt;
  }

.post {
  margin: 20px 10px 35px 0;
  clear: left;
  color: #ccc;
  }

#content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 0 10px;
  font-weight: bold;
  }

#content h2 {
  font-size: 14pt;
  }

#content h3 {
  font-size: 12pt;
  }

#content h4, #content h5, #content h6 {
  font-size: 11pt;
  }

h2.homeTitle {
  margin: 0 0 15px 0;
  }

h2.postTitle {
  padding: 0 10px;
  font-size: 16pt;
  font-weight: bold;
  color: #fed;
  float: left; 
  }

h2.postTitle a {
  font-size: 16pt;
  font-weight: bold;
  text-decoration: none;
  color: #ddd;
  letter-spacing: -1px;  
  text-shadow: 2px 2px 2px #000;
  }

h2.postTitle a:hover {
  color: #fde;
  clear: left;
  }

.postMeta {
  padding: 2px 10px 4px 10px;
  font-size: 8pt;
  color: #333;
  float : right;
  }

.postMeta .date {
  background: url(images/date.gif) left no-repeat;
  padding: 0 0 0 15px;
  margin : 0 10px;
  color: #777;
  }

.postMeta .filed {
  background: url(images/folder.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  color: #777;
  margin : 0 10px;
  
  }

.postMeta .filed a {
  color: #777;

  }
.postMeta .filed a:hover {
  color: #a97;

  }

.postMeta .commentcount {
  background: url(images/comments.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .tags {
  padding: 0;
  font-size: 1pt;
  color: #333;
  }

.postMeta .tags a {
  padding: 0;
  font-size: 1pt;
  color: #333;
  letter-spacing: -1;
  }

.postMeta .tags a:hover {
  color: #333;
  }


.postMeta a {
  text-decoration: none;
  }

.postContent img {
  float: left;
  margin: 10px;
  border: 2px solid #222;
  }

.postContent a img {
  float: left;
  margin: 10px;
  border: 0px solid #222;
  }
.postContent
{
  border-top: 0px dotted #444;

} 


#content p, .postContent p {
  clear: both;
  margin-top: 3px;
  padding: 5px 10px;
  font-size: 10pt;
  color: #ccc;
  }

#content td, .postContent td {
  clear: both;
  margin-top: 3px;
  padding: 5px 10px;
  font-size: 10pt;
  color: #ccc;
  }
#content th
{
  color: #000;

}

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  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;
  font-size: 10pt;
  text-decoration: none;
  }

.commentlist {
  margin: 10px 0;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 5px -25px;
  width: 640px;
  }

.commentlist cite {
  padding: 10px;
  font-size: 10pt;
  }

.commentlist cite a {
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }

.comment p {
  padding: 10px;
  font-size: 10pt;
  color: #000;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment textarea {
  width: 640px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.navigation {
  margin: 10px 0;
  color: #406E8D;
  text-align: center;
  font-size: 10pt;
  }

.navigation a {
  text-decoration: none;
  }

a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }


/* Start of sidebar */

#allsidebars {
  width:200px;
  float:right;
  }


/* Sidebar top welcome box */

.sidebarswrapper {
  margin-top: 0px;
  padding-top: 9px;
  width: 200px;
  background: #444 left top no-repeat;
  }

.sidebars {
  width: 200px;
  background: #363636;
  }

.sidebars h2 {
  padding: 0 0 2px 0;
  font-size: 11pt;
  color: #fff;
  }

.sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  }

#welcome {
  clear: both;
  padding: 0 10px;
  }

#welcome a {
  display: inline;
  color: #4C82A6;
  }

#welcome a:hover {
  color:#fff;
  }




#welcome p {
  color: #ddd;
  margin-top: 5px;
  padding-left: 10px;
  }

.sidebarsbottom {
  clear: both;
  width: 200px;
  height: 18px;
  }


/* Sidebar 2 columns widget-ready */

.sidebarsB {
  width: 200px;
  margin-top: 15px;
  }

.sidebar1 {
  float: left;
  width: 200px;
  }

.sidebar2 {
  float: right;
  width: 200px;
  }

.sidebarsB h2 {
  padding: 2px 6px;
  padding-left: 12px ;
  font-size: 12pt;
  color: #830;
  background: url(images/sidebar_h2.gif) left no-repeat;
  margin-bottom: 3px;
  text-shadow: 2px 2px 2px #fb6;
  }

.sidebarsB table {
  width: 200px;
  }

.sidebarsB ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

.sidebarsB li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

.sidebarsB li ul {
  padding: 0;
  }

.sidebarsB ul ul li {
  margin: 0;
  margin-left: 5px;
  padding: 3px 2px 2px 23px;
  color: #222;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dotted #444;
  }

.sidebarsB a {
  display: block;
  color: #888;
  text-decoration: none;
  display: inline;
  }

.sidebarsB a:hover {
  color: #fed;
  text-decoration: underline;
  }

.sidebarsB p {
  padding: 2px 0;
  font-size: 9pt;
  }

#tag_cloud a {
  display: inline;
  }

.sidebarsB ul.children li {border-bottom:none;}
.sidebarsB ul.children {margin-bottom:-5px;}


/* Footer */

#footer {
  clear: both;
  padding-top: 0;
  color: #fff;
  text-align: center; /* IE Centering Technique */
  background: #000;
  }

#footer p {
  padding: 0;
  font-size: 8pt;
  color: #fff;
  text-align: center;
  }

#footer a {
  color: #87BBD9;
  }

#footer a:hover {
  color: #fff;
  }

#credits {
  clear: both;
  margin: 0 auto;
  line-height: 19px;
  }


/* 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;
  }

div.gal div {
  font-size: 12px;
  margin-left: 25px;
  color: #ccc;
  float:left;
  width: 170px;
}

div.gal div img{
  margin-top: -1px;
}


.content, .content td
{
vertical-align:top;
}

.info 
{
background-position:left top;
background-repeat:no-repeat;
background-color:#444444;
vertical-align:top;
min-height:60px;
min-width:50px;
border-width:1px;border-style:solid;border-color:#111111;

}
.info th
{background-image:url(http://alpa-game.pl/imgz/tdinfo.gif);
background-position:bottom right;
background-repeat:no-repeat;
background-color:#000;
vertical-align:top;
height:26px;
max-height:26px;
border-bottom-style:outset;
border-bottom-color:#666;
border-bottom-width:2px;
}

.info td.text
{
	
padding-left:33px;
padding-right:30px;
padding-bottom:50px;
padding-top:15px;
	LINE-HEIGHT: 145%;
}

.info h3 {
    text-align:left;
    COLOR: #ffffff;
	FONT-SIZE: 13px;
	FONT-FAMILY: Verdana;
	FONT-Face: Verdana;
	TEXT-DECORATION: none;
	LINE-HEIGHT: 105%;
	font-style: normal;
	margin-left:12px;
	margin-bottom:0px;
	margin-top:0px;
	padding:0px;
}













.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 1px solid gray;
}
.highslide:hover img {
	border-color: silver;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 5px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image-blur {
}
.highslide-caption {
	
	border-top: none;
	padding: 3px;
	font: 11px Arial, Verdana;
	color:#000000;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	padding-left: 22px;
	background-image: url(http://alpa-game.pl/js/images/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(http://alpa-game.pl/js/images/controlbar-white.gif) 0 -90px no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(http://alpa-game.pl/js/images/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(http://alpa-game.pl/js/images/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-move a {
	cursor: move;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}





a.noborder img {
	border: 0px ;
}
