/*  
Theme Name: Sukiestyle
Theme URI: http://www.quickonlinetips.com/archives/quickpress/
Description: Adapted from Quickpress.
Version: 1.3.2
Author: Quick Online Tips
Author URI: http://www.quickonlinetips.com/
Tags: widget ready, fixed width, two columns, clean, simple, widgets, right sidebar, valid CSS, valid XHTML 
*/


/* Begin Typography & Colors 
------------------------------------- */
body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff url('images/bg1.gif') repeat-x left top; 
		 
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		text-align:center;
		
		font: 75% georgia, sans-serif;
		line-height: 1.88889;
		color: #7788aa;                           /* colour 1 - post titles */
	}

a:visited,
a:link { 
	font-weight: bold; 
	text-decoration: none;
	color: #7788aa;
	}
a:hover, 
a:active { 
	text-decoration: none; 
	color: #bb5599;								 /* colour 2 - tag colour */
	}

	
a img {
	border: none;
	}

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7788aa;

}

h1, h2, h3, h4 {
	font-weight: bold;	
	}


p {
	margin:20px 0 .8em 0;
	padding:0;
	/*text-align: justify;*/
	color: #0a50a1;								/* colour 3 - body text */
}

#page {
		width:800px;
		text-align:left;
		margin:0 auto;
        }

/* Header stuff
------------------------------------------------- */

#header { 
		clear:both;
		float:left;
		width:100%;
		border-bottom:1px solid #bb5599;
padding-bottom:10px;
	}
	
#header h1 {
	margin:0px;
	padding:0px;
}

.titleimage { 
	margin-top: 50px; 
	margin-left:100px;
	}
	
#header a {
	font-weight: bold; 
	color: #bb5599;
	text-decoration: none;
	}

#header a:hover {
	text-decoration: none; 
	color: #0a50a1;
	}

#header td.form {
	padding-top:30px;
	padding-right:10px;
}

.blogtitle {
	/*display:none;*/
	}
 
.description {
        padding:10px;
		font: italic normal 1.4em georgia, sans-serif;
		letter-spacing: 1px; 
		margin-bottom: 0; 
		color: #bb5599;
	}
	
/* footer
----------------------------------------- */

#footer {
	clear:both;
	float:left;
	width:100%;
	height:200px;
	background: url(images/knitcake.gif) no-repeat center; 
	color: #0a50a1;
}
#footer p {
	margin:-48px 0 0 0;
	text-align: right;
}
#footer address {
	margin:0px 0 0 0;
	text-align: left;
}
		
/* column container 
--------------------------------------------- */
.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	
/* 2 Column (right menu) settings */
	.rightmenu {
		background:#f5cce4;		/* right column background colour */
	}
	.rightmenu .colleft {
		right:35%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.rightmenu .col1 {
		width:61%;			/* left column content width (left column width minus left and right padding) */
		left:37%;			/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:31%;			/* right column content width (right column width minus left and right padding) */
		left:41%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	
/* main content
----------------------------------------- */

#content {
	font-size: 1.2em;
	} 

.narrowcolumn {
	float: left;
	padding: 0 5px 20px 0px;
	margin: 0px 0 0;
	width:100%;
        background: #fff;
        
	} 
	
.narrowcolumn .entry  {
	line-height: 1.88889;
	} 

.narrowcolumn .postmetadata {
	text-align: center;
	}
	
.narrowcolumn .postmetadata {

	padding-top: 5px;

	}


/* sidebar
------------------------------------ */ 

#sidebar
{
	font-size: 1em; 
        }

#sidebar form {
	margin: 0;
	} 
	
#sidebar a:visited,
#sidebar a:link { 
	font-weight: bold; 
	text-decoration: none;
	color: #bb5599;
	}
	
#sidebar a:hover {
	text-decoration: none; 
	color: #0a50a1;
        }  
	
#sidebar h2 { 
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	}
 
#sidebar h2, #sidebar h4, #wp-calendar caption, cite {
	text-decoration: none;
	}

#sidebar h4 { 
	font-size: 1.2em;
	}
   
#sidebar h2 {
	margin: 10px 0 0;
	padding: 0;
	}

#sidebar h4 {
	font-family: Georgia, "Times New Roman", Times, serif;  
	margin: 10px 0 0;
	padding: 0;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 6px 0 0;
	padding: 0;
	} 
        
.widget {
	padding:0;
	margin-left:0px;
}

#adbox { 
        text-align: center;
        padding: 5px;
        margin: 0 0 5px 0;     
        }

#sidebar_low {
	clear:both;
	}
	
.alt {
        background: #f3f3f3;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 2em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 1em;
	}

.commentlist li {
	font-weight: normal;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p { 
	font-size: 1.1em;
	}

.commentmetadata {
	font-weight: normal;
	}
 
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;
	}

.entry a {
        text-decoration: none;
        color: #bb5599;
        }  

.entry a:hover {
	text-decoration: none; 
	color: #0a50a1;
        }   


/* Begin Structure 
------------------------------------- */

.post {
	margin: 0 0 40px;
	text-align: justify; 
	}

.post hr {
	display: block;
	}

.entry{ 
        border-top: 1px solid #ddd;  
	}

.postmetadata {
	clear: left;
       }

/* Begin Images
------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
	}
 
.entry img {
        padding:5px; 
        }

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
	} 


/* Begin Lists 
------------------------------------- */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 20px; 
	padding-left: 10px; 
	} 

html>body .entry li {
	margin: 2px 0 2px 10px;
	}

.entry ol {
	padding: 0 0 0 20px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}



ol li{
	list-style: decimal outside;
	}


/* Begin Form Elements
------------------------------------- */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: right;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form {  
	text-align:center;
	}

select {
	width: 130px;
	}

.formbutton{
   cursor:pointer;
   border: solid 0px #ccc;
   background:#999;
   color:#fff;
   font-weight:bold;
   padding: 1px 2px;
}


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
        border: 1px solid #999;
	}

#commentform textarea {
	width: 98%;
	padding: 2px;
        border: 1px solid #999;
	}

#commentform #submit {
	margin: 0;
	float: left;
	} 



/* Begin Comments
------------------------------------- */
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
        margin: 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;
	}

img.avatar {
        float:left; 
        margin: 0;
        padding: 0 4px 0 0; 
        vertical-align:middle;
        }
 

/* Begin Tags & Classes 
------------------------------------- */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #85B8E3;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 55px;
	} 

/* Captions 
------------------------------------- */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
} 