/*
Theme Name: gpic
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: R.WunHyok
Author URI: http://wordpress.org/
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu (optional)

License:
License URI:

General comments (optional).
*/

html {
    margin: 0px;
    padding: 0px;
}

.one-page .one-page-inner
{
    padding: 30px 0px 0px 0px!important;
    min-height: 100px!important;
}

.content {
    padding-top: 30px!important;
    padding-bottom: 0px!important;
}

/* for customizing simple contact form */
textarea.gcftextarea {
    width : 100%!important;
    height: 100px;
}

.gcftextbox {
    width: 100%!important;
}

div.gcf_title {
    color : #eee;
}

.gcf_title > input, textarea {
    color: black;
}

footer {
    margin-top : 20px;
}