/*

Theme Name: vintagerainbow

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

Description: Designed by <a href="http://www.themelayouts.com">ThemeLayouts</a>.<br> This work is licensed <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License.</a> This means you may use it and make any changes you like. However, credit links must remain on footer for legal use.

Version: 1

Author: ThemeLayouts/DreamTemplate

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

*/



body {
	font:12px Tahoma, Geneva, sans-serif;
	padding:0 45px 0 0;
	margin:0 auto;
	color:#000000;
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: top;
	z-index: 2;
}



html { padding:0; margin:0; }



a {
	text-decoration:none;
	color:#0000A0;
	border:0;
}

a:hover {
	text-decoration:underline;
	color:#F60;
	border:0;
} 

a:focus { outline:none;}



.clr { clear:both; }



h1, h2, h3, h4 {
	font-family:"Courier New", Courier, monospace;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
}



img { padding:0; margin:0; border:none; text-align:center; }

hr1 { border-left:0 solid #000000; border-right:0 solid #000000; border-top:0 dotted #000000; border-bottom:1px solid #000000; height :1px; }

hr { border-left:0 solid #7f262e; border-right:0 solid #7f262e; border-top:0 dotted #7f262e; border-bottom:1px solid #7f262e; height :1px; }



form { padding:0; margin:0; }

input { font-family:'Verdana'; color:#282b31; font-size:14px; }

textarea { font-family:'Verdana'; color:#282b31; font-size:14px; }

select { font-family:'Verdana'; color:#282b31; font-size:14px; }



/* Header +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#bgcontainer {
	width:995px;
	background-image: url(images/b_bg.gif);
	background-repeat: repeat-y;
	background-position: 32px;
	z-index: 2;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#bgTop {background:url(images/bg_top.png) no-repeat 32px 0;}

#bgFoot { background:url(images/b_foot.gif) no-repeat bottom right; margin:0; padding:0 0 10px 0;}



/**/ * html .Header {height:234px; } /* */ 



.Header {
	width:995px;
	margin:0;
	padding:0;
	height:234px;
	z-index: auto;
}



.Logo {
	height:106px;
	width:700px;
	margin:0;
	padding:40px 0 0 80px;
	float:left;
}

.Header .LogoText h1 {
	letter-spacing:-1px;
	line-height:40px;
	text-align:left;
	padding:0;
	margin:0;
	color:#F60;
	font-family: "Courier New", Courier, monospace;
	font-size: 40px;
	font-weight: bold;
}

.Header .LogoText a { color:#000; text-decoration:none; }

.Header .LogoText a:visited { color:#000; text-decoration:none; }

.Header .LogoText a:hover {
	color:#000;
	text-decoration:none;
}

.Header .Desc {
	color:#F60;
	padding:0;
	margin:0;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
}


/* Search ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/**/ * html .Search  { } /**/ 

.Search {
	padding:10px 10px 0 10px;
	float:right;
	width:290px;
}

.Search form {
	margin:0;
	padding:18px 0 0 0;
}

.Search input { color:#fff; }

.Search  input.keyword {
	border:1px solid #FFF;
	width:160px;
	color:#939393;
	background:#FFF;
	padding:3px 5px;
} 

.Search  input.search { margin:0; padding:3px 0; background:none; font:bold 14px "Times New Roman", Times, serif; color:#524427; border:0; }



/* Menu +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Menu { padding:0; margin:25px 0 0 100px !important; margin:25px 0 0 50px; height:50px; width:500px; float:left;}

.Menu ul { list-style:none; margin:0; padding:0 0 0 10px;}

.Menu ul li {
	padding:15px 0;
	margin:0 2px;
	float:left;
	line-height:14px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.Menu ul li a {
	padding:15px 10px;
	outline:0;
	background:none;
	color:#FFF;
	line-height:14px;
	text-transform:lowercase;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.Menu ul li a:hover {
	color:#F60;
	background: url(../vintagerainbow/images/menu_hover.gif) repeat-x;
}



/* Syndicate +++++++++++++++++++++++ /*/

.Syn {
	width:240px;
	padding:10px;
	margin:10px;
	background-image: url(images/rss_Icon.gif);
	background-repeat: no-repeat;
	height: 45px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
}

.Syn ul { margin:0; padding:0;}

.Syn li {
	margin:0;
	padding:0px 10px 20px 70px;
	list-style-type:none;
	color:#330;
	height:25px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: right;
}

.Syn li a {
	color:#F60;
}

.Syn li a:visited {color:#d46000;}

.Syn li a:hover {color:#d46000;}



/* Container +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.CON {
	width:995px;
	padding:0;
	margin:0;
}


/* Side Central +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SC { width:612px; margin:0; padding:10px 0; float:left;}

.SC p { color:#555555; padding:10px;}

.SC p.edit_this { color:#555555; padding:10px 10px 10px 100px;}

/* Post +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Post {
	padding:0;
	margin:0;
	float:right;
	width:548px;
	font-size: 14px;
}

.pagetitle {
	letter-spacing:0px;
	color:#6e6e6e;
	margin:0;
	padding:5px 0 5px 80px;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
}



.PostHead { padding:0; margin:15px 0 10px 0;}

.PostHead h2 {
	letter-spacing:0px;
	color:#2e2e2e;
	margin:0;
	padding:35px 0 0 40px;
	background:url(images/title.gif) no-repeat top;
	height:80px;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.PostHead h2 a { color:#2e2e2e; text-decoration:none; }

.PostHead h2 a:visited { color:#2e2e2e; text-decoration:none; }

.PostHead h2 a:hover {
	color:#F60;
	text-decoration:underline;
}



/**/ * html .PostTime { } /**/ 

.PostTime { padding:10px 0 0 0; margin:0; color:#FFF; background: url(images/date_t.gif) no-repeat; width:64px; height:61px; float:left; text-align:center;}

.PostTime strong { }

.PostTime .day {
	color:#FFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
}

.PostTime .month {
	color:#FFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}

.PostTime .year { font-size:11px; }



.PostDate { padding:5px 10px 5px 20px; background:url(../vintagerainbow/images/pp1.gif) no-repeat left; margin:0 0 0 10px;}

.PostHead small {padding:0; margin:0; font-size:11px; font-weight:normal; }

.PostAuthor { color:#6e6e6e;}

.PostCat { color:#6e6e6e; }

.PostCat a { color:#bf5343; text-decoration:underline; }

.PostCat a:hover { color:#6e6e6e; text-decoration:none; }



.PostContent { padding:0; color:#555555; font:normal 12px Tahoma, Arial; }

.PostContent p { font-size:14px; color:#555555; padding:0 10px;}

.PostContent p strong { }

.PostContent img { margin:0; padding:0; }

.PostContent ol { padding:10px 0 10px 25px; margin:0; }

.PostContent ol li { padding:2px 0 2px 0 ; font-size:12px; line-height:15px; color:#fff; }

.PostContent ul { padding:5px 0; margin:0; }

.PostContent ul li { padding:2px 0 2px 15px; list-style-type:none; font-size:12px; line-height:15px; color:#fff; }

.PostContent blockquote { padding:10px; margin:0; color:#ec9700; background:#000; }

.PostContent blockquote p { font-size:12px; padding:0; margin:0; line-height:15px; }

.PostContent blockquote li { padding:2px 0 2px 15px; list-style-type:none; font-size:12px; line-height:15px; }

.PostContent blockquote a { color:#ec9700; }

.PostContent blockquote a:visited { color:#ec9700; }

.PostContent blockquote a:hover { color:#ec9700; text-decoration:underline; }



/**/ * html .PostContent p img { } /* */ 

.PostContent p img { max-width:500px; }

.PostContent img { margin:0 10px; padding:0; float:left; }



.PostCom { padding:10px 0; }

.PostCom ul { padding:0; margin:0; }

.PostCom li { padding:5px 0 5px 20px; margin:0 5px 0 0; list-style-type:none; display:inline; } 

.PostCom li a { font-weight:normal; text-decoration:underline; } 

.PostCom li a:hover { font-weight:normal; text-decoration:none; }



.PostCom li.Com { background: url(images/comm.gif) no-repeat left; padding:0 0 0 25px; margin:0 0 0 10px;}

.PostCom .Tags { padding-left:0; }



/* Note ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.Note { padding:0px 10px; color:#795942; }

.Note li { padding:3px 0 3px 15px; margin:0; list-style-type:none; font-size:12px; }



/* TrackbackList ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.TrackList { background:#ffffff; padding:15px; margin-top:20px; position:relative; }

.TrackListTop { background:#ffffff; position:absolute; top:0; left:0; width:455px; height:10px; }

.TrackList h3 { font-size:14px; font-weight:bold; margin:0 0 5px 0; padding:0 0 5px 0; color:#000000; letter-spacing:-1px; border-bottom:dashed 1px #beb4c1; }

.TrackList ul { padding:0; margin:0; }

.TrackList li { padding:0 0 0 10px; margin:0; list-style-type:none; font-size:11px; }

.TrackList li a { color:#cc3366; }



/* Navigation - PlugIn +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Nav { font-size:11px; padding:10px 0; color:#666; font-family:'Verdana'; }

.Nav a { padding:1px 6px 1px 4px; border-right:solid 1px #666; font-size:11px; }

.Nav a:visited { padding:1px 6px 1px 4px; border-right:solid 1px #666; }

.Nav a:hover { padding:1px 6px 1px 4px; border-right:solid 1px #666; text-decoration:none; }

.Nav span { padding:1px 6px 1px 4px; color:#666; border-right:solid 1px #666; }

.Nav .on { padding:1px 6px 1px 4px; border-right:solid 1px #666; font-size:11px; color:#000000; }



/* Comments ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Comments { margin:20px 10px 0 10px; }

.Comments h3 { font-size:16px; letter-spacing:-1px; margin:0 0 5px 0; padding:10px 0; color:#000000; }



/* Comments List  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.List ol { padding:0; margin:0; }

.List li { position:relative; padding:5px 0; margin:10px 0; list-style-type:none; }



/**/ * html .List .LGrav { right:30px; } /* */ 

.List .LGrav { position:absolute; right:0; top:10px; }

.List .LGrav img { border:solid 1px #ccc; padding:2px; background:#fff; }

.List .LUsr { margin:0; padding:0; font-size:11px; line-height:12px; color:#999; }

.List .LUsr a { color:#000000; text-decoration:none; }

.List .LUsr strong { font:bold 16px "Trebuchet MS", sans-serif; letter-spacing:-1px; color:#000000; }

.List .LUsr strong a { color:#cc0000; text-decoration:none; }

.List .LCon { margin:10px 0 0 0 ; padding:0; font-size:12px; line-height:16px; border-top:solid 1px #ccc; }

.List .LCon p { margin:0; padding:5px 0 ; font-size:12px; line-height:16px; }

.List .Author { background:#fff; }



/* Comments Form ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Form .Email { }



.Form {  padding:10px; position:relative; margin:0; font-family:'Verdana'; }

.Form form { margin:0; padding:0; }

.Form a { text-decoration:underline; }

.Form p { padding:0 0 2px 0 ; margin:0; color:#666; }

.Form p small strong { font-weight:bold; color:#000000; }

.Form p small { font-size:11px; display:block; padding:6px 0; color:#000000; }

.Form .TextField { color:#003366; background:#e9f8ff; border:solid 1px #d5e7f0; padding:6px 6px 6px 30px; font-size:12px; display:block; }

.Form .TextArea { color:#003366; background:#e9f8ff; border:solid 1px #d5e7f0; padding:6px; font-size:12px; }

.Form input.SubmitComment { margin-top:4px; }

.Form input.SubmitComment:hover { margin-top:4px; }

.Form input.SubmitCommentIE { width:57px; height:29px; background:url(../vintagerainbow/images/SubmitComment.png) no-repeat 0 -29px; margin-top:4px; }



/* Side Right +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SR { width:305px; float:right; padding:0 64px 0 10px; margin:0;}



/* Side Right Right and Left +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SRL { width:288px; margin:10px auto; padding:0; }

.SRR { width:288px; margin:10px auto; padding:0; }



.SRL h2, .SRR h2 { padding:10px 0 10px 20px; margin:0; font:bold 24px Georgia, "Times New Roman", Times, serif; color:#ece4d3;}

.SRL ul { margin:0; padding:5px 20px 10px 0; }

.SRL li { margin:0 0 0 15px; padding:3px 0 3px 15px; list-style-type:none; color:#000; background:url(images/m_bg.gif) no-repeat left center;}

.SRL a { color:#4e4e4e; text-decoration:none; }

.SRL a:visited { color:#4e4e4e; }

.SRL a:hover { color:#4e4e4e; text-decoration:underline; }

*/

.category h2 { background:url(images/cat_1.gif) no-repeat left top;}

.category li { background:url(images/cat_m.jpg) no-repeat; padding:7px 0 7px 40px; margin:0;}

.archives h2 { background:url(images/cat_2.gif) no-repeat left top;}

.meta h2 { background:url(images/cat_3.gif) no-repeat left top;}



/* Flickrrss ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.widget_links{
	width:250px;
	margin:0 15px 0 15px;
	text-align:center;
	padding-bottom:10px;
	color: #000;
	background-image: url(images/LinksBody.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	list-style-type: none;
}
.widget_links h2 {
	height:163px;
	width:250px;
	text-align:center;
	padding:15px 0 0 0;
	font-size:20px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	line-height:normal;
	color:#000;
	margin:0;
	background-image: url(images/LinksTop.jpg);
	background-repeat: no-repeat;
}

.widget_tag_cloud a{
	font-size: 14px;
	margin-right: 15px;
	margin-left: 15px;
}
.widget_categories {
	width:250px;
	margin:0 15px 15px 15px;
	text-align:center;
	padding-bottom:10px;
	color: #633;
	background-image: url(images/CategoriesBody.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	list-style-type: none;
}
.widget_categories h2 {
	height:69px;
	width:250px;
	text-align:center;
	padding:10px 0 0 0;
	font-size:20px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	line-height:normal;
	color:#000;
	margin:0;
	background-image: url(images/CategoriesHeader.jpg);
	background-repeat: no-repeat;
}
.widget_archives {
	width:252px;
	text-align:center;
	padding-bottom:10px;
	color: #633;
	background-image: url(images/ArchivesBody.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	list-style-type: none;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.widget_archives h2 {
	height:62px;
	width:252px;
	text-align:center;
	padding:40px 0 0 0;
	font-size:20px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	line-height:normal;
	color:#000;
	margin:0;
	background-image: url(images/ArchivesTop.jpg);
	background-repeat: no-repeat;
}

.textwidget {
	font-size: 14px;
	margin-right: 10px;
	margin-left: 10px;
	color: #C00;
}
.widget_text {
	background-image: url(images/WereYouThere.jpg);
	background-repeat: no-repeat;
	text-align:left;
	height: 152px;
	width: 252px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	}
.widget_text h2{
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size:20px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
}
.widget_text a {
	font-size: 14px;
	color: #330;
	float: none;
	margin-top: 50px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.widget_flickrrss {
	width:250px;
	margin:0 15px 15px 15px;
	background:url(images/widgetbck.png) repeat-y;
	border-bottom:1px solid #e3dccb;
	text-align:center;
	padding-bottom:10px;
	color: #633;
}

.widget_flickrrss h2 {
	height:56px;
	width:250px;
	background:url(images/widgeth2.png) no-repeat;
	text-align:center;
	padding:22px 0 0 0;
	font-size:20px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	line-height:normal;
	color:#4a4131;
	margin:0;
}

.widget_flickrrss ul {
	width:250px;
	padding:5px 0;
	border:none;
	list-style:none;
	color: #960;
 }

.widget_flickrrss li {
	list-style-image:none;
	color: #063;
}

.widget_flickrrss li a img { background:#fff; padding:0; border:1px solid #cebea9; width:65px; }

.widget_flickrrss li a:visited img { background:#fff; padding:0; border:1px solid #cebea9; }

.widget_flickrrss li a:hover img { padding:0; border:1px solid #660000; }



/* Banners ADs ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.banner { width:280px; margin:0 auto; padding:5px 0;}

.banner h2 { font:normal 24px Georgia, "Times New Roman", Times, serif; color:#58503f; padding:5px 20px; margin:0;}

.banner ul { margin:0; padding:5px 0; list-style-type:none; }

.banner li { margin:0; padding:0 7px; float:left; }



/**/ * html .FBG  {  } /**/ 	

/* Footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.FBG {
	width:931px;
	margin:30px auto;
	padding:0;
	bottom: 0px;
}



.Footer {
	width:931px;
	padding:0;
	margin:0;
	text-align:center;
}

.Footer p {
	line-height:14px;
	color:#330;
	padding:15px 0;
	margin:0;
	font:normal 11px Tahoma, Arial;
}

.Footer a {
	color:#330;
	font-weight:bold;
	text-decoration:underline;
}

