/* 

	Theme Name: grafics-1

	Description: Arganbright-cms

	Author: G.Rafics Inc

	Author URI: http://www.graficsinc.com.com/

	Version: 1

	Tags:auto,two columns,fixed width



*/



body  {

	font: 100% Arial,Helvetica,sans-serif;

	background: #999966;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #000000;

}

.twoColFixLtHdr #container {
	width: 751px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-decoration: none;
	background-color: #999966;
	padding-top: 0px;
	padding-bottom: 40px;
} 



.twoColFixLtHdr #header {

	background: #999966;

	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

	background-image: url(images/top.gif);

	background-repeat: no-repeat;

	height: 175px;

	background-position: center;

	text-align: right;

} 

.twoColFixLtHdr #header h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}



.twoColFixLtHdr #headtext {

	float: right;

	padding: 95px 20px 0px 100px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

	clear: both;

	font-family: Arial, Helvetica, sans-serif;

	text-align: right;
} 





.hdrtext {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #FFFFFF;
}



.hdrphone{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	color: #FFFFFF;

	text-align: right;

	font-weight: bold;

}

#headtext  a:link {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #FFFFFF;

	text-decoration: none;

}

#headtext  a:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #333333;

	text-decoration: none;

}

#headtext  a:active {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #FFFFFF;

	text-decoration: none;

}





#headtext  a:visited {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #FFFFFF;

	text-decoration: none;

}


/* Alternate header styles */



.twoColFixLtHdr #specialheader {

	background: #999966;

	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

	background-image: url(images/specialtop.gif);

	background-repeat: no-repeat;

	height: 175px;

	background-position: center;

	text-align: right;

} 

.twoColFixLtHdr #specialheader h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}



.twoColFixLtHdr #specialheadtext {

	float: right;

	padding: 95px 20px 0px 100px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

	clear: both;

	font-family: Arial, Helvetica, sans-serif;

	text-align: right;

} 





.hdrtext {

        font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #FFFFFF;
}



.hdrphone{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	color: #FFFFFF;

	text-align: right;

	font-weight: bold;

}

#specialheadtext  a:link {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #FFFFFF;

	text-decoration: none;

}

#specialheadtext  a:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #333333;

	text-decoration: none;

}

#specialheadtext  a:active {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #FFFFFF;

	text-decoration: none;

}





#specialheadtext  a:visited {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #FFFFFF;

	text-decoration: none;

}



/* End Alternate header styles */




.twoColFixLtHdr #Navbar {
	text-align: right;
	padding: 4px 21px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	
} 







#Navbar a:link {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	text-decoration: none;

}

#Navbar a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}

#Navbar a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	text-decoration: none;

}

#Navbar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}





.navigation {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}



 #middlebkgrnd {

	background-image: url(images/center.gif);

	background-repeat: repeat-y;

	padding-left: 0px;

	background-position: center;

	padding-top: 10px;

} 





.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 5px;
	margin-top: -25px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFFFFF;
        text-align: center;
       
}

.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 5px;
	margin-top: -25px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFFFFF;
        text-align: center;
       
}

#sidebar2 h2 {
font-family: Arial, Helvetica, sans-serif;
         padding: 8px 0px 0px 0px;
	font-size: 15px;

	color: #ffffff;

        text-align: center;
}

#sidebar2 ul li {
font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #ffffff;

        text-align: left;
       
       list-style: none;

}

#flash {
    
     vertical-align: top;
     padding: 0px 0px 0px 0px;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 15px;
     color: #333333;
     text-align: center;
     margin-top: -10px;
    
}


#flashtitle {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
        padding: 20px 0px 0px 0px;
     }




#logos {

    vertical-align: top;
    padding: 0px 0px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
   margin-bottom: 10px;
}

#widgetarea {

    vertical-align: top;

    padding: 0px 0px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
   margin-bottom: 10px;
   margin-right: 40px;
}

#sidebar1 a:link {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	color: #333333;

	text-decoration: none;

}
#sidebar1 a:visited {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	color: #333333;

	text-decoration: none;

}

#sidebar1 a:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	color: #ffffff;

	text-decoration: none;

}

#sidebar1 a:active {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	color: #333333;

	text-decoration: none;

}

#sidebar2 a:link {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	color: #333333;

	text-decoration: none;

}
#sidebar2 a:visited {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	color: #333333;

	text-decoration: none;

}

#sidebar2 a:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	color: #ffffff;

	text-decoration: none;

}

#sidebar2 a:active {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	color: #333333;

	text-decoration: none;

}
.sidebartext {
        clear: both;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     color: #333333;
     text-align: center;
     margin: -30px 0px 30px 0px;
     padding: 5px 0px 0px 0px;
}

#flash a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
        text-decoration: none;
}

#flash a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
        }

#flash a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

#flash a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}



.twoColFixLtHdr #mainContent {
	margin: 0px 0px 0px 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 100px 35px;
	
} 

h1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	color: #999966;

}

p {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	color: #666666;

}

a:link {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	color: #7E2C00;

	text-decoration: none;

}

a:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	color: #945E2B;

	text-decoration: none;

}

a:active {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	color: #FFFFFF;

	text-decoration: none;

}





a:visited {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	color: #333333;

	text-decoration: none;

}

#specialtitle  {
      
	font-size: 14px;
        font-weight: bold;
        margin: 0px 10px 0px 20px;
        display: inline; 
        color: #999966; 
}




#wp-calendar {
	margin-left: 5px;
	margin-bottom: 10px;
        color: #999966;
	}

#searchdiv {
           display: inline; 
           font-family: Arial, Helvetica, sans-serif;
           color: #999966;
           float: right;
           width: 200px;
          margin-right: 20px;
          padding-bottom: 60px;
          }


form.searchform {
                display: inline;
               
                } 

.twoColFixLtHdr #footer {
	padding: 20px 0px 20px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#999966;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: right;
	margin: -25px 0px 0px 0px;
	clear: both;
}






.date{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	text-align: center;
	vertical-align: bottom;
        color: #666666;
}





.ftrnav {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color: #FFFFFF;
	padding-bottom: 20px;
	padding-right: 33px;

}



#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;

}


#footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}






.pagebottomright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-right: 45px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;
        padding-bottom: 10px;

}

.pagebottomleft{ /* this class can be used to float an element left in your page */

	float: left;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	padding-left: 45px;
        padding-bottom: 10px;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;
        display: inline;
	margin: 0px 0px 0px 8px;
        padding: 5px;
}

.fltlft { /* this class can be used to float an element left in your page */


	float: left;
        display: inline;
	margin: 0px 8px 0px 0px;
        padding: 5px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}

h2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	color: #999966;

}

.post {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	color: #999966;
        background: #ffffff;
}

.specialpost {
        width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999966;
        background: #ffffff;
        padding: 10px 0px 0px 0px;
        margin: 0px 0px 0px 0px;

}


.titletext {
        font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	color: #999966;
        padding-top: 2px;
}

.bodytext  {
      font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	color: #666666;
        
        vertical-align: bottom;
        
      }


 .bodylist ul {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	list-style: circle outside;
	padding: 0px;
      }
  
img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }


#project {
        width: 750px;
	font: Arial,Helvetica,sans-serif;
	background: #ffffff;
	margin: 0px 10px 0px 0px; 
	padding: 0px;
	text-align: center; 
        font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;

}
