/*  

Theme Name: spincrus.com

Theme URI: http://www.spincrus.com/

Description: Special theme designed to meet the default layout of <a href="http://www.spincrus.com">spincrus.com</a>.

Version: 1.0

Author: Cem Kenan Magripli

Author URI: http://www.spincrus.com



	spincrus.com v1.0

	 http://www.spincrus.com



	This theme is based on the theme originally designed and built by Michael Heilemann,

	whose blog you will find at http://binarybonsai.com/, the famous WordPress Kubrick theme.



	The CSS, XHTML and design is released under GPL:

	http://www.opensource.org/licenses/gpl-license.php



*/







body {

	font-size: 12px;

	font-family: Arial;

	background-color: #006699;

	text-align: left;

	margin-left: 0px;

	margin-top: 10px;

	margin-right: 0px;

	margin-bottom: 30px;

	}

	

#whitebackground {

	background-color: #FFFFFF;

	margin-left: 0px;

	margin-top: 0px;

	}



iframe {

overflow-x: hidden;

overflow-y: auto;

}



stupidfirefoxtables { border: 0px }





#content {

	font-size: 12px;

	font-family: Arial, Helvetica, sans-serif;

	padding-left: 8px;

	}

	

#content2 {

	font-size: 12px;

	font-family: Verdana;

	}



small {

	font-family: Verdana;

	font-size: 9px;

	line-height: 15px;

	padding-left: 8px;

	}



.header-main, .header-main2, .header-listing {

	font-family: Verdana;

	font-weight: bold;

	line-height: normal;

	margin-top: 0px;

	margin-bottom: 0px;

	padding-left: 8px;

	}



.header-normal {

	font-family: Verdana;

	font-weight: bold;

	line-height: normal;

	margin-top: 0px;

	margin-bottom: 4px;

	padding-left: 8px;

	}

	

.header-listing {

	font-family: Arial;

	margin-bottom: 0px;

	padding-left: 8px;

	}



.header-main {

	font-size: 20px;

	}



.header-main2 {

	font-size: 16px;

	}



#sidebar .header-main2 {

	font-family: Arial;

	font-size: 12px;

	}

	

.sidebar-content {

	font-family: Arial;

	font-size: 10px;

	padding-left: 8px;

	}



.header-normal {

	font-size: 14px;

	}



.header-listing {

	font-size: 12px;

	}



.header-main, .header-main a, .header-main a:visited, .header-main2, .header-main2 a, .header-main2 a:visited {

	text-decoration: none;

	color: #FFFFFF;

	}



.header-normal, .header-normal a, .header-normal a:visited, .header-listing, .header-listing a, .header-listing a:visited {
	text-decoration: none;
	color: #011555;
	}



#sidebar .header-main2, cite {

	text-decoration: none;

	padding-left: 8px;

	}



.header-main a:hover, .header-main2 a:hover {
	text-decoration: none;
	}

	

.header-normal a:hover, .header-listing a:hover {
	text-decoration: none;
	color: #112288;
	}

	

.metainfo-listing1 {

	padding-left: 16px;

	}

	

.metainfo {

	padding-left: 8px;

	}



#shadow {

	font-size: 2px;

	font-family: Arial;

	color: #CAAACC;

	}

	

#black {

	font-family: Arial;

	color: #000000;

	}

	

#light {

	font-family: Arial;

	font-weight: normal;

	}

	

#single {

	font-size: 22px;

	}

	

.entry p a:visited {
	color: #666770;
	}



.commentlist li, #commentform input, #commentform textarea {

	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}



.commentlist li {

	font-weight: bold;

	}



.commentlist cite, .commentlist cite a {

	font-weight: bold;

	font-style: normal;

	font-size: 1.1em;

	}



.commentlist p {

	font-weight: normal;

	line-height: 1.5em;

	text-transform: none;

	}



#commentform p {

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}



.commentmetadata {

	font-weight: normal;

	}



#sidebar {

	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {

	color: #777;

	}



code {

	font: 1.1em 'Courier New', Courier, Fixed;

	}



acronym, abbr, span.caps

{

	font-size: 0.9em;

	letter-spacing: .07em;

	}



a {

	color: #011555;

	text-decoration: none;

	}



a:hover {

	color: #3a4cb0;

	text-decoration: none;

	}









/* Comments Page Specific Stuff BEGIN */

.alt {

	background-color: #f8f8f8;

	border-top: 1px solid #ddd;

	border-bottom: 1px solid #ddd;

	}

/* Comments Page Specific Stuff END */





/* Begin Images */

p img {

	padding: 0;

	max-width: 100%;

	}



/*	Using 'class="alignright"' on an image will (who would've

	thought?!) align the image to the right. And using 'class="centered',

	will of course center the image. This is much better than using

	align="center", being much more futureproof (and valid) */



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

	}

/* End Images */





/* Begin Form Elements */

#searchform {

	margin: 10px auto;

	padding: 5px 3px; 

	text-align: center;

	}



#sidebar #searchform #s {

	width: 108px;

	padding: 2px;

	}



#sidebar #searchsubmit {

	padding: 1px;

	}



.entry form { /* This is mainly for password protected posts, makes them look better. */

	text-align:center;

	}



select {

	width: 130px;

	}



#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

	}



#commentform textarea {

	width: 100%;

	padding: 2px;

	}



#commentform #submit {

	margin: 0;

	float: right;

	}

/* End Form Elements */







/* Begin Comments*/

.alt {

	margin: 0;

	padding: 10px;

	}



.commentlist {

	padding: 0;

	text-align: justify;

	}



.commentlist li {

	margin: 15px 0 3px;

	padding: 5px 10px 3px;

	list-style: none;

	}



.commentlist p {

	margin: 10px 5px 10px 0;

	}



#commentform p {

	margin: 5px 0;

	}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



.commentmetadata {

	margin: 0;

	display: block;

	}

/* End Comments */



/* Begin Various Tags & Classes */



acronym, abbr {

	border-bottom: 1px dashed #999;

	}



blockquote {

	margin: 15px 30px 0 10px;

	padding-left: 20px;

	border-left: 5px solid #ddd;

	}



blockquote cite {

	margin: 5px 0 0;

	display: block;

	}



.center {

	text-align: center;

	}



hr {

	display: none;

	}



a img {

	border: none;

	}



.navigation {

	display: block;

	text-align: center;

	margin-top: 10px;

	margin-bottom: 60px;

	}

	

.footerstyle {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	}

.footerstyle a:hover{
	color: #FFF;
	}				

/* End Various Tags & Classes*/