/*  
Theme Name: 
Theme URI: http://www.thinkpro.net
Description: Core Replicas
Version: 1.0
Author: Ronald Miranda
Author URI: http://www.thinkpro.net
*/

.opacityTemplate {
	filter:alpha(opacity=80);   /* Internet Explorer       */
    -moz-opacity:0.8;           /* Mozilla 1.6 and below   */
    opacity: 0.8;               /* newer Mozilla and CSS-3 */
}



/*  
FOUNDATION CODE
*/
* html, * html img, * html div, * html input { behavior: url("http://thinkpro.net/wordpress2/wp-content/themes/azJeep/js/iepngfix.htc"); }
html {
	height:100%;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #0b2e4e;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
	font-weight: normal;
	line-height: 20px;
}
p, form, h1, h2, h3, h4 {
	margin:0px;
}
p {
	margin-bottom:10px;
}
a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a img {
	border:none;
}
h1 {
	font-size: 22px;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #d0d9e1;
	padding-bottom:10px;
}
h2 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #f8aa02;
	background-color: #262626;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-transform: uppercase;
}
h3 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
}


/* 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 */


.wrapper {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.flashMenu {
	width:950px;
	height:366px;
	position:relative;
	
}
.search {
	width: 300px;
	height:30px;
	position:absolute;
	top:232px;
	left:601px;
}
/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding: 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}
	
#searchform2 {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}

#s {
	background: #FFFFFF;
	width: 170px;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	padding: 2px;
	margin: 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	display: inline;
	}

#s2 {
	background: #FFFFFF;
	width: 200px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	padding: 3px;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	display: inline;
	}
	
#sbutt {
	background: #376B9D url(images/navbar.gif);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	margin: 0px 0px 0px 5px;
	border: 1px solid #234B69;
	font-weight: bold;
	}
	
#sbutt2 {
	background: #376B9D url(images/navbar.gif);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	margin: 0px 0px 0px 8px;
	border: 1px solid #234B69;
	font-weight: bold;
	}
	
#name, #email, #url, #submit {
	background: #FFFFFF;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
#words {
	background: #FFFFFF;
	width: 460px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
	
/************************************************
*	Search Form									*
************************************************/

.menu {
	width: 500px;
	height:50px;
	position:absolute;
	top:223px;
	left:121px;
	font-size:12px;
}
.nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
.nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

.nav a, .nav a:visited {
	background: #FFFFFF;
	color: #705f71;
	display: block;
	font-weight: bold;
	margin: 0px 2px 0px 2px;
	padding: 7px 20px 7px 20px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #e7ebf0;
	border-left-color: #e7ebf0;
	}
	
.nav a:hover {
	background: #705f71;
	color: #FFFFFF;
	margin: 0px 2px 0px 2px;
	padding: 7px 20px 7px 20px;
	text-decoration: none;
	}

.nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 150px;
	}
	
.nav li li a, .nav li li a:link, .nav li li a:visited {
	background: #333333;
	width: 160px;
	float: none;
	margin: 0px;
	padding: 7px 30px 7px 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}
	
.nav li li a:hover, .nav li li a:active {
	background: #666666;
	padding: 7px 30px 7px 10px;
	}

.nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

.nav li:hover ul {
	left: auto;
	display: block;
	}
	
.nav li:hover ul, .nav li.sfhover ul {
	left: auto;
	}
	
.summary {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 10px;
	margin-bottom: 10px;	
}	
.content {
	width:725px;
	background-image: url(images/bgContent.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-left: 102px;
	padding-bottom:0px;
}
.contentLeft {
	position:relative;
	top: -60px;
	float: left;
	width: 685px;
	margin-left: 10px;
	display:inline;
	padding:10px;
}
.post  {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #d0d9e1;
	padding-bottom:10px;
}
.contentRight {
	position:relative;
	top: -60px;
	position:relative;
	float: right;
	width: 235px;
	margin-right: 10px;
	background-color: #ebf0f5;
	display:inline;
	padding:10px;
	display:none;
	visibility:hidden;
}
.footer {
	width:950px;
	background-image: url(images/bgFooter.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 629px;
	margin-left: 0px;
	position:absolute;
}
.footerLinks li,
.footerLinks ul {
	list-style:none;
}
.footerLinks li {
	display:block;
	float:left;
	margin-right:20px;
	margin-bottom: 15px;
}
.footerLinks {
	position:absolute;
	top:10px;
	left:120px;
	font-size: 10px;
	line-height: 2px;
	padding-top: 5px;
}
.footerLinks a {
	font-size: 11px;
	color: #000033;
	text-decoration: none;
}
.footerLinks a:hover {
	text-decoration:underline;
}
.thinkLogo {
	position:absolute;
	top:20px;
	left:720px;
}
.thinkLink {
	position:absolute;
	top:0px;
	left:0px;
}


.postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */





/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */





.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#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;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* 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 Sidebar */
#sidebar
{
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various 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 #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* 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;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

