/*
Theme Name: Roby Theme
Author: themeFORMARE
Author URI: http://www.themeformare.com
*/
   

/* SQUEAKY CLEAN BY AMZ */

.small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #666;
	}

.smalltxt {
font-size: 9px;
}
	
.nocomments, .postmetadata, blockquote, strike {
	color: #000;
	}
	
h2 {
font-family:Tahoma;
font-weight:bold;
font-size: 24px;
letter-spacing:-0.03em;
color:#CC0000;
}

h2 a {
text-decoration:underline;
color:#CC0000;
}

h2 a:hover {
text-decoration:none;
color:#CC0000;
}

h1 {
font-family:Tahoma;
font-weight:bold;
font-size: 16px;
letter-spacing:-0.03em;
}

h3 {
font-family:Tahoma;
font-weight:bold;
font-size: 16px;
letter-spacing:-0.02em;
}

h4 h5 h6 {
font-family:Tahoma;
font-weight:bold;
font-size: 20px;
letter-spacing:-0.02em;
}
   
	
.entry p a:visited {
	color: #666;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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: Arial, Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #5278B0;
	text-decoration: none;
	}

a:hover {
	color: #666;
	text-decoration: underline;
	}
	
.redtxt {
color: #B63450;
}

/* IMAGE STYLES */

p img {
	padding: 0;
	max-width: 100%;
	}
	
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;
	}


/* STRUCTURE DIVS & CLASSES */


body {
background: #FFF;
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0 auto;
color: #000;
	}

#page {
margin: 0 auto;
width: 1000px;
background-image: url(images/bgrnd.jpg);
background-position: center;
background-repeat: repeat-y;
text-align: left;
min-height: 100%;
overflow: hidden;
	}

#header {
width: 1000px;
height: 122px;
background-image: url(images/header.jpg);
background-position: center;
background-repeat: no-repeat;
	}

#headerrss {
float: right;
margin: -87px 10px 0 0;
width: 145px;
height: 20px;
font-size: 10px;
font-weight: bold;
font-variant: small-caps;
text-align: center;
}

#headername {
font-family: Tahoma;
font-weight: bold;
float: left;
margin: 35px 0 0 115px;
width: 300px;
height: 100%;
color: #044D84;
font-size: 35px;
}

#headername a {
text-decoration:none;
color: #044D84;
}

#headername a:hover {
text-decoration:underline;
color: #044D84;
}


#headertagline {
float: right;
width: 500px;
height: 100%;
text-align: right;
color: #044D84;
font-size: 15px;
font-weight: bold;
margin: 8px 12px 0 0;
}

#menubar {
float: right;
width: 840px;
height: 22px;
text-align: left;
margin: -55px 0 0 0;
font-size: 10px;
}

#menubar a {
color: #044D84;
text-decoration: none;
}

#menubar a:hover {
color: #FFF;
text-decoration: none;
}

#sidebar {
float: right;
width: 200px;
margin: -25px 0 0 0;
margin-right:7px;
padding: 0;
}

#sidebarleft {
float: left;
width: 190px;
margin: -25px 0 0 21px;
padding: 0;
}

.post {
	margin: 15px 0 40px 0;
	text-align: left;
	}

.post h2 {
margin: 30px 0 0 0;
}

.post hr {
	display: block;
	}
	
.postmetadata {
	clear: left;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.clear {
	clear: both;
}
	
#footer {
width: 1000px;
height: 80px;
background-image: url(images/footer.jpg);
background-position: left;
background-repeat: no-repeat;
color: #000;
text-align: center;
margin: -10px auto;
clear: both;
	}

#footer p {

font-size: 10px;
padding: 10px;
color: #000;
}

#footertxt {
padding: 15px 5px 5px 5px;
font-size: 9px;
}


/* FLOATS */

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.narrowcolumn {
float: left;
width: 565px;
margin: -45px 0 25px 2px;
padding: 0;
	}

.narrowcolumn ul, .narrowcolumn ol {
margin: 0;
padding: 0;
}




.narrowcolumn ul li {
	list-style-image: url(images/reddisc.jpg);




        margin-left: 30px;
}

.narrowcolumn ol li {
	list-style-type: decimal;
        margin-left: 35px;
}



.narrowcolumn .postmetadata {


	padding-top: 5px;
	}


.widecolumn {


	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;



	}





	
.widecolumn .post {
	margin: 0;
	}
	

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.widecolumn .entry p {
	font-size: 1.05em;
    line-height: 1.6em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	text-align: left;
	}
	
/* SIDEBAR RELATED */

#sidebarleft h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
        font-style: bold;
        background: none;
	margin: 10px 0 0 5px;
	padding: 0;
        color: #671111;
}

#sidebar h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
        font-style: bold;
        background: none;
	margin: 10px 0 0 5px;
	padding: 0;
        color: #671111;
}

#sidebarleft li {
	font-size: 10px;
	margin-bottom: 5px;
	margin-left:5px;
	margin-right:10px;
	list-style:none;
}

	
#sidebarleft ul, #sidebarleft ul ol {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	}

#sidebarleft ul li {
	list-style-image: none;
	margin-bottom: 15px;
        margin-left: 20px;
	list-style-type: disc;
        color: #5278B0;
	}

#sidebarleft ul li a {
        color: #5278B0;
	}

#sidebarleft ul li a:hover {
        color: #666;
	}

#sidebarleft ul p, #sidebarleft ul select {
	margin: 5px 0 8px;
	}

#sidebarleft ul ul, #sidebarleft ul ol {
	margin: 5px 0 0 10px;
	}

#sidebarleft ul ul ul, #sidebarleft ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebarleft ul ol li {
	list-style: decimal outside;
	}

#sidebarleft ul ul li, #sidebarleft ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#chicklets {
padding-left:5px;
}

#sidebar h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
        font-style: bold;
        background: none;
	margin: 10px 0 0 5px;
	padding: 0;
        color: #671111;
}
	
#sidebar ul, #sidebar ul ol {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	}

#sidebar ul li {
	list-style-image: none;
	margin-bottom: 15px;
        margin-left: 20px;
	list-style-type: disc;
        color: #5278B0;
	}

#sidebar ul li a {
        color: #5278B0;
	}

#sidebar ul li a:hover {
        color: #666;
	}

#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;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}


/* FORMS */

#searchform {
	padding: 5px 3px;
	padding-top:0px;
	}
	
#sidebar form {
	margin: 0;
	}

#sidebar #searchform {
	}

#sidebar #searchform #s {
	width: 135px;
	margin-left:3px;
	}

#sidebar #searchsubmit {
	margin-left:3px;
	}

.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;
	}
	
/* COMMENTS */

.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.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;
	}

/* OPTIN BOX IN RIGHT SIDEBAR */

#optin {
width: 174px;
height: 179px;
background-image: url(../images/optin.jpg);
background-position: center;
background-repeat: no-repeat;
text-align: center;
}

#optintxt {
padding: 10px;
}

#optin_wrapper {
                  width:174px;
				  margin:auto;
				  padding:0;
				  }
				 
#optin_top     {
				background:url(images/optin-top.gif);
				 background-repeat: no-repeat;
				 width:174px;
				 height:12px;
				 padding:0;
				 }
				 
#optin_mid     {
				background:url(images/optin-mid.gif);
				 background-repeat: repeat-y;
				 width:174px;
				 padding:0;
				 }
				 
#optin_content_box  {
                 width:75%;
				 padding:0;
				 margin:auto;
				 margin-left:15px;
				 }
				 				 
#optin_content_box h5 {
                 font-family:Arial;
				 font-size:16px;
				 color:#000066;
				 font-weight:bolder;
				 padding:0;
				 margin:0;
				 text-align:center;
				 }
				 
#optin_content_box p {
                 font-family:Verdana, Arial, Helvetica, sans-serif;
				 font-size:10px;
				 color:#000000;
				 padding:0;
				 margin:0;
				 text-align:justify;
				 margin-top:4px;
				 }
				 
/* Safari */ 

@media screen and (-webkit-min-device-pixel-ratio:0) { #optin_content_box { padding-bottom:8px; } } 

/* Opera */ 

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) { #optin_content_box { padding-bottom:8px; } } 
				 
#optin_footer     {
				background:url(images/optin-bottom.gif);
				 background-repeat: no-repeat;
				 width:174px;
				 height:19px;
				 padding:0;
				 }
				 
/* SIDEBAR CAPSULE */

#capsule {
margin:auto;
}

#capsule h2 {
font-size: 12px;
font-weight: bold;
color: #FFF;
text-align: left;
margin: 0;
padding: 8px;
}

#sidebarleft h2 {
font-size: 12px;
font-weight: bold;
color: #FFF;
text-align: left;
margin: 0;
padding: 8px;
}

.capsule1 {
width: 178px;
margin: 0 0 10px 0;
background-color: #FBD54E;
}

.capsule1top {
width: 178px;
height: 30px;
background-image: url(images/topband.jpg);
background-position: center;
background-repeat: no-repeat;
}

.capsule1top h2 {
font-size: 12px;
font-weight: bold;
color: #FFF;
text-align: left;
margin: 0;
padding: 8px;
}

.capsule1content {
padding: 3px;
text-align: left;
}

.capsule1 p {
padding: 3px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
margin-top:0;
margin-bottom:5px;
}

.capsule1bottom {
width: 178px;
height: 30px;
}


/* TIDBITS */

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 #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: 20px;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
