/*  
Theme Name: Fortress Theme
Theme URI:  http://www.....
Description: This is my custom theme for a website start up.
Version: 1.0
Author: Chip Pintilie
Author URI: http://www.betterimage.org
*/







/****************************
 **   General
 ****************************/


body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}


h1{
	font-style: normal;
	font-weight: normal;
	font-family: "Georgia", "Baskerville", serif;
	font-size: 30px;
	padding: 20px 0 10px 0;
}


h2{
	font-size: 30px;
margin: 20px 0 10px 0;
padding: 0;
	font-weight: bold;
	color: black;
}

h3{
	font-size: 20px;
margin: 10px 0 5px 0;
padding: 0;
	font-weight: bold;
}


h3{
	font-size: 16px;
margin: 10px 0 5px 0;
padding: 0;
	font-weight: bold;
}


body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background: #ffffff url(images/background.jpg) repeat-x top; /* in case a background image is need it */
}


a:link, a:visited{
	text-decoration: underline;
	color: #336699;
}


a:hover{
	text-decoration: none;
	color: #ff0000;
}

p{
	padding: 2px 0 10px 0;
}




/****************************
 **   Layout
 ****************************/



#wrapper{

margin: 0 auto 0 auto; /*setting right and left margins to auto is centerting.*/
width: 960px;
text-align: left;  
}


#header{
float: left;
width: 960px;
height: 151px;
position: relative;
}

#header h1 {
text-indent: -4000px;
}

#blog-description {
font-style: italic;
padding: 10px 0;

}

#logo {
float: left;
padding: 10px 0 0 0;
}

#homepage_bar {
float: left;
width: 960px;
margin: 20px 0;
position: relative;
}

#main-image_home {
float: left;
width: 600px;
height: 280px;
margin: 0 18px 0 0;
display: inline;
background: url(images/mainimage.jpg) no-repeat top left;
position: relative;
}

#main-image_home img {
border: 1px solid #cfdbff;

}

a.freeconsultation {
display: block;
width: 196px;
height: 48px;
position: absolute;
top: 216px;
left: 396px;
text-indent: -5000px;
}

#main-image_home img {
border: 1px solid #717171;
}

#video_home {
float: left;
border: 1px solid #717171;

}

#container{
margin: 10px 0 0 0;
float: left;
width: 600px;

}

.post{
padding: 10px 0 10px 0;
}


.posthome{
padding: 10px 0 10px 0;
float: left;
width: 45%;
}


.entry{
line-height: 20px;
padding-right: 20px;
}

.entry ul {
list-style-type: none;
margin: 0;
padding: 5px 20px;

}

.entry li {
padding: 0 20px 6px 20px;
background: url(images/list.jpg) no-repeat top left;
margin: 0;
}



#footer{
clear: both;
float: left;
width: 100%;
min-height: 118px;
background: url(images/back_footer.jpg) repeat-x top;

}

.sidebar{
float: left;
width: 340px;
margin: 10px 0 0 10px;
display: inline;
}

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

.sidebar ul li{
padding: 10px 0 10px 0;
}


.sidebar ul li h2{
font-size: 18px;
margin: 0;
}

.sidebar ul ul li{
padding: 0;
margin-bottom: 20px;
line-height: 24px;
}



/****************************
 **   Menu
 ****************************/



ul#menu  {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	bottom: 0px;
	left: 0;
}

ul#menu li {
	float: left;
}

ul#menu .page_item a {
	display: block;
	padding: 12px 20px 0 20px;
float: left;
	height: 34px;
	color: #fff;
	text-decoration: none;
}

ul#menu .current_page_item a, #menu .page_item a:hover {
	background: #29428d url(images/select.gif) no-repeat center bottom;


}


/****************************
 **   Metadata
 ****************************/



p.postmetadata{
margin: 2px 0 10px 0;
font-style: italic;
color: #333333;
}

.navigation{
	padding: 10px 0 0 0;
margin-bottom: 50px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	width: 100%;
}


.navigation a {
	text-decoration: none;
}

.navigation .previous {
	float: left;
}

.navigation .next {
	float: right;
}

.meta{
margin: 2px 0;
font-style: italic;
}

/* Standard wordpress */


.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}

.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;
}



/* Comments */

.comments-template{
	margin: 10px 0 0 0;
	border-top: 1px dotted #ccc;
	padding: 10px 0 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}


/* Search Form */

#searchform div {
	background-image: url(images/searchform.jpg);
	width: 226px;
	height: 49px;
	margin-left: -7px;
}
#searchform div #s {
	border: 0;
	margin-top: 14px;
	margin-left: 19px;
	width: 152px;
	height: 16px;
	color: #909090;
	font-size: 1.1em;
}
#searchform div #searchsubmit {
	border: 0;
	background: none;
	width: 39px;
	height: 26px;
	margin-left: 4px;
	overflow: hidden;
	text-indent: -2000px;
}


#searchform div #searchsubmit {
	font-size: 0;
	text-align: right;
	color: #cecece;
}

#news {
border-color: #cfdbff;
border-width: 2px;
border-style: solid;
width: 340px;
float: left;
margin: 30px 0 20px 0;
background: #eaefff;
}

#news h3 {
padding: 8px 10px 12px 15px;
margin: 0;
background: url(images/back-news.jpg) repeat-x;
color: white;
font-weight: bold;
font-size: 20px;

}

#news ul{
margin: 10px 10px 10px 15px;

}

blockquote {
font-size: 14px;
line-height: 19px;
font-style: italic;
color: #333333;
padding: 5px 5px 0 20px;
margin: 10px 0;
font-family: Georgia, Times, serif;
background: #f2f2f2;
border: 1px solid #cfdbff;
}

ul#topmenu {
position: absolute;
top: 30px;
right: 0;
list-style-type: none;
}

ul#topmenu li {
float: left;
margin-left: 30px;
}

ul#topmenu li a {
padding: 10px 10px 10px 30px;
background: url(images/rss-icon.jpg) no-repeat left center;
display: block;
}

.legal {
font-size: 11px;

}

ul.bottom-menu {

list-style-type: none;
padding: 0;
margin: 3px auto;

}

ul.bottom-menu li {

padding: 0 10px; 
display: inline;

}

.signup-form {
float: left;
width: 260px; 
display: inline;
margin: 5px 10px 5px 0;
background: #eaefff;
border: solid 2px #cfdbff;
}


.sidebar-form {
border-color: #cfdbff;
border-width: 2px;
border-style: solid;
width: 340px;
float: left;
margin: 30px 0 20px 0;
background: #eaefff;
}


.signup-form p {
padding: 10px;	


}

.sidebar-form p {
padding: 10px;	


}

.button {
margin-top: 3px;
float: left;
}
