@charset "utf-8";

/*   
Theme Name: SWGraphic 
Theme URI: http://www,swgraphic.com 
Description: Wordpress Theme designed by Sarah Wu 
Author: Sarah Wu 
Author URI: http://www.swgraphic.com 
Version: 1.0  
*/ 

*{
	margin: 0px; 
	padding: 0px;
}

/* Global Page Style ------------------------------------
-------------------------------------------------------*/
html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000124 url(/v2/wp-content/themes/swgraphic/images/main_bg.jpg) no-repeat center top;
	line-height: 18px;
	letter-spacing: 0.025em;
	color: #666666;
	font-size: 12px;
	text-align: left;
}

a img, a:link img, a:visited img {
	border: none;
	outline: none;
}

a, a:visited {
	color: #0099ff;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #33ccff;
}

a:active
{
  outline: none;
}

h1 {
	color: #666666;	
}

p, form, fieldset {
	margin: 0px; 
	padding: 0px; 
}

#container {
	position: relative;
	margin: 0px auto;
	width: 960px;
	padding: 0px 0px 50px 0px;
}

.break {
	display: block;
}

.clear {
	clear:both;
}

.page_title { 
	font-size: 22px;
	border-bottom: 1px solid #e7e7ec;
	padding-bottom: 10px;
	margin-bottom: 17px;
}

.page_title2 { 
	font-size: 22px;
	padding-bottom: 10px;
	margin-bottom: 17px;
}

.dot_border {
	border-bottom: 1px dotted #b6b6b4; 
}

.tag_comment_wrap {
	width: 655px;
	border-bottom: 1px dotted #b6b6b4; 
}

ul li {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

/* Top left/right links header -------------------------
-------------------------------------------------------*/
#top_link_container_wrap {
	width: 655px;
	border-bottom: 1px solid #e7e7ec;
	padding-bottom: 28px;
	margin-bottom: 15px;
}

.left_link_wrap {
	float: left;

}

.center_link_wrap {
	padding-left: 400px;
	float: left;
}

.right_link_wrap {
	float: right;
}

.icon_align {
	vertical-align: text-top;
	padding-right: 5px;
}

/* Large portfolio Style -------------------------------
-------------------------------------------------------*/

.portfolio_lg_container, .blog_lg_container, 
.contact_lg_container {
	width: 655px;
}

.portfolio_lg {
	border: 1px solid #cccccc;
	padding: 5px;
}

.title {
	font-size: 22px;
	padding-bottom: 15px;
}

/* Padding and font ------------------------------------
-------------------------------------------------------*/

.p_size12 {
	font-size: 12px;
}

.p_size20 {
	font-size: 20px;
}

.p_size18 {
	font-size: 18px;
}

.line_hi_22 {
	line-height: 22px;
}

.georgia {
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	color: #999999;
}

.georgia_sm {
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	color: #f93597;
}

.georgia_padding {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #999999;
	padding-left: 10px;
}

.padding_left20 {
	padding-left: 20px;;
}

.bot_padding15 {
	padding-bottom: 15px;	
} 

.top_padding5{
	padding-top: 5px;
}

.top_padding15 {
	padding-top: 15px;	
} 

.top_padding10 {
	padding-top: 10px;	
}

.top_padding30 {
	padding-top: 30px;	
}

.top_padding20 {
	padding-top: 20px;	
}

.bot_padding60 {
	padding-bottom: 60px;	
}

.bot_padding10 {
	padding-bottom: 10px;	
}

.bot_padding30 {
	padding-bottom: 30px;	
}
.bot_margin15 {
	margin-bottom: 15px;
}

/* Border color Style ----------------------------------
-------------------------------------------------------*/
.border_top {
	border-top: 5px solid;
}

.border_bot {	
	border-bottom: 5px solid;
}

.border_color1 {
	border-color: #999999;
}

.border_color2 {
	border-color: #e7e7e7;
}

.p_width {
	width: 454px;
}

/* Global Header Style ----------------------------------
-------------------------------------------------------*/
#header {
	height: 114px;
	width: 940px;
	padding: 0px 10px;
}

#logo {  
	overflow: hidden;
	background : url(/v2/wp-content/themes/swgraphic/images/logo.png) no-repeat; 
	width:276px; height:60px;
	position:absolute; top:26px; left:10px;   
}  

#logo a {
	display: block;
	width: 379px;
	height: 178px;
	text-indent: -9999px;
}

/* Global Navgation Style --------------------------------
-------------------------------------------------------*/
#nav {
	float:left;
	list-style:none;
	padding:0px;	
}

#nav li {
	display:inline;
	overflow: hidden;
	list-style-type:none;
}

#nav_home { 
	position : absolute; 
	top: 50px; left: 498px; 
	width: 49px; height: 29px; 
	background: url(/v2/wp-content/themes/swgraphic/images/nav_home_off.png);
}

#nav_home a {
	display: block; 
	width: 49px; height: 29px; 
	text-indent: -9009px;
}

.home_active a, #nav_home a:hover  {
	background : url(/v2/wp-content/themes/swgraphic/images/nav_home_on.png);
}

#nav_portfolio { 
	position : absolute; 
	top: 50px; left: 574px; 
	width: 91px; height: 29px; 
	background: url(/v2/wp-content/themes/swgraphic/images/nav_portfolio_off.png);
}

#nav_portfolio a { 
	display: block; 
	width: 91px; height: 29px; 
	text-indent: -9999px;
}

.port_active a, #nav_portfolio a:hover {
	background : url(/v2/wp-content/themes/swgraphic/images/nav_portfolio_on.png);
}

#nav_resume { 
	position : absolute; 
	top: 50px; left: 692px; 
	width: 66px; height: 29px; 
	background: url(/v2/wp-content/themes/swgraphic/images/nav_resume_off.png);
}

#nav_resume a { 
	display: block; 
	width: 66px; height: 29px; 
	text-indent: -9999px;
}

.resume_active a, #nav_resume a:hover  {
	background : url(/v2/wp-content/themes/swgraphic/images/nav_resume_on.png);
}

#nav_blog { 
	position : absolute; 
	top: 50px; left: 785px; 
	width: 41px; height: 29px; 
	background: url(/v2/wp-content/themes/swgraphic/images/nav_blog_off.png);
}

#nav_blog a { 
	display: block; 
	width: 41px; height: 29px; 
	text-indent: -9999px;
}

.blog_active a, #nav_blog a:hover {
	background : url(/v2/wp-content/themes/swgraphic/images/nav_blog_on.png);
}

#nav_contact { 
	position : absolute; 
	top: 50px; left: 854px; 
	width: 78px; height: 29px; 
	background: url(/v2/wp-content/themes/swgraphic/images/nav_contact_off.png);
}

#nav_contact a {
	display: block; 
	width: 78px; height: 29px; 
	text-indent: -9999px;
}

.contact_active a, #nav_contact a:hover {
	background : url(/v2/wp-content/themes/swgraphic/images/nav_contact_on.png);
}

/* Global Container Style -------------------------------
-------------------------------------------------------*/
#tagline {
	background: url(/v2/wp-content/themes/swgraphic/images/tagline.jpg) no-repeat;
	background-position: center;
	width:940px;  
	height:145px;
	margin: 0px auto;
}

#content {
	background-color: #ffffff;
	width: 940px;
	margin: 0px auto;
}

#main { 
 	float: left;
 	color: #666666;
	width: 655px;
	padding: 30px 15px 10px 30px;
}

#sidebar { 
 	color: #666666;
	float: left;
	width: 185px;
	padding: 30px 30px 10px 25px;
}	

/* Home Page Style --------------------------------------
-------------------------------------------------------*/
#feature {
	position: relative;
	width: 880px;
	height: 300px;
	margin: 0px auto;
	padding: 30px 30px;
}

#feature img.featured {
	position: absolute;
	left: 764px;
	top: 28px;
}

/* Welcome section */

#promo_container {
	width: 880px;
	margin: 0px auto;
	background-color: #ffffff;
}

#welcome {
	float: left;
	width: 280px;
	padding: 0px 0px 0px 0px;
	line-height: normal;
	background : url(/v2/wp-content/themes/swgraphic/images/intro_bg.jpg) no-repeat top right; 

}

.promo_title {
	padding: 0px 0px 12px 0px;	
}

#intro_ul {
	padding: 50px 0px 93px 0px;
}

#mail {
	display: inline;
	list-style-type: none;
	margin: 0.5px;
	padding: .2em 0 .2em 25px;
	background: url(/v2/wp-content/themes/swgraphic/images/icon_email.gif) no-repeat;
}

#pdf {
	display: inline;
	list-style-type: none;
	margin: 10px;
	padding: .2em 0 .2em 20px;
	background: url(/v2/wp-content/themes/swgraphic/images/icon_pdf.gif) no-repeat;
}

#twitter_link {
	display: inline;
	list-style-type: none;
	margin: 0.5px;
	padding: .2em 0 .2em 25px;
	background: url(/v2/wp-content/themes/swgraphic/images/twitter_icon.gif) no-repeat;
}

#rss_link {
	display: inline;
	list-style-type: none;
	margin: 10px;
	padding: .2em 0 .2em 25px;
	background: url(/v2/wp-content/themes/swgraphic/images/rss_icon.gif) no-repeat;
}

/* Recent Posts */

#recent_post {
	float: left;
	width: 280px;
	padding: 0px 0px 0px 20px;
	line-height: normal;
}

.date { 
	font-size: 11px;
	color: #999999;
}

.post_title, .portfolio_title { 
	font-size: 13px;
	line-height: 16px;
}

.post_info { 
	border-bottom: 1px dotted;
	padding-bottom: 20px;
	margin-bottom: 10px;
	line-height: 17px;
}

/* Recent Work */


#latest_work {
	float: left;
	width: 280px;
	padding: 0px 0px 0px 20px;
	line-height: normal;
}

.new_portfolio {
	margin-bottom: 10px;
	line-height: normal;
}

.portfolio_info { 
	line-height: 17px;
	font-size: 11px;
}

.new_portfolio_item {
	margin-bottom: 10px;
}

a  img.new_portfolio_th  {
	float:left; 
	margin-right: 15px; 
	border: 3px solid #cccccc;
}

/* More buttons */

#btn_container {
	width: 880px;
	margin: 0px auto;
	background-color: #ffffff;
}

#inner_btn_container1 {
	width: 280px;
	float: right;
	padding: 0px 0px 20px 20px;
}

#inner_btn_container2 {
	width: 280px;
	float: right;
	padding: 0px 0px 20px 20px;
}

.btn { 
	float: right;
}

/* Jquery Slider ----------------------------------------
-------------------------------------------------------*/
.graphic, #prevBtn, #nextBtn { 
	margin: 0; 
	padding: 0; 
	display: block; 
	overflow: hidden; 
	text-indent:-9999px;
}

#slider{ 
	border: 1px #999999 solid; 
}	

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider li { 
	width:878px;
	height:298px;
	overflow:hidden; 
}	

#prevBtn, #nextBtn { 
	display: block;
	width: 30px;
	height: 28px;
	position: absolute;
	left: 850px;
	top: 301px;
}
	
#nextBtn { 
	left:880px;
}	
													
#prevBtn a, #nextBtn a {  
	display:block;
	width:30px;
	height:29px;
	background:url(/v2/wp-content/themes/swgraphic/images/btn_prev.png) no-repeat 0 0;	
}	

#nextBtn a{ 
	background:url(/v2/wp-content/themes/swgraphic/images/btn_next.png) no-repeat 0 0;	
}

/* Portfolio Page Style ---------------------------------
-------------------------------------------------------*/
#subpage_container {
 	background: url(/v2/wp-content/themes/swgraphic/images/sub_bg.jpg) repeat-y top center;
 	margin: 0px auto;
	overflow: hidden; 
 	width: 940px;
}

.portfolio_item, .resume_item {
	float: left;
	width: 198px;
	margin-bottom: 15px;
}

.portfolio_item_left {
	float: left;
	padding-right: 30px;
	width: 198px;
	margin-bottom: 15px;
}

.portfolio_item_center {
	float: left;
	padding-right: 30px;
	width: 198px;
	margin-bottom: 15px;
}

.portfolio_item_right {
	float: left;
	width: 198px;
	margin-bottom: 15px;
}

.resume_item_left {
	float: left;
	padding-right: 30px;
	width: 198px;
	margin-bottom: 30px;
	padding-right: 30px;
}

.resume_item_center {
	float: left;
	padding-right: 30px;
	width: 198px;
	margin-bottom: 30px;
	padding-right: 30px;
}

.resume_item_right {
	float: left;
	width: 198px;
	margin-bottom: 30px;
}

.resume_item2 {
	float: left;
	width: 424px;;
}

a img.portfolio_th {
	border: 1px solid #cccccc;
	padding: 5px;
	margin-bottom: 5px;
}		

a:hover img.portfolio_th {
	background-color: #6cdafe;
}

.portfolio_wrap, .blog_wrap,
.contact_wrap, .resume_wrap {
	width: 655px;
}

.padding_right30 {
	padding-right: 30px;
}						

/* Search Box*/

#search_conatiner {
	width: 185px;
}

fieldset#search_box {
	border: 0px;
}

fieldset#search_box label {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
}	

#s {
	width: 120px;
	height: 19px;
	margin-right: 5px;
	vertical-align: top;
	border: 1px #cccccc solid;
}	

/* Portfolio categories*/

#categories_list_container, 
#archive_list_container, 
#links_list_container,
#follow_list_container {
	width: 185px;
	padding-top: 15px;
}

#portfolio_list_container {
	width: 185px;
} 

.list_item {
	display: block;	
	list-style-type:none;
	padding: 0px;
	font-size: 14px;
	border-bottom: 1px dotted #b6b6b4;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1px;
}	

.item_first {
	display: block;	
	list-style-type:none;
	border-top: 1px dotted #b6b6b4;
	border-bottom: 1px dotted #b6b6b4;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	font-size: 14px;
	padding-left: 1px;
}

.portfolio_list, 
.archive_list, 
.link_list
.follow_list {
	list-style-type:none;
}

/* Get in touch*/

#get_in_touch_container {
	width: 185px;
	padding-top: 15px;
}

.get_in_item_first {
	display: block;	
	border-top: 1px dotted #b6b6b4;
	padding-top: 15px;
	margin-top: 15px;
}

.get_in_item_second {
	display: block;	
	border-top: 1px dotted #b6b6b4;
	padding-top: 15px;
	margin-top: 15px;
}

.get_in_item_third {
	display: block;	
	border-bottom: 1px dotted #b6b6b4;
	padding-bottom: 15px;
}

/* Footer -----------------------------------------------
-------------------------------------------------------*/

#footer {
	background-color: #d8d8d8;
	width: 905px;
	height: 28px;
	margin: 0px auto;
	padding:12px 0px 0px 35px;
	font-size: 11px;
}

.clearFloat:after { 
    clear: both; 
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden; 
}

.clearFloat { 
    display: inline-block; 
    overflow: hidden; 
}

* html .clearFloat { 
    height: 1%; 
}

.clearFloat { 
    display: block; 
}


/*blog commenting*/

.old_comment {
	padding-top: 10px;
}


/* Form Field*/

#comment_form_conatiner, 
#contact_form_conatiner {
	width: 600px;
}

fieldset#comment_box, fieldset#contact_box {
	border: 0px;
}

#comment_box input[type=text], #contact_box input[type=text] {
	vertical-align:top;
	width: 300px;
	height: 20px;
	margin-right: 10px;
	border: 1px #cccccc solid;
}

#comment_box textarea, #contact_box textarea {
	width: 630px;
	margin-right: 5px;
	vertical-align: top;
	border: 1px #cccccc solid;
	height: 150px;
}

/* error page*/

#error_container {
	width: 880px;
	margin: 0px auto;
	background-color: #ffffff;
	padding-bottom: 250px;
	padding-top: 20px;
}

/* Fix up IE6 PNG Support -------------------------------

img, #logo, #nav_home, #nav_portfolio, #nav_resume, #nav_blog, 
#nav_contact, .featured { behavior: url(iepngfix.htc); }
-------------------------------------------------------*/


