/* ========= CSS Reset ========== */

body, h1, h2, h3, h4, h5, h6, a, p, ul, ol, li, em, strong, pre, code, form {
	padding: 0;
	margin: 0;
	color: #000;
}



html
{height: 100%;}

body {
	color: #000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	background: none;
	height: 100%;
}	

body.video_background
{overflow: hidden;}

body.video_background #page_wrap
{position: absolute;
top:0;
left:0;
width: 100%;
height: 100%;}

#wrapper
{width: 1000px;
margin: 0 auto;
position: relative;
height: 100%;
z-index: 100;
}



/* ========= GENERAL STYLES END HERE========== */





/* ========= BACKGROUND AND SLIDER STYLES ========== */

#bg img {
        /* Set rules to fill background */
        min-height: 100%;
        min-width: 1024px;

        /* Set up proportionate scaling */
        width: 100%;
        height: auto;

        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
        #bg img {
                left: 50%;
                margin-left: -512px;   /* 50% */
        }
}


body span#body_loader
{width: 32px;
height: 32px;
position: absolute;
top: 50%; 
left: 50%;
text-indent: -9999px;
background: url(../images/ajax-loader.gif) no-repeat top left;
display: block;
z-index: 0;} 


.hide
{display: none;}

#flashcontent {
height: 100%;
z-index: 1;
}

#flashcontent p
{position: absolute;
top: 50%;
left: 40%;
width: 300px;
}

.grid
{top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(../images/grid.png);
z-index: 10;
}

/* ========= BACKGROUND AND SLIDER STYLES END HERE========== */


/* =========  MENU STYLES ========== */
#menu_wrap
{
	width: 240px;
	float: left;
	display: inline-block;
	position: relative;
	top: 0px;
	z-index: 1000;
}

#menu
{
	width: 220px;
	padding: 0 10px 25px 10px;
	background-image: url(../images/menu_back.png);
	background-repeat: no-repeat;
	background-position: left top;
}


#logo
{
width: 240px;
height: 180px;
}

#logo h1 a   
{
	display: block;
	width: 220px;
	height: 200px;
	background: url(../images/logo_back.png) no-repeat top left;
	text-indent: -9999px;
}


#navbar 
{list-style: none;
margin: 34px 0 -5px 20px;}

#navbar li
{width: 160px;
height: 29px;
padding: 5px 10px 15px;
border-bottom: 1px solid #343434;
position: relative;
}

#navbar li:first-child
{border-top: 1px solid #343434;}

#navbar li a
{
	display: block;
	width: 180px;
	height: 40px;
	font: bold 18px 'Myriad Pro Cond', 'Myriad Pro', 'Helvetica', 'Verdana', sans-serif;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 20;
	background-color: transparent;
}


#navbar li span
{
	color: #999;
	position: absolute;
	top: 25px;
	left: 10px;
	z-index: 10;
	text-transform: none;
	font-family: 'Myriad Pro', 'Helvetica', 'Verdana', sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}


#navbar li span.hover_arrow
{
	width: 30px;
	height: 30px;
	display: none;
	position: absolute;
	top: 10px;
	left: 150px;
	background-repeat: no-repeat;
	background-position: left top;
}

#navbar li.top_nav:hover
{
	background-repeat: no-repeat;
	background-position: right center;
}

/* making links active on pages - 1st level of navigation */
body.body_home a#home, body.body_about a#about, body.body_services a#services, body.body_portfolio a#portfolio,  body.body_blog a#blog, body.body_contact a#contact
{
	color: #00F;
}

body.body_home a#home span, body.body_about a#about span, body.body_services a#services span, body.body_portfolio a#portfolio span,  body.body_blog a#blog span, body.body_contact a#contact span
{color: #aaaaaa;}

/* making links active on pages - 2nd level of navigation */
body.body_prettyphoto a#prettyphoto, body.body_fancybox a#fancybox, body.body_colorbox a#colorbox, body.body_galleria a#galleria, body.body_slideviewer a#slideviewer
{
	color: #FFF;
}


/* making links active on pages - 3rd level of navigation */
body.body_gallery_2col_pp a#gallery_2col_pp, body.body_gallery_2col_fb a#gallery_2col_fb, body.body_gallery_2col_cb a#gallery_2col_cb, body.body_gallery_3col_pp a#gallery_3col_pp, body.body_gallery_3col_fb a#gallery_3col_fb, body.body_gallery_3col_cb a#gallery_3col_cb, 
body.body_gallery_4col_pp a#gallery_4col_pp, body.body_gallery_4col_fb a#gallery_4col_fb, body.body_gallery_4col_cb a#gallery_4col_cb, 
body.body_gallery_grid_pp a#gallery_grid_pp, body.body_gallery_grid_fb a#gallery_grid_fb, body.body_gallery_grid_cb a#gallery_grid_cb
{
	color: #FFF;
}



#navbar li ul
{
	position: absolute;
	top: -1px;
	left: 190px;
	list-style: none;
	border: 1px inset #2f2f2f;
	z-index: 1000;
	width: 180px;
	display: none;
	background-image: url(../images/menuout.png);
}


#navbar li ul li ul
{left: 150px;
display: none;
}

#navbar li:hover ul
{display: block;}

#navbar li:hover ul li ul
{display: none;
}

#navbar li:hover ul li:hover ul
{display: block;}

#navbar li ul li
{padding: 0 0 10px 0;
margin: 0 20px;
min-height: 30px;
width: 140px;
border-color: #1b1b1b;}

#navbar li ul li a
{padding: 12px 0px 8px 30px;
display: block;
width: 140px;
height: 20px;
margin: 0 0 0 -10px;
}

#navbar li ul li a
{font-size: 12px;}


#navbar li ul li:hover
{
}

#navbar li ul li:first-child
{border-top: none;}

#navbar li ul li:last-child
{border-bottom: none;}

a.not_link
{cursor: default;}

span.not_link
{cursor: default;}

#hide_menu {
	background: url(../images/hide_menu_back.png) no-repeat bottom left;
	width: 220px;
	height: 300px;
	margin: 0;
	position: relative;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}

.menu_visible
{background: url(../images/menu_hide_arrow_top.png) no-repeat top left;}

.menu_hidden
{
	background: url(../images/menu_hide_arrow_bottom.png) no-repeat top left;
	padding-top: 160px;
}

#hide_menu a
{
display: none;
width: 48px;
height: 48px;
text-indent: -9999px;
position: absolute;
top: 5px;
left: 98px;
outline: none;}

.menu_tooltip
{width: 140px;
height: 30px;
padding: 17px 15px 0 25px;
background: url(../images/tooltip.png) no-repeat top center;
position: absolute;
top: 3px;
left: 130px;
font: 12px Verdana, Arial, Helvetica, sans-serif;
line-height: 18px;
display: none;
}

.menu_tooltip p
{text-align: center;}

/* ========= MENU STYLES END HERE ========== */




/* ========= MAIN STYLES ========== */
#main
{background: url(../images/content_back.png) repeat-y top left; 
position: relative;
width: 680px;
padding-left: 40px;
padding-right: 40px;
float: left;
font: normal 12px Verdana, Arial, sans-serif;
line-height: 20px;
display: inline-block;
}

.expandheight
{min-height: 100%;
padding: 0 40px 25px 40px;
}

.fullheight
{height: 100%;
padding: 0 40px 0 40px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
#main h2
{
	text-transform: uppercase;
	margin: 35px 0 20px 0;
	font-family: 'Myriad Pro Cond', 'Myriad Pro', 'Helvetica', 'Verdana', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #000;
}

#main h2.section_title
{
	text-transform: uppercase;
	margin: 19px 0 40px 0;
	font-family: 'Myriad Pro Cond', 'Myriad Pro', 'Helvetica', 'Verdana', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #000;
}

#main h3
{
	padding: 30px 0 15px 0;
	clear: left;
	font-family: 'Myriad Pro', 'Helvetica', 'Verdana', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

#main h4
{
	padding: 20px 0 10px 0;
	clear: left;
	font-family: 'Myriad Pro', 'Helvetica', 'Verdana', sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #000;
}

#content
{float: left;
margin: -28px 0 0 0;
}

.content_two_thirds
{width: 460px;}

.content_full_width
{
width: 680px;
}

.one_third
{width: 220px;
float: left;
margin: 0 20px 0 0;}

.two_thirds 
{width: 440px;
float: left;}

.right
{margin: 0 -20px 0 0;}

#content p
{margin-bottom: 20px;}

#content .img_floated_left
{float: left;
margin: 5px 20px 10px 0;
border: none;}

#content .img_floated_right
{float: right;
margin: 5px 0 10px 20px;
border: none;}

#content img
{margin: 5px 0 20px;}

#content ul,  #content ol
 {margin: -10px 0 20px 60px;}
 
#content ul.no_bullets, #content ol.no_bullets
{list-style: none;}

#content ul.floated_left
{margin: 20px 0;
overflow: hidden;
}

#content ul.floated_left li
{float: left;
margin: 10px;

}

blockquote
{display: block;
padding: 0 30px 30px 30px;
width: 440px;
color: #bbbbbb;
font-style: italic;}

blockquote:before
{display: block;
color: #bbbbbb;
font: bold 80px Times, Georgia, sans-serif;  
width: 50px;
content: open-quote;
height: 0;
margin: 0 30px 20px -60px;
}


.button:hover {
text-decoration: none;
}
.button:active {
position: relative;
top: 1px;
}

/* ========= MAIN STYLES END HERE========== */



/* ========= GALLERY STYLES ========= */

/* --- Galleria styles --- */
#gallery_galleria 
{height: 620px;
width: 700px;
margin: -20px 0 20px -10px;
}
/* --- Galleria styles end here --- */


/* --- Slideviewer styles --- */

/*preload classes*/ 
#gallery_slideviewer
{width: 600px;
height: 500px;
overflow: hidden;
}

.svw {width: 50px; height: 20px; background: #fff; }

.svw ul {position: relative; left: -999em; } 

/*core classes*/ 
.stripViewer 
{position: relative; overflow: hidden; border: 5px solid #262626; margin: 0 0 1px 0;} 

.stripViewer ul { /* this is your UL of images */ margin: 0; padding: 0; position: relative; left: 0; top: 0; width: 1%; list-style-type: none;} 

.stripViewer ul li { float:left; } .stripTransmitter { overflow: auto; width: 1%; } .stripTransmitter ul { margin: 0; padding: 0; position: relative; list-style-type: none; } 

.stripTransmitter ul li{ width: 20px; float:left; margin: 0 1px 1px 0; } 

.stripTransmitter a{ font: bold 10px Verdana, Arial; text-align: center; line-height: 22px; background: #262626; color: #fff; text-decoration: none; display: block; } 

.stripTransmitter a:hover, a.current{ background: #fff; color: #262626; } /*tooltips formatting*/ 

.tooltip { padding: 0.5em; background: #fff; color: #000; border: 5px solid #dedede; } 



/* --- prettyphoto / fancybox / colorbox gallery styles --- */

.gallery
{margin: 20px 0 0 0;
}

.gallery ul li a img
{border: none;
}

.gallery ul li
{position: relative;
z-index: 1;
}


.gallery_2columns 
{list-style: none;
margin: 0 0 0 -20px;
width: 700px;}

.gallery_2columns li
{display: inline;
float: left;
width: 330px;
height: 220px;
margin: 0 0 20px 20px;
position: relative;}

.gallery_3columns 
{list-style: none;
margin: 0px 0 0 -10px;
width: 690px;}

.gallery_3columns li
{display: inline;
float: left;
width: 220px;
height: 140px;
margin: 0 0 10px 10px;
position: relative;}


.gallery_4columns 
{list-style: none;
margin: 0 0 0 -13px;
width: 700px;} 

.gallery_4columns li
{display: inline;
float: left;
width: 160px;
height: 110px;
margin: 0 0 13px 13px;
position: relative;}


.gallery_grid
{list-style: none;
margin: 0 0 0 -3px;
width: 710px;} 

.gallery_grid li
{display: inline;
float: left;
width: 112px;
height: 112px;
margin: 0 0 2px 2px;
position: relative;}

.gallery a span
{
z-index: 2;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
cursor: pointer;
}

.gallery .gallery_2columns a span.image_hover
{background: black url(../images/gallery_hover/hover_image_big.png) no-repeat center center;
}

.gallery .gallery_2columns a span.video_hover
{background: black url(../images/gallery_hover/hover_video_big.png) no-repeat center center;
}

.gallery .gallery_3columns a span.image_hover
{background: black url(../images/gallery_hover/hover_image_medium.png) no-repeat center center;
}

.gallery .gallery_3columns a span.video_hover
{background: black url(../images/gallery_hover/hover_video_medium.png) no-repeat center center;
}

.gallery .gallery_4columns a span.image_hover
{background: black url(../images/gallery_hover/hover_image_small.png) no-repeat center center;
}

.gallery .gallery_4columns a span.video_hover
{background: black url(../images/gallery_hover/hover_video_small.png) no-repeat center center;
}

.gallery .gallery_grid a span.image_hover
{background: black url(../images/gallery_hover/hover_image_grid.png) no-repeat center center;
}

.gallery .gallery_grid a span.video_hover
{background: black url(../images/gallery_hover/hover_video_grid.png) no-repeat center center;
}
/*  ========= GALLERY STYLES END HERE  ========= */



/*  ========= BLOG STYLES  ========= */

/* --- Post styles --- */
.post h3 a
{font-size: 20px;
font-weight: bold;
color: white;
text-decoration: none;}

.post .metadata
{border-top: 1px solid #343434;
border-bottom: 1px solid #343434;
height: 16px;
padding: 8px 10px 6px 10px;
font: 11px Verdana, Arial, Helvetica, sans-serif;
color: #9e9e9e;
position: relative;
margin: 10px 0 20px 0;}

.post .metadata a
{position: absolute;
top: 8px;
right: 10px;
text-decoration: none;
color: #9e9e9e;
padding: 0 0 0 25px;
background: url(../images/comment.png) no-repeat left -1px;
display: block;}

.post .metadata a:hover
{text-decoration: underline;}

.post .metadata p
{padding: 0 0 0 25px;
background: url(../images/calendar.png) no-repeat left -1px;}

.post
{position: relative;
padding: 0 0 60px 0;}

#content .post a.blog_thumbnail img
{border: 0;
margin: 5px 0 15px 0;}

.post a.thumbnail
{margin: 0 0 20px 0;}

.post p
{color: #c0c0c0;}

.post a.read_more
{background: url(http://lucidtattooinganddesign.com/images/hover_menu_second_level_arrow.png) no-repeat right -4px; 
font-size: 14px;
color: white;
text-decoration: none;
position: absolute;
right: 0;
bottom: 31px;
}

.post a.read_more:hover
{border-bottom: 1px solid white;
padding: 1px 0 0 0;}

/* --- Sidebar styles --- */
#sidebar
{float: left;
width: 180px;
margin: -24px 0 0 40px;}

#sidebar div
{margin: 0 0 33px;}

#sidebar h3
{font-size: 18px;
color: #d1d1d1;
font-weight: normal;}

#sidebar ul
{list-style: none;
margin: 10px 0 0;}

#sidebar ul.list li:first-child
{border-top: 1px solid #2b2b2b;}

#sidebar ul.list li a
{border-bottom: 1px solid #2b2b2b;
height: 15px;
padding: 4px 10px 10px 10px;
color: #9f9f9f;
text-decoration: none;
display: block;}

#sidebar ul.list li a:hover
{color: #cfcfcf;
background: #121212;}

#sidebar ul.images li
{margin-bottom: 10px;}

#sidebar ul.images a img
{border: none;}

#pagination
{float: left;
position: relative;
width: 460px;
height: 25px;
padding: 25px 0 0 0;
}

#pagination a
{color: white;
text-decoration: none;
font-style: italic;
font-size: 14px;
}

#pagination a.older
{position: absolute;
left: 0px;
padding: 1px 0 1px 25px;
background: url(../images/older.png) no-repeat center left;
}

#pagination a.newer
{position: absolute;
right: 0px;
padding: 1px 22px 1px 0;
background: url(../images/newer.png) no-repeat center right;
}


#pagination ul
{list-style: none;}

#pagination ul li
{float: left;}

/* --- Comments styles --- */
#content #comments_list
{list-style: none;
margin: 0;
padding: 0;
width: 460px;
}

#comments_list div
{background: #0e0e0e;
border: 1px solid #242424;
margin: 0 0 20px 0;
padding: 10px 30px 20px;
position: relative;
}

.comment img.comment_avatar
{
position: absolute;
top: 15px;
left: 30px;
}

.comment a.comment_author
{color: #8e8e8e;
position: absolute;
top: 19px;
left: 90px;	
}

.comment a.comment_author:hover
{color: #c1c1c1;}

.comment p.comment_metadata
{color: #8e8e8e;
position: absolute;
top: 39px;
left: 90px;	
}

.comment p.comment_number
{
position: absolute;
top: 25px;
right: 30px;	
font-size: 40px;
font-style: italic;
color: #4d4d4d;}

.comment p.comment_text
{border-top: 1px solid #242424;
margin: 70px 0 0 0px;
padding: 10px 0 0 0;
color: #c1c1c1;
}

#comment_form
{margin: 10px 0 0 0;}

#comment_form input
{height: 20px;
width: 220px;
}

#comment_form textarea
{width: 447px;
height: 175px;
}

p.comment_info
{font-size: 11px;
margin: 10px 0 20px;
}

h3.comments_head
{font-style: italic;}




/*  ========= BLOG STYLES END HERE  ========= */

 


/*  ========= CONTACT PAGE STYLES  ========= */

#contact_ajax
{display: none;}

#contact_form
{margin: 27px 0 0 0;}

p.contact_info
{font-size: 11px;
margin: 10px 0 20px;
}

input,  textarea
{
	border: 1px solid #333333;
	border-radius: 5px;
	color: #FFF;
	padding: 3px 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #999;
}

#contact_form input
{height: 20px;
width: 200px;
}

#contact_form textarea
{width: 380px;
height: 175px;
}

input:focus,  textarea:focus
{
	border: 1px solid #616161;
	background-color: #00C;
}

input#form_submit
{
	height: 30px;
	padding: 0 0 2px 0;
	
	background-color: #CCC;
	background-position: left top;
}

input#form_submit:hover
{
	
	
	background-color: #00C;
	background-position: left top;
	color: #FFF;
}

form p
{position: relative;
margin: 0 0 15px 0;}

form p label
{position: absolute;
top: 3px;
left: 10px;
color: #7b7b7b;
display: none;}

span.error
{position: absolute;
top: 3px;
left: 225px;
font-size: 12px;
color: red;}

span.comment_error
{left: 275px;}  

.error_input
{border: 1px solid red;}

.success
{color: green;
position: absolute;
top: 160px;
left: 40px;
padding: 5px 0 7px 40px;
background: url(../images/success.png) no-repeat top left;
}

#content ul.contact_list
{list-style: none;
margin: 0 0 20px 0;
padding: 0;
}

.contact_list li:first-child
{border-top: 1px solid #2b2b2b;

}

.contact_list li
{padding: 4px 10px 7px 10px;
border-bottom: 1px solid #2b2b2b;
}

.contact_list li a
{
color: #9f9f9f;
text-decoration: none;
display: block;}

.contact_list li.contact_phone
{padding-left: 23px;
background: url(../images/phone_Android.png) no-repeat left 7px;
}

.contact_list li.contact_fax
{padding-left: 23px;
background: url(../images/fax.png) no-repeat left 7px;
}

.contact_list li.contact_email
{padding-left: 23px;
background: url(../images/email.png) no-repeat left 8px;
}

.contact_list li.contact_address
{padding-left: 23px;
background: url(../images/house.png) no-repeat left 7px;
}

.map
{border: 1px solid white;}

/*  ========= CONTACT PAGE STYLES END HERE  ========= */

/* Button color styles 
---------------------------------------------- */


.body_contact #wrapper #main #content ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}