/*  
Theme Name: Fast Design

*/



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


#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #336699;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	margin-top: 90px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
	letter-spacing: -2px;
	display: block;
	width: 300px;
 	
}

#header h1 a {

}

#header h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 85px;

}

#header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #ccffff;
	padding-top: 5px;
	padding-left: 35px;
}



body{
	margin: 0;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	color: #333333;
	background-color: #06C;
	background-repeat: repeat-x;
	background-position: left top;
}

#wrapper{
	width: 990px;
	text-align: left;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: left top;
}


a:link, a:visited{
	text-decoration: underline;
	color: #03C;
	margin-left: 0px;
}


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

p{
	padding: 10px 0 0 0;
}



#header{
	float: left;
	width: 990px;
	height: 190px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

.inside {
	background-image: url(images/banner-image.jpg);
}

.home {
	background-image: url(images/header-home.jpg);

}


#header ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 620px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header li {
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#header #contact {
	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 26px;
	width: 128px;
}
#header #rss {
	background-image: url(images/rss.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 26px;
	width: 128px;
}







#shuffle {
position: absolute;
right: 125px;
top: 100px;
width: 320px;
height: 174px;
z-index: 20;

}


.pics { height: 174px; width: 320px; padding:0; margin:0; overflow: hidden }
.pics img { height: 174px; width: 320px; padding: 0; }


pre { display:none; }

#navigation
{
    padding: 0;
    clear: both;
    background-image: url(images/newmenu.png);
    background-repeat: no-repeat;
    height: 43px;
    width: 990px;
    background-position: top;
    font-weight: bold;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0px;    
}

#navigation ul
{
    list-style-type: none;
    margin: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 7px;
    display: inline;
}


#navigation #submenu_:hover
{
    background-image: url(images/newmenu-select-bottom.png);
    'background-repeat: no-repeat;
    'background-position: center top;
}


#navigation a
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    margin: 0px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 21px;
    padding-left: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-variant: normal;
    text-transform: none;
    font-size: 13px;
    display: block;
}

#navigation a:hover
{
    text-decoration: none;
    background-image: url(images/newmenu-select.png);
    background-repeat: no-repeat;
    background-position: center top;
}

#navigation li
{
    'border-right-width: 1px;
    'border-right-color: #FFFFFF;
    'border-right-style: solid;
    float: left;
}
#navigation #leftmenu
{
    display: block;
    height: 43px;
    width: 210px;
}      
#navigation ul ul
{
    position: absolute;
     left: -9999px;
    background-color: #00368c ;
    padding-top:-10px;
    margin-top:11px;

}

        #navigation > ul
        {
            display: table;
            margin: 0 auto;
        }
        #navigation > ul > li
        {
            float: left;
            display: block;
            position: relative;
            z-index: 100;

        }


         #navigation > ul > li:hover
        {
            display: inline-block;
            z-index: 10;
        }
        #navigation li div 
        {
            display: block;
            text-decoration: none;
            padding: 0 10px;
        }
       
        #navigation ul a
        {
            display: block;
            text-decoration: none;
            'padding: 0 20px;
        }

        #navigation ul ul a
        {
            padding: 0 10px;
            margin: 5px 0;
            line-height: 25px;
        }
        #navigation ul li:hover > ul
        {
            left: 0;
            top: 30px;
            z-index: -1;
        }
        #navigation ul ul li:hover > ul
        {
            left: 100%;
            top: auto;
            margin-top: -47px;
            margin-left: -10px;
            z-index: 10;
        }
        #navigation > ul > li:nth-of-type(5):hover > ul
        {
            left: auto;
            right: 0;
            top: 30px;
            z-index: -1;
            text-align: right;
        }
        #navigation > ul > li:nth-of-type(5) ul li:hover > ul
        {
            left: auto;
            right: 100%;
            top: auto;
            margin-top: -47px;
            margin-right: -10px;
            z-index: 10;
            text-align: right;
        }
        #navigation li.left ul a
        {
            text-align: left;
        }
        
        #navigation ul ul li:hover > a
        {
            'background-color:#ccc;
            background-image: url(images/newmenu-select.png);
            width:auto;
        }
        #navigation ul li ul li
        {
            'margin-left:-3px;
            line-height:43px;
            text-align:center;
            height:43px;
            'background-image: url(images/submenu-select.png);
            text-align:left;
            
            /* you have to change the width to be max for the text */
            width:200px;  
        }
        


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

.post img {
	border: 0px;
}


h2.archive_head{
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
	color: #000033;
	padding: 0 0 20px 10px;
	letter-spacing: -1px;

}

.post h2{
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 26px;
	font-weight: bold;
	color: #000033;
	padding-bottom: 2px;
	letter-spacing: -1px;

}

.post h3{
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: 18px;
	line-height: 20px;
	padding-top: 15px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 0px;
	letter-spacing: -1px;
}

h3 a:link {	
	color: #000033;
}

h3 a:visited {	
	color: #000033;
}

.post h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	margin: 20px;
	color: #666666;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


.post h6{
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 26px;
	font-weight: normal;
	color: #000033;
padding-top: 30px;
	padding-bottom: 2px;
	letter-spacing: -1px;

}


blockquote{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	margin: 20px;
	color: #666666;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.entry{
	line-height: 20px;
margin-bottom: 30px;
/* added the below 2 lines */
width:670px;
float :left;
}

.entry1 {
width:670px;
float :left;
line-height: 20px;
margin-bottom: 30px;

}

p.postmetadata{
	border-top: 1px dotted #ccc;
	margin: 10px 0 0 0;
	font-style: italic;
	color: #666666;


}



.nav{
	padding: 0 0 30px 0;
display: block;
text-transform: uppercase;
	font-size: 11px;
	width: 100%;
}


.nav a {
	text-decoration: none;
}

.nav .previous {
	float: left;
}

.nav .next {
	float: right;
}



.sidebar{
	'float: right;
	width: 280px;
	'display: inline;
	overflow: hidden;
	margin-left: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
}

.sidebar h2{
	padding-left: 10px;
padding-top: 0;
margin: 0;
padding-bottom: 4px;
	color: #000033;
	letter-spacing: -1px;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
}

.sidebar h3{
	padding-left: 10px;
	padding-top: 0;
	margin: 0;
	padding-bottom: 4px;
	color: #000033;
	letter-spacing: -1px;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	padding-right: 10px;
}

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

.sidebar ul li{
	padding: 0 0 15px 0;
	margin: 0;
}


.sidebar ul li h2{
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.sidebar ul ul li{
	padding-bottom: 10px;
	line-height: 16px;
}

#specials li {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
}


table#wp-calendar{
	width: 100%;
}


#footer{
	clear: both;
	width: 990px;
	height: 67px;
	background: url('images/footer.png') top left;
	margin-left: 0px;
	padding-left: 30px;
	font-size: 12px;
}

#footer p{
	padding-top: 42px;
	padding-left: 90px;
}



.comments-template{
	margin: 10px 0 20px 0;
	padding: 10px 0 0;
}

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

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

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

.commentmetadata{
	font-size: 14px;
}

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

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

.sidebar2 {
	float: left;
	width: 224px;
	display: inline;
border: 1px dotted #e0e0e0;
	margin: 0;
	padding-top: 10px;
}

.sidebar2 li a:hover {
	background-color: #cccccc;
}

.sidebar2 ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
}
.sidebar2 h3 {
	padding-left: 26px;
	padding-bottom: 10px;
	margin: 0px;
	font-size: 20px;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	color: #000033;
	letter-spacing: -1px;
}
.sidebar2 li {
	padding: 5px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.sidebar2 img {
	padding: 5px;
	border: 1px solid #999999;
}
.sidebar2 a {
	display: block;
}

.sidebar2 {
	float: left;
	width: 224px;
	display: inline;
border: 1px dotted #e0e0e0;
	margin: 0;
	padding-top: 10px;
}

.sidebar2 li a:hover {
	background-color: #cccccc;
}

.sidebar3 {
	float: left;
	width: 224px;
	display: inline;
border: 1px dotted #e0e0e0;
	margin: 0;
	padding-top: 10px;
}

.sidebar3 ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.sidebar3 h3 {
	padding-left: 15px;
	padding-bottom: 10px;
	margin: 0px;
	font-size: 20px;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	color: #000033;
	letter-spacing: -1px;
}
.sidebar3 li {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.sidebar3 img {
	padding: 5px;
	border: 1px solid #999999;
}
.sidebar3 a {
	display: block;
}

.sidebar3 li a:hover {
	background-color: #cccccc;
}

.screenshot {
	padding: 3px;
	float: left;

	border: 1px solid #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
clear: both;
}

.screenshot img{
 	border: none;}

.portofolio{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	padding-top: 10px;
}

#specials img {
	border: 0px;
margin: 0;
padding: 0;
}

.padright {
	padding-right: 10px;
}


.post ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 19px;
	list-style-type: none;	
}
.post li {
	background-image: url(images/checklist.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
}

#post-26 ul{
	list-style-type: none;
margin: 10px 10px 0 0;
} 

#post-26 li {
	float: left;
	margin-right: 22px;
	margin-bottom: 20px;
	background-image: none;
	padding: 0px;

}
#post-26 a {
	border: 1px solid #CCCCCC;
	display: block;
}
#post-26 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
}
#post-26 a:hover {
	background-color: #CCCCCC;	
}

.post ol li {	background-image: none; }

.meta {
	border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
	margin: 10px 0 5px 0;
padding: 8px 0 8px 0;
		font-style: italic;
	color: #666666;

}

.alignleft {
float: left;
margin: 0 10px 5px 0;
}

#callaction {
margin: 20px 0;
	width: 430px;
	float: left;
}

#callaction h5{
font-weight: bold;
font-size: 17px;
margin: 5px 0 0 76px;
padding: 0;
}

#callaction p{
margin: 0 0 0 76px;
padding: 2px 0 0 0;
}

.webdesign1{
background: url(images/webdesign-icon.jpg) no-repeat left top;
width: 184px;
float: left;

}


.seo1{
background: url(images/seo-icon.jpg) no-repeat left top;
width: 212px;
float: left;

}

.plus{
background: url(images/plus.jpg) no-repeat left top;
width: 20px;
height: 80px;
float: left;
margin: 0 6px 0 4px;
display: inline;

}


.customers{
background: url(images/customers.jpg) no-repeat left top;
width: 300px;
float: left;
margin: 10px 0 0 50px;
padding-left: 40px;
display: inline;
}

.wpcf7 {

width: 410px;
border:1px solid #999999;
margin: 10px 0;
background: #f2f2f2 url(images/background-form.jpg) repeat-x bottom;
}

.wpcf7 p {
font-size: 13px;
margin-top: 8px;
}

form.wpcf7-form {
padding: 0 12px 12px 12px;
}

.wpcf7-form-control-wrap input {
font-size: 16px;
background: url(images/back-input.jpg) no-repeat top left;

}

.captcha-1 input, .captcha-246 input  {
width: 255px;
margin: 0;
padding: 0;
}



img.wpcf7-captcha-captcha-1, img.wpcf7-captcha-captcha-246 {
border:1px solid #999999;
margin: 0 10px 0 0;
float: left;
}

.sendbetterimage {
float: left;
clear: both;
}

.your-subject {
padding-left: 5px;
}

h5 {
font-size: 18px;
padding: 0;
margin: 20px 0 0 0;
}

.specialoffers {
position: absolute;
display:block;
width: 90px;
height: 90px;
top: 3px;
right: 10px;
text-indent: -5000px;
}

div.wpcf7-response-output {
background: white;
}
.page-banner {
	background-image: url(images/banner_2.jpg);
	margin-left: 15px;
	background-repeat: no-repeat;
	height: 118px;
	width: 326px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.page-banner .banner-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 100px;
	width: 235px;
	margin-top: 0px;
	margin-left: 95px;
	text-align: left;
	vertical-align: top;
	display: block;
	color: #333;
	font-weight: bold;
}
#wrapper .sidebar .indent {
	list-style-type: none;
	text-align: left;
	display: block;
	margin-left: 20px;
	font-weight: bold;
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 100px;
}
.imgleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#wrapper .sidebar .sbimage {
	margin-left: 20px;
}
#footer h4 {
	font-size: 11px;
}
#wrapper .sidebar ul {
	float: left;
}
#wrapper #containerwide .post .entry ul {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 5px;
}
hr {
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
